From 6a6fb7ad44e6d2598ba47ba49a795e9a4d38775d Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 6 Apr 2022 11:49:20 +0200 Subject: [PATCH] cb --- BeWo/BeWoApp.xaml.cs | 15 +- BeWo/MultiLanguage/ServiceTranslator.cs | 20 + BeWo/View/Master/DokumenteView.xaml | 156 +- BeWo/View/Master/DokumenteView.xaml.cs | 231 +- BeWoAllReports.sln | 54 + BeWoPlanerMobil/BeWoPlanerMobil.csproj | 8 +- BeWoPlanerMobil/BeWoPlanerMobil.csproj.user | 4 +- BeWoPlanerMobil/Web.config | 2 +- Model/Changes_2022_03_18_Wohnheim.txt | 10 +- .../CustomerDataReport.Designer.cs | 8 +- .../KassenbelegReport.Designer.cs | 71 +- .../KassenbuchReport.Designer.cs | 132 +- Report/ReportObjects/KassenbelegRO.cs | 6 +- Report/ReportObjects/KassenbuchRO.cs | 3 + .../CustomSettlementInvoiceCreation.cs | 115 +- .../SettlementReport.Designer.cs | 132 +- .../AidshilfeDortmund/SettlementReport.resx | 6 +- .../AlphaEv/MitarbeiterstundenkontoJahr.cs | 8 +- .../MitarbeiterstundenkontoJahr.designer.cs | 32 +- .../Translation/TranslationDictionary.cs | 1 - .../Service/CustomCustomerService.cs | 28 +- .../Service/CustomEmployeeService.cs | 25 +- .../ServicesOverviewReportNeu.Designer.cs | 18 +- ...koneKKKleveSoziotherapieInvoiceCreation.cs | 35 +- .../SettlementReport.Designer.cs | 30 +- .../SettlementReport2.designer.cs | 30 +- .../CustomerDataReport.Designer.cs | 1315 +++ .../DomizielAnsbach/CustomerDataReport.cs | 23 + .../DomizielAnsbach/CustomerDataReport.resx | 123 + .../DomizielAnsbach/DomizielAnsbach.csproj | 10 + .../DomizielAnsbach/QuittierungsbelegPB.cs | 6 +- .../GpzBiberachReports.csproj | 9 + ...ahresauswertungMissinglist2022.Designer.cs | 8412 +++++++++++++++++ .../JahresauswertungMissinglist2022.cs | 1603 ++++ .../JahresauswertungMissinglist2022.resx | 120 + .../CustomerDataReport.Designer.cs | 18 +- .../Abrechnung/AbrechnungsInfo.cs | 18 +- .../AuswertungSelbstzahler.cs | 7 +- .../HphServiceRecordStatisticFactory.cs | 30 +- .../Helferentgelt.Designer.cs | 101 +- .../Helferentgelt.cs | 33 +- .../HelferentgeltRO.cs | 2 + .../InputFamilienhilfe.csproj | 3 + .../Invoicing/CustomInvoiceFactory.cs | 23 +- .../Invoicing/DefaultInvoiceCreation.cs | 2 +- .../Invoicing/IonInvoiceCreation.cs | 127 + .../Invoicing/SgaInvoiceCreation.cs | 96 + .../Invoicing/UnterbringungInvoiceCreation.cs | 62 +- ReportImp/InputFamilienhilfe/Rechnung.cs | 14 +- .../RechnungspositionenSubReport.Designer.cs | 76 +- .../RechnungspositionenSubReport.cs | 19 +- .../Translation/TranslationDictionary.cs | 26 + .../ServicesOverviewReport.Designer.cs | 28 +- .../ServicesOverviewReport.resx | 3 +- .../MuenchenerAidsHilfeEV.csproj | 3 + .../ServiceInvoiceReport.cs | 8 +- .../PerspektivenEV/PerspektivenEV.csproj | 74 + .../PerspektivenEV/Properties/AssemblyInfo.cs | 36 + .../Service/CustomGroupDurationCalculator.cs | 26 + .../Service/CustomHomeContentGenerator.cs | 16 + .../PflegedienstWessel/Service/UserService.cs | 15 +- .../Invoicing/LWLSettlementInvoiceCreation.cs | 11 +- Service/Plugins/EmployeeService.cs | 7 + Service/Plugins/PluginLoader.cs | 6 +- Service/Plugins/UserService.cs | 1 + .../EmployeeServiceImp.cs | 5 +- .../ServiceImplementations/UserServiceImp.cs | 1 - Shared/Services/Calculations.cs | 2 +- Shared/Translation/ITranslator.cs | 3 + Shared/Translation/Translator.cs | 20 + 70 files changed, 13187 insertions(+), 536 deletions(-) create mode 100644 ReportImp/DomizielAnsbach/CustomerDataReport.Designer.cs create mode 100644 ReportImp/DomizielAnsbach/CustomerDataReport.cs create mode 100644 ReportImp/DomizielAnsbach/CustomerDataReport.resx create mode 100644 ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.Designer.cs create mode 100644 ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.cs create mode 100644 ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.resx create mode 100644 ReportImp/InputFamilienhilfe/Invoicing/IonInvoiceCreation.cs create mode 100644 ReportImp/InputFamilienhilfe/Invoicing/SgaInvoiceCreation.cs create mode 100644 ReportImp/InputFamilienhilfe/Translation/TranslationDictionary.cs create mode 100644 ReportImp/PerspektivenEV/PerspektivenEV.csproj create mode 100644 ReportImp/PerspektivenEV/Properties/AssemblyInfo.cs create mode 100644 ReportImp/PerspektivenEV/Service/CustomGroupDurationCalculator.cs create mode 100644 ReportImp/PerspektivenEV/Service/CustomHomeContentGenerator.cs diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index 2ed50a705..cd79f8f59 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -553,14 +553,19 @@ namespace BeWo { get { - String url = ServerAddress.ToLower(); - + String url = ""; #if DEBUG - url = String.Format("http://localhost:3777/Host"); - //return new Uri("https://app4.bewoplaner.de/service"); - //url = String.Format("app1.bewoplaner.de/service"); + url = String.Format("http://localhost:3777/Host"); + //return new Uri("https://app4.bewoplaner.de/service"); + //url = String.Format("app1.bewoplaner.de/service"); #endif + if (!String.IsNullOrEmpty(ServerAddress) && String.IsNullOrEmpty(url)) + { + url = ServerAddress.ToLower(); + } + + if (url.IndexOf("localhost") < 0) { int i; diff --git a/BeWo/MultiLanguage/ServiceTranslator.cs b/BeWo/MultiLanguage/ServiceTranslator.cs index c815d1d06..83032f6df 100644 --- a/BeWo/MultiLanguage/ServiceTranslator.cs +++ b/BeWo/MultiLanguage/ServiceTranslator.cs @@ -54,5 +54,25 @@ namespace BeWo.MultiLanguage } return String.Format(this.currentCulture, input, args); } + + public String Translate(String key, String defaultText) + { + if (key != null && this.dict != null && this.dict.TryGetValue(key, out var translation)) + { + return translation; + } + + return defaultText; + } + + public String Translate(String key, String defaultText, params Object[] args) + { + String translation; + if (!String.IsNullOrEmpty(key) && this.dict.TryGetValue(key, out translation)) + { + return String.Format(this.currentCulture, translation, args); + } + return String.Format(this.currentCulture, defaultText, args); + } } } diff --git a/BeWo/View/Master/DokumenteView.xaml b/BeWo/View/Master/DokumenteView.xaml index 5e0b1e985..2abb7db4b 100644 --- a/BeWo/View/Master/DokumenteView.xaml +++ b/BeWo/View/Master/DokumenteView.xaml @@ -6,10 +6,22 @@ xmlns:dxa="http://schemas.devexpress.com/winfx/2008/xaml/accordion" xmlns:markup="clr-namespace:BeWo.MultiLanguage.Markup" - xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core" xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid" xmlns:dxlc="http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol" xmlns:controls="clr-namespace:BeWo.View.Controls" + xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core" + xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid" + xmlns:dxgt="http://schemas.devexpress.com/winfx/2008/xaml/grid/themekeys" + xmlns:dxlc="http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol" + xmlns:controls="clr-namespace:BeWo.View.Controls" Height="Auto" Width="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Focusable="True"> + @@ -78,67 +90,86 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - + - - - - - - - - - - - - - - - + - - + + + + + + + + + + + + + + + + @@ -172,11 +203,11 @@ - - - - + + + + + @@ -369,6 +412,7 @@ + diff --git a/BeWo/View/Master/DokumenteView.xaml.cs b/BeWo/View/Master/DokumenteView.xaml.cs index 258e3e8a2..b3d1c775f 100644 --- a/BeWo/View/Master/DokumenteView.xaml.cs +++ b/BeWo/View/Master/DokumenteView.xaml.cs @@ -54,7 +54,7 @@ namespace BeWo.View.Master { InitializeComponent(); InitDocumentMenuItems(); - InitTemplateMenuItems(); + //InitTemplateMenuItems(); progressbar_upload.Visibility = Visibility.Collapsed; text_progress.Visibility = Visibility.Collapsed; @@ -64,72 +64,99 @@ namespace BeWo.View.Master { documents_treeview_control.BeginDataUpdate(); - Dictionary firstLevel = GetFirstLevelDictionaryForDocuments(); - string[] iconNames = new string[] { "IDBadgeDisabled", "UserHomeMaleDisabled", "OfficeBulidingBlackDisabled", "AnonymousUserDisabled", - "UserBusinessMaleDisabled", "UserGroupBusinessDisabled", "UserBusinessMaleDisabled", "UserGroupBusinessDisabled" }; - TableID[] tables = new TableID[] {TableID.SupportConcept, TableID.Customer, TableID.Organisation, TableID.Person, TableID.Employee, - TableID.Team, TableID.ApplicationUser, TableID.UserGroup}; + var firstLevel = GetFirstLevelDictionaryForDocuments(); + int counter = 1; - foreach (var pair in firstLevel) + foreach (var docNodeConfig in firstLevel) { - TreeListNode node = new TreeListNode(); - DocumentTreeItemDC dc = new DocumentTreeItemDC() + bool hatViewRight = false; + + if (BeWoApp.LoggedOnUser.HasRight(docNodeConfig.DocumentRightNeeded)) { - DocTreeItemOid = counter, - ParentOid = null, - Name = pair.Value, - Table = tables[counter - 1] - }; - DocumentTreeItemVM vm = new DocumentTreeItemVM(dc); - node.Content = vm; - DocumentsTreeView.Nodes.Add(node); - node.IsExpandButtonVisible = DefaultBoolean.True; - node.Tag = false; - node.Image = LoadImage(iconNames[counter - 1]); + foreach(var r in docNodeConfig.ListOfViewRightsNeeded) + { + if (BeWoApp.LoggedOnUser.HasRight(r)) + { + hatViewRight = true; + } + } + + } + if (hatViewRight) + { + TreeListNode node = new TreeListNode(); + DocumentTreeItemDC dc = new DocumentTreeItemDC() + { + DocTreeItemOid = counter, + ParentOid = null, + Name = docNodeConfig.Title, + Table = docNodeConfig.TableID + }; + DocumentTreeItemVM vm = new DocumentTreeItemVM(dc); + node.Content = vm; + node.Tag = docNodeConfig; + DocumentsTreeView.Nodes.Add(node); + node.IsExpandButtonVisible = DefaultBoolean.True; + node.Image = LoadImage(docNodeConfig.IconName); + } counter++; } documents_treeview_control.EndDataUpdate(); } - private Dictionary GetFirstLevelDictionaryForDocuments() + private IList GetFirstLevelDictionaryForDocuments() { - Dictionary firstLevel = new Dictionary(); - - firstLevel.Add("supportConcepts", "Hilfepläne"); - firstLevel.Add("customers", "Klienten"); - firstLevel.Add("organisations", "Organisationen"); - firstLevel.Add("people", "Personen"); - firstLevel.Add("employee", "Mitarbeiter"); - firstLevel.Add("teams", "Teams"); - firstLevel.Add("users", "Benutzer"); - firstLevel.Add("usergroups", "Benutzergruppen"); - return firstLevel; + var list = new List(); + list.Add(new DocumentRootNodeConfig { TableID = TableID.FinanzDokumente, Title = Translator.Translate("DocumentViewFinanzen", "Finanzen"), IconName = "CoinsDisabled", DocumentRightNeeded = UserRightType.DokumenteFinanzen, ListOfViewRightsNeeded = new List { UserRightType.AccountingTransactionView_View } }); + list.Add(new DocumentRootNodeConfig { TableID = TableID.SupportConcept, Title = Translator.Translate("DocumentViewSupportConcept", "Hilfepläne"), IconName = "IDBadgeDisabled", DocumentRightNeeded = UserRightType.DokumenteHilfeplaene, ListOfViewRightsNeeded = new List { UserRightType.SupportConceptView_View, UserRightType.SupportConcept_ViewMyTeams, UserRightType.SupportConcept_ViewAllSupportConcepts } }); + list.Add(new DocumentRootNodeConfig { TableID = TableID.Customer, Title = Translator.Translate("DocumentViewCustomer", "Klienten"), IconName = "UserHomeMaleDisabled", DocumentRightNeeded = UserRightType.DokumenteKlienten, ListOfViewRightsNeeded = new List { UserRightType.CustomerView_View, UserRightType.Customer_ViewMyCustomers, UserRightType.Customer_ViewMyTeams } }); + list.Add(new DocumentRootNodeConfig { TableID = TableID.Organisation, Title = Translator.Translate("DocumentViewOrganisation", "Organisationen"), IconName = "OfficeBulidingBlackDisabled", DocumentRightNeeded = UserRightType.DokumenteOrganisationen, ListOfViewRightsNeeded = new List { UserRightType.OrganisationView_View } }); + list.Add(new DocumentRootNodeConfig { TableID = TableID.Person, Title = Translator.Translate("DocumentViewPerson", "Personen"), IconName = "AnonymousUserDisabled", DocumentRightNeeded = UserRightType.DokumentePersonen, ListOfViewRightsNeeded = new List { UserRightType.PersonView_View, UserRightType.Person_FamilyView } }); + list.Add(new DocumentRootNodeConfig { TableID = TableID.Employee, Title = Translator.Translate("DocumentViewEmployee", "Mitarbeiter"), IconName = "UserBusinessMaleDisabled", DocumentRightNeeded = UserRightType.DokumenteMitarbeiter, ListOfViewRightsNeeded = new List { UserRightType.EmployeeView_View, UserRightType.Employee_AllowViewOwnEmployees, UserRightType.Employee_AllowViewOwnTeam } }); + list.Add(new DocumentRootNodeConfig { TableID = TableID.Team, Title = Translator.Translate("DocumentViewTeam", "Teams"), IconName = "UserGroupBusinessDisabled", DocumentRightNeeded = UserRightType.DokumenteTeams, ListOfViewRightsNeeded = new List { UserRightType.TeamView_ViewAll, UserRightType.TeamView_ViewMyTeams, UserRightType.SupportConcept_ViewAllSupportConcepts } }); + list.Add(new DocumentRootNodeConfig { TableID = TableID.ApplicationUser, Title = Translator.Translate("DocumentViewUser", "Benutzer"), IconName = "UserBusinessMaleDisabled", DocumentRightNeeded = UserRightType.UserView_View, ListOfViewRightsNeeded = new List { UserRightType.UserView_View } }); + //firstLevel.Add("usergroups", "Benutzergruppen"); + + return list; } private void treeListView_NodeExpanding(object sender, TreeListNodeAllowEventArgs e) { - TreeListNode node = e.Node; - var vm = node.Content as DocumentTreeItemVM; - - if (vm.ParentOid == null) + try { - switch (vm.Name) + Mouse.OverrideCursor = System.Windows.Input.Cursors.Wait; + TreeListNode node = e.Node; + var dcNodeConfig = node.Tag as DocumentRootNodeConfig; + + //var vm = node.Content as DocumentTreeItemVM; + + if (dcNodeConfig != null) { - case "Hilfepläne": SupportConcepts_Expended(node); break; - case "Klienten": Customers_Expended(node); break; - case "Organisationen": Organisations_Expended(node); break; - case "Personen": People_Expended(node); break; - case "Mitarbeiter": Employee_Expended(node); break; - case "Teams": Teams_Expended(node); break; - case "Benutzer": Users_Expended(node); break; - case "Benutzergruppen": UserGroups_Expended(node); break; + switch (dcNodeConfig.TableID) + { + case TableID.FinanzDokumente: Finanzen_Expended(node); break; + case TableID.SupportConcept: SupportConcepts_Expended(node); break; + case TableID.Customer: Customers_Expended(node); break; + case TableID.Organisation: Organisations_Expended(node); break; + case TableID.Person: People_Expended(node); break; + case TableID.Employee: Employee_Expended(node); break; + case TableID.Team: Teams_Expended(node); break; + case TableID.ApplicationUser: Users_Expended(node); break; + case TableID.UserGroup: UserGroups_Expended(node); break; + } + } + else + { + SubNode_Expended(node); } } - else + finally { - SubNode_Expended(node); + + Mouse.OverrideCursor = null; } + } private void SubNode_Expended(TreeListNode node) @@ -238,13 +265,13 @@ namespace BeWo.View.Master //} } - private void SupportConcepts_Expended(TreeListNode node) + private void Finanzen_Expended(TreeListNode node) { if (node.Nodes.Count == 0) { //Alle Hilfepläne in eine Liste holen var liste = VMFactory.CreateSupportConceptList(); - + if (liste.Count == 0) { MessageBox.Show("Sie verfügen nicht über die Benutzerrechte, die zum Anzeigen der Hilfepläne benötigt werden. " + @@ -284,6 +311,47 @@ namespace BeWo.View.Master } } } + + private void SupportConcepts_Expended(TreeListNode node) + { + if (node.Nodes.Count == 0) + { + //Alle Hilfepläne in eine Liste holen + var liste = ServiceFacade.DoCustomerServiceSync(s => s.GetAllSupportConceptsCompact(BeWoApp.LoggedOnUser.Employee.EmployeeOid)); + + + //Liste durchlaufen und für jedes Elemement ein entsprechendes DocumentTreeItemDC/VM erstellen + List docTreeItemVMs = new List(); + var parentNode = node.Content as DocumentTreeItemVM; + foreach (var item in liste) + { + //string span = CustomizeDates(item.StartDate, item.EndDate); + DocumentTreeItemDC dc = new DocumentTreeItemDC() + { + DocTreeItemOid = item.SupportConceptOid, + ParentOid = parentNode.DocTreeItemOid, + Name = String.Format("{0} | {1}", item.CustomerName, item.FirstCostBearerDetailString), + Table = TableID.SupportConcept, + ObjectOid = item.SupportConceptOid + }; + DocumentTreeItemVM vm = new DocumentTreeItemVM(dc); + docTreeItemVMs.Add(vm); + } + + //VMs als neue Subnodes an DocumentsTreeView.Nodes hängen + foreach (var item in docTreeItemVMs) + { + TreeListNode newNode = new TreeListNode() + { + Content = item, + IsExpandButtonVisible = DefaultBoolean.True, + Tag = false, + Image = LoadImage("IDBadgeDisabled") + }; + node.Nodes.Add(newNode); + } + } + } private void Customers_Expended(TreeListNode node) { if (node.Nodes.Count == 0) @@ -635,7 +703,6 @@ namespace BeWo.View.Master { TreeListNode node = new TreeListNode(); node.IsExpandButtonVisible = DefaultBoolean.True; - node.Tag = false; node.Image = LoadFolderImage(); BeWoFolderDC folderDC = new BeWoFolderDC() @@ -735,6 +802,13 @@ namespace BeWo.View.Master { if (DocumentsTreeView.AllowEditing == true) DocumentsTreeView.AllowEditing = false; + + var vm = e.NewRow as DocumentTreeItemVM; + if (vm != null) + { + SetSelectedText(vm); + SetItemSourceForFileGrid(vm); + } } private void DocumentsTreeView_LostFocus(object sender, RoutedEventArgs e) { @@ -866,17 +940,50 @@ namespace BeWo.View.Master } private void DocumentsTreeView_PreviewMouseLeftButtonDown(object sender, MouseButtonEventArgs e) { - var source = e.Source as TreeListView; - if (source.SelectedRows.Count == 1) + + + + } + + //private void SetSelectedText(TreeListNode node) + //{ + // var dti = DocumentsTreeView.GetNodeByContent(node); + //} + + private void SetSelectedText(DocumentTreeItemVM selected) + { + GroupBoxDokumentenListe.Header = ""; + + var node = DocumentsTreeView.GetNodeByContent(selected); + + AddPathToSelectedText(selected, node); + //String path = selected. + + + } + + private void AddPathToSelectedText(DocumentTreeItemVM vm, TreeListNode node) + { + if (vm != null && node != null) { - var selected = source.SelectedRows[0] as DocumentTreeItemVM; + String path = vm.Name; + if (!String.IsNullOrEmpty((String)GroupBoxDokumentenListe.Header)) + { + path = String.Format("{0} > {1}", vm.Name, GroupBoxDokumentenListe.Header); + } + GroupBoxDokumentenListe.Header = path; + if (node.ParentNode != null) + { + var parentVm = documents_treeview_control.GetRow(node.ParentNode.RowHandle) as DocumentTreeItemVM; - if (selected == null) - return; + AddPathToSelectedText(parentVm, node.ParentNode); - SetItemSourceForFileGrid(selected); + //DocumentsTreeView.GetRowElementByTreeElement(node.ParentNode); + } + } } + private void DeleteButton_Click(object sender, RoutedEventArgs e) { var row = DocumentsTreeView.SelectedRows[0] as DocumentTreeItemVM; @@ -1151,7 +1258,6 @@ namespace BeWo.View.Master node.Content = vm; TemplateTreeView.Nodes.Add(node); node.IsExpandButtonVisible = DefaultBoolean.True; - node.Tag = false; node.Image = LoadImage(iconNames[counter - 1]); counter++; } @@ -1257,7 +1363,6 @@ namespace BeWo.View.Master { TreeListNode node = new TreeListNode(); node.IsExpandButtonVisible = DefaultBoolean.True; - node.Tag = false; node.Image = LoadFolderImage(); BeWoFolderDC folderDC = new BeWoFolderDC() @@ -1878,5 +1983,15 @@ namespace BeWo.View.Master { popup_UploadFiles.IsOpen = false; } + + } + + internal class DocumentRootNodeConfig + { + public TableID TableID { get; set; } + public String Title { get; set; } + public String IconName { get; set; } + public UserRightType DocumentRightNeeded { get; set; } + public IList ListOfViewRightsNeeded { get; set; } } } diff --git a/BeWoAllReports.sln b/BeWoAllReports.sln index 57fbc90cc..7bad87065 100644 --- a/BeWoAllReports.sln +++ b/BeWoAllReports.sln @@ -712,6 +712,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Biotop", "ReportImp\Biotop\ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AidshilfeEssen", "ReportImp\AidshilfeEssen\AidshilfeEssen.csproj", "{C52AC467-D452-4396-8DB3-D04AC1045CFB}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IlkaLinkAmbulanteHilfen", "ReportImp\IlkaLinkAmbulanteHilfen\IlkaLinkAmbulanteHilfen.csproj", "{AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MuenchenerAidsHilfeEV", "ReportImp\MuenchenerAidsHilfeEV\MuenchenerAidsHilfeEV.csproj", "{F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|.NET = Debug|.NET @@ -8639,6 +8643,54 @@ Global {C52AC467-D452-4396-8DB3-D04AC1045CFB}.Release|Mixed Platforms.Build.0 = Release|Any CPU {C52AC467-D452-4396-8DB3-D04AC1045CFB}.Release|x86.ActiveCfg = Release|Any CPU {C52AC467-D452-4396-8DB3-D04AC1045CFB}.Release|x86.Build.0 = Release|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Debug|.NET.ActiveCfg = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Debug|.NET.Build.0 = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Debug|x86.ActiveCfg = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Debug|x86.Build.0 = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.DebugRemote|.NET.ActiveCfg = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.DebugRemote|.NET.Build.0 = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.DebugRemote|Any CPU.ActiveCfg = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.DebugRemote|Any CPU.Build.0 = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.DebugRemote|Mixed Platforms.ActiveCfg = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.DebugRemote|Mixed Platforms.Build.0 = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.DebugRemote|x86.ActiveCfg = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.DebugRemote|x86.Build.0 = Debug|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Release|.NET.ActiveCfg = Release|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Release|.NET.Build.0 = Release|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Release|Any CPU.Build.0 = Release|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Release|x86.ActiveCfg = Release|Any CPU + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4}.Release|x86.Build.0 = Release|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Debug|.NET.ActiveCfg = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Debug|.NET.Build.0 = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Debug|x86.ActiveCfg = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Debug|x86.Build.0 = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.DebugRemote|.NET.ActiveCfg = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.DebugRemote|.NET.Build.0 = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.DebugRemote|Any CPU.ActiveCfg = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.DebugRemote|Any CPU.Build.0 = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.DebugRemote|Mixed Platforms.ActiveCfg = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.DebugRemote|Mixed Platforms.Build.0 = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.DebugRemote|x86.ActiveCfg = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.DebugRemote|x86.Build.0 = Debug|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Release|.NET.ActiveCfg = Release|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Release|.NET.Build.0 = Release|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Release|Any CPU.Build.0 = Release|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Release|x86.ActiveCfg = Release|Any CPU + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -8993,6 +9045,8 @@ Global {54419AAB-93DB-482F-B304-035D001081DD} = {D8A691C5-146D-4613-86CC-438F02FE9106} {3B233B57-6F1C-4153-A0E6-C2739A3AEFBD} = {D8A691C5-146D-4613-86CC-438F02FE9106} {C52AC467-D452-4396-8DB3-D04AC1045CFB} = {D8A691C5-146D-4613-86CC-438F02FE9106} + {AA0D5E5F-9690-4EDA-B1D8-7C883CC63DE4} = {D8A691C5-146D-4613-86CC-438F02FE9106} + {F781BCF9-647F-441E-A3BD-9DC1FDBCA1A4} = {D8A691C5-146D-4613-86CC-438F02FE9106} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {FBE985BB-9F0F-4DBB-8F94-ABC37A803FF9} diff --git a/BeWoPlanerMobil/BeWoPlanerMobil.csproj b/BeWoPlanerMobil/BeWoPlanerMobil.csproj index 8e60f532a..27a337e2c 100644 --- a/BeWoPlanerMobil/BeWoPlanerMobil.csproj +++ b/BeWoPlanerMobil/BeWoPlanerMobil.csproj @@ -17,7 +17,7 @@ BeWoPlanerMobil v4.7.2 false - false + true @@ -1505,7 +1505,6 @@ - @@ -1555,9 +1554,6 @@ - - - 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) @@ -1577,7 +1573,7 @@ False 8808 / - http://localhost/BeWoPlanerMobil + http://localhost:8808/ False False diff --git a/BeWoPlanerMobil/BeWoPlanerMobil.csproj.user b/BeWoPlanerMobil/BeWoPlanerMobil.csproj.user index 2c93437fb..aed93f702 100644 --- a/BeWoPlanerMobil/BeWoPlanerMobil.csproj.user +++ b/BeWoPlanerMobil/BeWoPlanerMobil.csproj.user @@ -1,14 +1,14 @@  - false + true false - Debug|Any CPU + Release|Any CPU ShowAllFiles 600 MvcControllerEmptyScaffolder diff --git a/BeWoPlanerMobil/Web.config b/BeWoPlanerMobil/Web.config index 5d2f43edf..5450c95ce 100644 --- a/BeWoPlanerMobil/Web.config +++ b/BeWoPlanerMobil/Web.config @@ -161,7 +161,7 @@ --> - diff --git a/Model/Changes_2022_03_18_Wohnheim.txt b/Model/Changes_2022_03_18_Wohnheim.txt index 538f75a5a..71333a881 100644 --- a/Model/Changes_2022_03_18_Wohnheim.txt +++ b/Model/Changes_2022_03_18_Wohnheim.txt @@ -1,9 +1,5 @@ -ALTER TABLE `bewodemo`.`wohnheim` +ALTER TABLE `wohnheim` ADD COLUMN `PflichtbesetzungStart` VARCHAR(45) NULL DEFAULT NULL AFTER `Bemerkung`, -ADD COLUMN `PflichtbesetzungEnde` VARCHAR(45) NULL DEFAULT NULL AFTER `PflichtbesetzungStart`; - -ALTER TABLE `bewodemo`.`wohnheim` -ADD COLUMN `PflichtbesetzungEinblenden` INT NULL DEFAULT NULL AFTER `PflichtbesetzungEnde`; - -ALTER TABLE `bewodemo`.`wohnheim` +ADD COLUMN `PflichtbesetzungEnde` VARCHAR(45) NULL DEFAULT NULL AFTER `PflichtbesetzungStart`, +ADD COLUMN `PflichtbesetzungEinblenden` INT NULL DEFAULT NULL AFTER `PflichtbesetzungEnde`, ADD COLUMN `StandardZeilenanzahl` INT NULL DEFAULT NULL AFTER `PflichtbesetzungEinblenden`; diff --git a/Report/DefaultReports/CustomerDataReport.Designer.cs b/Report/DefaultReports/CustomerDataReport.Designer.cs index bda34d7d1..1444c6274 100644 --- a/Report/DefaultReports/CustomerDataReport.Designer.cs +++ b/Report/DefaultReports/CustomerDataReport.Designer.cs @@ -964,7 +964,7 @@ namespace BeWo.Report.DefaultReports // // bottomMarginBand1 // - this.bottomMarginBand1.HeightF = 75F; + this.bottomMarginBand1.HeightF = 50F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // // ReportHeader @@ -1017,11 +1017,11 @@ namespace BeWo.Report.DefaultReports this.ReportHeader}); this.DataSource = this.bindingSource1; this.Font = new System.Drawing.Font("Arial", 10F); - this.Margins = new System.Drawing.Printing.Margins(75, 75, 75, 75); + this.Margins = new System.Drawing.Printing.Margins(75, 75, 75, 50); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; - this.Version = "13.1"; + this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); @@ -1083,7 +1083,6 @@ namespace BeWo.Report.DefaultReports private DevExpress.XtraReports.UI.XRTableCell xrTableCell51; private DevExpress.XtraReports.UI.XRTableCell xrTableCell52; private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; - private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; private DevExpress.XtraReports.UI.XRTableCell xrTableCell54; private DevExpress.XtraReports.UI.XRLabel xrLabel11; @@ -1116,5 +1115,6 @@ namespace BeWo.Report.DefaultReports private DevExpress.XtraReports.UI.XRLabel xrLabel12; private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader2; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; } } diff --git a/Report/DefaultReports/KassenbelegReport.Designer.cs b/Report/DefaultReports/KassenbelegReport.Designer.cs index 596d8b846..432a20bdc 100644 --- a/Report/DefaultReports/KassenbelegReport.Designer.cs +++ b/Report/DefaultReports/KassenbelegReport.Designer.cs @@ -44,6 +44,8 @@ this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); @@ -51,6 +53,8 @@ // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel2, + this.xrLabel3, this.xrLabel10, this.xrLabel11, this.xrLabel8, @@ -63,17 +67,17 @@ this.beguenstigterValueLabel, this.beguenstigterLabel, this.xrLabel1}); - this.Detail.HeightF = 274.125F; + this.Detail.HeightF = 315.7917F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel10 // - this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 152.2917F); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 193.9583F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); - this.xrLabel10.SizeF = new System.Drawing.SizeF(110.5F, 23F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(120.9167F, 23F); this.xrLabel10.StylePriority.UsePadding = false; this.xrLabel10.StylePriority.UseTextAlignment = false; this.xrLabel10.Text = "Notiz:"; @@ -81,11 +85,11 @@ // // xrLabel11 // - this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(110.5F, 152.2917F); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(120.9167F, 193.9583F); this.xrLabel11.Multiline = true; this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); - this.xrLabel11.SizeF = new System.Drawing.SizeF(538.5001F, 50.08333F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(528.0833F, 50.08333F); this.xrLabel11.StylePriority.UsePadding = false; this.xrLabel11.StylePriority.UseTextAlignment = false; this.xrLabel11.Text = "[Notiz]"; @@ -93,10 +97,10 @@ // // xrLabel8 // - this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(110.5F, 129.2917F); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(120.9167F, 129.2917F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); - this.xrLabel8.SizeF = new System.Drawing.SizeF(538.5001F, 23F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(528.0833F, 23F); this.xrLabel8.StylePriority.UsePadding = false; this.xrLabel8.StylePriority.UseTextAlignment = false; this.xrLabel8.Text = "[Belegdatum!dd.MM.yyyy]"; @@ -115,7 +119,7 @@ // // xrLabel7 // - this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(316.455F, 218.8333F); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(316.4551F, 260.4999F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.SizeF = new System.Drawing.SizeF(332.545F, 23F); @@ -124,13 +128,13 @@ // // xrLine1 // - this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(306.2917F, 245.8333F); + this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(306.2917F, 287.5F); this.xrLine1.Name = "xrLine1"; this.xrLine1.SizeF = new System.Drawing.SizeF(342.7084F, 5.291687F); // // xrLabel6 // - this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(325.4166F, 251.125F); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(325.4166F, 292.7917F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.SizeF = new System.Drawing.SizeF(324.5834F, 22.99998F); @@ -143,7 +147,7 @@ this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 106.2917F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); - this.xrLabel4.SizeF = new System.Drawing.SizeF(110.5F, 23F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(120.9167F, 22.99999F); this.xrLabel4.StylePriority.UsePadding = false; this.xrLabel4.StylePriority.UseTextAlignment = false; this.xrLabel4.Text = "Betrag:"; @@ -151,10 +155,10 @@ // // xrLabel5 // - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(110.5F, 106.2917F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(120.9167F, 106.2917F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); - this.xrLabel5.SizeF = new System.Drawing.SizeF(538.5001F, 22.99999F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(528.0833F, 22.99998F); this.xrLabel5.StylePriority.UsePadding = false; this.xrLabel5.StylePriority.UseTextAlignment = false; this.xrLabel5.Text = "[Betrag!c]"; @@ -164,10 +168,10 @@ // this.beguenstigterValueLabel.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Beguenstigter")}); - this.beguenstigterValueLabel.LocationFloat = new DevExpress.Utils.PointFloat(110.5F, 83.29166F); + this.beguenstigterValueLabel.LocationFloat = new DevExpress.Utils.PointFloat(120.9167F, 83.29166F); this.beguenstigterValueLabel.Name = "beguenstigterValueLabel"; this.beguenstigterValueLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); - this.beguenstigterValueLabel.SizeF = new System.Drawing.SizeF(538.5001F, 23F); + this.beguenstigterValueLabel.SizeF = new System.Drawing.SizeF(528.0833F, 23F); this.beguenstigterValueLabel.StylePriority.UsePadding = false; this.beguenstigterValueLabel.StylePriority.UseTextAlignment = false; this.beguenstigterValueLabel.Text = "beguenstigterValueLabel"; @@ -178,7 +182,7 @@ this.beguenstigterLabel.LocationFloat = new DevExpress.Utils.PointFloat(0F, 83.29166F); this.beguenstigterLabel.Name = "beguenstigterLabel"; this.beguenstigterLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); - this.beguenstigterLabel.SizeF = new System.Drawing.SizeF(110.5F, 23F); + this.beguenstigterLabel.SizeF = new System.Drawing.SizeF(120.9167F, 23F); this.beguenstigterLabel.StylePriority.UsePadding = false; this.beguenstigterLabel.StylePriority.UseTextAlignment = false; this.beguenstigterLabel.Text = "Begünstigter:"; @@ -188,7 +192,7 @@ // this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Titel")}); - this.xrLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -198,16 +202,41 @@ // // TopMargin // + this.TopMargin.HeightF = 100F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // + this.BottomMargin.HeightF = 100F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // + // xrLabel2 + // + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 152.2917F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(120.9167F, 23F); + this.xrLabel2.StylePriority.UsePadding = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = "Belegnummer:"; + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel3 + // + this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Belegnummer")}); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(120.9167F, 152.2917F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(528.0833F, 23F); + this.xrLabel3.StylePriority.UsePadding = false; + this.xrLabel3.StylePriority.UseTextAlignment = false; + this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // // bindingSource1 // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.KassenbelegRO); @@ -219,8 +248,8 @@ this.TopMargin, this.BottomMargin}); this.DataSource = this.bindingSource1; - this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); - this.Version = "13.1"; + this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); @@ -244,5 +273,7 @@ private DevExpress.XtraReports.UI.XRLabel xrLabel9; private DevExpress.XtraReports.UI.XRLabel xrLabel10; private DevExpress.XtraReports.UI.XRLabel xrLabel11; - } + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + } } diff --git a/Report/DefaultReports/KassenbuchReport.Designer.cs b/Report/DefaultReports/KassenbuchReport.Designer.cs index 3a2ddc263..7aed026df 100644 --- a/Report/DefaultReports/KassenbuchReport.Designer.cs +++ b/Report/DefaultReports/KassenbuchReport.Designer.cs @@ -53,6 +53,9 @@ this.Auszahlungstextsichtbarkeitsformatierungsregel = new DevExpress.XtraReports.UI.FormattingRule(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); @@ -61,35 +64,36 @@ // // Detail // - this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { - this.xrTable1}); - this.Detail.HeightF = 41.66667F; + 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; // // xrTable1 // - this.xrTable1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrTable1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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.xrTable1.SizeF = new System.Drawing.SizeF(650F, 41.66667F); + this.xrTable1.SizeF = new System.Drawing.SizeF(700F, 25F); this.xrTable1.StylePriority.UseFont = false; // // xrTableRow1 // + this.xrTableRow1.BackColor = System.Drawing.Color.Gainsboro; this.xrTableRow1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top))); this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell9, this.xrTableCell1, this.xrTableCell2, + this.xrTableCell11, this.xrTableCell7, this.xrTableCell3}); this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.StylePriority.UseBackColor = false; this.xrTableRow1.StylePriority.UseBorders = false; - this.xrTableRow1.Weight = 1D; + this.xrTableRow1.Weight = 0.59999992675782143D; // // xrTableCell9 // @@ -97,10 +101,11 @@ | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseBorders = false; + this.xrTableCell9.StylePriority.UseFont = false; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.Text = "Datum"; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell9.Weight = 0.528846153846154D; + this.xrTableCell9.Weight = 0.3692307574932393D; // // xrTableCell1 // @@ -113,7 +118,7 @@ this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "Einzahlungen"; this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell1.Weight = 0.58653842632587139D; + this.xrTableCell1.Weight = 0.46153848501352163D; // // xrTableCell2 // @@ -126,7 +131,7 @@ this.xrTableCell2.StylePriority.UseTextAlignment = false; this.xrTableCell2.Text = "Auszahlungen"; this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell2.Weight = 0.56730772165151744D; + this.xrTableCell2.Weight = 0.46153846740722654D; // // xrTableCell7 // @@ -134,10 +139,11 @@ | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseBorders = false; + this.xrTableCell7.StylePriority.UseFont = false; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "Notiz"; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell7.Weight = 0.85096157954289342D; + this.xrTableCell7.Weight = 1.0153846007127025D; // // xrTableCell3 // @@ -151,7 +157,7 @@ this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "Saldo"; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell3.Weight = 0.4663461186335639D; + this.xrTableCell3.Weight = 0.46153847327599179D; // // TopMargin // @@ -159,7 +165,7 @@ this.xrLabel2, this.xrLabel1, this.xrLabel3}); - this.TopMargin.HeightF = 182.2917F; + this.TopMargin.HeightF = 156.6667F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; @@ -168,10 +174,10 @@ // this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Anfangsbestand", "{0:c}")}); - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(548.9583F, 157.2917F); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(600F, 131.6667F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); - this.xrLabel2.SizeF = new System.Drawing.SizeF(101.0384F, 25F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(99.99823F, 25F); this.xrLabel2.StylePriority.UsePadding = false; this.xrLabel2.StylePriority.UseTextAlignment = false; this.xrLabel2.Text = "xrLabel2"; @@ -179,8 +185,8 @@ // // xrLabel1 // - this.xrLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); - this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 52.66666F); + this.xrLabel1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 71.41666F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(650F, 47.33333F); @@ -189,10 +195,10 @@ // // xrLabel3 // - this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(364.5833F, 157.2917F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(414.5849F, 131.6667F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); - this.xrLabel3.SizeF = new System.Drawing.SizeF(184.375F, 25F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(185.4151F, 25F); this.xrLabel3.StylePriority.UsePadding = false; this.xrLabel3.StylePriority.UseTextAlignment = false; this.xrLabel3.Text = "Anfangsbestand:"; @@ -200,7 +206,7 @@ // // BottomMargin // - this.BottomMargin.HeightF = 73.95834F; + this.BottomMargin.HeightF = 74F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; @@ -208,7 +214,8 @@ // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { - this.Detail1}); + this.Detail1, + this.GroupHeader1}); this.DetailReport.DataMember = "Transaktionen"; this.DetailReport.DataSource = this.bindingSource1; this.DetailReport.Level = 0; @@ -224,12 +231,11 @@ // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTable2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2}); - this.xrTable2.SizeF = new System.Drawing.SizeF(650F, 25F); + this.xrTable2.SizeF = new System.Drawing.SizeF(700.0001F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; // @@ -239,9 +245,12 @@ this.xrTableCell10, this.xrTableCell4, this.xrTableCell5, + this.xrTableCell12, this.xrTableCell8, this.xrTableCell6}); this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); + this.xrTableRow2.StylePriority.UsePadding = false; this.xrTableRow2.Weight = 1D; // // xrTableCell10 @@ -249,12 +258,12 @@ this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Transaktionen.Belegdatum", "{0:dd.MM.yyyy}")}); this.xrTableCell10.Name = "xrTableCell10"; - this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); + this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 3, 2, 100F); 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.528846189058744D; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; + this.xrTableCell10.Weight = 0.36923100398137021D; // // xrTableCell4 // @@ -262,20 +271,17 @@ new DevExpress.XtraReports.UI.XRBinding("Text", null, "Transaktionen.Einzahlung", "{0:c}")}); this.xrTableCell4.FormattingRules.Add(this.Einzahlungstextsichtbarkeitsformatierungsregel); this.xrTableCell4.Name = "xrTableCell4"; - this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 3, 2, 2, 100F); + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 3, 3, 2, 100F); this.xrTableCell4.StylePriority.UsePadding = false; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.Text = "xrTableCell4"; - this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell4.Weight = 0.58653846153846156D; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell4.Weight = 0.46153841458834133D; // // Einzahlungstextsichtbarkeitsformatierungsregel // this.Einzahlungstextsichtbarkeitsformatierungsregel.Condition = "[Einzahlung] == 0"; this.Einzahlungstextsichtbarkeitsformatierungsregel.DataMember = "Transaktionen"; - // - // - // this.Einzahlungstextsichtbarkeitsformatierungsregel.Formatting.ForeColor = System.Drawing.Color.Transparent; this.Einzahlungstextsichtbarkeitsformatierungsregel.Name = "Einzahlungstextsichtbarkeitsformatierungsregel"; // @@ -285,32 +291,30 @@ new DevExpress.XtraReports.UI.XRBinding("Text", null, "Transaktionen.Auszahlung", "{0:c}")}); this.xrTableCell5.FormattingRules.Add(this.Auszahlungstextsichtbarkeitsformatierungsregel); this.xrTableCell5.Name = "xrTableCell5"; - this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 3, 2, 2, 100F); + this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 3, 3, 2, 100F); this.xrTableCell5.StylePriority.UsePadding = false; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "xrTableCell5"; - this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell5.Weight = 0.56730747516338642D; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell5.Weight = 0.46153853783240684D; // // Auszahlungstextsichtbarkeitsformatierungsregel // this.Auszahlungstextsichtbarkeitsformatierungsregel.Condition = "[Auszahlung] == 0"; this.Auszahlungstextsichtbarkeitsformatierungsregel.DataMember = "Transaktionen"; - // - // - // this.Auszahlungstextsichtbarkeitsformatierungsregel.Formatting.ForeColor = System.Drawing.Color.Transparent; this.Auszahlungstextsichtbarkeitsformatierungsregel.Name = "Auszahlungstextsichtbarkeitsformatierungsregel"; // // xrTableCell8 // + this.xrTableCell8.Multiline = true; this.xrTableCell8.Name = "xrTableCell8"; - this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 2, 2, 100F); + this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 3, 2, 100F); this.xrTableCell8.StylePriority.UsePadding = false; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "[Notiz]"; - this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - this.xrTableCell8.Weight = 0.8509615091177134D; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell8.Weight = 1.0153846359252932D; // // xrTableCell6 // @@ -319,13 +323,44 @@ this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Transaktionen.Bestand", "{0:c}")}); this.xrTableCell6.Name = "xrTableCell6"; - this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 3, 2, 2, 100F); + this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 3, 3, 2, 100F); this.xrTableCell6.StylePriority.UseBorders = false; this.xrTableCell6.StylePriority.UsePadding = false; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.Text = "xrTableCell6"; - this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell6.Weight = 0.46634636512169492D; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; + this.xrTableCell6.Weight = 0.46153843806340167D; + // + // xrTableCell11 + // + this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.StylePriority.UseBorders = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.Text = "Belegnummer"; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell11.Weight = 0.46153844686654888D; + // + // xrTableCell12 + // + this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Transaktionen.Belegnummer")}); + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 3, 2, 100F); + this.xrTableCell12.StylePriority.UsePadding = false; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.Text = "xrTableCell12"; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + this.xrTableCell12.Weight = 0.46153848207913922D; + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable1}); + this.GroupHeader1.HeightF = 25F; + this.GroupHeader1.Name = "GroupHeader1"; + this.GroupHeader1.RepeatEveryPage = true; // // bindingSource1 // @@ -339,12 +374,12 @@ this.BottomMargin, this.DetailReport}); this.DataSource = this.bindingSource1; - this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.Einzahlungstextsichtbarkeitsformatierungsregel, this.Auszahlungstextsichtbarkeitsformatierungsregel}); - this.Margins = new System.Drawing.Printing.Margins(100, 100, 182, 74); - this.Version = "13.2"; + this.Margins = new System.Drawing.Printing.Margins(75, 75, 157, 74); + this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); @@ -379,5 +414,8 @@ private DevExpress.XtraReports.UI.XRLabel xrLabel3; private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; - } + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; + } } diff --git a/Report/ReportObjects/KassenbelegRO.cs b/Report/ReportObjects/KassenbelegRO.cs index 2bb97403e..5fbb79d23 100644 --- a/Report/ReportObjects/KassenbelegRO.cs +++ b/Report/ReportObjects/KassenbelegRO.cs @@ -13,15 +13,17 @@ namespace BeWo.Report.ReportObjects public decimal Betrag { get; set; } public DateTime Belegdatum { get; set; } public string Beguenstigter { get; set; } + public string Belegnummer { get; set; } public string Notiz { get; set; } public static KassenbelegRO Create(BargeldtransaktionDC transaktion, BeWoEntityBase beguenstigter) { var beleg = new KassenbelegRO { - Titel = string.Format("{0}zahlungsbeleg", (transaktion.Zahlungstyp == Zahlungstyp.Einzahlung ? "Ein" : "Aus")), - Betrag = transaktion.Betrag != null ? transaktion.Betrag.Value : 0m, + Titel = string.Format("{0}zahlungsbeleg", (transaktion.Zahlungstyp == Zahlungstyp.Einzahlung ? "Ein" : "Aus")), + Betrag = transaktion.Betrag != null ? transaktion.Betrag.Value : 0m, Belegdatum = transaktion.Zahlungsdatum != null ? transaktion.Zahlungsdatum.Value : DateTime.Now, + Belegnummer = transaktion.Belegnummer, Notiz = transaktion.Notice }; diff --git a/Report/ReportObjects/KassenbuchRO.cs b/Report/ReportObjects/KassenbuchRO.cs index c93ff0cc5..16be61678 100644 --- a/Report/ReportObjects/KassenbuchRO.cs +++ b/Report/ReportObjects/KassenbuchRO.cs @@ -41,6 +41,7 @@ namespace BeWo.Report.ReportObjects Einzahlung = tDC.Zahlungstyp == Zahlungstyp.Einzahlung && tDC.Betrag != null ? tDC.Betrag.Value : 0, Auszahlung = tDC.Zahlungstyp == Zahlungstyp.Auszahlung && tDC.Betrag != null ? tDC.Betrag.Value : 0, Belegdatum = tDC.Zahlungsdatum.Value, + Belegnummer = tDC.Belegnummer, Notiz = tDC.Notice }).ToList(); @@ -90,6 +91,8 @@ namespace BeWo.Report.ReportObjects public decimal Auszahlung { get; set; } public decimal Bestand { get; set; } public DateTime? Belegdatum { get; set; } + public string Belegnummer { get; set; } + public string Notiz { get; set; } } } \ No newline at end of file diff --git a/ReportImp/AidshilfeDortmund/CustomSettlementInvoiceCreation.cs b/ReportImp/AidshilfeDortmund/CustomSettlementInvoiceCreation.cs index e21516a95..0bea20eac 100644 --- a/ReportImp/AidshilfeDortmund/CustomSettlementInvoiceCreation.cs +++ b/ReportImp/AidshilfeDortmund/CustomSettlementInvoiceCreation.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; +using BeWo.Data.Entities; using BeWo.Service.Invoicing; using BS.Shared.DataContracts; @@ -10,9 +11,113 @@ namespace BeWo.AidshilfeDortmund internal class CustomSettlementInvoiceCreation : LWLSettlementInvoiceCreation { - public override List CreateInvoiceItems(Settlement2DC si, IList apList) - { - return base.CreateInvoiceItems(si, apList, true); - } - } + + + public override List CreateInvoiceItems(Settlement2DC si, IList apList, bool schneideBeiMaxAb) + { + var items = base.CreateInvoiceItems(si, apList, true); + + + decimal hours = 0; + foreach (var ap in apList) + { + hours += ap.RecordedMinutes; + } + if (si.RateFactor.HasValue) + { + hours *= (100 + si.RateFactor.Value) / 100; + } + hours /= 60; + + si.RecordedBillableFLSNetto = hours; + si.RecordedBillableFLSBrutto = si.RecordedBillableFLSNetto; + + + return items; + } + //public override List CreateInvoiceItems(Settlement2DC si, IList apList, bool schneideBeiMaxAb) + //{ + // List iiList = new List(); + + + + // var apsByHourlyRate = new Dictionary>(); + + // foreach (var ap in apList) + // { + // IList list = null; + // String key = String.Format("{0}_{1}", ap.AmountPerUnit, ap.RateFactor); + + // if (apsByHourlyRate.ContainsKey(key)) + // { + // list = apsByHourlyRate[key]; + // } + // else + // { + // list = new List(); + // apsByHourlyRate[key] = list; + // } + + // list.Add(ap); + // } + + + // decimal maxApprovedFls = si.ApprovedFLS ?? 0; + // decimal totalHours = 0; + // foreach (var key in apsByHourlyRate.Keys) + // { + // IList list = apsByHourlyRate[key]; + // var ii = new InvoiceItemDC(); + + // decimal minutesTotal = 0; + // DateTime start = DateTime.MaxValue; + // DateTime end = DateTime.MinValue; + + // decimal rf = si.RateFactor ?? 0; + // decimal hr = 0; + + // foreach (var approvalPeriod in list) + // { + // minutesTotal += approvalPeriod.RecordedMinutes; + // if (approvalPeriod.PeriodStartDate < start) + // start = approvalPeriod.PeriodStartDate; + // if (approvalPeriod.PeriodEndDate > end) + // end = approvalPeriod.PeriodEndDate; + + // hr = approvalPeriod.AmountPerUnit; + // if (approvalPeriod.RateFactor.HasValue) + // { + // rf = approvalPeriod.RateFactor.Value; + // } + // } + // ii.ItemPeriodStart = start; + // ii.ItemPeriodEnd = end; + // ii.RateFactor = rf; + // ii.AmountPerUnit = hr; + // decimal hours = Math.Round(minutesTotal / 60m, 2, MidpointRounding.AwayFromZero); + // hours *= (100 + rf) / 100; + // hours = Math.Round(hours, 2, MidpointRounding.AwayFromZero); + + // if (schneideBeiMaxAb) + // { + // if (totalHours + hours > maxApprovedFls) + // { + // hours = maxApprovedFls - totalHours; + // if (hours < 0) + // hours = 0; + // } + // } + // totalHours += hours; + + // ii.UnitCount = hours; + // ii.AmountTotal = Math.Round(hr * hours, 2, MidpointRounding.AwayFromZero); + // ii.GrossAmountTotal = ii.AmountTotal; + + // iiList.Add(ii); + // } + // si.RecordedBillableFLSNetto = totalHours; + // si.RecordedBillableFLSBrutto = totalHours; + // return iiList.OrderBy(ii => ii.ItemPeriodStart).ToList(); + //} + } } diff --git a/ReportImp/AidshilfeDortmund/SettlementReport.Designer.cs b/ReportImp/AidshilfeDortmund/SettlementReport.Designer.cs index 29633597f..24b4753fb 100644 --- a/ReportImp/AidshilfeDortmund/SettlementReport.Designer.cs +++ b/ReportImp/AidshilfeDortmund/SettlementReport.Designer.cs @@ -38,10 +38,7 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); - this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); - this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.rowErbrachteLeistung = new DevExpress.XtraReports.UI.XRTableRow(); @@ -56,13 +53,15 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrLabel_RecipientContactPerson = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); + this.xrCheckBox1 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrCheckBox2 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.xrPictureBox4 = new DevExpress.XtraReports.UI.XRPictureBox(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); @@ -91,13 +90,11 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrTableRow43 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell73 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell74 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); - this.xrCheckBox1 = new DevExpress.XtraReports.UI.XRCheckBox(); - this.xrCheckBox2 = new DevExpress.XtraReports.UI.XRCheckBox(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -143,10 +140,9 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow9, - this.xrTableRow10, this.xrTableRow11, this.rowErbrachteLeistung}); - this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 68F); + this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 51F); this.xrTable1.StylePriority.UseBorderColor = false; // // xrTableRow9 @@ -167,7 +163,7 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrTableCell19.StylePriority.UseBorderColor = false; this.xrTableCell19.StylePriority.UseBorders = false; this.xrTableCell19.StylePriority.UseFont = false; - this.xrTableCell19.Text = "Bewilligte Fachleistungsstunden (FLS) gesamt:"; + this.xrTableCell19.Text = "erbrachte Fachleistungsstunden (FLS) gesamt"; this.xrTableCell19.Weight = 0.78314100999098568D; // // xrTableCell6 @@ -175,6 +171,8 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrTableCell6.BorderColor = System.Drawing.SystemColors.ControlLight; this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); + this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "RecordedFLSTotal", "{0:0.00} FLS")}); this.xrTableCell6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -182,54 +180,15 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrTableCell6.StylePriority.UseBorders = false; this.xrTableCell6.StylePriority.UseFont = false; this.xrTableCell6.StylePriority.UseTextAlignment = false; - this.xrTableCell6.Text = "[ApprovedFLS]"; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell6.Weight = 0.21685899000901443D; // - // xrTableRow10 - // - this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { - this.xrTableCell20, - this.xrTableCell7}); - this.xrTableRow10.FormattingRules.Add(this.ruleRateFactorNull); - this.xrTableRow10.Name = "xrTableRow10"; - this.xrTableRow10.Weight = 0.085D; - // - // xrTableCell20 - // - this.xrTableCell20.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); - this.xrTableCell20.FormattingRules.Add(this.ruleRateFactorNull); - this.xrTableCell20.Name = "xrTableCell20"; - this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell20.StylePriority.UseBorderColor = false; - this.xrTableCell20.StylePriority.UseBorders = false; - this.xrTableCell20.StylePriority.UseFont = false; - this.xrTableCell20.Text = "- zzgl. Faktor [RateFactorText2]:"; - this.xrTableCell20.Weight = 0.78314100999098568D; - // // ruleRateFactorNull // this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?"; this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False; this.ruleRateFactorNull.Name = "ruleRateFactorNull"; // - // xrTableCell7 - // - this.xrTableCell7.BorderColor = System.Drawing.SystemColors.ControlLight; - this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); - this.xrTableCell7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.xrTableCell7.FormattingRules.Add(this.ruleRateFactorNull); - this.xrTableCell7.Name = "xrTableCell7"; - this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrTableCell7.StylePriority.UseBorderColor = false; - this.xrTableCell7.StylePriority.UseBorders = false; - this.xrTableCell7.StylePriority.UseFont = false; - this.xrTableCell7.StylePriority.UseTextAlignment = false; - this.xrTableCell7.Text = "[ApprovedFLSWithFactor]"; - this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; - this.xrTableCell7.Weight = 0.21685899000901443D; - // // xrTableRow11 // this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { @@ -265,7 +224,7 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrTableCell22.StylePriority.UseBorderColor = false; this.xrTableCell22.StylePriority.UseBorders = false; this.xrTableCell22.StylePriority.UseFont = false; - this.xrTableCell22.Text = "Erbrachte Leistungen:"; + this.xrTableCell22.Text = "abrechenbare Fachleistungsstunden"; this.xrTableCell22.Weight = 1D; // // xrLabel6 @@ -389,6 +348,36 @@ namespace BeWo.AidshilfeDortmund.Alt this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.StylePriority.UseFont = false; // + // xrCheckBox1 + // + this.xrCheckBox1.LocationFloat = new DevExpress.Utils.PointFloat(95.83334F, 10F); + this.xrCheckBox1.Name = "xrCheckBox1"; + this.xrCheckBox1.SizeF = new System.Drawing.SizeF(493.5575F, 21.875F); + this.xrCheckBox1.StylePriority.UseFont = false; + this.xrCheckBox1.Text = " Die Betreuung wurde beendet am"; + // + // xrCheckBox2 + // + this.xrCheckBox2.LocationFloat = new DevExpress.Utils.PointFloat(95.83334F, 43.33323F); + this.xrCheckBox2.Name = "xrCheckBox2"; + this.xrCheckBox2.SizeF = new System.Drawing.SizeF(211.0832F, 21.875F); + this.xrCheckBox2.StylePriority.UseFont = false; + this.xrCheckBox2.Text = " Die Betreuung dauert an."; + // + // xrLabel12 + // + this.xrLabel12.BackColor = System.Drawing.Color.Transparent; + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(95.83334F, 77.60416F); + this.xrLabel12.Multiline = true; + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(670.3123F, 91.79169F); + this.xrLabel12.StylePriority.UseBackColor = false; + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.StylePriority.UseTextAlignment = false; + this.xrLabel12.Text = resources.GetString("xrLabel12.Text"); + this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopJustify; + // // topMarginBand1 // this.topMarginBand1.HeightF = 35F; @@ -426,7 +415,7 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrTable1, this.xrLabel8}); this.GroupHeader1.Font = new System.Drawing.Font("Arial", 10F); - this.GroupHeader1.HeightF = 416.7916F; + this.GroupHeader1.HeightF = 399.7916F; this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.StylePriority.UseFont = false; // @@ -448,10 +437,6 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrPictureBox3.SizeF = new System.Drawing.SizeF(210.67F, 189.8333F); this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); - // // GroupHeader2 // this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -753,35 +738,9 @@ namespace BeWo.AidshilfeDortmund.Alt this.xrTableCell74.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrTableCell74.Weight = 0.21685899000901443D; // - // xrLabel12 + // bindingSource1 // - this.xrLabel12.BackColor = System.Drawing.Color.Transparent; - this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(95.83334F, 77.60416F); - this.xrLabel12.Multiline = true; - this.xrLabel12.Name = "xrLabel12"; - this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); - this.xrLabel12.SizeF = new System.Drawing.SizeF(670.3123F, 91.79169F); - this.xrLabel12.StylePriority.UseBackColor = false; - this.xrLabel12.StylePriority.UseFont = false; - this.xrLabel12.StylePriority.UseTextAlignment = false; - this.xrLabel12.Text = resources.GetString("xrLabel12.Text"); - this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopJustify; - // - // xrCheckBox1 - // - this.xrCheckBox1.LocationFloat = new DevExpress.Utils.PointFloat(95.83334F, 10F); - this.xrCheckBox1.Name = "xrCheckBox1"; - this.xrCheckBox1.SizeF = new System.Drawing.SizeF(493.5575F, 21.875F); - this.xrCheckBox1.StylePriority.UseFont = false; - this.xrCheckBox1.Text = " Die Betreuung wurde beendet am"; - // - // xrCheckBox2 - // - this.xrCheckBox2.LocationFloat = new DevExpress.Utils.PointFloat(95.83334F, 43.33323F); - this.xrCheckBox2.Name = "xrCheckBox2"; - this.xrCheckBox2.SizeF = new System.Drawing.SizeF(211.0832F, 21.875F); - this.xrCheckBox2.StylePriority.UseFont = false; - this.xrCheckBox2.Text = " Die Betreuung dauert an."; + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); // // Spitzabrechnung // @@ -805,9 +764,9 @@ namespace BeWo.AidshilfeDortmund.Alt this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } @@ -830,9 +789,6 @@ namespace BeWo.AidshilfeDortmund.Alt private DevExpress.XtraReports.UI.XRTable xrTable1; private DevExpress.XtraReports.UI.XRTableRow xrTableRow9; private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; - private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; private DevExpress.XtraReports.UI.XRTableRow xrTableRow11; private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; private DevExpress.XtraReports.UI.XRTableRow rowErbrachteLeistung; diff --git a/ReportImp/AidshilfeDortmund/SettlementReport.resx b/ReportImp/AidshilfeDortmund/SettlementReport.resx index 02abfa5ee..b9a5ea47d 100644 --- a/ReportImp/AidshilfeDortmund/SettlementReport.resx +++ b/ReportImp/AidshilfeDortmund/SettlementReport.resx @@ -2261,9 +2261,6 @@ YII= - - 17, 17 - iVBORw0KGgoAAAANSUhEUgAABEQAAABRCAIAAABUs+RPAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -2419,4 +2416,7 @@ ECKUyJgRQgghhBBChBIZM0IIIYQQQogQ8uLF/wDOOP1HFN/KqAAAAABJRU5ErkJggg== + + 17, 17 + \ No newline at end of file diff --git a/ReportImp/AlphaEv/MitarbeiterstundenkontoJahr.cs b/ReportImp/AlphaEv/MitarbeiterstundenkontoJahr.cs index 38583a7ce..879b43b06 100644 --- a/ReportImp/AlphaEv/MitarbeiterstundenkontoJahr.cs +++ b/ReportImp/AlphaEv/MitarbeiterstundenkontoJahr.cs @@ -57,9 +57,11 @@ namespace AlphaEv ed.EmployeeDetail.Custom7 = ed.EmployeeDetail.StundenSollOhneUrlaubKrankheit * 0.25m; ed.EmployeeDetail.Custom11 = (info.Custom2 ?? 0) + (ed.EmployeeDetail.FlsIst + (ed.EmployeeDetail.FlsIst / 0.75m * 0.25m)) - ed.EmployeeDetail.StundenSollOhneUrlaubKrankheit; - //cellGesamt.Text = String.Format("{0:0.0}%", gesamtProzent); - - } + //cellGesamt.Text = String.Format("{0:0.0}%", gesamtProzent); + info.Custom3 = ed.EmployeeDetail.SollProWoche; + info.Custom4 = ed.EmployeeDetail.SollProTag; + info.Custom5 = ed.EmployeeDetail.SollProTag * 0.75m; + } } diff --git a/ReportImp/AlphaEv/MitarbeiterstundenkontoJahr.designer.cs b/ReportImp/AlphaEv/MitarbeiterstundenkontoJahr.designer.cs index 0b737ae46..96f5ce453 100644 --- a/ReportImp/AlphaEv/MitarbeiterstundenkontoJahr.designer.cs +++ b/ReportImp/AlphaEv/MitarbeiterstundenkontoJahr.designer.cs @@ -132,9 +132,9 @@ namespace AlphaEv this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.lblMonat = new DevExpress.XtraReports.UI.XRLabel(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.pageFooterBand1 = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); @@ -151,7 +151,7 @@ namespace AlphaEv this.fieldKalkAz = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldKalkInd = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldSaldoKalkAz = new DevExpress.XtraReports.UI.CalculatedField(); - this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableHeader)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); @@ -953,7 +953,7 @@ namespace AlphaEv // xrLabel10 // this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeInfoList.EmployeeDetails.EmployeeDetail.SollProWoche", "{0:0.00}")}); + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeInfoList.Custom3", "{0:0.00}")}); this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(210.2081F, 101.0938F); this.xrLabel10.Multiline = true; this.xrLabel10.Name = "xrLabel10"; @@ -963,7 +963,7 @@ namespace AlphaEv // xrLabel11 // this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeInfoList.EmployeeDetails.EmployeeDetail.SollProTag", "{0:0.00}")}); + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeInfoList.Custom4", "{0:0.00}")}); this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(210.2081F, 121.0938F); this.xrLabel11.Multiline = true; this.xrLabel11.Name = "xrLabel11"; @@ -973,7 +973,7 @@ namespace AlphaEv // xrLabel12 // this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeInfoList.EmployeeDetails.fieldFlsProTag", "{0:0.00}")}); + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeInfoList.Custom5", "{0:0.00}")}); this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(210.2081F, 141.0939F); this.xrLabel12.Multiline = true; this.xrLabel12.Name = "xrLabel12"; @@ -1072,6 +1072,15 @@ namespace AlphaEv this.GroupFooter1.Level = 1; this.GroupFooter1.Name = "GroupFooter1"; // + // xrLabel20 + // + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(0F, 30F); + this.xrLabel20.Multiline = true; + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.SizeF = new System.Drawing.SizeF(190F, 194.1667F); + this.xrLabel20.StylePriority.UseFont = false; + this.xrLabel20.Text = resources.GetString("xrLabel20.Text"); + // // xrLabel19 // this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(190F, 30F); @@ -1091,10 +1100,6 @@ namespace AlphaEv this.xrLabel13.StylePriority.UseFont = false; this.xrLabel13.Text = "Legende:"; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.MitarbeiterstundenkontoMonateRO); - // // pageFooterBand1 // this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { @@ -1216,14 +1221,9 @@ namespace AlphaEv this.fieldSaldoKalkAz.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; this.fieldSaldoKalkAz.Name = "fieldSaldoKalkAz"; // - // xrLabel20 + // bindingSource1 // - this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(0F, 30F); - this.xrLabel20.Multiline = true; - this.xrLabel20.Name = "xrLabel20"; - this.xrLabel20.SizeF = new System.Drawing.SizeF(190F, 194.1667F); - this.xrLabel20.StylePriority.UseFont = false; - this.xrLabel20.Text = resources.GetString("xrLabel20.Text"); + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.MitarbeiterstundenkontoMonateRO); // // MitarbeiterstundenkontoJahr // diff --git a/ReportImp/AlphaEv/Translation/TranslationDictionary.cs b/ReportImp/AlphaEv/Translation/TranslationDictionary.cs index ebf915ce2..aeabb0822 100644 --- a/ReportImp/AlphaEv/Translation/TranslationDictionary.cs +++ b/ReportImp/AlphaEv/Translation/TranslationDictionary.cs @@ -19,7 +19,6 @@ namespace AlphaEv.Translation AddOrReplaceTranslation(dict, "StundenkontoTagesansicht", "Auswertung über das gesamte Jahr"); - return dict; } } diff --git a/ReportImp/AutismusKoelnBonn/Service/CustomCustomerService.cs b/ReportImp/AutismusKoelnBonn/Service/CustomCustomerService.cs index c3be431b7..ca9c3a639 100644 --- a/ReportImp/AutismusKoelnBonn/Service/CustomCustomerService.cs +++ b/ReportImp/AutismusKoelnBonn/Service/CustomCustomerService.cs @@ -15,11 +15,34 @@ namespace AutismusKoelnBonn { public class CustomCustomerService : CustomerService { - + public override CustomerDC LoadCustomer(long pCustomerOid) + { + var dc = base.LoadCustomer(pCustomerOid); + + var folder = DAOFactory.SearchDAO.FindBeWoFolders(TableID.Customer, pCustomerOid); + + if (folder.Count == 0) + { + ErstelleOrdnerStruktur(pCustomerOid); + } + + return dc; + + } + public override long InsertNewCustomer(CustomerDC pCustomerDc) { var cOid = base.InsertNewCustomer(pCustomerDc); + ErstelleOrdnerStruktur(cOid); + + + + return cOid; + } + + private void ErstelleOrdnerStruktur(long cOid) + { // Ordner 1 var folder_01 = CreateBeWoFolder("LE Stammdaten - moveAUT", cOid, null); var folder_01_01 = CreateBeWoFolder("Stammdatenbogen", cOid, folder_01.Oid); @@ -203,9 +226,6 @@ namespace AutismusKoelnBonn var folder_07_04 = CreateBeWoFolder("Medikamentenplan", cOid, folder_07.Oid); var folder_07_05 = CreateBeWoFolder("Kommunikation / Schriftverkehr", cOid, folder_07.Oid); var folder_07_06 = CreateBeWoFolder("Sonstiges", cOid, folder_07.Oid); - - - return cOid; } private BeWoFolder CreateBeWoFolder(string name, long? cOid, long? parentOid) diff --git a/ReportImp/AutismusKoelnBonn/Service/CustomEmployeeService.cs b/ReportImp/AutismusKoelnBonn/Service/CustomEmployeeService.cs index 93857581d..db19ef9eb 100644 --- a/ReportImp/AutismusKoelnBonn/Service/CustomEmployeeService.cs +++ b/ReportImp/AutismusKoelnBonn/Service/CustomEmployeeService.cs @@ -13,10 +13,33 @@ namespace AutismusKoelnBonn { public class CustomEmployeeService : EmployeeService { + public override EmployeeDC LoadEmployee(long eOid) + { + var dc = base.LoadEmployee(eOid); + + var folder = DAOFactory.SearchDAO.FindBeWoFolders(TableID.Employee, eOid); + + if (folder.Count == 0) + { + ErstelleOrdnerStruktur(eOid); + } + + return dc; + + } + + public override long InsertNewEmployee(EmployeeDC pEmployeeDC) { var eOid = base.InsertNewEmployee(pEmployeeDC); + ErstelleOrdnerStruktur(eOid); + + return eOid; + } + + private void ErstelleOrdnerStruktur(long eOid) + { var folder01 = CreateBeWoFolder("Teil 1: Personalführung", eOid, null); var folder01_01 = CreateBeWoFolder("Personaldaten", eOid, folder01.Oid); var folder01_02 = CreateBeWoFolder("Vertragsdaten", eOid, folder01.Oid); @@ -102,8 +125,6 @@ namespace AutismusKoelnBonn var folder02_06_01 = CreateBeWoFolder("Bescheinigungen", eOid, folder02_06.Oid); var folder02_06_02 = CreateBeWoFolder("Schriftverkehr", eOid, folder02_06.Oid); - - return eOid; } private BeWoFolder CreateBeWoFolder(string name, long? eOid, long? parentOid) diff --git a/ReportImp/BeWoSchillingReports/ServicesOverviewReportNeu.Designer.cs b/ReportImp/BeWoSchillingReports/ServicesOverviewReportNeu.Designer.cs index ab03c8b7f..2f72b91a2 100644 --- a/ReportImp/BeWoSchillingReports/ServicesOverviewReportNeu.Designer.cs +++ b/ReportImp/BeWoSchillingReports/ServicesOverviewReportNeu.Designer.cs @@ -86,6 +86,7 @@ namespace BeWoSchillingReports this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.lblAbsenceTime = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); @@ -496,11 +497,12 @@ namespace BeWoSchillingReports // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel14, this.xrLabel2, this.xrLabel12, this.xrLabel1, this.xrLabel9}); - this.ReportHeader.HeightF = 120F; + this.ReportHeader.HeightF = 145F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel2 @@ -709,6 +711,19 @@ namespace BeWoSchillingReports this.lblAbsenceTime.Text = "Es sind keine stationären Aufenthalte bekannt."; this.lblAbsenceTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // + // xrLabel14 + // + this.xrLabel14.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 108F); + this.xrLabel14.Multiline = true; + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(650F, 25F); + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + this.xrLabel14.Text = "Fallverantwortliche Fachkraft: [MainAttendant]"; + this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // // Quittierungsbeleg // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -797,5 +812,6 @@ namespace BeWoSchillingReports private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; } } diff --git a/ReportImp/DiakonieKKKleve/Invoicing/DiakoneKKKleveSoziotherapieInvoiceCreation.cs b/ReportImp/DiakonieKKKleve/Invoicing/DiakoneKKKleveSoziotherapieInvoiceCreation.cs index 10a0da011..1ec0adec0 100644 --- a/ReportImp/DiakonieKKKleve/Invoicing/DiakoneKKKleveSoziotherapieInvoiceCreation.cs +++ b/ReportImp/DiakonieKKKleve/Invoicing/DiakoneKKKleveSoziotherapieInvoiceCreation.cs @@ -67,13 +67,23 @@ namespace DiakonieKKKleve.Invoicing { var ii = base.CreateInvoiceItem(iServiceRecord, scap, calc); - bool isTelefon = false; - - if (ii.ItemDescription.ToLower().Contains("telefon")) + + if (ii.ItemDescription.ToLower().Contains("probe")) + { + ii.UnitDescription = "GPos: 2001607"; + } + else if (ii.ItemDescription.ToLower().Contains("telefon")) { - isTelefon = true; - } - if (!isTelefon) + if (iServiceRecord.RoundedDuration <= 30) + { + ii.UnitDescription = "GPos: 2001618"; + } + else if (iServiceRecord.RoundedDuration > 30) + { + ii.UnitDescription = "GPos: 2001617"; + } + } + else { if (iServiceRecord.RoundedDuration <= 30) { @@ -84,20 +94,7 @@ namespace DiakonieKKKleve.Invoicing ii.UnitDescription = "GPos: 2001610"; } } - else - { - if (iServiceRecord.RoundedDuration <= 30) - { - ii.UnitDescription = "GPos: 2001618"; - } - else if (iServiceRecord.RoundedDuration > 30) - { - ii.UnitDescription = "GPos: 2001617"; - } - } - - return ii; } diff --git a/ReportImp/DiakonieLennepReports/SettlementReport.Designer.cs b/ReportImp/DiakonieLennepReports/SettlementReport.Designer.cs index c3b5be9ab..f2070f1ff 100644 --- a/ReportImp/DiakonieLennepReports/SettlementReport.Designer.cs +++ b/ReportImp/DiakonieLennepReports/SettlementReport.Designer.cs @@ -65,6 +65,7 @@ namespace BeWo.DiakonieLennepReports.Alt this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.lblAnschrift = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); @@ -74,7 +75,6 @@ namespace BeWo.DiakonieLennepReports.Alt this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.lblEndText = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); - this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); @@ -479,15 +479,23 @@ namespace BeWo.DiakonieLennepReports.Alt this.xrLabel4, this.xrLabel10, this.xrLabel11}); - this.ReportFooter.HeightF = 141.875F; + this.ReportFooter.HeightF = 121.9583F; this.ReportFooter.KeepTogether = true; this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.StylePriority.UseFont = false; // + // xrPictureBox3 + // + this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.22215F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(115.955F, 58.52782F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 117.7083F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 100.9166F); this.xrLabel5.Multiline = true; this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -497,13 +505,13 @@ namespace BeWo.DiakonieLennepReports.Alt // // xrLabel4 // - this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 78.74998F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 78.75F); 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(244.79F, 38F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(244.79F, 22.16665F); this.xrLabel4.StylePriority.UseFont = false; - this.xrLabel4.Text = "i.A.\r\nDaniela Wirth"; + this.xrLabel4.Text = "i.A. Daniela Wirth"; // // xrLabel10 // @@ -516,7 +524,7 @@ namespace BeWo.DiakonieLennepReports.Alt // // xrLabel11 // - this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(538.2083F, 111.875F); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(538.2084F, 100.9166F); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel11.SizeF = new System.Drawing.SizeF(89.91669F, 20F); @@ -563,14 +571,6 @@ namespace BeWo.DiakonieLennepReports.Alt // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.SettlementRO); // - // xrPictureBox3 - // - this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); - this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.22215F); - this.xrPictureBox3.Name = "xrPictureBox3"; - this.xrPictureBox3.SizeF = new System.Drawing.SizeF(115.955F, 58.52782F); - this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; - // // Spitzabrechnung // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { diff --git a/ReportImp/DiakonieLennepReports/SettlementReport2.designer.cs b/ReportImp/DiakonieLennepReports/SettlementReport2.designer.cs index d796950ee..a5f20a488 100644 --- a/ReportImp/DiakonieLennepReports/SettlementReport2.designer.cs +++ b/ReportImp/DiakonieLennepReports/SettlementReport2.designer.cs @@ -40,6 +40,7 @@ namespace BeWo.DiakonieLennepReports this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.lblAnschrift = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); + this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); @@ -67,7 +68,6 @@ namespace BeWo.DiakonieLennepReports this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.lblEndText = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); - this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); @@ -162,15 +162,23 @@ namespace BeWo.DiakonieLennepReports this.xrLabel4, this.xrLabel10, this.xrLabel11}); - this.ReportFooter.HeightF = 138.75F; + this.ReportFooter.HeightF = 122.5695F; this.ReportFooter.KeepTogether = true; this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.StylePriority.UseFont = false; // + // xrPictureBox3 + // + this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); + this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.00001F); + this.xrPictureBox3.Name = "xrPictureBox3"; + this.xrPictureBox3.SizeF = new System.Drawing.SizeF(115.955F, 58.52782F); + this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0.001716614F, 117.4862F); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 101.5278F); this.xrLabel5.Multiline = true; this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); @@ -180,13 +188,13 @@ namespace BeWo.DiakonieLennepReports // // xrLabel4 // - this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0.001716614F, 78.52783F); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0.001627604F, 78.52783F); 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(244.79F, 38F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(244.79F, 22.99998F); this.xrLabel4.StylePriority.UseFont = false; - this.xrLabel4.Text = "i.A.\r\nDaniela Wirth"; + this.xrLabel4.Text = "i.A. Daniela Wirth"; // // xrLabel10 // @@ -199,7 +207,7 @@ namespace BeWo.DiakonieLennepReports // // xrLabel11 // - this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(538.2083F, 117.4862F); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(538.2084F, 101.5278F); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel11.SizeF = new System.Drawing.SizeF(89.91669F, 20F); @@ -454,14 +462,6 @@ namespace BeWo.DiakonieLennepReports // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.Settlement2RO); // - // xrPictureBox3 - // - this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image"))); - this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.00001F); - this.xrPictureBox3.Name = "xrPictureBox3"; - this.xrPictureBox3.SizeF = new System.Drawing.SizeF(115.955F, 58.52782F); - this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; - // // Spitzabrechnung // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { diff --git a/ReportImp/DomizielAnsbach/CustomerDataReport.Designer.cs b/ReportImp/DomizielAnsbach/CustomerDataReport.Designer.cs new file mode 100644 index 000000000..e7f71c49c --- /dev/null +++ b/ReportImp/DomizielAnsbach/CustomerDataReport.Designer.cs @@ -0,0 +1,1315 @@ +using BeWo.Report.ReportObjects; +namespace DomizielAnsbach +{ + partial class Klientenstammblatt + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow19 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel32 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); + this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow20 = 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.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail2 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow21 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.DetailReport2 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail3 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrTable7 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow22 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); + this.DetailReport3 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail4 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + 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.DetailReport4 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail5 = 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.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); + this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); + this.DetailReport5 = new DevExpress.XtraReports.UI.DetailReportBand(); + this.Detail6 = new DevExpress.XtraReports.UI.DetailBand(); + this.xrLabel33 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader3 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); + this.xrLabel34 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel35 = new DevExpress.XtraReports.UI.XRLabel(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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; + // + // xrLabel2 + // + this.xrLabel2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17.00002F); + 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(192F, 25F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.Text = "Zuständige Kostenträger\r\n"; + // + // xrTable4 + // + this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 42.00002F); + this.xrTable4.Name = "xrTable4"; + this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow19}); + this.xrTable4.SizeF = new System.Drawing.SizeF(642F, 18F); + // + // xrTableRow19 + // + this.xrTableRow19.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell35, + this.xrTableCell36, + this.xrTableCell37}); + this.xrTableRow19.Name = "xrTableRow19"; + this.xrTableRow19.Weight = 1.0588235294117647D; + // + // xrTableCell35 + // + this.xrTableCell35.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell35.Font = new System.Drawing.Font("Arial", 10F, 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.UseFont = false; + this.xrTableCell35.StylePriority.UsePadding = false; + this.xrTableCell35.Text = "Kostenträger"; + this.xrTableCell35.Weight = 0.17912772585669781D; + // + // xrTableCell36 + // + this.xrTableCell36.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell36.Font = new System.Drawing.Font("Arial", 10F, 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.UseFont = false; + this.xrTableCell36.StylePriority.UsePadding = false; + this.xrTableCell36.Text = "Aktenzeichen"; + this.xrTableCell36.Weight = 0.3115264797507788D; + // + // 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, 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.UseFont = false; + this.xrTableCell37.StylePriority.UsePadding = false; + this.xrTableCell37.Text = "Notiz"; + this.xrTableCell37.Weight = 0.50934579439252337D; + // + // xrLabel28 + // + this.xrLabel28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Disabilities")}); + this.xrLabel28.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(139.58F, 244.0834F); + this.xrLabel28.Multiline = true; + this.xrLabel28.Name = "xrLabel28"; + this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel28.SizeF = new System.Drawing.SizeF(537.42F, 24F); + this.xrLabel28.StylePriority.UseFont = false; + this.xrLabel28.Text = "Vorname:"; + // + // xrLabel21 + // + this.xrLabel21.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(0F, 244.0834F); + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel21.StylePriority.UseFont = false; + this.xrLabel21.Text = "Behinderungen:"; + // + // xrLabel14 + // + this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Notice")}); + this.xrLabel14.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(139.58F, 220.0834F); + this.xrLabel14.Multiline = true; + this.xrLabel14.Name = "xrLabel14"; + this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel14.SizeF = new System.Drawing.SizeF(537.42F, 23.99998F); + this.xrLabel14.StylePriority.UseFont = false; + this.xrLabel14.StylePriority.UseTextAlignment = false; + // + // xrLabel7 + // + this.xrLabel7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 220.0834F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.Text = "Kommentar:"; + // + // xrLabel27 + // + this.xrLabel27.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(479.125F, 76.08337F); + this.xrLabel27.Name = "xrLabel27"; + this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel27.SizeF = new System.Drawing.SizeF(197.875F, 24F); + this.xrLabel27.StylePriority.UseFont = false; + this.xrLabel27.Text = "[PostCode] [Town]"; + // + // xrLabel26 + // + this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Street")}); + this.xrLabel26.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(479.125F, 52.08333F); + this.xrLabel26.Name = "xrLabel26"; + this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel26.SizeF = new System.Drawing.SizeF(197.875F, 24F); + this.xrLabel26.StylePriority.UseFont = false; + this.xrLabel26.Text = "Vorname:"; + // + // xrLabel29 + // + this.xrLabel29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Mobile")}); + this.xrLabel29.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(479.125F, 124.0833F); + this.xrLabel29.Name = "xrLabel29"; + this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel29.SizeF = new System.Drawing.SizeF(197F, 24F); + this.xrLabel29.StylePriority.UseFont = false; + this.xrLabel29.Text = "Vorname:"; + // + // xrLabel32 + // + this.xrLabel32.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Mail")}); + this.xrLabel32.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel32.LocationFloat = new DevExpress.Utils.PointFloat(479.125F, 196.0833F); + this.xrLabel32.Name = "xrLabel32"; + this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel32.SizeF = new System.Drawing.SizeF(196.9999F, 24F); + this.xrLabel32.StylePriority.UseFont = false; + this.xrLabel32.Text = "Vorname:"; + // + // xrLabel31 + // + this.xrLabel31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Fax")}); + this.xrLabel31.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(479.125F, 172.0834F); + this.xrLabel31.Name = "xrLabel31"; + this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel31.SizeF = new System.Drawing.SizeF(197F, 24F); + this.xrLabel31.StylePriority.UseFont = false; + this.xrLabel31.Text = "Vorname:"; + // + // xrLabel30 + // + this.xrLabel30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Phone")}); + this.xrLabel30.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(479.125F, 148.0834F); + this.xrLabel30.Name = "xrLabel30"; + this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel30.SizeF = new System.Drawing.SizeF(197F, 24F); + this.xrLabel30.StylePriority.UseFont = false; + this.xrLabel30.Text = "Vorname:"; + // + // xrLabel20 + // + this.xrLabel20.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(339.5449F, 76.08331F); + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel20.StylePriority.UseFont = false; + this.xrLabel20.Text = "PLZ/Ort:"; + // + // xrLabel19 + // + this.xrLabel19.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(339.5449F, 52.08333F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.Text = "Straße:"; + // + // xrLabel22 + // + this.xrLabel22.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(339.5449F, 124.0833F); + this.xrLabel22.Name = "xrLabel22"; + this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel22.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel22.StylePriority.UseFont = false; + this.xrLabel22.Text = "Handy:"; + // + // xrLabel25 + // + this.xrLabel25.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(339.5449F, 196.0834F); + this.xrLabel25.Name = "xrLabel25"; + this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel25.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel25.StylePriority.UseFont = false; + this.xrLabel25.Text = "E-Mail:"; + // + // xrLabel24 + // + this.xrLabel24.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(339.5449F, 172.0834F); + this.xrLabel24.Name = "xrLabel24"; + this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel24.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel24.StylePriority.UseFont = false; + this.xrLabel24.Text = "Fax:"; + // + // xrLabel23 + // + this.xrLabel23.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(339.5449F, 148.0834F); + this.xrLabel23.Name = "xrLabel23"; + this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel23.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel23.StylePriority.UseFont = false; + this.xrLabel23.Text = "Telefon:"; + // + // xrLabel18 + // + this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Occupation")}); + this.xrLabel18.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(139.58F, 172.0834F); + this.xrLabel18.Name = "xrLabel18"; + this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel18.SizeF = new System.Drawing.SizeF(179.1633F, 24F); + this.xrLabel18.StylePriority.UseFont = false; + this.xrLabel18.Text = "Vorname:"; + // + // xrLabel17 + // + this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "FamilyStatus")}); + this.xrLabel17.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(139.58F, 148.0834F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(179.1633F, 24F); + this.xrLabel17.StylePriority.UseFont = false; + this.xrLabel17.Text = "Vorname:"; + // + // xrLabel16 + // + this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Sex")}); + this.xrLabel16.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(139.58F, 124.0834F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(179.1633F, 24F); + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.Text = "Vorname:"; + // + // xrLabel15 + // + this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "DateOfBirth")}); + this.xrLabel15.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(139.58F, 100.0834F); + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(179.1633F, 24F); + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.Text = "Vorname:"; + // + // xrLabel13 + // + this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "LastName")}); + this.xrLabel13.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(139.58F, 76.08337F); + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(179.1633F, 24F); + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.Text = "Vorname:"; + // + // xrLabel12 + // + this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "FirstName")}); + this.xrLabel12.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(139.58F, 52.08333F); + this.xrLabel12.Name = "xrLabel12"; + this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel12.SizeF = new System.Drawing.SizeF(179.1633F, 24F); + this.xrLabel12.StylePriority.UseFont = false; + this.xrLabel12.Text = "Vorname:"; + // + // xrLabel11 + // + this.xrLabel11.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 172.0834F); + this.xrLabel11.Name = "xrLabel11"; + this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel11.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel11.StylePriority.UseFont = false; + this.xrLabel11.Text = "Beruf:"; + // + // xrLabel10 + // + this.xrLabel10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 148.0834F); + this.xrLabel10.Name = "xrLabel10"; + this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel10.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel10.StylePriority.UseFont = false; + this.xrLabel10.Text = "Familienstand:"; + // + // xrLabel9 + // + this.xrLabel9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 124.0834F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.Text = "Geschlecht:"; + // + // xrLabel8 + // + this.xrLabel8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 100.0834F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.Text = "Geburtsdatum:"; + // + // xrLabel6 + // + this.xrLabel6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 76.08337F); + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.Text = "Nachname:"; + // + // xrLabel5 + // + this.xrLabel5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 52.08333F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.Text = "Vorname:"; + // + // xrLabel1 + // + this.xrLabel1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(677F, 25F); + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.StylePriority.UseTextAlignment = false; + this.xrLabel1.Text = "Klientenübersicht [Name]"; + this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // 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; + // + // DetailReport + // + this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail1, + this.GroupHeader1}); + this.DetailReport.DataMember = "CostBearers"; + this.DetailReport.DataSource = this.bindingSource1; + this.DetailReport.Level = 1; + this.DetailReport.Name = "DetailReport"; + // + // Detail1 + // + this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable5}); + this.Detail1.HeightF = 18F; + this.Detail1.Name = "Detail1"; + // + // xrTable5 + // + this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable5.Name = "xrTable5"; + this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow20}); + this.xrTable5.SizeF = new System.Drawing.SizeF(642F, 18F); + // + // xrTableRow20 + // + this.xrTableRow20.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell38, + this.xrTableCell39, + this.xrTableCell40}); + this.xrTableRow20.Name = "xrTableRow20"; + this.xrTableRow20.Weight = 1.0588235294117647D; + // + // xrTableCell38 + // + this.xrTableCell38.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell38.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CostBearers.CostBearer")}); + this.xrTableCell38.Name = "xrTableCell38"; + this.xrTableCell38.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell38.StylePriority.UseBorders = false; + this.xrTableCell38.StylePriority.UseFont = false; + this.xrTableCell38.StylePriority.UsePadding = false; + this.xrTableCell38.Text = "Kostenträger"; + this.xrTableCell38.Weight = 0.17912772585669781D; + // + // xrTableCell39 + // + this.xrTableCell39.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell39.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CostBearers.ReferenceNumber")}); + this.xrTableCell39.Name = "xrTableCell39"; + this.xrTableCell39.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell39.StylePriority.UseBorders = false; + this.xrTableCell39.StylePriority.UseFont = false; + this.xrTableCell39.StylePriority.UsePadding = false; + this.xrTableCell39.Text = "Aktenzeichen"; + this.xrTableCell39.Weight = 0.3115264797507788D; + // + // xrTableCell40 + // + this.xrTableCell40.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "CostBearers.Notice")}); + this.xrTableCell40.Name = "xrTableCell40"; + this.xrTableCell40.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell40.StylePriority.UseBorders = false; + this.xrTableCell40.StylePriority.UseFont = false; + this.xrTableCell40.StylePriority.UsePadding = false; + this.xrTableCell40.Text = "Notiz"; + this.xrTableCell40.Weight = 0.50934579439252337D; + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable4, + this.xrLabel2}); + this.GroupHeader1.HeightF = 60.00002F; + this.GroupHeader1.Name = "GroupHeader1"; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.CustomerDataRO); + // + // DetailReport1 + // + this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail2}); + this.DetailReport1.Level = 2; + this.DetailReport1.Name = "DetailReport1"; + // + // Detail2 + // + this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable6, + this.xrLabel3}); + this.Detail2.HeightF = 60.00001F; + this.Detail2.Name = "Detail2"; + // + // xrTable6 + // + this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 42.00001F); + this.xrTable6.Name = "xrTable6"; + this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow21}); + this.xrTable6.SizeF = new System.Drawing.SizeF(642F, 18F); + // + // xrTableRow21 + // + this.xrTableRow21.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell41, + this.xrTableCell42, + this.xrTableCell43}); + this.xrTableRow21.Name = "xrTableRow21"; + this.xrTableRow21.Weight = 1.0588235294117647D; + // + // xrTableCell41 + // + this.xrTableCell41.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell41.Font = new System.Drawing.Font("Arial", 10F, 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.UseFont = false; + this.xrTableCell41.StylePriority.UsePadding = false; + this.xrTableCell41.Text = "Betreuer"; + this.xrTableCell41.Weight = 0.17912772585669781D; + // + // xrTableCell42 + // + this.xrTableCell42.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell42.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrTableCell42.Name = "xrTableCell42"; + this.xrTableCell42.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell42.StylePriority.UseBorders = false; + this.xrTableCell42.StylePriority.UseFont = false; + this.xrTableCell42.StylePriority.UsePadding = false; + this.xrTableCell42.Text = "Rolle"; + this.xrTableCell42.Weight = 0.3115264797507788D; + // + // 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, 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.UseFont = false; + this.xrTableCell43.StylePriority.UsePadding = false; + this.xrTableCell43.Text = "Notiz"; + this.xrTableCell43.Weight = 0.50934579439252337D; + // + // xrLabel3 + // + this.xrLabel3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17F); + 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(192F, 25F); + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.Text = "Zuständige Betreuer:"; + // + // DetailReport2 + // + this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail3}); + this.DetailReport2.DataMember = "RelatedEmployees"; + this.DetailReport2.DataSource = this.bindingSource1; + this.DetailReport2.Level = 3; + this.DetailReport2.Name = "DetailReport2"; + // + // Detail3 + // + this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable7}); + this.Detail3.HeightF = 18F; + this.Detail3.Name = "Detail3"; + // + // xrTable7 + // + this.xrTable7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable7.Name = "xrTable7"; + this.xrTable7.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow22}); + this.xrTable7.SizeF = new System.Drawing.SizeF(642F, 18F); + this.xrTable7.StylePriority.UseFont = false; + // + // xrTableRow22 + // + this.xrTableRow22.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell44, + this.xrTableCell45, + this.xrTableCell46}); + this.xrTableRow22.Name = "xrTableRow22"; + this.xrTableRow22.Weight = 1.125D; + // + // xrTableCell44 + // + this.xrTableCell44.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell44.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "RelatedEmployees.Employee")}); + this.xrTableCell44.Name = "xrTableCell44"; + this.xrTableCell44.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell44.StylePriority.UseBorders = false; + this.xrTableCell44.StylePriority.UseFont = false; + this.xrTableCell44.StylePriority.UsePadding = false; + this.xrTableCell44.Text = "Betreuer"; + this.xrTableCell44.Weight = 0.17912772585669781D; + // + // xrTableCell45 + // + this.xrTableCell45.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "RelatedEmployees.RelationRole")}); + this.xrTableCell45.Name = "xrTableCell45"; + this.xrTableCell45.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell45.StylePriority.UseBorders = false; + this.xrTableCell45.StylePriority.UseFont = false; + this.xrTableCell45.StylePriority.UsePadding = false; + this.xrTableCell45.Text = "Rolle"; + this.xrTableCell45.Weight = 0.3115264797507788D; + // + // xrTableCell46 + // + this.xrTableCell46.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell46.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "RelatedEmployees.Notice")}); + this.xrTableCell46.Name = "xrTableCell46"; + this.xrTableCell46.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell46.StylePriority.UseBorders = false; + this.xrTableCell46.StylePriority.UseFont = false; + this.xrTableCell46.StylePriority.UsePadding = false; + this.xrTableCell46.Text = "Notiz"; + this.xrTableCell46.Weight = 0.50934579439252337D; + // + // DetailReport3 + // + this.DetailReport3.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail4}); + this.DetailReport3.Expanded = false; + this.DetailReport3.Level = 4; + this.DetailReport3.Name = "DetailReport3"; + // + // Detail4 + // + this.Detail4.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel4}); + this.Detail4.HeightF = 60.00004F; + this.Detail4.Name = "Detail4"; + // + // xrLabel4 + // + this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 35.00004F); + 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(192F, 25F); + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.Text = "Personen des Umfelds:"; + // + // 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(642F, 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.17912772585669781D; + // + // 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.21806853582554517D; + // + // 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 = "Telefonnr."; + this.xrTableCell53.Weight = 0.2180685358255452D; + // + // 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 = "Notiz"; + this.xrTableCell49.Weight = 0.38473520249221183D; + // + // DetailReport4 + // + this.DetailReport4.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail5, + this.GroupHeader2}); + this.DetailReport4.DataMember = "EnvironmentPersons"; + this.DetailReport4.DataSource = this.bindingSource1; + this.DetailReport4.Level = 5; + this.DetailReport4.Name = "DetailReport4"; + // + // Detail5 + // + this.Detail5.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable9}); + this.Detail5.HeightF = 18F; + this.Detail5.Name = "Detail5"; + // + // xrTable9 + // + this.xrTable9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrTable9.Name = "xrTable9"; + this.xrTable9.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow24}); + this.xrTable9.SizeF = new System.Drawing.SizeF(642F, 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.17912772585669781D; + // + // 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.21806853582554517D; + // + // 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.ContactSummaryInfo")}); + 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.2180685358255452D; + // + // xrTableCell52 + // + this.xrTableCell52.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell52.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EnvironmentPersons.Customer2PersonNotice")}); + 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 = "Notiz"; + this.xrTableCell52.Weight = 0.38473520249221183D; + // + // GroupHeader2 + // + this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable8}); + this.GroupHeader2.HeightF = 18F; + this.GroupHeader2.Name = "GroupHeader2"; + this.GroupHeader2.RepeatEveryPage = true; + // + // topMarginBand1 + // + this.topMarginBand1.HeightF = 75F; + this.topMarginBand1.Name = "topMarginBand1"; + // + // bottomMarginBand1 + // + this.bottomMarginBand1.HeightF = 50F; + this.bottomMarginBand1.Name = "bottomMarginBand1"; + // + // ReportHeader + // + this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel1, + this.xrLabel5, + this.xrLabel6, + this.xrLabel8, + this.xrLabel9, + this.xrLabel10, + this.xrLabel11, + this.xrLabel12, + this.xrLabel13, + this.xrLabel15, + this.xrLabel16, + this.xrLabel17, + this.xrLabel18, + this.xrLabel23, + this.xrLabel24, + this.xrLabel25, + this.xrLabel22, + this.xrLabel19, + this.xrLabel20, + this.xrLabel30, + this.xrLabel31, + this.xrLabel32, + this.xrLabel29, + this.xrLabel26, + this.xrLabel27, + this.xrLabel7, + this.xrLabel14, + this.xrLabel21, + this.xrLabel28}); + this.ReportHeader.HeightF = 280F; + this.ReportHeader.Name = "ReportHeader"; + // + // DetailReport5 + // + this.DetailReport5.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail6, + this.GroupHeader3, + this.GroupFooter1}); + this.DetailReport5.DataMember = "ICD10Diagnosen"; + this.DetailReport5.DataSource = this.bindingSource1; + this.DetailReport5.Level = 0; + this.DetailReport5.Name = "DetailReport5"; + // + // Detail6 + // + this.Detail6.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable2}); + this.Detail6.HeightF = 18F; + this.Detail6.Name = "Detail6"; + // + // xrLabel33 + // + this.xrLabel33.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel33.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17.00002F); + this.xrLabel33.Multiline = true; + this.xrLabel33.Name = "xrLabel33"; + this.xrLabel33.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel33.SizeF = new System.Drawing.SizeF(192F, 25F); + this.xrLabel33.StylePriority.UseFont = false; + this.xrLabel33.Text = "Diagnosen"; + // + // xrTable1 + // + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 42.00002F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1}); + this.xrTable1.SizeF = new System.Drawing.SizeF(642F, 18F); + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1, + this.xrTableCell2}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 1D; + // + // xrTableCell1 + // + this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | 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 = "ICD10"; + this.xrTableCell1.Weight = 0.37383177570093462D; + // + // xrTableCell2 + // + this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + 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 = "Beschreibung"; + this.xrTableCell2.Weight = 2.6261682242990649D; + // + // GroupHeader3 + // + this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable1, + this.xrLabel33}); + this.GroupHeader3.HeightF = 60.00002F; + this.GroupHeader3.Name = "GroupHeader3"; + // + // xrTable2 + // + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(2.543131E-05F, 0F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow2}); + this.xrTable2.SizeF = new System.Drawing.SizeF(642F, 18F); + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell3, + this.xrTableCell4}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Weight = 1D; + // + // xrTableCell3 + // + this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ICD10Diagnosen.ICD10Code")}); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell3.StylePriority.UseBorders = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.Text = "xrTableCell3"; + this.xrTableCell3.Weight = 0.37383177570093462D; + // + // xrTableCell4 + // + this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "ICD10Diagnosen.Beschreibung")}); + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); + this.xrTableCell4.StylePriority.UseBorders = false; + this.xrTableCell4.StylePriority.UsePadding = false; + this.xrTableCell4.Text = "xrTableCell4"; + this.xrTableCell4.Weight = 2.6261682242990654D; + // + // GroupFooter1 + // + this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel34, + this.xrLabel35}); + this.GroupFooter1.HeightF = 53.33333F; + this.GroupFooter1.Name = "GroupFooter1"; + // + // xrLabel34 + // + this.xrLabel34.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.xrLabel34.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10F); + this.xrLabel34.Name = "xrLabel34"; + this.xrLabel34.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel34.SizeF = new System.Drawing.SizeF(139.58F, 24F); + this.xrLabel34.StylePriority.UseFont = false; + this.xrLabel34.Text = "Bemerkungen:"; + // + // xrLabel35 + // + this.xrLabel35.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "Customer.Diagnosis")}); + this.xrLabel35.Font = new System.Drawing.Font("Arial", 10F); + this.xrLabel35.LocationFloat = new DevExpress.Utils.PointFloat(139.58F, 10F); + this.xrLabel35.Multiline = true; + this.xrLabel35.Name = "xrLabel35"; + this.xrLabel35.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel35.SizeF = new System.Drawing.SizeF(537.42F, 23.99998F); + this.xrLabel35.StylePriority.UseFont = false; + this.xrLabel35.StylePriority.UseTextAlignment = false; + // + // Klientenstammblatt + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.PageFooter, + this.DetailReport, + this.DetailReport1, + this.DetailReport2, + this.DetailReport3, + this.DetailReport4, + this.topMarginBand1, + this.bottomMarginBand1, + this.ReportHeader, + this.DetailReport5}); + this.DataSource = this.bindingSource1; + this.Font = new System.Drawing.Font("Arial", 10F); + this.Margins = new System.Drawing.Printing.Margins(75, 75, 75, 50); + this.PageHeight = 1169; + this.PageWidth = 827; + this.PaperKind = System.Drawing.Printing.PaperKind.A4; + this.Version = "17.1"; + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private DevExpress.XtraReports.UI.PageFooterBand PageFooter; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private System.Windows.Forms.BindingSource bindingSource1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport; + private DevExpress.XtraReports.UI.DetailBand Detail1; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.XRTable xrTable4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow19; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell35; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell37; + private DevExpress.XtraReports.UI.XRTable xrTable5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell38; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell39; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell40; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport1; + private DevExpress.XtraReports.UI.DetailBand Detail2; + private DevExpress.XtraReports.UI.XRTable xrTable6; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell41; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell43; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport2; + private DevExpress.XtraReports.UI.DetailBand Detail3; + private DevExpress.XtraReports.UI.XRTable xrTable7; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell45; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell46; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport3; + private DevExpress.XtraReports.UI.DetailBand Detail4; + 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 xrTableCell49; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport4; + private DevExpress.XtraReports.UI.DetailBand Detail5; + 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 xrTableCell52; + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell54; + private DevExpress.XtraReports.UI.XRLabel xrLabel11; + private DevExpress.XtraReports.UI.XRLabel xrLabel10; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRLabel xrLabel28; + private DevExpress.XtraReports.UI.XRLabel xrLabel21; + private DevExpress.XtraReports.UI.XRLabel xrLabel14; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.XRLabel xrLabel27; + private DevExpress.XtraReports.UI.XRLabel xrLabel26; + private DevExpress.XtraReports.UI.XRLabel xrLabel29; + private DevExpress.XtraReports.UI.XRLabel xrLabel32; + private DevExpress.XtraReports.UI.XRLabel xrLabel31; + private DevExpress.XtraReports.UI.XRLabel xrLabel30; + private DevExpress.XtraReports.UI.XRLabel xrLabel20; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRLabel xrLabel22; + private DevExpress.XtraReports.UI.XRLabel xrLabel25; + private DevExpress.XtraReports.UI.XRLabel xrLabel24; + private DevExpress.XtraReports.UI.XRLabel xrLabel23; + private DevExpress.XtraReports.UI.XRLabel xrLabel18; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader2; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; + private DevExpress.XtraReports.UI.DetailReportBand DetailReport5; + private DevExpress.XtraReports.UI.DetailBand Detail6; + private DevExpress.XtraReports.UI.XRLabel xrLabel33; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader3; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; + private DevExpress.XtraReports.UI.XRLabel xrLabel34; + private DevExpress.XtraReports.UI.XRLabel xrLabel35; + } +} diff --git a/ReportImp/DomizielAnsbach/CustomerDataReport.cs b/ReportImp/DomizielAnsbach/CustomerDataReport.cs new file mode 100644 index 000000000..f9b1f5ae8 --- /dev/null +++ b/ReportImp/DomizielAnsbach/CustomerDataReport.cs @@ -0,0 +1,23 @@ +using System; +using System.Drawing; +using System.Collections; +using System.ComponentModel; +using DevExpress.XtraReports.UI; +using BeWo.Report.ReportObjects; +using BeWo.Report; + +namespace DomizielAnsbach +{ + public partial class Klientenstammblatt : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + public Klientenstammblatt() + { + InitializeComponent(); + } + + public void SetReportDataSource(CustomerDataRO pRO) + { + this.bindingSource1.DataSource = pRO; + } + } +} diff --git a/ReportImp/DomizielAnsbach/CustomerDataReport.resx b/ReportImp/DomizielAnsbach/CustomerDataReport.resx new file mode 100644 index 000000000..d25f3eba2 --- /dev/null +++ b/ReportImp/DomizielAnsbach/CustomerDataReport.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/DomizielAnsbach.csproj b/ReportImp/DomizielAnsbach/DomizielAnsbach.csproj index 4f4b67901..b94b7b4a5 100644 --- a/ReportImp/DomizielAnsbach/DomizielAnsbach.csproj +++ b/ReportImp/DomizielAnsbach/DomizielAnsbach.csproj @@ -48,6 +48,12 @@ + + Component + + + CustomerDataReport.cs + @@ -138,6 +144,10 @@ + + CustomerDataReport.cs + Designer + QuittierungsbelegAbw.cs diff --git a/ReportImp/DomizielAnsbach/QuittierungsbelegPB.cs b/ReportImp/DomizielAnsbach/QuittierungsbelegPB.cs index 50f3fea56..918f67049 100644 --- a/ReportImp/DomizielAnsbach/QuittierungsbelegPB.cs +++ b/ReportImp/DomizielAnsbach/QuittierungsbelegPB.cs @@ -30,15 +30,15 @@ namespace DomizielAnsbach double minuten = 0; foreach (ServicesOverviewRO.ServiceDetail s in pRO.Services) { - if (s.IsBillable) - { + //if (s.IsBillable) + //{ ServicesOverviewRO.CreateSignatureString(s); if (s.ServiceCategory.ToLower().IndexOf("assistenz") < 0) { servicesBillable.Add(s); minuten += s.Minutes; } - } + //} } pRO.TotalFLMBillable = minuten; diff --git a/ReportImp/GpzBiberachReports/GpzBiberachReports.csproj b/ReportImp/GpzBiberachReports/GpzBiberachReports.csproj index f62395500..8c497335f 100644 --- a/ReportImp/GpzBiberachReports/GpzBiberachReports.csproj +++ b/ReportImp/GpzBiberachReports/GpzBiberachReports.csproj @@ -89,6 +89,12 @@ Jahresauswertung.cs + + Component + + + JahresauswertungMissinglist2022.cs + Component @@ -169,6 +175,9 @@ Jahresauswertung.cs + + JahresauswertungMissinglist2022.cs + JahresauswertungMissinglistAlt.cs diff --git a/ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.Designer.cs b/ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.Designer.cs new file mode 100644 index 000000000..987784971 --- /dev/null +++ b/ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.Designer.cs @@ -0,0 +1,8412 @@ +namespace BeWo.GpzBiberachReports +{ + partial class JahresauswertungMissinglist2022 + { + /// + /// 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.Detail = new DevExpress.XtraReports.UI.DetailBand(); + this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); + this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); + this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.lblTitel = new DevExpress.XtraReports.UI.XRLabel(); + this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell221 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell212 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtWLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtMLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtDLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtGesamtLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell217 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtMigrationWLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtMigrationMLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtMigrationDLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtMigrationGesamtLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow97 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell119 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell146 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtFluchtWLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtFluchtMLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtFluchtDLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellGesamtFluchtGesamtLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblMissing23 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable11 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow98 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell214 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell238 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell215 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell237 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell216 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell236 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow104 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell308 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell239 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzBis3Monate1Bis4KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzBis3Monate5Bis10KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzBis3Monate11Bis20KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzBis3Monate21Bis40KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzBis3MonateUeber40KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzBis3MonateSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow105 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell309 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell245 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz3Bis6Monate1Bis4KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz3Bis6Monate5Bis10KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz3Bis6Monate11Bis20KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz3Bis6Monate21Bis40KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz3Bis6MonateUeber40KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz3Bis6MonateSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow106 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell310 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell251 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz7Bis12Monate1Bis4KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz7Bis12Monate5Bis10KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz7Bis12Monate11Bis20KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz7Bis12Monate21Bis40KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz7Bis12MonateUeber40KLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz7Bis12MonateSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow107 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell257 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz1Bis4KSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz5Bis10KSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz11Bis20KSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anz21Bis40KSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzUeber40KSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellAnzahl33Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzLedigLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzVerwitwetLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzGeschiedenLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzVerheiratetLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzGetrenntLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); + this.familienstandUnbekanntLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzFamilienstatusUnbekanntLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzFamilienstandSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader3 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow17 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow18 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell541 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow58 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell106 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell542 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow19 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell543 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow20 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell544 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow59 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell121 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell131 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell545 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow21 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell546 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow22 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell547 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow23 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell548 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow60 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell137 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell141 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell549 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow61 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell147 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblLebensverhaeltnisUnbekannt = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell5410 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow25 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell(); + this.lblLebensverhaeltnisSonstiges = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell5411 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow24 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell54Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader4 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow26 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow27 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell551 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow28 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell552 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow29 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell59 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell553 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow30 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell62 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell63 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell554 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow31 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell65 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell66 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell555 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow32 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell68 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell69 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell556 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow33 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell71 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell72 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell557 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow35 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell76 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell77 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell558 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow36 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell79 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell80 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell559 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow37 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell82 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell83 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell5510 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow38 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell85 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell86 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell5511 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow39 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell88 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell89 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell5512 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow40 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell91 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell92 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell5513 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow41 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell94 = new DevExpress.XtraReports.UI.XRTableCell(); + this.EinkommenUnbekanntLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell5514 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow43 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell5515 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow34 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell74 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell55Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader5 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable7 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow44 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell61 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell64 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell67 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell450 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell70 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow45 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell136 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell73 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb18WLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb18MLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb18DLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb18SummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow46 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell142 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell84 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb28WLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb28MLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb28DLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb28SummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow47 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell152 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell96 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb41WLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb41MLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb41DLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb41SummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow62 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell161 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell162 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb51WLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb51MLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb51DLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb51SummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow48 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell156 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell101 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb60WLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb60MLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb60DLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterAb60SummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow49 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell157 = new DevExpress.XtraReports.UI.XRTableCell(); + this.AlterUnbekanntLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterUnbekanntWLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterUnbekanntMLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterUnbekanntDLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterUnbekanntSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow50 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell109 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzSummeAlterWLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzSummeAlterMLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzSummeAlterDLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzAlterSummeLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader6 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); + this.tableDiagnosen = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow52 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell116 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell75 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell87 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow66 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell167 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell56Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader7 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow16 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell56 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell78 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow42 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell81 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell90 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell571 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow51 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell95 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell97 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell572 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow53 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell104 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell105 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell573 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow55 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell113 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell120 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell574 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader8 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable9 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow70 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell98 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell99 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow71 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell102 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell103 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung1Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow72 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell107 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell108 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung2Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow73 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell112 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell114 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung3Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow74 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell123 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell124 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung4Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow75 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell128 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell129 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung5Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow76 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell133 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell134 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung6Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow77 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell138 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell139 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung7Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow78 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell143 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell144 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung8Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow79 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell148 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell149 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung9Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow80 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell153 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell154 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung10Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow82 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell163 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell164 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung11Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow81 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell158 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell159 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung12Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow83 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell168 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell169 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung13Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow84 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell173 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell174 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung14Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow85 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell176 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell177 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung15Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow86 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell179 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell180 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung16Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow87 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell182 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell183 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung17Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow88 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell185 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell186 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung18Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow89 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell188 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell189 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung19Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow90 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell191 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell192 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung20Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow91 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell194 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell195 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung21Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow92 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell197 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell198 = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung22Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow93 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell200 = new DevExpress.XtraReports.UI.XRTableCell(); + this.ZuweisungswegeUnbekanntLabel = new DevExpress.XtraReports.UI.XRTableCell(); + this.anzZuweisung23Label = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow96 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell210 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell35Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader10 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell531 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell532 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell533 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow54 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell117 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell53Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader13 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable12 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow110 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell110 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell115 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow111 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell125 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell130 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell441 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow112 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell140 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell145 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell442 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow113 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell155 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell160 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell443 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow114 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell170 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell175 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell444 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow115 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell181 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell184 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell445 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow116 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell190 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell193 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell446 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow117 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell199 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell202 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell447 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow118 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell211 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell263 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell448 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow119 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell265 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell266 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell449 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow121 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell276 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell44Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader9 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable10 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow99 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell234 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell235 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow100 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell243 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell275 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellAnzahl321 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow101 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell283 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell285 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellAnzahl322 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow102 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell287 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell291 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellAnzahl323 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow156 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell314 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellAnzahl32Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader11 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.GroupHeader15 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable18 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow153 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell312 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell313 = 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.xrTableRow154 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell319 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell320 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell341W = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell341M = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell341D = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell341Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow155 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell325 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell326 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell342W = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell342M = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell342D = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell342Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader16 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable17 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow103 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell267 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell273 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow108 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell297 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell361 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader17 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable19 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow109 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell299 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell300 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow125 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell301 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell302 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell3621 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow143 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell304 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell305 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell3622 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow149 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell307 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell331 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell3623 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow152 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell333 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell334 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell3624 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow157 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell336 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell337 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell3625 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow158 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell339 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell340 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell3626 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow159 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell342 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell343 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell3627 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader18 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable20 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow160 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell346 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell347 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow161 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell348 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell349 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell411 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow162 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell351 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell352 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell412 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow163 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell354 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell355 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell413 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow164 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell357 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell358 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell414 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow165 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell360 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell361 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell415 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow166 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell363 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell364 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell416 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow167 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell366 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell367 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell417 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow168 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell369 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell370 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell418 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow169 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell372 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell373 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell419 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow184 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell417 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell41Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader19 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable21 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow170 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell376 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell377 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow171 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell378 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell42 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader20 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable22 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow172 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell381 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell382 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow173 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell383 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell384 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4311 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow174 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell386 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell387 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4312 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow175 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell389 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell390 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4313 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow177 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell394 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell395 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4314 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow178 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell397 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell398 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4315 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow179 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell400 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell401 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4316 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow176 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell392 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell431Gesamt = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); + this.GroupHeader21 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrTable23 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow180 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell404 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell405 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow181 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell406 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell407 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4321 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow182 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell409 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell410 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4322 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow183 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell412 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell413 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4323 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow185 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell415 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell416 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4324 = new DevExpress.XtraReports.UI.XRTableCell(); + this.GroupHeader22 = new DevExpress.XtraReports.UI.GroupHeaderBand(); + this.xrTable24 = new DevExpress.XtraReports.UI.XRTable(); + this.xrTableRow186 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell421 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell422 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow187 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell423 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell424 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4331 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow188 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell426 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell427 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4332 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow189 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell429 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell430 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4333 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow190 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell432 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell433 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4334 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow191 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell435 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell436 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4335 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow192 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell438 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell439 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4336 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow193 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell441 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell442 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4337 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow194 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell444 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell445 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4338 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableRow195 = new DevExpress.XtraReports.UI.XRTableRow(); + this.xrTableCell447 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell448 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cell4339 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable11)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.tableDiagnosen)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable12)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable18)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable17)).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)).BeginInit(); + // + // Detail + // + this.Detail.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); + this.Detail.HeightF = 0F; + this.Detail.KeepTogether = true; + this.Detail.KeepTogetherWithDetailReports = true; + 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; + // + // TopMargin + // + this.TopMargin.HeightF = 60F; + this.TopMargin.Name = "TopMargin"; + this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // BottomMargin + // + this.BottomMargin.HeightF = 86F; + this.BottomMargin.Name = "BottomMargin"; + this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // + // GroupHeader1 + // + this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.lblTitel, + this.xrLabel5, + this.xrTable1}); + this.GroupHeader1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); + this.GroupHeader1.HeightF = 263.9723F; + this.GroupHeader1.KeepTogether = true; + this.GroupHeader1.Level = 19; + this.GroupHeader1.Name = "GroupHeader1"; + this.GroupHeader1.StylePriority.UseFont = false; + // + // lblTitel + // + this.lblTitel.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold); + this.lblTitel.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.lblTitel.Name = "lblTitel"; + this.lblTitel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblTitel.SizeF = new System.Drawing.SizeF(625F, 55.29166F); + this.lblTitel.StylePriority.UseFont = false; + this.lblTitel.StylePriority.UseTextAlignment = false; + this.lblTitel.Text = "SpDi-Erhebung"; + this.lblTitel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrLabel5 + // + this.xrLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 94.12498F); + this.xrLabel5.Name = "xrLabel5"; + this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel5.SizeF = new System.Drawing.SizeF(625F, 32.99999F); + this.xrLabel5.StylePriority.UseFont = false; + this.xrLabel5.Text = "3.1 Gesamtzahl der Betreuten Personen des Sozialpsychiatrischen Dienst"; + // + // xrTable1 + // + this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 127.125F); + this.xrTable1.Name = "xrTable1"; + this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow1, + this.xrTableRow2, + this.xrTableRow3, + this.xrTableRow97}); + this.xrTable1.SizeF = new System.Drawing.SizeF(695F, 104.1667F); + this.xrTable1.StylePriority.UseBorders = false; + this.xrTable1.StylePriority.UseFont = false; + this.xrTable1.StylePriority.UsePadding = false; + // + // xrTableRow1 + // + this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell1, + this.xrTableCell2, + this.xrTableCell3, + this.xrTableCell221, + this.xrTableCell4}); + this.xrTableRow1.Name = "xrTableRow1"; + this.xrTableRow1.Weight = 1D; + // + // xrTableCell1 + // + this.xrTableCell1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrTableCell1.Name = "xrTableCell1"; + this.xrTableCell1.StylePriority.UseFont = false; + this.xrTableCell1.Weight = 1.831549168566752D; + // + // xrTableCell2 + // + this.xrTableCell2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell2.Name = "xrTableCell2"; + this.xrTableCell2.StylePriority.UseFont = false; + this.xrTableCell2.StylePriority.UseTextAlignment = false; + this.xrTableCell2.Text = "Frauen"; + this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell2.Weight = 0.308935986972288D; + // + // xrTableCell3 + // + this.xrTableCell3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell3.Name = "xrTableCell3"; + this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableCell3.StylePriority.UseFont = false; + this.xrTableCell3.StylePriority.UsePadding = false; + this.xrTableCell3.StylePriority.UseTextAlignment = false; + this.xrTableCell3.Text = "Männer"; + this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell3.Weight = 0.30893600662122056D; + // + // xrTableCell221 + // + this.xrTableCell221.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell221.Name = "xrTableCell221"; + this.xrTableCell221.StylePriority.UseBackColor = false; + this.xrTableCell221.StylePriority.UseFont = false; + this.xrTableCell221.StylePriority.UseTextAlignment = false; + this.xrTableCell221.Text = "Divers"; + this.xrTableCell221.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell221.Weight = 0.3089358903597848D; + // + // xrTableCell4 + // + this.xrTableCell4.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell4.Name = "xrTableCell4"; + this.xrTableCell4.StylePriority.UseBackColor = false; + this.xrTableCell4.StylePriority.UseFont = false; + this.xrTableCell4.StylePriority.UseTextAlignment = false; + this.xrTableCell4.Text = "Gesamt"; + this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell4.Weight = 0.3089360250451893D; + // + // xrTableRow2 + // + this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell212, + this.xrTableCell5, + this.cellGesamtWLabel, + this.cellGesamtMLabel, + this.cellGesamtDLabel, + this.cellGesamtGesamtLabel}); + this.xrTableRow2.Name = "xrTableRow2"; + this.xrTableRow2.Weight = 1D; + // + // xrTableCell212 + // + this.xrTableCell212.Name = "xrTableCell212"; + this.xrTableCell212.StylePriority.UseTextAlignment = false; + this.xrTableCell212.Text = "3.1.1"; + this.xrTableCell212.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell212.Weight = 0.22066856658268239D; + // + // xrTableCell5 + // + this.xrTableCell5.Name = "xrTableCell5"; + this.xrTableCell5.StylePriority.UseTextAlignment = false; + this.xrTableCell5.Text = "Gesamtzahl der Betreuten Personen"; + this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell5.Weight = 1.6108806018627757D; + // + // cellGesamtWLabel + // + this.cellGesamtWLabel.Name = "cellGesamtWLabel"; + this.cellGesamtWLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtWLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtWLabel.Weight = 0.30893598702080588D; + // + // cellGesamtMLabel + // + this.cellGesamtMLabel.Name = "cellGesamtMLabel"; + this.cellGesamtMLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtMLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtMLabel.Weight = 0.30893598983406295D; + // + // cellGesamtDLabel + // + this.cellGesamtDLabel.Name = "cellGesamtDLabel"; + this.cellGesamtDLabel.StylePriority.UseBackColor = false; + this.cellGesamtDLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtDLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtDLabel.Weight = 0.30893590721971831D; + // + // cellGesamtGesamtLabel + // + this.cellGesamtGesamtLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.cellGesamtGesamtLabel.Name = "cellGesamtGesamtLabel"; + this.cellGesamtGesamtLabel.StylePriority.UseBackColor = false; + this.cellGesamtGesamtLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtGesamtLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtGesamtLabel.Weight = 0.30893604190512358D; + // + // xrTableRow3 + // + this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell217, + this.xrTableCell9, + this.cellGesamtMigrationWLabel, + this.cellGesamtMigrationMLabel, + this.cellGesamtMigrationDLabel, + this.cellGesamtMigrationGesamtLabel}); + this.xrTableRow3.Name = "xrTableRow3"; + this.xrTableRow3.Weight = 1D; + // + // xrTableCell217 + // + this.xrTableCell217.Name = "xrTableCell217"; + this.xrTableCell217.StylePriority.UseTextAlignment = false; + this.xrTableCell217.Text = "3.1.2"; + this.xrTableCell217.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell217.Weight = 0.22066856658268239D; + // + // xrTableCell9 + // + this.xrTableCell9.Name = "xrTableCell9"; + this.xrTableCell9.StylePriority.UseTextAlignment = false; + this.xrTableCell9.Text = "davon waren Personen mit Migrationshintergrund"; + this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell9.Weight = 1.6108806018627757D; + // + // cellGesamtMigrationWLabel + // + this.cellGesamtMigrationWLabel.Name = "cellGesamtMigrationWLabel"; + this.cellGesamtMigrationWLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtMigrationWLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtMigrationWLabel.Weight = 0.30893598702080588D; + // + // cellGesamtMigrationMLabel + // + this.cellGesamtMigrationMLabel.Name = "cellGesamtMigrationMLabel"; + this.cellGesamtMigrationMLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtMigrationMLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtMigrationMLabel.Weight = 0.308935989834063D; + // + // cellGesamtMigrationDLabel + // + this.cellGesamtMigrationDLabel.Name = "cellGesamtMigrationDLabel"; + this.cellGesamtMigrationDLabel.StylePriority.UseBackColor = false; + this.cellGesamtMigrationDLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtMigrationDLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtMigrationDLabel.Weight = 0.30893590721971831D; + // + // cellGesamtMigrationGesamtLabel + // + this.cellGesamtMigrationGesamtLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.cellGesamtMigrationGesamtLabel.Name = "cellGesamtMigrationGesamtLabel"; + this.cellGesamtMigrationGesamtLabel.StylePriority.UseBackColor = false; + this.cellGesamtMigrationGesamtLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtMigrationGesamtLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtMigrationGesamtLabel.Weight = 0.30893604190512358D; + // + // xrTableRow97 + // + this.xrTableRow97.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell119, + this.xrTableCell146, + this.cellGesamtFluchtWLabel, + this.cellGesamtFluchtMLabel, + this.cellGesamtFluchtDLabel, + this.cellGesamtFluchtGesamtLabel}); + this.xrTableRow97.Name = "xrTableRow97"; + this.xrTableRow97.Weight = 1D; + // + // xrTableCell119 + // + this.xrTableCell119.Name = "xrTableCell119"; + this.xrTableCell119.StylePriority.UseTextAlignment = false; + this.xrTableCell119.Text = "3.1.3"; + this.xrTableCell119.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell119.Weight = 0.22066856658268239D; + // + // xrTableCell146 + // + this.xrTableCell146.Name = "xrTableCell146"; + this.xrTableCell146.StylePriority.UseTextAlignment = false; + this.xrTableCell146.Text = "davon waren Personen mit Fluchterfahrung"; + this.xrTableCell146.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell146.Weight = 1.6108806018627757D; + // + // cellGesamtFluchtWLabel + // + this.cellGesamtFluchtWLabel.Name = "cellGesamtFluchtWLabel"; + this.cellGesamtFluchtWLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtFluchtWLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtFluchtWLabel.Weight = 0.30893598702080588D; + // + // cellGesamtFluchtMLabel + // + this.cellGesamtFluchtMLabel.Name = "cellGesamtFluchtMLabel"; + this.cellGesamtFluchtMLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtFluchtMLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtFluchtMLabel.Weight = 0.308935989834063D; + // + // cellGesamtFluchtDLabel + // + this.cellGesamtFluchtDLabel.Name = "cellGesamtFluchtDLabel"; + this.cellGesamtFluchtDLabel.StylePriority.UseBackColor = false; + this.cellGesamtFluchtDLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtFluchtDLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtFluchtDLabel.Weight = 0.30893590721971831D; + // + // cellGesamtFluchtGesamtLabel + // + this.cellGesamtFluchtGesamtLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.cellGesamtFluchtGesamtLabel.Name = "cellGesamtFluchtGesamtLabel"; + this.cellGesamtFluchtGesamtLabel.StylePriority.UseBackColor = false; + this.cellGesamtFluchtGesamtLabel.StylePriority.UseTextAlignment = false; + this.cellGesamtFluchtGesamtLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellGesamtFluchtGesamtLabel.Weight = 0.30893604190512358D; + // + // lblMissing23 + // + this.lblMissing23.LocationFloat = new DevExpress.Utils.PointFloat(0F, 271.3334F); + this.lblMissing23.Multiline = true; + this.lblMissing23.Name = "lblMissing23"; + this.lblMissing23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.lblMissing23.SizeF = new System.Drawing.SizeF(695F, 22.30557F); + this.lblMissing23.StylePriority.UseTextAlignment = false; + this.lblMissing23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + // + // xrTable11 + // + this.xrTable11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.00003F); + this.xrTable11.Name = "xrTable11"; + this.xrTable11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable11.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow98, + this.xrTableRow104, + this.xrTableRow105, + this.xrTableRow106, + this.xrTableRow107}); + this.xrTable11.SizeF = new System.Drawing.SizeF(695F, 225F); + this.xrTable11.StylePriority.UseBorders = false; + this.xrTable11.StylePriority.UsePadding = false; + // + // xrTableRow98 + // + this.xrTableRow98.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell214, + this.xrTableCell12, + this.xrTableCell238, + this.xrTableCell215, + this.xrTableCell237, + this.xrTableCell216, + this.xrTableCell236}); + this.xrTableRow98.Name = "xrTableRow98"; + this.xrTableRow98.Weight = 2D; + // + // xrTableCell214 + // + this.xrTableCell214.Name = "xrTableCell214"; + this.xrTableCell214.StylePriority.UseTextAlignment = false; + this.xrTableCell214.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell214.Weight = 1.3200002936021964D; + // + // xrTableCell12 + // + this.xrTableCell12.Multiline = true; + this.xrTableCell12.Name = "xrTableCell12"; + this.xrTableCell12.StylePriority.UseTextAlignment = false; + this.xrTableCell12.Text = "1-4\r\nKontakte"; + this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell12.Weight = 0.33600003980567333D; + // + // xrTableCell238 + // + this.xrTableCell238.Multiline = true; + this.xrTableCell238.Name = "xrTableCell238"; + this.xrTableCell238.StylePriority.UseTextAlignment = false; + this.xrTableCell238.Text = "5-10\r\nKontakte"; + this.xrTableCell238.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell238.Weight = 0.33599996656347042D; + // + // xrTableCell215 + // + this.xrTableCell215.Multiline = true; + this.xrTableCell215.Name = "xrTableCell215"; + this.xrTableCell215.StylePriority.UseTextAlignment = false; + this.xrTableCell215.Text = "11-20\r\nKontakte"; + this.xrTableCell215.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell215.Weight = 0.33600022291117704D; + // + // xrTableCell237 + // + this.xrTableCell237.Multiline = true; + this.xrTableCell237.Name = "xrTableCell237"; + this.xrTableCell237.StylePriority.UseTextAlignment = false; + this.xrTableCell237.Text = "21-40\r\nKontakte"; + this.xrTableCell237.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell237.Weight = 0.33600007642677121D; + // + // xrTableCell216 + // + this.xrTableCell216.Multiline = true; + this.xrTableCell216.Name = "xrTableCell216"; + this.xrTableCell216.StylePriority.UseTextAlignment = false; + this.xrTableCell216.Text = "über 40\r\nKontakte"; + this.xrTableCell216.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell216.Weight = 0.33600007642677121D; + // + // xrTableCell236 + // + this.xrTableCell236.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell236.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell236.Name = "xrTableCell236"; + this.xrTableCell236.StylePriority.UseBackColor = false; + this.xrTableCell236.StylePriority.UseFont = false; + this.xrTableCell236.StylePriority.UseTextAlignment = false; + this.xrTableCell236.Text = "Gesamt"; + this.xrTableCell236.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell236.Weight = 0.33600002210574476D; + // + // xrTableRow104 + // + this.xrTableRow104.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell308, + this.xrTableCell239, + this.anzBis3Monate1Bis4KLabel, + this.anzBis3Monate5Bis10KLabel, + this.anzBis3Monate11Bis20KLabel, + this.anzBis3Monate21Bis40KLabel, + this.anzBis3MonateUeber40KLabel, + this.anzBis3MonateSummeLabel}); + this.xrTableRow104.Name = "xrTableRow104"; + this.xrTableRow104.Weight = 2D; + // + // xrTableCell308 + // + this.xrTableCell308.Name = "xrTableCell308"; + this.xrTableCell308.StylePriority.UseTextAlignment = false; + this.xrTableCell308.Text = "3.3.1"; + this.xrTableCell308.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell308.Weight = 0.24000005894331716D; + // + // xrTableCell239 + // + this.xrTableCell239.Multiline = true; + this.xrTableCell239.Name = "xrTableCell239"; + this.xrTableCell239.StylePriority.UseTextAlignment = false; + this.xrTableCell239.Text = "Bis 3 Monate Betreuung"; + this.xrTableCell239.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell239.Weight = 1.0800002346588793D; + // + // anzBis3Monate1Bis4KLabel + // + this.anzBis3Monate1Bis4KLabel.Multiline = true; + this.anzBis3Monate1Bis4KLabel.Name = "anzBis3Monate1Bis4KLabel"; + this.anzBis3Monate1Bis4KLabel.StylePriority.UseTextAlignment = false; + this.anzBis3Monate1Bis4KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzBis3Monate1Bis4KLabel.Weight = 0.33600003980567333D; + // + // anzBis3Monate5Bis10KLabel + // + this.anzBis3Monate5Bis10KLabel.Multiline = true; + this.anzBis3Monate5Bis10KLabel.Name = "anzBis3Monate5Bis10KLabel"; + this.anzBis3Monate5Bis10KLabel.StylePriority.UseTextAlignment = false; + this.anzBis3Monate5Bis10KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzBis3Monate5Bis10KLabel.Weight = 0.33599996656347053D; + // + // anzBis3Monate11Bis20KLabel + // + this.anzBis3Monate11Bis20KLabel.Multiline = true; + this.anzBis3Monate11Bis20KLabel.Name = "anzBis3Monate11Bis20KLabel"; + this.anzBis3Monate11Bis20KLabel.StylePriority.UseTextAlignment = false; + this.anzBis3Monate11Bis20KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzBis3Monate11Bis20KLabel.Weight = 0.33600022291117704D; + // + // anzBis3Monate21Bis40KLabel + // + this.anzBis3Monate21Bis40KLabel.Multiline = true; + this.anzBis3Monate21Bis40KLabel.Name = "anzBis3Monate21Bis40KLabel"; + this.anzBis3Monate21Bis40KLabel.StylePriority.UseTextAlignment = false; + this.anzBis3Monate21Bis40KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzBis3Monate21Bis40KLabel.Weight = 0.33600007642677121D; + // + // anzBis3MonateUeber40KLabel + // + this.anzBis3MonateUeber40KLabel.Multiline = true; + this.anzBis3MonateUeber40KLabel.Name = "anzBis3MonateUeber40KLabel"; + this.anzBis3MonateUeber40KLabel.StylePriority.UseTextAlignment = false; + this.anzBis3MonateUeber40KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzBis3MonateUeber40KLabel.Weight = 0.33359773217423649D; + // + // anzBis3MonateSummeLabel + // + this.anzBis3MonateSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzBis3MonateSummeLabel.Name = "anzBis3MonateSummeLabel"; + this.anzBis3MonateSummeLabel.StylePriority.UseBackColor = false; + this.anzBis3MonateSummeLabel.StylePriority.UseTextAlignment = false; + this.anzBis3MonateSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzBis3MonateSummeLabel.Weight = 0.33840236635827919D; + // + // xrTableRow105 + // + this.xrTableRow105.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell309, + this.xrTableCell245, + this.anz3Bis6Monate1Bis4KLabel, + this.anz3Bis6Monate5Bis10KLabel, + this.anz3Bis6Monate11Bis20KLabel, + this.anz3Bis6Monate21Bis40KLabel, + this.anz3Bis6MonateUeber40KLabel, + this.anz3Bis6MonateSummeLabel}); + this.xrTableRow105.Name = "xrTableRow105"; + this.xrTableRow105.Weight = 2D; + // + // xrTableCell309 + // + this.xrTableCell309.Name = "xrTableCell309"; + this.xrTableCell309.StylePriority.UseTextAlignment = false; + this.xrTableCell309.Text = "3.3.2"; + this.xrTableCell309.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell309.Weight = 0.24000005894331716D; + // + // xrTableCell245 + // + this.xrTableCell245.Multiline = true; + this.xrTableCell245.Name = "xrTableCell245"; + this.xrTableCell245.StylePriority.UseTextAlignment = false; + this.xrTableCell245.Text = "3-6 Monate Betreuung"; + this.xrTableCell245.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell245.Weight = 1.0800002346588793D; + // + // anz3Bis6Monate1Bis4KLabel + // + this.anz3Bis6Monate1Bis4KLabel.Multiline = true; + this.anz3Bis6Monate1Bis4KLabel.Name = "anz3Bis6Monate1Bis4KLabel"; + this.anz3Bis6Monate1Bis4KLabel.StylePriority.UseTextAlignment = false; + this.anz3Bis6Monate1Bis4KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz3Bis6Monate1Bis4KLabel.Weight = 0.33600003980567333D; + // + // anz3Bis6Monate5Bis10KLabel + // + this.anz3Bis6Monate5Bis10KLabel.Multiline = true; + this.anz3Bis6Monate5Bis10KLabel.Name = "anz3Bis6Monate5Bis10KLabel"; + this.anz3Bis6Monate5Bis10KLabel.StylePriority.UseTextAlignment = false; + this.anz3Bis6Monate5Bis10KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz3Bis6Monate5Bis10KLabel.Weight = 0.33599996656347053D; + // + // anz3Bis6Monate11Bis20KLabel + // + this.anz3Bis6Monate11Bis20KLabel.Multiline = true; + this.anz3Bis6Monate11Bis20KLabel.Name = "anz3Bis6Monate11Bis20KLabel"; + this.anz3Bis6Monate11Bis20KLabel.StylePriority.UseTextAlignment = false; + this.anz3Bis6Monate11Bis20KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz3Bis6Monate11Bis20KLabel.Weight = 0.33600022291117704D; + // + // anz3Bis6Monate21Bis40KLabel + // + this.anz3Bis6Monate21Bis40KLabel.Multiline = true; + this.anz3Bis6Monate21Bis40KLabel.Name = "anz3Bis6Monate21Bis40KLabel"; + this.anz3Bis6Monate21Bis40KLabel.StylePriority.UseTextAlignment = false; + this.anz3Bis6Monate21Bis40KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz3Bis6Monate21Bis40KLabel.Weight = 0.33600007642677121D; + // + // anz3Bis6MonateUeber40KLabel + // + this.anz3Bis6MonateUeber40KLabel.Multiline = true; + this.anz3Bis6MonateUeber40KLabel.Name = "anz3Bis6MonateUeber40KLabel"; + this.anz3Bis6MonateUeber40KLabel.StylePriority.UseTextAlignment = false; + this.anz3Bis6MonateUeber40KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz3Bis6MonateUeber40KLabel.Weight = 0.33359773217423649D; + // + // anz3Bis6MonateSummeLabel + // + this.anz3Bis6MonateSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anz3Bis6MonateSummeLabel.Name = "anz3Bis6MonateSummeLabel"; + this.anz3Bis6MonateSummeLabel.StylePriority.UseBackColor = false; + this.anz3Bis6MonateSummeLabel.StylePriority.UseTextAlignment = false; + this.anz3Bis6MonateSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz3Bis6MonateSummeLabel.Weight = 0.33840236635827919D; + // + // xrTableRow106 + // + this.xrTableRow106.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell310, + this.xrTableCell251, + this.anz7Bis12Monate1Bis4KLabel, + this.anz7Bis12Monate5Bis10KLabel, + this.anz7Bis12Monate11Bis20KLabel, + this.anz7Bis12Monate21Bis40KLabel, + this.anz7Bis12MonateUeber40KLabel, + this.anz7Bis12MonateSummeLabel}); + this.xrTableRow106.Name = "xrTableRow106"; + this.xrTableRow106.Weight = 2D; + // + // xrTableCell310 + // + this.xrTableCell310.Name = "xrTableCell310"; + this.xrTableCell310.StylePriority.UseTextAlignment = false; + this.xrTableCell310.Text = "3.3.3"; + this.xrTableCell310.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell310.Weight = 0.24000005894331716D; + // + // xrTableCell251 + // + this.xrTableCell251.Multiline = true; + this.xrTableCell251.Name = "xrTableCell251"; + this.xrTableCell251.StylePriority.UseTextAlignment = false; + this.xrTableCell251.Text = "7-12 Monate Betreuung"; + this.xrTableCell251.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell251.Weight = 1.0800002346588793D; + // + // anz7Bis12Monate1Bis4KLabel + // + this.anz7Bis12Monate1Bis4KLabel.Multiline = true; + this.anz7Bis12Monate1Bis4KLabel.Name = "anz7Bis12Monate1Bis4KLabel"; + this.anz7Bis12Monate1Bis4KLabel.StylePriority.UseTextAlignment = false; + this.anz7Bis12Monate1Bis4KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz7Bis12Monate1Bis4KLabel.Weight = 0.33600003980567333D; + // + // anz7Bis12Monate5Bis10KLabel + // + this.anz7Bis12Monate5Bis10KLabel.Multiline = true; + this.anz7Bis12Monate5Bis10KLabel.Name = "anz7Bis12Monate5Bis10KLabel"; + this.anz7Bis12Monate5Bis10KLabel.StylePriority.UseTextAlignment = false; + this.anz7Bis12Monate5Bis10KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz7Bis12Monate5Bis10KLabel.Weight = 0.33599996656347053D; + // + // anz7Bis12Monate11Bis20KLabel + // + this.anz7Bis12Monate11Bis20KLabel.Multiline = true; + this.anz7Bis12Monate11Bis20KLabel.Name = "anz7Bis12Monate11Bis20KLabel"; + this.anz7Bis12Monate11Bis20KLabel.StylePriority.UseTextAlignment = false; + this.anz7Bis12Monate11Bis20KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz7Bis12Monate11Bis20KLabel.Weight = 0.33600022291117704D; + // + // anz7Bis12Monate21Bis40KLabel + // + this.anz7Bis12Monate21Bis40KLabel.Multiline = true; + this.anz7Bis12Monate21Bis40KLabel.Name = "anz7Bis12Monate21Bis40KLabel"; + this.anz7Bis12Monate21Bis40KLabel.StylePriority.UseTextAlignment = false; + this.anz7Bis12Monate21Bis40KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz7Bis12Monate21Bis40KLabel.Weight = 0.33600007642677121D; + // + // anz7Bis12MonateUeber40KLabel + // + this.anz7Bis12MonateUeber40KLabel.Multiline = true; + this.anz7Bis12MonateUeber40KLabel.Name = "anz7Bis12MonateUeber40KLabel"; + this.anz7Bis12MonateUeber40KLabel.StylePriority.UseTextAlignment = false; + this.anz7Bis12MonateUeber40KLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz7Bis12MonateUeber40KLabel.Weight = 0.33359773217423649D; + // + // anz7Bis12MonateSummeLabel + // + this.anz7Bis12MonateSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anz7Bis12MonateSummeLabel.Name = "anz7Bis12MonateSummeLabel"; + this.anz7Bis12MonateSummeLabel.StylePriority.UseBackColor = false; + this.anz7Bis12MonateSummeLabel.StylePriority.UseTextAlignment = false; + this.anz7Bis12MonateSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz7Bis12MonateSummeLabel.Weight = 0.33840236635827919D; + // + // xrTableRow107 + // + this.xrTableRow107.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell257, + this.anz1Bis4KSummeLabel, + this.anz5Bis10KSummeLabel, + this.anz11Bis20KSummeLabel, + this.anz21Bis40KSummeLabel, + this.anzUeber40KSummeLabel, + this.cellAnzahl33Gesamt}); + this.xrTableRow107.Name = "xrTableRow107"; + this.xrTableRow107.Weight = 1D; + // + // xrTableCell257 + // + this.xrTableCell257.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell257.Name = "xrTableCell257"; + this.xrTableCell257.StylePriority.UseBackColor = false; + this.xrTableCell257.StylePriority.UseTextAlignment = false; + this.xrTableCell257.Text = "Gesamt"; + this.xrTableCell257.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell257.Weight = 1.3200002936021964D; + // + // anz1Bis4KSummeLabel + // + this.anz1Bis4KSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anz1Bis4KSummeLabel.Name = "anz1Bis4KSummeLabel"; + this.anz1Bis4KSummeLabel.StylePriority.UseBackColor = false; + this.anz1Bis4KSummeLabel.StylePriority.UseTextAlignment = false; + this.anz1Bis4KSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz1Bis4KSummeLabel.Weight = 0.33600003980567333D; + // + // anz5Bis10KSummeLabel + // + this.anz5Bis10KSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anz5Bis10KSummeLabel.Name = "anz5Bis10KSummeLabel"; + this.anz5Bis10KSummeLabel.StylePriority.UseBackColor = false; + this.anz5Bis10KSummeLabel.StylePriority.UseTextAlignment = false; + this.anz5Bis10KSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz5Bis10KSummeLabel.Weight = 0.33599996656347053D; + // + // anz11Bis20KSummeLabel + // + this.anz11Bis20KSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anz11Bis20KSummeLabel.Name = "anz11Bis20KSummeLabel"; + this.anz11Bis20KSummeLabel.StylePriority.UseBackColor = false; + this.anz11Bis20KSummeLabel.StylePriority.UseTextAlignment = false; + this.anz11Bis20KSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz11Bis20KSummeLabel.Weight = 0.33600022291117704D; + // + // anz21Bis40KSummeLabel + // + this.anz21Bis40KSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anz21Bis40KSummeLabel.Name = "anz21Bis40KSummeLabel"; + this.anz21Bis40KSummeLabel.StylePriority.UseBackColor = false; + this.anz21Bis40KSummeLabel.StylePriority.UseTextAlignment = false; + this.anz21Bis40KSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anz21Bis40KSummeLabel.Weight = 0.33600007642677121D; + // + // anzUeber40KSummeLabel + // + this.anzUeber40KSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzUeber40KSummeLabel.Name = "anzUeber40KSummeLabel"; + this.anzUeber40KSummeLabel.StylePriority.UseBackColor = false; + this.anzUeber40KSummeLabel.StylePriority.UseTextAlignment = false; + this.anzUeber40KSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzUeber40KSummeLabel.Weight = 0.33359773217423649D; + // + // cellAnzahl33Gesamt + // + this.cellAnzahl33Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cellAnzahl33Gesamt.Name = "cellAnzahl33Gesamt"; + this.cellAnzahl33Gesamt.StylePriority.UseBackColor = false; + this.cellAnzahl33Gesamt.StylePriority.UseTextAlignment = false; + this.cellAnzahl33Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellAnzahl33Gesamt.Weight = 0.33840236635827919D; + // + // xrLabel4 + // + this.xrLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel4.Name = "xrLabel4"; + this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel4.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel4.StylePriority.UseFont = false; + this.xrLabel4.Text = "3.3 Betreuungsdauer betreuter Personen in der Grundversorgung"; + // + // GroupHeader2 + // + this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable2, + this.xrLabel2}); + this.GroupHeader2.HeightF = 262.5F; + this.GroupHeader2.KeepTogether = true; + this.GroupHeader2.Level = 5; + this.GroupHeader2.Name = "GroupHeader2"; + // + // xrTable2 + // + this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.00008F); + this.xrTable2.Name = "xrTable2"; + this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow4, + this.xrTableRow5, + this.xrTableRow6, + this.xrTableRow9, + this.xrTableRow10, + this.xrTableRow11, + this.xrTableRow12, + this.xrTableRow14}); + this.xrTable2.SizeF = new System.Drawing.SizeF(694.9999F, 200F); + this.xrTable2.StylePriority.UseBorders = false; + this.xrTable2.StylePriority.UsePadding = false; + // + // xrTableRow4 + // + this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell7, + this.xrTableCell8}); + this.xrTableRow4.Name = "xrTableRow4"; + this.xrTableRow4.Weight = 1D; + // + // xrTableCell7 + // + this.xrTableCell7.Name = "xrTableCell7"; + this.xrTableCell7.Weight = 2.6594876889181847D; + // + // xrTableCell8 + // + this.xrTableCell8.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell8.Name = "xrTableCell8"; + this.xrTableCell8.StylePriority.UseBackColor = false; + this.xrTableCell8.StylePriority.UseFont = false; + this.xrTableCell8.StylePriority.UseTextAlignment = false; + this.xrTableCell8.Text = "Anzahl"; + this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell8.Weight = 0.676511462078127D; + // + // xrTableRow5 + // + this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell10, + this.xrTableCell11, + this.anzLedigLabel}); + this.xrTableRow5.Name = "xrTableRow5"; + this.xrTableRow5.Weight = 1D; + // + // xrTableCell10 + // + this.xrTableCell10.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell10.Name = "xrTableCell10"; + this.xrTableCell10.StylePriority.UseFont = false; + this.xrTableCell10.StylePriority.UseTextAlignment = false; + this.xrTableCell10.Text = "5.2.1"; + this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell10.Weight = 0.239999986263148D; + // + // xrTableCell11 + // + this.xrTableCell11.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell11.Name = "xrTableCell11"; + this.xrTableCell11.StylePriority.UseFont = false; + this.xrTableCell11.StylePriority.UseTextAlignment = false; + this.xrTableCell11.Text = "ledig"; + this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell11.Weight = 2.4194879956237636D; + // + // anzLedigLabel + // + this.anzLedigLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzLedigLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzLedigLabel.Name = "anzLedigLabel"; + this.anzLedigLabel.StylePriority.UseBackColor = false; + this.anzLedigLabel.StylePriority.UseFont = false; + this.anzLedigLabel.StylePriority.UseTextAlignment = false; + this.anzLedigLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzLedigLabel.Weight = 0.67651116910940012D; + // + // xrTableRow6 + // + this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell6, + this.xrTableCell13, + this.anzVerwitwetLabel}); + this.xrTableRow6.Name = "xrTableRow6"; + this.xrTableRow6.Weight = 1D; + // + // xrTableCell6 + // + this.xrTableCell6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell6.Name = "xrTableCell6"; + this.xrTableCell6.StylePriority.UseFont = false; + this.xrTableCell6.StylePriority.UseTextAlignment = false; + this.xrTableCell6.Text = "5.2.2"; + this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell6.Weight = 0.239999986263148D; + // + // xrTableCell13 + // + this.xrTableCell13.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell13.Name = "xrTableCell13"; + this.xrTableCell13.StylePriority.UseFont = false; + this.xrTableCell13.StylePriority.UseTextAlignment = false; + this.xrTableCell13.Text = "verwitwet"; + this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell13.Weight = 2.4194879956237636D; + // + // anzVerwitwetLabel + // + this.anzVerwitwetLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzVerwitwetLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzVerwitwetLabel.Name = "anzVerwitwetLabel"; + this.anzVerwitwetLabel.StylePriority.UseBackColor = false; + this.anzVerwitwetLabel.StylePriority.UseFont = false; + this.anzVerwitwetLabel.StylePriority.UseTextAlignment = false; + this.anzVerwitwetLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzVerwitwetLabel.Weight = 0.67651116910940012D; + // + // xrTableRow9 + // + this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell15, + this.xrTableCell16, + this.anzGeschiedenLabel}); + this.xrTableRow9.Name = "xrTableRow9"; + this.xrTableRow9.Weight = 1D; + // + // xrTableCell15 + // + this.xrTableCell15.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell15.Name = "xrTableCell15"; + this.xrTableCell15.StylePriority.UseFont = false; + this.xrTableCell15.StylePriority.UseTextAlignment = false; + this.xrTableCell15.Text = "5.2.3"; + this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell15.Weight = 0.239999986263148D; + // + // xrTableCell16 + // + this.xrTableCell16.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell16.Name = "xrTableCell16"; + this.xrTableCell16.StylePriority.UseFont = false; + this.xrTableCell16.StylePriority.UseTextAlignment = false; + this.xrTableCell16.Text = "geschieden"; + this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell16.Weight = 2.4194879956237636D; + // + // anzGeschiedenLabel + // + this.anzGeschiedenLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzGeschiedenLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzGeschiedenLabel.Name = "anzGeschiedenLabel"; + this.anzGeschiedenLabel.StylePriority.UseBackColor = false; + this.anzGeschiedenLabel.StylePriority.UseFont = false; + this.anzGeschiedenLabel.StylePriority.UseTextAlignment = false; + this.anzGeschiedenLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzGeschiedenLabel.Weight = 0.67651116910940012D; + // + // xrTableRow10 + // + this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell18, + this.xrTableCell24, + this.anzVerheiratetLabel}); + this.xrTableRow10.Name = "xrTableRow10"; + this.xrTableRow10.Weight = 1D; + // + // xrTableCell18 + // + this.xrTableCell18.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell18.Name = "xrTableCell18"; + this.xrTableCell18.StylePriority.UseFont = false; + this.xrTableCell18.StylePriority.UseTextAlignment = false; + this.xrTableCell18.Text = "5.2.4"; + this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell18.Weight = 0.239999986263148D; + // + // xrTableCell24 + // + this.xrTableCell24.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell24.Name = "xrTableCell24"; + this.xrTableCell24.StylePriority.UseFont = false; + this.xrTableCell24.StylePriority.UseTextAlignment = false; + this.xrTableCell24.Text = "verheiratet"; + this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell24.Weight = 2.4194879956237636D; + // + // anzVerheiratetLabel + // + this.anzVerheiratetLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzVerheiratetLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzVerheiratetLabel.Name = "anzVerheiratetLabel"; + this.anzVerheiratetLabel.StylePriority.UseBackColor = false; + this.anzVerheiratetLabel.StylePriority.UseFont = false; + this.anzVerheiratetLabel.StylePriority.UseTextAlignment = false; + this.anzVerheiratetLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzVerheiratetLabel.Weight = 0.67651116910940012D; + // + // xrTableRow11 + // + this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell26, + this.xrTableCell27, + this.anzGetrenntLabel}); + this.xrTableRow11.Name = "xrTableRow11"; + this.xrTableRow11.Weight = 1D; + // + // xrTableCell26 + // + this.xrTableCell26.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell26.Name = "xrTableCell26"; + this.xrTableCell26.StylePriority.UseFont = false; + this.xrTableCell26.StylePriority.UseTextAlignment = false; + this.xrTableCell26.Text = "5.2.5"; + this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell26.Weight = 0.239999986263148D; + // + // xrTableCell27 + // + this.xrTableCell27.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell27.Name = "xrTableCell27"; + this.xrTableCell27.StylePriority.UseFont = false; + this.xrTableCell27.StylePriority.UseTextAlignment = false; + this.xrTableCell27.Text = "getrennt"; + this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell27.Weight = 2.4194879956237636D; + // + // anzGetrenntLabel + // + this.anzGetrenntLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzGetrenntLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzGetrenntLabel.Name = "anzGetrenntLabel"; + this.anzGetrenntLabel.StylePriority.UseBackColor = false; + this.anzGetrenntLabel.StylePriority.UseFont = false; + this.anzGetrenntLabel.StylePriority.UseTextAlignment = false; + this.anzGetrenntLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzGetrenntLabel.Weight = 0.67651116910940012D; + // + // xrTableRow12 + // + this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell29, + this.familienstandUnbekanntLabel, + this.anzFamilienstatusUnbekanntLabel}); + this.xrTableRow12.Name = "xrTableRow12"; + this.xrTableRow12.Weight = 1D; + // + // xrTableCell29 + // + this.xrTableCell29.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell29.Name = "xrTableCell29"; + this.xrTableCell29.StylePriority.UseFont = false; + this.xrTableCell29.StylePriority.UseTextAlignment = false; + this.xrTableCell29.Text = "5.2.6"; + this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell29.Weight = 0.239999986263148D; + // + // familienstandUnbekanntLabel + // + this.familienstandUnbekanntLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.familienstandUnbekanntLabel.Multiline = true; + this.familienstandUnbekanntLabel.Name = "familienstandUnbekanntLabel"; + this.familienstandUnbekanntLabel.StylePriority.UseFont = false; + this.familienstandUnbekanntLabel.StylePriority.UseTextAlignment = false; + this.familienstandUnbekanntLabel.Text = "unbekannt"; + this.familienstandUnbekanntLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.familienstandUnbekanntLabel.Weight = 2.4194879956237636D; + // + // anzFamilienstatusUnbekanntLabel + // + this.anzFamilienstatusUnbekanntLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzFamilienstatusUnbekanntLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzFamilienstatusUnbekanntLabel.Name = "anzFamilienstatusUnbekanntLabel"; + this.anzFamilienstatusUnbekanntLabel.StylePriority.UseBackColor = false; + this.anzFamilienstatusUnbekanntLabel.StylePriority.UseFont = false; + this.anzFamilienstatusUnbekanntLabel.StylePriority.UseTextAlignment = false; + this.anzFamilienstatusUnbekanntLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzFamilienstatusUnbekanntLabel.Weight = 0.67651116910940012D; + // + // xrTableRow14 + // + this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell36, + this.anzFamilienstandSummeLabel}); + this.xrTableRow14.Name = "xrTableRow14"; + this.xrTableRow14.Weight = 1D; + // + // xrTableCell36 + // + this.xrTableCell36.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell36.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell36.Name = "xrTableCell36"; + this.xrTableCell36.StylePriority.UseBackColor = false; + this.xrTableCell36.StylePriority.UseFont = false; + this.xrTableCell36.StylePriority.UseTextAlignment = false; + this.xrTableCell36.Text = "Summe (muss mit Summe aus 2.1.1 übereinstimmen!)"; + this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell36.Weight = 2.6594876889181847D; + // + // anzFamilienstandSummeLabel + // + this.anzFamilienstandSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzFamilienstandSummeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzFamilienstandSummeLabel.Name = "anzFamilienstandSummeLabel"; + this.anzFamilienstandSummeLabel.StylePriority.UseBackColor = false; + this.anzFamilienstandSummeLabel.StylePriority.UseFont = false; + this.anzFamilienstandSummeLabel.StylePriority.UseTextAlignment = false; + this.anzFamilienstandSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzFamilienstandSummeLabel.Weight = 0.676511462078127D; + // + // xrLabel2 + // + this.xrLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel2.Name = "xrLabel2"; + this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel2.SizeF = new System.Drawing.SizeF(625F, 33.00006F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.Text = "5.2 Familienstand"; + // + // GroupHeader3 + // + this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable5, + this.xrLabel6}); + this.GroupHeader3.HeightF = 386.6667F; + this.GroupHeader3.KeepTogether = true; + this.GroupHeader3.Level = 3; + this.GroupHeader3.Name = "GroupHeader3"; + // + // xrTable5 + // + this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33F); + this.xrTable5.Name = "xrTable5"; + this.xrTable5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow17, + this.xrTableRow18, + this.xrTableRow58, + this.xrTableRow19, + this.xrTableRow20, + this.xrTableRow59, + this.xrTableRow21, + this.xrTableRow22, + this.xrTableRow23, + this.xrTableRow60, + this.xrTableRow61, + this.xrTableRow25, + this.xrTableRow24}); + this.xrTable5.SizeF = new System.Drawing.SizeF(694.9999F, 325F); + this.xrTable5.StylePriority.UseBorders = false; + this.xrTable5.StylePriority.UsePadding = false; + this.xrTable5.StylePriority.UseTextAlignment = false; + this.xrTable5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrTableRow17 + // + this.xrTableRow17.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell31, + this.xrTableCell32}); + this.xrTableRow17.Name = "xrTableRow17"; + this.xrTableRow17.Weight = 1D; + // + // xrTableCell31 + // + this.xrTableCell31.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell31.Name = "xrTableCell31"; + this.xrTableCell31.StylePriority.UseFont = false; + this.xrTableCell31.Weight = 2.6594889132432935D; + // + // xrTableCell32 + // + this.xrTableCell32.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell32.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell32.Name = "xrTableCell32"; + this.xrTableCell32.StylePriority.UseBackColor = false; + this.xrTableCell32.StylePriority.UseFont = false; + this.xrTableCell32.StylePriority.UseTextAlignment = false; + this.xrTableCell32.Text = "Anzahl"; + this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell32.Weight = 0.67651121509680623D; + // + // xrTableRow18 + // + this.xrTableRow18.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell33, + this.xrTableCell35, + this.cell541}); + this.xrTableRow18.Name = "xrTableRow18"; + this.xrTableRow18.Weight = 1D; + // + // xrTableCell33 + // + this.xrTableCell33.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell33.Name = "xrTableCell33"; + this.xrTableCell33.StylePriority.UseFont = false; + this.xrTableCell33.StylePriority.UseTextAlignment = false; + this.xrTableCell33.Text = "5.4.1"; + this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell33.Weight = 0.240000057427295D; + // + // xrTableCell35 + // + this.xrTableCell35.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell35.Name = "xrTableCell35"; + this.xrTableCell35.StylePriority.UseFont = false; + this.xrTableCell35.StylePriority.UseTextAlignment = false; + this.xrTableCell35.Text = "lebt allein"; + this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell35.Weight = 2.4194888558159988D; + // + // cell541 + // + this.cell541.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell541.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell541.Name = "cell541"; + this.cell541.StylePriority.UseBackColor = false; + this.cell541.StylePriority.UseFont = false; + this.cell541.StylePriority.UseTextAlignment = false; + this.cell541.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell541.Weight = 0.67651121509680623D; + // + // xrTableRow58 + // + this.xrTableRow58.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell28, + this.xrTableCell106, + this.cell542}); + this.xrTableRow58.Name = "xrTableRow58"; + this.xrTableRow58.Weight = 1D; + // + // xrTableCell28 + // + this.xrTableCell28.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell28.Name = "xrTableCell28"; + this.xrTableCell28.StylePriority.UseFont = false; + this.xrTableCell28.StylePriority.UseTextAlignment = false; + this.xrTableCell28.Text = "5.4.2"; + this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell28.Weight = 0.240000057427295D; + // + // xrTableCell106 + // + this.xrTableCell106.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell106.Name = "xrTableCell106"; + this.xrTableCell106.StylePriority.UseFont = false; + this.xrTableCell106.StylePriority.UseTextAlignment = false; + this.xrTableCell106.Text = "lebt mit Partner:in"; + this.xrTableCell106.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell106.Weight = 2.4194888558159988D; + // + // cell542 + // + this.cell542.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell542.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell542.Name = "cell542"; + this.cell542.StylePriority.UseBackColor = false; + this.cell542.StylePriority.UseFont = false; + this.cell542.StylePriority.UseTextAlignment = false; + this.cell542.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell542.Weight = 0.67651121509680623D; + // + // xrTableRow19 + // + this.xrTableRow19.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell38, + this.xrTableCell39, + this.cell543}); + this.xrTableRow19.Name = "xrTableRow19"; + this.xrTableRow19.Weight = 1D; + // + // xrTableCell38 + // + this.xrTableCell38.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell38.Name = "xrTableCell38"; + this.xrTableCell38.StylePriority.UseFont = false; + this.xrTableCell38.StylePriority.UseTextAlignment = false; + this.xrTableCell38.Text = "5.4.3"; + this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell38.Weight = 0.240000057427295D; + // + // xrTableCell39 + // + this.xrTableCell39.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell39.Name = "xrTableCell39"; + this.xrTableCell39.StylePriority.UseFont = false; + this.xrTableCell39.StylePriority.UseTextAlignment = false; + this.xrTableCell39.Text = "lebt alleinerziehend mit minderjährigen Kind(ern)"; + this.xrTableCell39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell39.Weight = 2.4194888558159988D; + // + // cell543 + // + this.cell543.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell543.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell543.Name = "cell543"; + this.cell543.StylePriority.UseBackColor = false; + this.cell543.StylePriority.UseFont = false; + this.cell543.StylePriority.UseTextAlignment = false; + this.cell543.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell543.Weight = 0.67651121509680623D; + // + // xrTableRow20 + // + this.xrTableRow20.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell41, + this.xrTableCell42, + this.cell544}); + this.xrTableRow20.Name = "xrTableRow20"; + this.xrTableRow20.Weight = 1D; + // + // xrTableCell41 + // + this.xrTableCell41.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell41.Name = "xrTableCell41"; + this.xrTableCell41.StylePriority.UseFont = false; + this.xrTableCell41.StylePriority.UseTextAlignment = false; + this.xrTableCell41.Text = "5.4.4"; + this.xrTableCell41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell41.Weight = 0.240000057427295D; + // + // xrTableCell42 + // + this.xrTableCell42.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell42.Name = "xrTableCell42"; + this.xrTableCell42.StylePriority.UseFont = false; + this.xrTableCell42.StylePriority.UseTextAlignment = false; + this.xrTableCell42.Text = "lebt mit Partner:in und ggf. minderjährigen Kind(ern)"; + this.xrTableCell42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell42.Weight = 2.4194888558159988D; + // + // cell544 + // + this.cell544.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell544.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell544.Name = "cell544"; + this.cell544.StylePriority.UseBackColor = false; + this.cell544.StylePriority.UseFont = false; + this.cell544.StylePriority.UseTextAlignment = false; + this.cell544.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell544.Weight = 0.67651121509680623D; + // + // xrTableRow59 + // + this.xrTableRow59.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell121, + this.xrTableCell131, + this.cell545}); + this.xrTableRow59.Name = "xrTableRow59"; + this.xrTableRow59.Weight = 1D; + // + // xrTableCell121 + // + this.xrTableCell121.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell121.Name = "xrTableCell121"; + this.xrTableCell121.StylePriority.UseFont = false; + this.xrTableCell121.StylePriority.UseTextAlignment = false; + this.xrTableCell121.Text = "5.4.5"; + this.xrTableCell121.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell121.Weight = 0.240000057427295D; + // + // xrTableCell131 + // + this.xrTableCell131.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell131.Name = "xrTableCell131"; + this.xrTableCell131.StylePriority.UseFont = false; + this.xrTableCell131.StylePriority.UseTextAlignment = false; + this.xrTableCell131.Text = "lebt mit Eltern"; + this.xrTableCell131.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell131.Weight = 2.4194888558159988D; + // + // cell545 + // + this.cell545.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell545.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell545.Name = "cell545"; + this.cell545.StylePriority.UseBackColor = false; + this.cell545.StylePriority.UseFont = false; + this.cell545.StylePriority.UseTextAlignment = false; + this.cell545.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell545.Weight = 0.67651121509680623D; + // + // xrTableRow21 + // + this.xrTableRow21.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell44, + this.xrTableCell45, + this.cell546}); + this.xrTableRow21.Name = "xrTableRow21"; + this.xrTableRow21.Weight = 1D; + // + // xrTableCell44 + // + this.xrTableCell44.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell44.Name = "xrTableCell44"; + this.xrTableCell44.StylePriority.UseFont = false; + this.xrTableCell44.StylePriority.UseTextAlignment = false; + this.xrTableCell44.Text = "5.4.6"; + this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell44.Weight = 0.240000057427295D; + // + // xrTableCell45 + // + this.xrTableCell45.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell45.Name = "xrTableCell45"; + this.xrTableCell45.StylePriority.UseFont = false; + this.xrTableCell45.StylePriority.UseTextAlignment = false; + this.xrTableCell45.Text = "lebt mit Angehörigen"; + this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell45.Weight = 2.4194888558159988D; + // + // cell546 + // + this.cell546.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell546.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell546.Name = "cell546"; + this.cell546.StylePriority.UseBackColor = false; + this.cell546.StylePriority.UseFont = false; + this.cell546.StylePriority.UseTextAlignment = false; + this.cell546.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell546.Weight = 0.67651121509680623D; + // + // xrTableRow22 + // + this.xrTableRow22.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell47, + this.xrTableCell48, + this.cell547}); + this.xrTableRow22.Name = "xrTableRow22"; + this.xrTableRow22.Weight = 1D; + // + // xrTableCell47 + // + this.xrTableCell47.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell47.Name = "xrTableCell47"; + this.xrTableCell47.StylePriority.UseFont = false; + this.xrTableCell47.StylePriority.UseTextAlignment = false; + this.xrTableCell47.Text = "5.4.7"; + this.xrTableCell47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell47.Weight = 0.240000057427295D; + // + // xrTableCell48 + // + this.xrTableCell48.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell48.Name = "xrTableCell48"; + this.xrTableCell48.StylePriority.UseFont = false; + this.xrTableCell48.StylePriority.UseTextAlignment = false; + this.xrTableCell48.Text = "lebt in privater Wohngemeinschaft"; + this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell48.Weight = 2.4194888558159988D; + // + // cell547 + // + this.cell547.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell547.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell547.Name = "cell547"; + this.cell547.StylePriority.UseBackColor = false; + this.cell547.StylePriority.UseFont = false; + this.cell547.StylePriority.UseTextAlignment = false; + this.cell547.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell547.Weight = 0.67651121509680623D; + // + // xrTableRow23 + // + this.xrTableRow23.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell50, + this.xrTableCell51, + this.cell548}); + this.xrTableRow23.Name = "xrTableRow23"; + this.xrTableRow23.Weight = 1D; + // + // xrTableCell50 + // + this.xrTableCell50.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell50.Name = "xrTableCell50"; + this.xrTableCell50.StylePriority.UseFont = false; + this.xrTableCell50.StylePriority.UseTextAlignment = false; + this.xrTableCell50.Text = "5.4.8"; + this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell50.Weight = 0.240000057427295D; + // + // xrTableCell51 + // + this.xrTableCell51.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell51.Name = "xrTableCell51"; + this.xrTableCell51.StylePriority.UseFont = false; + this.xrTableCell51.StylePriority.UseTextAlignment = false; + this.xrTableCell51.Text = "lebt in betreuter Wohnform"; + this.xrTableCell51.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell51.Weight = 2.4194888558159988D; + // + // cell548 + // + this.cell548.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell548.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell548.Name = "cell548"; + this.cell548.StylePriority.UseBackColor = false; + this.cell548.StylePriority.UseFont = false; + this.cell548.StylePriority.UseTextAlignment = false; + this.cell548.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell548.Weight = 0.67651121509680623D; + // + // xrTableRow60 + // + this.xrTableRow60.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell137, + this.xrTableCell141, + this.cell549}); + this.xrTableRow60.Name = "xrTableRow60"; + this.xrTableRow60.Weight = 1D; + // + // xrTableCell137 + // + this.xrTableCell137.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell137.Name = "xrTableCell137"; + this.xrTableCell137.StylePriority.UseFont = false; + this.xrTableCell137.StylePriority.UseTextAlignment = false; + this.xrTableCell137.Text = "5.4.9"; + this.xrTableCell137.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell137.Weight = 0.240000057427295D; + // + // xrTableCell141 + // + this.xrTableCell141.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell141.Name = "xrTableCell141"; + this.xrTableCell141.StylePriority.UseFont = false; + this.xrTableCell141.StylePriority.UseTextAlignment = false; + this.xrTableCell141.Text = "ohne festen Wohnsitz"; + this.xrTableCell141.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell141.Weight = 2.4194888558159988D; + // + // cell549 + // + this.cell549.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell549.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell549.Name = "cell549"; + this.cell549.StylePriority.UseBackColor = false; + this.cell549.StylePriority.UseFont = false; + this.cell549.StylePriority.UseTextAlignment = false; + this.cell549.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell549.Weight = 0.67651121509680623D; + // + // xrTableRow61 + // + this.xrTableRow61.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell147, + this.lblLebensverhaeltnisUnbekannt, + this.cell5410}); + this.xrTableRow61.Name = "xrTableRow61"; + this.xrTableRow61.Weight = 1D; + // + // xrTableCell147 + // + this.xrTableCell147.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell147.Name = "xrTableCell147"; + this.xrTableCell147.StylePriority.UseFont = false; + this.xrTableCell147.StylePriority.UseTextAlignment = false; + this.xrTableCell147.Text = "5.4.10"; + this.xrTableCell147.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell147.Weight = 0.240000057427295D; + // + // lblLebensverhaeltnisUnbekannt + // + this.lblLebensverhaeltnisUnbekannt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblLebensverhaeltnisUnbekannt.Multiline = true; + this.lblLebensverhaeltnisUnbekannt.Name = "lblLebensverhaeltnisUnbekannt"; + this.lblLebensverhaeltnisUnbekannt.StylePriority.UseFont = false; + this.lblLebensverhaeltnisUnbekannt.StylePriority.UseTextAlignment = false; + this.lblLebensverhaeltnisUnbekannt.Text = "unbekannt"; + this.lblLebensverhaeltnisUnbekannt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.lblLebensverhaeltnisUnbekannt.Weight = 2.4194888558159988D; + // + // cell5410 + // + this.cell5410.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell5410.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell5410.Name = "cell5410"; + this.cell5410.StylePriority.UseBackColor = false; + this.cell5410.StylePriority.UseFont = false; + this.cell5410.StylePriority.UseTextAlignment = false; + this.cell5410.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell5410.Weight = 0.67651121509680623D; + // + // xrTableRow25 + // + this.xrTableRow25.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell55, + this.lblLebensverhaeltnisSonstiges, + this.cell5411}); + this.xrTableRow25.Name = "xrTableRow25"; + this.xrTableRow25.Weight = 1D; + // + // xrTableCell55 + // + this.xrTableCell55.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell55.Name = "xrTableCell55"; + this.xrTableCell55.StylePriority.UseFont = false; + this.xrTableCell55.StylePriority.UseTextAlignment = false; + this.xrTableCell55.Text = "5.4.11"; + this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell55.Weight = 0.240000057427295D; + // + // lblLebensverhaeltnisSonstiges + // + this.lblLebensverhaeltnisSonstiges.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblLebensverhaeltnisSonstiges.Multiline = true; + this.lblLebensverhaeltnisSonstiges.Name = "lblLebensverhaeltnisSonstiges"; + this.lblLebensverhaeltnisSonstiges.StylePriority.UseFont = false; + this.lblLebensverhaeltnisSonstiges.StylePriority.UseTextAlignment = false; + this.lblLebensverhaeltnisSonstiges.Text = "Sonstiges (bitte benennen)"; + this.lblLebensverhaeltnisSonstiges.Weight = 2.4194888558159988D; + // + // cell5411 + // + this.cell5411.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell5411.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell5411.Name = "cell5411"; + this.cell5411.StylePriority.UseBackColor = false; + this.cell5411.StylePriority.UseFont = false; + this.cell5411.StylePriority.UseTextAlignment = false; + this.cell5411.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell5411.Weight = 0.67651121509680623D; + // + // xrTableRow24 + // + this.xrTableRow24.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell53, + this.cell54Gesamt}); + this.xrTableRow24.Name = "xrTableRow24"; + this.xrTableRow24.Weight = 1D; + // + // xrTableCell53 + // + this.xrTableCell53.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell53.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell53.Name = "xrTableCell53"; + this.xrTableCell53.StylePriority.UseBackColor = false; + this.xrTableCell53.StylePriority.UseFont = false; + this.xrTableCell53.StylePriority.UseTextAlignment = false; + this.xrTableCell53.Text = "Gesamt"; + this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell53.Weight = 2.6594889132432935D; + // + // cell54Gesamt + // + this.cell54Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell54Gesamt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell54Gesamt.Name = "cell54Gesamt"; + this.cell54Gesamt.StylePriority.UseBackColor = false; + this.cell54Gesamt.StylePriority.UseFont = false; + this.cell54Gesamt.StylePriority.UseTextAlignment = false; + this.cell54Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell54Gesamt.Weight = 0.67651121509680623D; + // + // xrLabel6 + // + this.xrLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel6.Name = "xrLabel6"; + this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel6.SizeF = new System.Drawing.SizeF(624.9999F, 33.00006F); + this.xrLabel6.StylePriority.UseFont = false; + this.xrLabel6.Text = "5.4 Lebensverhältnisse"; + // + // GroupHeader4 + // + this.GroupHeader4.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable6, + this.xrLabel7}); + this.GroupHeader4.HeightF = 483F; + this.GroupHeader4.KeepTogether = true; + this.GroupHeader4.Level = 2; + this.GroupHeader4.Name = "GroupHeader4"; + // + // xrTable6 + // + this.xrTable6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33F); + this.xrTable6.Name = "xrTable6"; + this.xrTable6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow26, + this.xrTableRow27, + this.xrTableRow28, + this.xrTableRow29, + this.xrTableRow30, + this.xrTableRow31, + this.xrTableRow32, + this.xrTableRow33, + this.xrTableRow35, + this.xrTableRow36, + this.xrTableRow37, + this.xrTableRow38, + this.xrTableRow39, + this.xrTableRow40, + this.xrTableRow41, + this.xrTableRow43, + this.xrTableRow34}); + this.xrTable6.SizeF = new System.Drawing.SizeF(695.0001F, 425F); + this.xrTable6.StylePriority.UseBorders = false; + this.xrTable6.StylePriority.UsePadding = false; + this.xrTable6.StylePriority.UseTextAlignment = false; + this.xrTable6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + // + // xrTableRow26 + // + this.xrTableRow26.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell37, + this.xrTableCell40}); + this.xrTableRow26.Name = "xrTableRow26"; + this.xrTableRow26.Weight = 1D; + // + // xrTableCell37 + // + this.xrTableCell37.Name = "xrTableCell37"; + this.xrTableCell37.Weight = 2.6594891887286738D; + // + // xrTableCell40 + // + this.xrTableCell40.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell40.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell40.Name = "xrTableCell40"; + this.xrTableCell40.StylePriority.UseBackColor = false; + this.xrTableCell40.StylePriority.UseFont = false; + this.xrTableCell40.StylePriority.UseTextAlignment = false; + this.xrTableCell40.Text = "Anzahl"; + this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell40.Weight = 0.676511785705236D; + // + // xrTableRow27 + // + this.xrTableRow27.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell46, + this.xrTableCell49, + this.cell551}); + this.xrTableRow27.Name = "xrTableRow27"; + this.xrTableRow27.Weight = 1D; + // + // xrTableCell46 + // + this.xrTableCell46.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell46.Name = "xrTableCell46"; + this.xrTableCell46.StylePriority.UseFont = false; + this.xrTableCell46.StylePriority.UseTextAlignment = false; + this.xrTableCell46.Text = "5.5.1"; + this.xrTableCell46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell46.Weight = 0.24000002760239172D; + // + // xrTableCell49 + // + this.xrTableCell49.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell49.Name = "xrTableCell49"; + this.xrTableCell49.StylePriority.UseFont = false; + this.xrTableCell49.StylePriority.UseTextAlignment = false; + this.xrTableCell49.Text = "Unterhalt durch den Ehepartner"; + this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell49.Weight = 2.4194891611262825D; + // + // cell551 + // + this.cell551.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell551.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell551.Name = "cell551"; + this.cell551.StylePriority.UseBackColor = false; + this.cell551.StylePriority.UseFont = false; + this.cell551.StylePriority.UseTextAlignment = false; + this.cell551.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell551.Weight = 0.676511785705236D; + // + // xrTableRow28 + // + this.xrTableRow28.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell54, + this.xrTableCell57, + this.cell552}); + this.xrTableRow28.Name = "xrTableRow28"; + this.xrTableRow28.Weight = 1D; + // + // xrTableCell54 + // + this.xrTableCell54.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell54.Name = "xrTableCell54"; + this.xrTableCell54.StylePriority.UseFont = false; + this.xrTableCell54.StylePriority.UseTextAlignment = false; + this.xrTableCell54.Text = "5.5.2"; + this.xrTableCell54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell54.Weight = 0.24000002760239172D; + // + // xrTableCell57 + // + this.xrTableCell57.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell57.Name = "xrTableCell57"; + this.xrTableCell57.StylePriority.UseFont = false; + this.xrTableCell57.StylePriority.UseTextAlignment = false; + this.xrTableCell57.Text = "Erwerbs- / Berufstätigkeit"; + this.xrTableCell57.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell57.Weight = 2.4194891611262825D; + // + // cell552 + // + this.cell552.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell552.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell552.Name = "cell552"; + this.cell552.StylePriority.UseBackColor = false; + this.cell552.StylePriority.UseFont = false; + this.cell552.StylePriority.UseTextAlignment = false; + this.cell552.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell552.Weight = 0.676511785705236D; + // + // xrTableRow29 + // + this.xrTableRow29.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell59, + this.xrTableCell60, + this.cell553}); + this.xrTableRow29.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow29.Name = "xrTableRow29"; + this.xrTableRow29.StylePriority.UseFont = false; + this.xrTableRow29.Weight = 1D; + // + // xrTableCell59 + // + this.xrTableCell59.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrTableCell59.Name = "xrTableCell59"; + this.xrTableCell59.StylePriority.UseFont = false; + this.xrTableCell59.StylePriority.UseTextAlignment = false; + this.xrTableCell59.Text = "5.5.3"; + this.xrTableCell59.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell59.Weight = 0.24000002760239172D; + // + // xrTableCell60 + // + this.xrTableCell60.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell60.Name = "xrTableCell60"; + this.xrTableCell60.StylePriority.UseFont = false; + this.xrTableCell60.StylePriority.UseTextAlignment = false; + this.xrTableCell60.Text = "Gelegenheitsarbeiten"; + this.xrTableCell60.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell60.Weight = 2.4194891611262825D; + // + // cell553 + // + this.cell553.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell553.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell553.Name = "cell553"; + this.cell553.StylePriority.UseBackColor = false; + this.cell553.StylePriority.UseFont = false; + this.cell553.StylePriority.UseTextAlignment = false; + this.cell553.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell553.Weight = 0.676511785705236D; + // + // xrTableRow30 + // + this.xrTableRow30.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell62, + this.xrTableCell63, + this.cell554}); + this.xrTableRow30.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow30.Name = "xrTableRow30"; + this.xrTableRow30.StylePriority.UseFont = false; + this.xrTableRow30.Weight = 1D; + // + // xrTableCell62 + // + this.xrTableCell62.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell62.Name = "xrTableCell62"; + this.xrTableCell62.StylePriority.UseFont = false; + this.xrTableCell62.StylePriority.UseTextAlignment = false; + this.xrTableCell62.Text = "5.5.4"; + this.xrTableCell62.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell62.Weight = 0.24000002760239172D; + // + // xrTableCell63 + // + this.xrTableCell63.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell63.Name = "xrTableCell63"; + this.xrTableCell63.StylePriority.UseFont = false; + this.xrTableCell63.StylePriority.UseTextAlignment = false; + this.xrTableCell63.Text = "Unterhalt durch die Familie"; + this.xrTableCell63.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell63.Weight = 2.4194891611262825D; + // + // cell554 + // + this.cell554.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell554.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell554.Name = "cell554"; + this.cell554.StylePriority.UseBackColor = false; + this.cell554.StylePriority.UseFont = false; + this.cell554.StylePriority.UseTextAlignment = false; + this.cell554.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell554.Weight = 0.676511785705236D; + // + // xrTableRow31 + // + this.xrTableRow31.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell65, + this.xrTableCell66, + this.cell555}); + this.xrTableRow31.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow31.Name = "xrTableRow31"; + this.xrTableRow31.StylePriority.UseFont = false; + this.xrTableRow31.Weight = 1D; + // + // xrTableCell65 + // + this.xrTableCell65.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell65.Name = "xrTableCell65"; + this.xrTableCell65.StylePriority.UseFont = false; + this.xrTableCell65.StylePriority.UseTextAlignment = false; + this.xrTableCell65.Text = "5.5.5"; + this.xrTableCell65.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell65.Weight = 0.24000002760239172D; + // + // xrTableCell66 + // + this.xrTableCell66.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell66.Name = "xrTableCell66"; + this.xrTableCell66.StylePriority.UseFont = false; + this.xrTableCell66.StylePriority.UseTextAlignment = false; + this.xrTableCell66.Text = "Erwerbs- / Berufsunfähigkeitsrente"; + this.xrTableCell66.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell66.Weight = 2.4194891611262825D; + // + // cell555 + // + this.cell555.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell555.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell555.Name = "cell555"; + this.cell555.StylePriority.UseBackColor = false; + this.cell555.StylePriority.UseFont = false; + this.cell555.StylePriority.UseTextAlignment = false; + this.cell555.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell555.Weight = 0.676511785705236D; + // + // xrTableRow32 + // + this.xrTableRow32.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell68, + this.xrTableCell69, + this.cell556}); + this.xrTableRow32.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow32.Name = "xrTableRow32"; + this.xrTableRow32.StylePriority.UseFont = false; + this.xrTableRow32.Weight = 1D; + // + // xrTableCell68 + // + this.xrTableCell68.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell68.Name = "xrTableCell68"; + this.xrTableCell68.StylePriority.UseFont = false; + this.xrTableCell68.StylePriority.UseTextAlignment = false; + this.xrTableCell68.Text = "5.5.6"; + this.xrTableCell68.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell68.Weight = 0.24000002760239172D; + // + // xrTableCell69 + // + this.xrTableCell69.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell69.Name = "xrTableCell69"; + this.xrTableCell69.StylePriority.UseFont = false; + this.xrTableCell69.StylePriority.UseTextAlignment = false; + this.xrTableCell69.Text = "ALG I"; + this.xrTableCell69.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell69.Weight = 2.4194891611262825D; + // + // cell556 + // + this.cell556.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell556.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell556.Name = "cell556"; + this.cell556.StylePriority.UseBackColor = false; + this.cell556.StylePriority.UseFont = false; + this.cell556.StylePriority.UseTextAlignment = false; + this.cell556.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell556.Weight = 0.676511785705236D; + // + // xrTableRow33 + // + this.xrTableRow33.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell71, + this.xrTableCell72, + this.cell557}); + this.xrTableRow33.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow33.Name = "xrTableRow33"; + this.xrTableRow33.StylePriority.UseFont = false; + this.xrTableRow33.Weight = 1D; + // + // xrTableCell71 + // + this.xrTableCell71.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell71.Name = "xrTableCell71"; + this.xrTableCell71.StylePriority.UseFont = false; + this.xrTableCell71.StylePriority.UseTextAlignment = false; + this.xrTableCell71.Text = "5.5.7"; + this.xrTableCell71.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell71.Weight = 0.24000002760239172D; + // + // xrTableCell72 + // + this.xrTableCell72.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell72.Name = "xrTableCell72"; + this.xrTableCell72.StylePriority.UseFont = false; + this.xrTableCell72.Text = "ALG II"; + this.xrTableCell72.Weight = 2.4194891611262825D; + // + // cell557 + // + this.cell557.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell557.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell557.Name = "cell557"; + this.cell557.StylePriority.UseBackColor = false; + this.cell557.StylePriority.UseFont = false; + this.cell557.StylePriority.UseTextAlignment = false; + this.cell557.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell557.Weight = 0.676511785705236D; + // + // xrTableRow35 + // + this.xrTableRow35.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell76, + this.xrTableCell77, + this.cell558}); + this.xrTableRow35.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow35.Name = "xrTableRow35"; + this.xrTableRow35.StylePriority.UseFont = false; + this.xrTableRow35.Weight = 1D; + // + // xrTableCell76 + // + this.xrTableCell76.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell76.Name = "xrTableCell76"; + this.xrTableCell76.StylePriority.UseFont = false; + this.xrTableCell76.StylePriority.UseTextAlignment = false; + this.xrTableCell76.Text = "5.5.8"; + this.xrTableCell76.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell76.Weight = 0.24000002760239172D; + // + // xrTableCell77 + // + this.xrTableCell77.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell77.Name = "xrTableCell77"; + this.xrTableCell77.StylePriority.UseFont = false; + this.xrTableCell77.Text = "Krankengeld"; + this.xrTableCell77.Weight = 2.4194891611262825D; + // + // cell558 + // + this.cell558.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell558.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell558.Name = "cell558"; + this.cell558.StylePriority.UseBackColor = false; + this.cell558.StylePriority.UseFont = false; + this.cell558.StylePriority.UseTextAlignment = false; + this.cell558.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell558.Weight = 0.676511785705236D; + // + // xrTableRow36 + // + this.xrTableRow36.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell79, + this.xrTableCell80, + this.cell559}); + this.xrTableRow36.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow36.Name = "xrTableRow36"; + this.xrTableRow36.StylePriority.UseFont = false; + this.xrTableRow36.Weight = 1D; + // + // xrTableCell79 + // + this.xrTableCell79.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell79.Name = "xrTableCell79"; + this.xrTableCell79.StylePriority.UseFont = false; + this.xrTableCell79.StylePriority.UseTextAlignment = false; + this.xrTableCell79.Text = "5.5.9"; + this.xrTableCell79.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell79.Weight = 0.24000002760239172D; + // + // xrTableCell80 + // + this.xrTableCell80.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell80.Name = "xrTableCell80"; + this.xrTableCell80.StylePriority.UseFont = false; + this.xrTableCell80.Text = "Altersrente / Pension / Witwenrente"; + this.xrTableCell80.Weight = 2.4194891611262825D; + // + // cell559 + // + this.cell559.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell559.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell559.Name = "cell559"; + this.cell559.StylePriority.UseBackColor = false; + this.cell559.StylePriority.UseFont = false; + this.cell559.StylePriority.UseTextAlignment = false; + this.cell559.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell559.Weight = 0.676511785705236D; + // + // xrTableRow37 + // + this.xrTableRow37.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell82, + this.xrTableCell83, + this.cell5510}); + this.xrTableRow37.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow37.Name = "xrTableRow37"; + this.xrTableRow37.StylePriority.UseFont = false; + this.xrTableRow37.Weight = 1D; + // + // xrTableCell82 + // + this.xrTableCell82.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell82.Name = "xrTableCell82"; + this.xrTableCell82.StylePriority.UseFont = false; + this.xrTableCell82.StylePriority.UseTextAlignment = false; + this.xrTableCell82.Text = "5.5.10"; + this.xrTableCell82.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell82.Weight = 0.24000002760239172D; + // + // xrTableCell83 + // + this.xrTableCell83.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell83.Name = "xrTableCell83"; + this.xrTableCell83.StylePriority.UseFont = false; + this.xrTableCell83.Text = "Grundsicherung nach SGB XII"; + this.xrTableCell83.Weight = 2.4194891611262825D; + // + // cell5510 + // + this.cell5510.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell5510.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell5510.Name = "cell5510"; + this.cell5510.StylePriority.UseBackColor = false; + this.cell5510.StylePriority.UseFont = false; + this.cell5510.StylePriority.UseTextAlignment = false; + this.cell5510.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell5510.Weight = 0.676511785705236D; + // + // xrTableRow38 + // + this.xrTableRow38.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell85, + this.xrTableCell86, + this.cell5511}); + this.xrTableRow38.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow38.Name = "xrTableRow38"; + this.xrTableRow38.StylePriority.UseFont = false; + this.xrTableRow38.Weight = 1D; + // + // xrTableCell85 + // + this.xrTableCell85.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell85.Name = "xrTableCell85"; + this.xrTableCell85.StylePriority.UseFont = false; + this.xrTableCell85.StylePriority.UseTextAlignment = false; + this.xrTableCell85.Text = "5.5.11"; + this.xrTableCell85.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell85.Weight = 0.24000002760239172D; + // + // xrTableCell86 + // + this.xrTableCell86.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell86.Name = "xrTableCell86"; + this.xrTableCell86.StylePriority.UseFont = false; + this.xrTableCell86.Text = "Eigenes Vermögen / Ersparnisse"; + this.xrTableCell86.Weight = 2.4194891611262825D; + // + // cell5511 + // + this.cell5511.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell5511.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell5511.Name = "cell5511"; + this.cell5511.StylePriority.UseBackColor = false; + this.cell5511.StylePriority.UseFont = false; + this.cell5511.StylePriority.UseTextAlignment = false; + this.cell5511.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell5511.Weight = 0.676511785705236D; + // + // xrTableRow39 + // + this.xrTableRow39.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell88, + this.xrTableCell89, + this.cell5512}); + this.xrTableRow39.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow39.Name = "xrTableRow39"; + this.xrTableRow39.StylePriority.UseFont = false; + this.xrTableRow39.Weight = 1D; + // + // xrTableCell88 + // + this.xrTableCell88.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell88.Name = "xrTableCell88"; + this.xrTableCell88.StylePriority.UseFont = false; + this.xrTableCell88.StylePriority.UseTextAlignment = false; + this.xrTableCell88.Text = "5.5.12"; + this.xrTableCell88.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell88.Weight = 0.24000002760239172D; + // + // xrTableCell89 + // + this.xrTableCell89.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell89.Name = "xrTableCell89"; + this.xrTableCell89.StylePriority.UseFont = false; + this.xrTableCell89.Text = "Übergangsgeld"; + this.xrTableCell89.Weight = 2.4194891611262825D; + // + // cell5512 + // + this.cell5512.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell5512.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell5512.Name = "cell5512"; + this.cell5512.StylePriority.UseBackColor = false; + this.cell5512.StylePriority.UseFont = false; + this.cell5512.StylePriority.UseTextAlignment = false; + this.cell5512.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell5512.Weight = 0.676511785705236D; + // + // xrTableRow40 + // + this.xrTableRow40.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell91, + this.xrTableCell92, + this.cell5513}); + this.xrTableRow40.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow40.Name = "xrTableRow40"; + this.xrTableRow40.StylePriority.UseFont = false; + this.xrTableRow40.Weight = 1D; + // + // xrTableCell91 + // + this.xrTableCell91.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell91.Name = "xrTableCell91"; + this.xrTableCell91.StylePriority.UseFont = false; + this.xrTableCell91.StylePriority.UseTextAlignment = false; + this.xrTableCell91.Text = "5.5.13"; + this.xrTableCell91.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell91.Weight = 0.24000002760239172D; + // + // xrTableCell92 + // + this.xrTableCell92.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell92.Name = "xrTableCell92"; + this.xrTableCell92.StylePriority.UseFont = false; + this.xrTableCell92.Text = "WfbM"; + this.xrTableCell92.Weight = 2.4194891611262825D; + // + // cell5513 + // + this.cell5513.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell5513.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell5513.Name = "cell5513"; + this.cell5513.StylePriority.UseBackColor = false; + this.cell5513.StylePriority.UseFont = false; + this.cell5513.StylePriority.UseTextAlignment = false; + this.cell5513.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell5513.Weight = 0.676511785705236D; + // + // xrTableRow41 + // + this.xrTableRow41.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell94, + this.EinkommenUnbekanntLabel, + this.cell5514}); + this.xrTableRow41.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow41.Name = "xrTableRow41"; + this.xrTableRow41.StylePriority.UseFont = false; + this.xrTableRow41.Weight = 1D; + // + // xrTableCell94 + // + this.xrTableCell94.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell94.Name = "xrTableCell94"; + this.xrTableCell94.StylePriority.UseFont = false; + this.xrTableCell94.StylePriority.UseTextAlignment = false; + this.xrTableCell94.Text = "5.5.14"; + this.xrTableCell94.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell94.Weight = 0.24000002760239172D; + // + // EinkommenUnbekanntLabel + // + this.EinkommenUnbekanntLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.EinkommenUnbekanntLabel.Multiline = true; + this.EinkommenUnbekanntLabel.Name = "EinkommenUnbekanntLabel"; + this.EinkommenUnbekanntLabel.StylePriority.UseFont = false; + this.EinkommenUnbekanntLabel.Text = "unbekannt"; + this.EinkommenUnbekanntLabel.Weight = 2.4194891611262825D; + // + // cell5514 + // + this.cell5514.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell5514.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell5514.Name = "cell5514"; + this.cell5514.StylePriority.UseBackColor = false; + this.cell5514.StylePriority.UseFont = false; + this.cell5514.StylePriority.UseTextAlignment = false; + this.cell5514.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell5514.Weight = 0.676511785705236D; + // + // xrTableRow43 + // + this.xrTableRow43.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell52, + this.xrTableCell58, + this.cell5515}); + this.xrTableRow43.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow43.Name = "xrTableRow43"; + this.xrTableRow43.StylePriority.UseFont = false; + this.xrTableRow43.Weight = 1D; + // + // xrTableCell52 + // + this.xrTableCell52.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell52.Name = "xrTableCell52"; + this.xrTableCell52.StylePriority.UseFont = false; + this.xrTableCell52.StylePriority.UseTextAlignment = false; + this.xrTableCell52.Text = "5.5.15"; + this.xrTableCell52.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell52.Weight = 0.24000002760239172D; + // + // xrTableCell58 + // + this.xrTableCell58.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell58.Name = "xrTableCell58"; + this.xrTableCell58.StylePriority.UseFont = false; + this.xrTableCell58.Text = "Sonstiges (bitte benennen)"; + this.xrTableCell58.Weight = 2.4194891611262825D; + // + // cell5515 + // + this.cell5515.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell5515.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell5515.Name = "cell5515"; + this.cell5515.StylePriority.UseBackColor = false; + this.cell5515.StylePriority.UseFont = false; + this.cell5515.StylePriority.UseTextAlignment = false; + this.cell5515.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell5515.Weight = 0.676511785705236D; + // + // xrTableRow34 + // + this.xrTableRow34.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell74, + this.cell55Gesamt}); + this.xrTableRow34.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableRow34.Name = "xrTableRow34"; + this.xrTableRow34.StylePriority.UseFont = false; + this.xrTableRow34.Weight = 1D; + // + // xrTableCell74 + // + this.xrTableCell74.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell74.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell74.Name = "xrTableCell74"; + this.xrTableCell74.StylePriority.UseBackColor = false; + this.xrTableCell74.StylePriority.UseFont = false; + this.xrTableCell74.StylePriority.UseTextAlignment = false; + this.xrTableCell74.Text = "Gesamt"; + this.xrTableCell74.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell74.Weight = 2.6594891887286738D; + // + // cell55Gesamt + // + this.cell55Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell55Gesamt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell55Gesamt.Name = "cell55Gesamt"; + this.cell55Gesamt.StylePriority.UseBackColor = false; + this.cell55Gesamt.StylePriority.UseFont = false; + this.cell55Gesamt.StylePriority.UseTextAlignment = false; + this.cell55Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell55Gesamt.Weight = 0.676511785705236D; + // + // xrLabel7 + // + this.xrLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel7.Name = "xrLabel7"; + this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel7.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel7.StylePriority.UseFont = false; + this.xrLabel7.StylePriority.UseTextAlignment = false; + this.xrLabel7.Text = "5.5 Einkommen"; + // + // GroupHeader5 + // + this.GroupHeader5.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable7, + this.xrLabel8}); + this.GroupHeader5.HeightF = 269.1667F; + this.GroupHeader5.KeepTogether = true; + this.GroupHeader5.Level = 6; + this.GroupHeader5.Name = "GroupHeader5"; + // + // xrTable7 + // + 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("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33F); + this.xrTable7.Name = "xrTable7"; + this.xrTable7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable7.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow44, + this.xrTableRow45, + this.xrTableRow46, + this.xrTableRow47, + this.xrTableRow62, + this.xrTableRow48, + this.xrTableRow49, + this.xrTableRow50}); + this.xrTable7.SizeF = new System.Drawing.SizeF(695F, 208.3335F); + this.xrTable7.StylePriority.UseBorders = false; + this.xrTable7.StylePriority.UseFont = false; + this.xrTable7.StylePriority.UsePadding = false; + // + // xrTableRow44 + // + this.xrTableRow44.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell61, + this.xrTableCell64, + this.xrTableCell67, + this.xrTableCell450, + this.xrTableCell70}); + this.xrTableRow44.Name = "xrTableRow44"; + this.xrTableRow44.Weight = 1D; + // + // xrTableCell61 + // + this.xrTableCell61.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrTableCell61.Name = "xrTableCell61"; + this.xrTableCell61.StylePriority.UseFont = false; + this.xrTableCell61.Weight = 1.8271356603295554D; + // + // xrTableCell64 + // + this.xrTableCell64.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell64.Name = "xrTableCell64"; + this.xrTableCell64.StylePriority.UseFont = false; + this.xrTableCell64.StylePriority.UseTextAlignment = false; + this.xrTableCell64.Text = "Frauen"; + this.xrTableCell64.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell64.Weight = 0.30920131798073042D; + // + // xrTableCell67 + // + this.xrTableCell67.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell67.Name = "xrTableCell67"; + this.xrTableCell67.StylePriority.UseFont = false; + this.xrTableCell67.StylePriority.UseTextAlignment = false; + this.xrTableCell67.Text = "Männer"; + this.xrTableCell67.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell67.Weight = 0.308935973720116D; + // + // xrTableCell450 + // + this.xrTableCell450.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell450.Name = "xrTableCell450"; + this.xrTableCell450.StylePriority.UseBackColor = false; + this.xrTableCell450.StylePriority.UseFont = false; + this.xrTableCell450.StylePriority.UseTextAlignment = false; + this.xrTableCell450.Text = "Divers"; + this.xrTableCell450.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell450.Weight = 0.31308410048964319D; + // + // xrTableCell70 + // + this.xrTableCell70.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell70.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell70.Name = "xrTableCell70"; + this.xrTableCell70.StylePriority.UseBackColor = false; + this.xrTableCell70.StylePriority.UseFont = false; + this.xrTableCell70.StylePriority.UseTextAlignment = false; + this.xrTableCell70.Text = "Gesamt"; + this.xrTableCell70.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell70.Weight = 0.308935924851976D; + // + // xrTableRow45 + // + this.xrTableRow45.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell136, + this.xrTableCell73, + this.anzAlterAb18WLabel, + this.anzAlterAb18MLabel, + this.anzAlterAb18DLabel, + this.anzAlterAb18SummeLabel}); + this.xrTableRow45.Name = "xrTableRow45"; + this.xrTableRow45.Weight = 1D; + // + // xrTableCell136 + // + this.xrTableCell136.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell136.Name = "xrTableCell136"; + this.xrTableCell136.StylePriority.UseFont = false; + this.xrTableCell136.StylePriority.UseTextAlignment = false; + this.xrTableCell136.Text = "5.1.1"; + this.xrTableCell136.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell136.Weight = 0.22066856508562066D; + // + // xrTableCell73 + // + this.xrTableCell73.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell73.Name = "xrTableCell73"; + this.xrTableCell73.StylePriority.UseFont = false; + this.xrTableCell73.StylePriority.UseTextAlignment = false; + this.xrTableCell73.Text = "18-27 Jahre"; + this.xrTableCell73.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell73.Weight = 1.6064670952439348D; + // + // anzAlterAb18WLabel + // + this.anzAlterAb18WLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb18WLabel.Name = "anzAlterAb18WLabel"; + this.anzAlterAb18WLabel.StylePriority.UseFont = false; + this.anzAlterAb18WLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb18WLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb18WLabel.Weight = 0.30920131798073042D; + // + // anzAlterAb18MLabel + // + this.anzAlterAb18MLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb18MLabel.Name = "anzAlterAb18MLabel"; + this.anzAlterAb18MLabel.StylePriority.UseFont = false; + this.anzAlterAb18MLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb18MLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb18MLabel.Weight = 0.30893556966391567D; + // + // anzAlterAb18DLabel + // + this.anzAlterAb18DLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb18DLabel.Name = "anzAlterAb18DLabel"; + this.anzAlterAb18DLabel.StylePriority.UseBackColor = false; + this.anzAlterAb18DLabel.StylePriority.UseFont = false; + this.anzAlterAb18DLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb18DLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb18DLabel.Weight = 0.31308450454584352D; + // + // anzAlterAb18SummeLabel + // + this.anzAlterAb18SummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzAlterAb18SummeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb18SummeLabel.Name = "anzAlterAb18SummeLabel"; + this.anzAlterAb18SummeLabel.StylePriority.UseBackColor = false; + this.anzAlterAb18SummeLabel.StylePriority.UseFont = false; + this.anzAlterAb18SummeLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb18SummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb18SummeLabel.Weight = 0.308935924851976D; + // + // xrTableRow46 + // + this.xrTableRow46.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell142, + this.xrTableCell84, + this.anzAlterAb28WLabel, + this.anzAlterAb28MLabel, + this.anzAlterAb28DLabel, + this.anzAlterAb28SummeLabel}); + this.xrTableRow46.Name = "xrTableRow46"; + this.xrTableRow46.Weight = 1D; + // + // xrTableCell142 + // + this.xrTableCell142.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell142.Name = "xrTableCell142"; + this.xrTableCell142.StylePriority.UseFont = false; + this.xrTableCell142.StylePriority.UseTextAlignment = false; + this.xrTableCell142.Text = "5.1.2"; + this.xrTableCell142.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell142.Weight = 0.22066856508562066D; + // + // xrTableCell84 + // + this.xrTableCell84.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell84.Name = "xrTableCell84"; + this.xrTableCell84.StylePriority.UseFont = false; + this.xrTableCell84.StylePriority.UseTextAlignment = false; + this.xrTableCell84.Text = "28-40 Jahre"; + this.xrTableCell84.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell84.Weight = 1.6064670952439348D; + // + // anzAlterAb28WLabel + // + this.anzAlterAb28WLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb28WLabel.Name = "anzAlterAb28WLabel"; + this.anzAlterAb28WLabel.StylePriority.UseFont = false; + this.anzAlterAb28WLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb28WLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb28WLabel.Weight = 0.30920131798073042D; + // + // anzAlterAb28MLabel + // + this.anzAlterAb28MLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb28MLabel.Name = "anzAlterAb28MLabel"; + this.anzAlterAb28MLabel.StylePriority.UseFont = false; + this.anzAlterAb28MLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb28MLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb28MLabel.Weight = 0.30893556966391567D; + // + // anzAlterAb28DLabel + // + this.anzAlterAb28DLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb28DLabel.Name = "anzAlterAb28DLabel"; + this.anzAlterAb28DLabel.StylePriority.UseBackColor = false; + this.anzAlterAb28DLabel.StylePriority.UseFont = false; + this.anzAlterAb28DLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb28DLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb28DLabel.Weight = 0.31308450454584352D; + // + // anzAlterAb28SummeLabel + // + this.anzAlterAb28SummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzAlterAb28SummeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb28SummeLabel.Name = "anzAlterAb28SummeLabel"; + this.anzAlterAb28SummeLabel.StylePriority.UseBackColor = false; + this.anzAlterAb28SummeLabel.StylePriority.UseFont = false; + this.anzAlterAb28SummeLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb28SummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb28SummeLabel.Weight = 0.308935924851976D; + // + // xrTableRow47 + // + this.xrTableRow47.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell152, + this.xrTableCell96, + this.anzAlterAb41WLabel, + this.anzAlterAb41MLabel, + this.anzAlterAb41DLabel, + this.anzAlterAb41SummeLabel}); + this.xrTableRow47.Name = "xrTableRow47"; + this.xrTableRow47.Weight = 1D; + // + // xrTableCell152 + // + this.xrTableCell152.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell152.Name = "xrTableCell152"; + this.xrTableCell152.StylePriority.UseFont = false; + this.xrTableCell152.StylePriority.UseTextAlignment = false; + this.xrTableCell152.Text = "5.1.3"; + this.xrTableCell152.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell152.Weight = 0.22066856508562066D; + // + // xrTableCell96 + // + this.xrTableCell96.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell96.Name = "xrTableCell96"; + this.xrTableCell96.StylePriority.UseFont = false; + this.xrTableCell96.StylePriority.UseTextAlignment = false; + this.xrTableCell96.Text = "41-50 Jahre"; + this.xrTableCell96.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell96.Weight = 1.6064670952439348D; + // + // anzAlterAb41WLabel + // + this.anzAlterAb41WLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb41WLabel.Name = "anzAlterAb41WLabel"; + this.anzAlterAb41WLabel.StylePriority.UseFont = false; + this.anzAlterAb41WLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb41WLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb41WLabel.Weight = 0.30920131798073042D; + // + // anzAlterAb41MLabel + // + this.anzAlterAb41MLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb41MLabel.Name = "anzAlterAb41MLabel"; + this.anzAlterAb41MLabel.StylePriority.UseFont = false; + this.anzAlterAb41MLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb41MLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb41MLabel.Weight = 0.30893556966391567D; + // + // anzAlterAb41DLabel + // + this.anzAlterAb41DLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb41DLabel.Name = "anzAlterAb41DLabel"; + this.anzAlterAb41DLabel.StylePriority.UseBackColor = false; + this.anzAlterAb41DLabel.StylePriority.UseFont = false; + this.anzAlterAb41DLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb41DLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb41DLabel.Weight = 0.31308450454584352D; + // + // anzAlterAb41SummeLabel + // + this.anzAlterAb41SummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzAlterAb41SummeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb41SummeLabel.Name = "anzAlterAb41SummeLabel"; + this.anzAlterAb41SummeLabel.StylePriority.UseBackColor = false; + this.anzAlterAb41SummeLabel.StylePriority.UseFont = false; + this.anzAlterAb41SummeLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb41SummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb41SummeLabel.Weight = 0.308935924851976D; + // + // xrTableRow62 + // + this.xrTableRow62.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell161, + this.xrTableCell162, + this.anzAlterAb51WLabel, + this.anzAlterAb51MLabel, + this.anzAlterAb51DLabel, + this.anzAlterAb51SummeLabel}); + this.xrTableRow62.Name = "xrTableRow62"; + this.xrTableRow62.Weight = 1D; + // + // xrTableCell161 + // + this.xrTableCell161.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell161.Name = "xrTableCell161"; + this.xrTableCell161.StylePriority.UseFont = false; + this.xrTableCell161.StylePriority.UseTextAlignment = false; + this.xrTableCell161.Text = "5.1.4"; + this.xrTableCell161.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell161.Weight = 0.22066856508562066D; + // + // xrTableCell162 + // + this.xrTableCell162.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell162.Name = "xrTableCell162"; + this.xrTableCell162.StylePriority.UseFont = false; + this.xrTableCell162.StylePriority.UseTextAlignment = false; + this.xrTableCell162.Text = "51-60 Jahre"; + this.xrTableCell162.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell162.Weight = 1.6064670952439348D; + // + // anzAlterAb51WLabel + // + this.anzAlterAb51WLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb51WLabel.Name = "anzAlterAb51WLabel"; + this.anzAlterAb51WLabel.StylePriority.UseFont = false; + this.anzAlterAb51WLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb51WLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb51WLabel.Weight = 0.30920131798073042D; + // + // anzAlterAb51MLabel + // + this.anzAlterAb51MLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb51MLabel.Name = "anzAlterAb51MLabel"; + this.anzAlterAb51MLabel.StylePriority.UseFont = false; + this.anzAlterAb51MLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb51MLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb51MLabel.Weight = 0.30893556966391567D; + // + // anzAlterAb51DLabel + // + this.anzAlterAb51DLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb51DLabel.Name = "anzAlterAb51DLabel"; + this.anzAlterAb51DLabel.StylePriority.UseBackColor = false; + this.anzAlterAb51DLabel.StylePriority.UseFont = false; + this.anzAlterAb51DLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb51DLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb51DLabel.Weight = 0.31308450454584352D; + // + // anzAlterAb51SummeLabel + // + this.anzAlterAb51SummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzAlterAb51SummeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb51SummeLabel.Name = "anzAlterAb51SummeLabel"; + this.anzAlterAb51SummeLabel.StylePriority.UseBackColor = false; + this.anzAlterAb51SummeLabel.StylePriority.UseFont = false; + this.anzAlterAb51SummeLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb51SummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb51SummeLabel.Weight = 0.308935924851976D; + // + // xrTableRow48 + // + this.xrTableRow48.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell156, + this.xrTableCell101, + this.anzAlterAb60WLabel, + this.anzAlterAb60MLabel, + this.anzAlterAb60DLabel, + this.anzAlterAb60SummeLabel}); + this.xrTableRow48.Name = "xrTableRow48"; + this.xrTableRow48.Weight = 1D; + // + // xrTableCell156 + // + this.xrTableCell156.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell156.Name = "xrTableCell156"; + this.xrTableCell156.StylePriority.UseFont = false; + this.xrTableCell156.StylePriority.UseTextAlignment = false; + this.xrTableCell156.Text = "5.1.5"; + this.xrTableCell156.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell156.Weight = 0.22066856508562066D; + // + // xrTableCell101 + // + this.xrTableCell101.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell101.Name = "xrTableCell101"; + this.xrTableCell101.StylePriority.UseFont = false; + this.xrTableCell101.StylePriority.UseTextAlignment = false; + this.xrTableCell101.Text = "über 60 Jahre"; + this.xrTableCell101.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell101.Weight = 1.6064670952439348D; + // + // anzAlterAb60WLabel + // + this.anzAlterAb60WLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb60WLabel.Name = "anzAlterAb60WLabel"; + this.anzAlterAb60WLabel.StylePriority.UseFont = false; + this.anzAlterAb60WLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb60WLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb60WLabel.Weight = 0.30920131798073042D; + // + // anzAlterAb60MLabel + // + this.anzAlterAb60MLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb60MLabel.Name = "anzAlterAb60MLabel"; + this.anzAlterAb60MLabel.StylePriority.UseFont = false; + this.anzAlterAb60MLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb60MLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb60MLabel.Weight = 0.30893556966391567D; + // + // anzAlterAb60DLabel + // + this.anzAlterAb60DLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb60DLabel.Name = "anzAlterAb60DLabel"; + this.anzAlterAb60DLabel.StylePriority.UseBackColor = false; + this.anzAlterAb60DLabel.StylePriority.UseFont = false; + this.anzAlterAb60DLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb60DLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb60DLabel.Weight = 0.31308450454584352D; + // + // anzAlterAb60SummeLabel + // + this.anzAlterAb60SummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzAlterAb60SummeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterAb60SummeLabel.Name = "anzAlterAb60SummeLabel"; + this.anzAlterAb60SummeLabel.StylePriority.UseBackColor = false; + this.anzAlterAb60SummeLabel.StylePriority.UseFont = false; + this.anzAlterAb60SummeLabel.StylePriority.UseTextAlignment = false; + this.anzAlterAb60SummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterAb60SummeLabel.Weight = 0.308935924851976D; + // + // xrTableRow49 + // + this.xrTableRow49.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell157, + this.AlterUnbekanntLabel, + this.anzAlterUnbekanntWLabel, + this.anzAlterUnbekanntMLabel, + this.anzAlterUnbekanntDLabel, + this.anzAlterUnbekanntSummeLabel}); + this.xrTableRow49.Name = "xrTableRow49"; + this.xrTableRow49.Weight = 1D; + // + // xrTableCell157 + // + this.xrTableCell157.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell157.Name = "xrTableCell157"; + this.xrTableCell157.StylePriority.UseFont = false; + this.xrTableCell157.StylePriority.UseTextAlignment = false; + this.xrTableCell157.Text = "5.1.6"; + this.xrTableCell157.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell157.Weight = 0.22066856508562066D; + // + // AlterUnbekanntLabel + // + this.AlterUnbekanntLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.AlterUnbekanntLabel.Multiline = true; + this.AlterUnbekanntLabel.Name = "AlterUnbekanntLabel"; + this.AlterUnbekanntLabel.StylePriority.UseFont = false; + this.AlterUnbekanntLabel.StylePriority.UseTextAlignment = false; + this.AlterUnbekanntLabel.Text = "unbekannt"; + this.AlterUnbekanntLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.AlterUnbekanntLabel.Weight = 1.6064670952439348D; + // + // anzAlterUnbekanntWLabel + // + this.anzAlterUnbekanntWLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterUnbekanntWLabel.Name = "anzAlterUnbekanntWLabel"; + this.anzAlterUnbekanntWLabel.StylePriority.UseFont = false; + this.anzAlterUnbekanntWLabel.StylePriority.UseTextAlignment = false; + this.anzAlterUnbekanntWLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterUnbekanntWLabel.Weight = 0.30920131798073042D; + // + // anzAlterUnbekanntMLabel + // + this.anzAlterUnbekanntMLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterUnbekanntMLabel.Name = "anzAlterUnbekanntMLabel"; + this.anzAlterUnbekanntMLabel.StylePriority.UseFont = false; + this.anzAlterUnbekanntMLabel.StylePriority.UseTextAlignment = false; + this.anzAlterUnbekanntMLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterUnbekanntMLabel.Weight = 0.30893556966391567D; + // + // anzAlterUnbekanntDLabel + // + this.anzAlterUnbekanntDLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterUnbekanntDLabel.Name = "anzAlterUnbekanntDLabel"; + this.anzAlterUnbekanntDLabel.StylePriority.UseBackColor = false; + this.anzAlterUnbekanntDLabel.StylePriority.UseFont = false; + this.anzAlterUnbekanntDLabel.StylePriority.UseTextAlignment = false; + this.anzAlterUnbekanntDLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterUnbekanntDLabel.Weight = 0.31308450454584352D; + // + // anzAlterUnbekanntSummeLabel + // + this.anzAlterUnbekanntSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzAlterUnbekanntSummeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterUnbekanntSummeLabel.Name = "anzAlterUnbekanntSummeLabel"; + this.anzAlterUnbekanntSummeLabel.StylePriority.UseBackColor = false; + this.anzAlterUnbekanntSummeLabel.StylePriority.UseFont = false; + this.anzAlterUnbekanntSummeLabel.StylePriority.UseTextAlignment = false; + this.anzAlterUnbekanntSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterUnbekanntSummeLabel.Weight = 0.308935924851976D; + // + // xrTableRow50 + // + this.xrTableRow50.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell109, + this.anzSummeAlterWLabel, + this.anzSummeAlterMLabel, + this.anzSummeAlterDLabel, + this.anzAlterSummeLabel}); + this.xrTableRow50.Name = "xrTableRow50"; + this.xrTableRow50.Weight = 1D; + // + // xrTableCell109 + // + this.xrTableCell109.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell109.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); + this.xrTableCell109.Name = "xrTableCell109"; + this.xrTableCell109.StylePriority.UseBackColor = false; + this.xrTableCell109.StylePriority.UseFont = false; + this.xrTableCell109.StylePriority.UseTextAlignment = false; + this.xrTableCell109.Text = "Gesamt"; + this.xrTableCell109.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell109.Weight = 1.8271357950149554D; + // + // anzSummeAlterWLabel + // + this.anzSummeAlterWLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzSummeAlterWLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzSummeAlterWLabel.Name = "anzSummeAlterWLabel"; + this.anzSummeAlterWLabel.StylePriority.UseBackColor = false; + this.anzSummeAlterWLabel.StylePriority.UseFont = false; + this.anzSummeAlterWLabel.StylePriority.UseTextAlignment = false; + this.anzSummeAlterWLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzSummeAlterWLabel.Weight = 0.30920118329533031D; + // + // anzSummeAlterMLabel + // + this.anzSummeAlterMLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzSummeAlterMLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzSummeAlterMLabel.Name = "anzSummeAlterMLabel"; + this.anzSummeAlterMLabel.StylePriority.UseBackColor = false; + this.anzSummeAlterMLabel.StylePriority.UseFont = false; + this.anzSummeAlterMLabel.StylePriority.UseTextAlignment = false; + this.anzSummeAlterMLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzSummeAlterMLabel.Weight = 0.30893556966391567D; + // + // anzSummeAlterDLabel + // + this.anzSummeAlterDLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzSummeAlterDLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzSummeAlterDLabel.Name = "anzSummeAlterDLabel"; + this.anzSummeAlterDLabel.StylePriority.UseBackColor = false; + this.anzSummeAlterDLabel.StylePriority.UseFont = false; + this.anzSummeAlterDLabel.StylePriority.UseTextAlignment = false; + this.anzSummeAlterDLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzSummeAlterDLabel.Weight = 0.31308450454584352D; + // + // anzAlterSummeLabel + // + this.anzAlterSummeLabel.BackColor = System.Drawing.SystemColors.ControlLight; + this.anzAlterSummeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.anzAlterSummeLabel.Name = "anzAlterSummeLabel"; + this.anzAlterSummeLabel.StylePriority.UseBackColor = false; + this.anzAlterSummeLabel.StylePriority.UseFont = false; + this.anzAlterSummeLabel.StylePriority.UseTextAlignment = false; + this.anzAlterSummeLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzAlterSummeLabel.Weight = 0.308935924851976D; + // + // xrLabel8 + // + this.xrLabel8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel8.Name = "xrLabel8"; + this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel8.SizeF = new System.Drawing.SizeF(624.9998F, 33F); + this.xrLabel8.StylePriority.UseFont = false; + this.xrLabel8.Text = "5.1 Alter"; + // + // GroupHeader6 + // + this.GroupHeader6.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel9, + this.tableDiagnosen}); + this.GroupHeader6.HeightF = 150.3333F; + this.GroupHeader6.KeepTogether = true; + this.GroupHeader6.Level = 1; + this.GroupHeader6.Name = "GroupHeader6"; + // + // xrLabel9 + // + this.xrLabel9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel9.Name = "xrLabel9"; + this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel9.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel9.StylePriority.UseFont = false; + this.xrLabel9.Text = "5.6 Psychiatrische Hauptdiagnose"; + // + // tableDiagnosen + // + this.tableDiagnosen.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.tableDiagnosen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.tableDiagnosen.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33F); + this.tableDiagnosen.Name = "tableDiagnosen"; + this.tableDiagnosen.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.tableDiagnosen.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow52, + this.xrTableRow66}); + this.tableDiagnosen.SizeF = new System.Drawing.SizeF(695F, 87.6666F); + this.tableDiagnosen.StylePriority.UseBorders = false; + this.tableDiagnosen.StylePriority.UseFont = false; + this.tableDiagnosen.StylePriority.UsePadding = false; + // + // xrTableRow52 + // + this.xrTableRow52.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell116, + this.xrTableCell75, + this.xrTableCell87}); + this.xrTableRow52.Name = "xrTableRow52"; + this.xrTableRow52.Weight = 1D; + // + // xrTableCell116 + // + this.xrTableCell116.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell116.Name = "xrTableCell116"; + this.xrTableCell116.StylePriority.UseFont = false; + this.xrTableCell116.Weight = 0.22066862243031221D; + // + // xrTableCell75 + // + this.xrTableCell75.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); + this.xrTableCell75.Name = "xrTableCell75"; + this.xrTableCell75.StylePriority.UseFont = false; + this.xrTableCell75.Weight = 2.2246049387108697D; + // + // xrTableCell87 + // + this.xrTableCell87.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell87.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell87.Name = "xrTableCell87"; + this.xrTableCell87.StylePriority.UseBackColor = false; + this.xrTableCell87.StylePriority.UseFont = false; + this.xrTableCell87.StylePriority.UseTextAlignment = false; + this.xrTableCell87.Text = "Anzahl"; + this.xrTableCell87.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell87.Weight = 0.62202024795129429D; + // + // xrTableRow66 + // + this.xrTableRow66.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell167, + this.cell56Gesamt}); + this.xrTableRow66.Name = "xrTableRow66"; + this.xrTableRow66.Weight = 1D; + // + // xrTableCell167 + // + this.xrTableCell167.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell167.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell167.Name = "xrTableCell167"; + this.xrTableCell167.StylePriority.UseBackColor = false; + this.xrTableCell167.StylePriority.UseFont = false; + this.xrTableCell167.StylePriority.UseTextAlignment = false; + this.xrTableCell167.Text = "Gesamt"; + this.xrTableCell167.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell167.Weight = 2.4452736958266188D; + // + // cell56Gesamt + // + this.cell56Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell56Gesamt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell56Gesamt.Name = "cell56Gesamt"; + this.cell56Gesamt.StylePriority.UseBackColor = false; + this.cell56Gesamt.StylePriority.UseFont = false; + this.cell56Gesamt.StylePriority.UseTextAlignment = false; + this.cell56Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell56Gesamt.Weight = 0.62202011326585749D; + // + // GroupHeader7 + // + this.GroupHeader7.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable4, + this.xrLabel3}); + this.GroupHeader7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); + this.GroupHeader7.HeightF = 246.5802F; + this.GroupHeader7.KeepTogether = true; + this.GroupHeader7.Name = "GroupHeader7"; + this.GroupHeader7.StylePriority.UseFont = false; + // + // xrTable4 + // + this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.00008F); + this.xrTable4.Name = "xrTable4"; + this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow16, + this.xrTableRow42, + this.xrTableRow51, + this.xrTableRow53, + this.xrTableRow55}); + this.xrTable4.SizeF = new System.Drawing.SizeF(694.9999F, 185F); + this.xrTable4.StylePriority.UseBorders = false; + this.xrTable4.StylePriority.UsePadding = false; + // + // xrTableRow16 + // + this.xrTableRow16.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell56, + this.xrTableCell78}); + this.xrTableRow16.Name = "xrTableRow16"; + this.xrTableRow16.Weight = 1D; + // + // xrTableCell56 + // + this.xrTableCell56.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); + this.xrTableCell56.Name = "xrTableCell56"; + this.xrTableCell56.StylePriority.UseFont = false; + this.xrTableCell56.StylePriority.UseTextAlignment = false; + this.xrTableCell56.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell56.Weight = 2.6594890149182544D; + // + // xrTableCell78 + // + this.xrTableCell78.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell78.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell78.Name = "xrTableCell78"; + this.xrTableCell78.StylePriority.UseBackColor = false; + this.xrTableCell78.StylePriority.UseFont = false; + this.xrTableCell78.StylePriority.UseTextAlignment = false; + this.xrTableCell78.Text = "Anzahl"; + this.xrTableCell78.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell78.Weight = 0.67651134367556509D; + // + // xrTableRow42 + // + this.xrTableRow42.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell81, + this.xrTableCell90, + this.cell571}); + this.xrTableRow42.Name = "xrTableRow42"; + this.xrTableRow42.Weight = 1.6D; + // + // xrTableCell81 + // + this.xrTableCell81.Name = "xrTableCell81"; + this.xrTableCell81.StylePriority.UseTextAlignment = false; + this.xrTableCell81.Text = "5.7.1"; + this.xrTableCell81.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell81.Weight = 0.24000005908204436D; + // + // xrTableCell90 + // + this.xrTableCell90.Multiline = true; + this.xrTableCell90.Name = "xrTableCell90"; + this.xrTableCell90.StylePriority.UseTextAlignment = false; + this.xrTableCell90.Text = "Behandlungsbedürftige körperliche Erkrankung"; + this.xrTableCell90.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell90.Weight = 2.41948895583621D; + // + // cell571 + // + this.cell571.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell571.Name = "cell571"; + this.cell571.StylePriority.UseBackColor = false; + this.cell571.StylePriority.UseTextAlignment = false; + this.cell571.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell571.Weight = 0.67651134367556509D; + // + // xrTableRow51 + // + this.xrTableRow51.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell95, + this.xrTableCell97, + this.cell572}); + this.xrTableRow51.Name = "xrTableRow51"; + this.xrTableRow51.Weight = 1.5999999999999999D; + // + // xrTableCell95 + // + this.xrTableCell95.Name = "xrTableCell95"; + this.xrTableCell95.StylePriority.UseTextAlignment = false; + this.xrTableCell95.Text = "5.7.2"; + this.xrTableCell95.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell95.Weight = 0.24000005908204436D; + // + // xrTableCell97 + // + this.xrTableCell97.Multiline = true; + this.xrTableCell97.Name = "xrTableCell97"; + this.xrTableCell97.StylePriority.UseTextAlignment = false; + this.xrTableCell97.Text = "Behandlungsbedürftige neurologische Erkrankung (z.B. Epilepsie, Parkinson, Chorea" + + " Huntington usw.)"; + this.xrTableCell97.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell97.Weight = 2.41948895583621D; + // + // cell572 + // + this.cell572.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell572.Name = "cell572"; + this.cell572.StylePriority.UseBackColor = false; + this.cell572.StylePriority.UseTextAlignment = false; + this.cell572.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell572.Weight = 0.67651134367556509D; + // + // xrTableRow53 + // + this.xrTableRow53.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell104, + this.xrTableCell105, + this.cell573}); + this.xrTableRow53.Name = "xrTableRow53"; + this.xrTableRow53.Weight = 1.5999999999999996D; + // + // xrTableCell104 + // + this.xrTableCell104.Name = "xrTableCell104"; + this.xrTableCell104.StylePriority.UseTextAlignment = false; + this.xrTableCell104.Text = "5.7.3"; + this.xrTableCell104.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell104.Weight = 0.24000005908204436D; + // + // xrTableCell105 + // + this.xrTableCell105.Name = "xrTableCell105"; + this.xrTableCell105.StylePriority.UseTextAlignment = false; + this.xrTableCell105.Text = "Behandlungsbedürftige Suchtproblematik"; + this.xrTableCell105.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell105.Weight = 2.41948895583621D; + // + // cell573 + // + this.cell573.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell573.Name = "cell573"; + this.cell573.StylePriority.UseBackColor = false; + this.cell573.StylePriority.UseTextAlignment = false; + this.cell573.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell573.Weight = 0.67651134367556509D; + // + // xrTableRow55 + // + this.xrTableRow55.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell113, + this.xrTableCell120, + this.cell574}); + this.xrTableRow55.Name = "xrTableRow55"; + this.xrTableRow55.Weight = 1.5999999999999996D; + // + // xrTableCell113 + // + this.xrTableCell113.Name = "xrTableCell113"; + this.xrTableCell113.StylePriority.UseTextAlignment = false; + this.xrTableCell113.Text = "5.7.4"; + this.xrTableCell113.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell113.Weight = 0.24000005908204436D; + // + // xrTableCell120 + // + this.xrTableCell120.Name = "xrTableCell120"; + this.xrTableCell120.StylePriority.UseTextAlignment = false; + this.xrTableCell120.Text = "Intelligenzminderung"; + this.xrTableCell120.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell120.Weight = 2.41948895583621D; + // + // cell574 + // + this.cell574.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell574.Name = "cell574"; + this.cell574.StylePriority.UseBackColor = false; + this.cell574.StylePriority.UseTextAlignment = false; + this.cell574.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell574.Weight = 0.67651134367556509D; + // + // xrLabel3 + // + this.xrLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel3.Name = "xrLabel3"; + this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel3.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel3.StylePriority.UseFont = false; + this.xrLabel3.Text = "5.7 Komorbidität"; + // + // GroupHeader8 + // + this.GroupHeader8.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel13, + this.xrTable9}); + this.GroupHeader8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); + this.GroupHeader8.HeightF = 700.5F; + this.GroupHeader8.KeepTogether = true; + this.GroupHeader8.Level = 15; + this.GroupHeader8.Name = "GroupHeader8"; + this.GroupHeader8.StylePriority.UseFont = false; + // + // xrLabel13 + // + this.xrLabel13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel13.Multiline = true; + this.xrLabel13.Name = "xrLabel13"; + this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel13.SizeF = new System.Drawing.SizeF(624.9999F, 35.50024F); + this.xrLabel13.StylePriority.UseFont = false; + this.xrLabel13.Text = "3.5 Zuweisungswege der Neuanfragen"; + // + // xrTable9 + // + this.xrTable9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 35.5F); + this.xrTable9.Name = "xrTable9"; + this.xrTable9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable9.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow70, + this.xrTableRow71, + this.xrTableRow72, + this.xrTableRow73, + this.xrTableRow74, + this.xrTableRow75, + this.xrTableRow76, + this.xrTableRow77, + this.xrTableRow78, + this.xrTableRow79, + this.xrTableRow80, + this.xrTableRow82, + this.xrTableRow81, + this.xrTableRow83, + this.xrTableRow84, + this.xrTableRow85, + this.xrTableRow86, + this.xrTableRow87, + this.xrTableRow88, + this.xrTableRow89, + this.xrTableRow90, + this.xrTableRow91, + this.xrTableRow92, + this.xrTableRow93, + this.xrTableRow96}); + this.xrTable9.SizeF = new System.Drawing.SizeF(695.0001F, 640F); + this.xrTable9.StylePriority.UseBorders = false; + this.xrTable9.StylePriority.UsePadding = false; + // + // xrTableRow70 + // + this.xrTableRow70.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell98, + this.xrTableCell99}); + this.xrTableRow70.Name = "xrTableRow70"; + this.xrTableRow70.Weight = 1D; + // + // xrTableCell98 + // + this.xrTableCell98.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell98.Name = "xrTableCell98"; + this.xrTableCell98.StylePriority.UseFont = false; + this.xrTableCell98.StylePriority.UseTextAlignment = false; + this.xrTableCell98.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell98.Weight = 2.9975974121093754D; + // + // xrTableCell99 + // + this.xrTableCell99.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell99.Name = "xrTableCell99"; + this.xrTableCell99.StylePriority.UseFont = false; + this.xrTableCell99.StylePriority.UseTextAlignment = false; + this.xrTableCell99.Text = "Anzahl"; + this.xrTableCell99.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell99.Weight = 0.33840288085937503D; + // + // xrTableRow71 + // + this.xrTableRow71.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell102, + this.xrTableCell103, + this.anzZuweisung1Label}); + this.xrTableRow71.Name = "xrTableRow71"; + this.xrTableRow71.Weight = 1D; + // + // xrTableCell102 + // + this.xrTableCell102.Name = "xrTableCell102"; + this.xrTableCell102.StylePriority.UseTextAlignment = false; + this.xrTableCell102.Text = "3.5.1"; + this.xrTableCell102.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell102.Weight = 0.26400000610351565D; + // + // xrTableCell103 + // + this.xrTableCell103.Name = "xrTableCell103"; + this.xrTableCell103.StylePriority.UseTextAlignment = false; + this.xrTableCell103.Text = "Eigeninitiative der Klientin / des Klienten"; + this.xrTableCell103.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell103.Weight = 2.7335974060058597D; + // + // anzZuweisung1Label + // + this.anzZuweisung1Label.Name = "anzZuweisung1Label"; + this.anzZuweisung1Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung1Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung1Label.Weight = 0.33840288085937503D; + // + // xrTableRow72 + // + this.xrTableRow72.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell107, + this.xrTableCell108, + this.anzZuweisung2Label}); + this.xrTableRow72.Name = "xrTableRow72"; + this.xrTableRow72.Weight = 1D; + // + // xrTableCell107 + // + this.xrTableCell107.Name = "xrTableCell107"; + this.xrTableCell107.StylePriority.UseTextAlignment = false; + this.xrTableCell107.Text = "3.5.2"; + this.xrTableCell107.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell107.Weight = 0.26400000610351565D; + // + // xrTableCell108 + // + this.xrTableCell108.Name = "xrTableCell108"; + this.xrTableCell108.StylePriority.UseTextAlignment = false; + this.xrTableCell108.Text = "Klinik für Psychiatrie und Psychotherapie (auch Tagesklinik)"; + this.xrTableCell108.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell108.Weight = 2.7335974060058597D; + // + // anzZuweisung2Label + // + this.anzZuweisung2Label.Name = "anzZuweisung2Label"; + this.anzZuweisung2Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung2Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung2Label.Weight = 0.33840288085937503D; + // + // xrTableRow73 + // + this.xrTableRow73.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell112, + this.xrTableCell114, + this.anzZuweisung3Label}); + this.xrTableRow73.Name = "xrTableRow73"; + this.xrTableRow73.Weight = 1D; + // + // xrTableCell112 + // + this.xrTableCell112.Name = "xrTableCell112"; + this.xrTableCell112.StylePriority.UseTextAlignment = false; + this.xrTableCell112.Text = "3.5.3"; + this.xrTableCell112.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell112.Weight = 0.26400000610351565D; + // + // xrTableCell114 + // + this.xrTableCell114.Name = "xrTableCell114"; + this.xrTableCell114.StylePriority.UseTextAlignment = false; + this.xrTableCell114.Text = "Forensische Abteilungen"; + this.xrTableCell114.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell114.Weight = 2.7335974060058597D; + // + // anzZuweisung3Label + // + this.anzZuweisung3Label.Name = "anzZuweisung3Label"; + this.anzZuweisung3Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung3Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung3Label.Weight = 0.33840288085937503D; + // + // xrTableRow74 + // + this.xrTableRow74.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell123, + this.xrTableCell124, + this.anzZuweisung4Label}); + this.xrTableRow74.Name = "xrTableRow74"; + this.xrTableRow74.Weight = 1D; + // + // xrTableCell123 + // + this.xrTableCell123.Name = "xrTableCell123"; + this.xrTableCell123.StylePriority.UseTextAlignment = false; + this.xrTableCell123.Text = "3.5.4"; + this.xrTableCell123.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell123.Weight = 0.26400000610351565D; + // + // xrTableCell124 + // + this.xrTableCell124.Name = "xrTableCell124"; + this.xrTableCell124.StylePriority.UseTextAlignment = false; + this.xrTableCell124.Text = "Andere Kliniken (Psychosomatische und somatische (Reha-) Kliniken)"; + this.xrTableCell124.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell124.Weight = 2.7335974060058597D; + // + // anzZuweisung4Label + // + this.anzZuweisung4Label.Name = "anzZuweisung4Label"; + this.anzZuweisung4Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung4Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung4Label.Weight = 0.33840288085937503D; + // + // xrTableRow75 + // + this.xrTableRow75.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell128, + this.xrTableCell129, + this.anzZuweisung5Label}); + this.xrTableRow75.Name = "xrTableRow75"; + this.xrTableRow75.Weight = 1D; + // + // xrTableCell128 + // + this.xrTableCell128.Name = "xrTableCell128"; + this.xrTableCell128.StylePriority.UseTextAlignment = false; + this.xrTableCell128.Text = "3.5.5"; + this.xrTableCell128.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell128.Weight = 0.26400000610351565D; + // + // xrTableCell129 + // + this.xrTableCell129.Name = "xrTableCell129"; + this.xrTableCell129.StylePriority.UseTextAlignment = false; + this.xrTableCell129.Text = "Psychiatrische Institutsambulanz"; + this.xrTableCell129.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell129.Weight = 2.7335974060058597D; + // + // anzZuweisung5Label + // + this.anzZuweisung5Label.Name = "anzZuweisung5Label"; + this.anzZuweisung5Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung5Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung5Label.Weight = 0.33840288085937503D; + // + // xrTableRow76 + // + this.xrTableRow76.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell133, + this.xrTableCell134, + this.anzZuweisung6Label}); + this.xrTableRow76.Name = "xrTableRow76"; + this.xrTableRow76.Weight = 1D; + // + // xrTableCell133 + // + this.xrTableCell133.Name = "xrTableCell133"; + this.xrTableCell133.StylePriority.UseTextAlignment = false; + this.xrTableCell133.Text = "3.5.6"; + this.xrTableCell133.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell133.Weight = 0.26400000610351565D; + // + // xrTableCell134 + // + this.xrTableCell134.Name = "xrTableCell134"; + this.xrTableCell134.StylePriority.UseTextAlignment = false; + this.xrTableCell134.Text = "Niedergelassener Psychiater / Nervenarzt"; + this.xrTableCell134.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell134.Weight = 2.7335974060058597D; + // + // anzZuweisung6Label + // + this.anzZuweisung6Label.Name = "anzZuweisung6Label"; + this.anzZuweisung6Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung6Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung6Label.Weight = 0.33840288085937503D; + // + // xrTableRow77 + // + this.xrTableRow77.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell138, + this.xrTableCell139, + this.anzZuweisung7Label}); + this.xrTableRow77.Name = "xrTableRow77"; + this.xrTableRow77.Weight = 1D; + // + // xrTableCell138 + // + this.xrTableCell138.Name = "xrTableCell138"; + this.xrTableCell138.StylePriority.UseTextAlignment = false; + this.xrTableCell138.Text = "3.5.7"; + this.xrTableCell138.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell138.Weight = 0.26400000610351565D; + // + // xrTableCell139 + // + this.xrTableCell139.Name = "xrTableCell139"; + this.xrTableCell139.StylePriority.UseTextAlignment = false; + this.xrTableCell139.Text = "Psychologische und ärztliche Psychotherapeut:innen"; + this.xrTableCell139.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell139.Weight = 2.7335974060058597D; + // + // anzZuweisung7Label + // + this.anzZuweisung7Label.Name = "anzZuweisung7Label"; + this.anzZuweisung7Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung7Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung7Label.Weight = 0.33840288085937503D; + // + // xrTableRow78 + // + this.xrTableRow78.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell143, + this.xrTableCell144, + this.anzZuweisung8Label}); + this.xrTableRow78.Name = "xrTableRow78"; + this.xrTableRow78.Weight = 1D; + // + // xrTableCell143 + // + this.xrTableCell143.Name = "xrTableCell143"; + this.xrTableCell143.StylePriority.UseTextAlignment = false; + this.xrTableCell143.Text = "3.5.8"; + this.xrTableCell143.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell143.Weight = 0.26400000610351565D; + // + // xrTableCell144 + // + this.xrTableCell144.Name = "xrTableCell144"; + this.xrTableCell144.StylePriority.UseTextAlignment = false; + this.xrTableCell144.Text = "Hausarzt"; + this.xrTableCell144.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell144.Weight = 2.7335974060058597D; + // + // anzZuweisung8Label + // + this.anzZuweisung8Label.Name = "anzZuweisung8Label"; + this.anzZuweisung8Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung8Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung8Label.Weight = 0.33840288085937503D; + // + // xrTableRow79 + // + this.xrTableRow79.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell148, + this.xrTableCell149, + this.anzZuweisung9Label}); + this.xrTableRow79.Name = "xrTableRow79"; + this.xrTableRow79.Weight = 1D; + // + // xrTableCell148 + // + this.xrTableCell148.Name = "xrTableCell148"; + this.xrTableCell148.StylePriority.UseTextAlignment = false; + this.xrTableCell148.Text = "3.5.9"; + this.xrTableCell148.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell148.Weight = 0.26400000610351565D; + // + // xrTableCell149 + // + this.xrTableCell149.Name = "xrTableCell149"; + this.xrTableCell149.StylePriority.UseTextAlignment = false; + this.xrTableCell149.Text = "Selbsthilfe"; + this.xrTableCell149.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell149.Weight = 2.7335974060058597D; + // + // anzZuweisung9Label + // + this.anzZuweisung9Label.Name = "anzZuweisung9Label"; + this.anzZuweisung9Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung9Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung9Label.Weight = 0.33840288085937503D; + // + // xrTableRow80 + // + this.xrTableRow80.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell153, + this.xrTableCell154, + this.anzZuweisung10Label}); + this.xrTableRow80.Name = "xrTableRow80"; + this.xrTableRow80.Weight = 1D; + // + // xrTableCell153 + // + this.xrTableCell153.Name = "xrTableCell153"; + this.xrTableCell153.StylePriority.UseTextAlignment = false; + this.xrTableCell153.Text = "3.5.10"; + this.xrTableCell153.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell153.Weight = 0.26400000610351565D; + // + // xrTableCell154 + // + this.xrTableCell154.Name = "xrTableCell154"; + this.xrTableCell154.StylePriority.UseTextAlignment = false; + this.xrTableCell154.Text = "EUTB"; + this.xrTableCell154.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell154.Weight = 2.7335974060058597D; + // + // anzZuweisung10Label + // + this.anzZuweisung10Label.Name = "anzZuweisung10Label"; + this.anzZuweisung10Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung10Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung10Label.Weight = 0.33840288085937503D; + // + // xrTableRow82 + // + this.xrTableRow82.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell163, + this.xrTableCell164, + this.anzZuweisung11Label}); + this.xrTableRow82.Name = "xrTableRow82"; + this.xrTableRow82.Weight = 1D; + // + // xrTableCell163 + // + this.xrTableCell163.Name = "xrTableCell163"; + this.xrTableCell163.StylePriority.UseTextAlignment = false; + this.xrTableCell163.Text = "3.5.11"; + this.xrTableCell163.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell163.Weight = 0.26400000610351565D; + // + // xrTableCell164 + // + this.xrTableCell164.Name = "xrTableCell164"; + this.xrTableCell164.StylePriority.UseTextAlignment = false; + this.xrTableCell164.Text = "IBB-Stellen"; + this.xrTableCell164.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell164.Weight = 2.7335974060058597D; + // + // anzZuweisung11Label + // + this.anzZuweisung11Label.Name = "anzZuweisung11Label"; + this.anzZuweisung11Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung11Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung11Label.Weight = 0.33840288085937503D; + // + // xrTableRow81 + // + this.xrTableRow81.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell158, + this.xrTableCell159, + this.anzZuweisung12Label}); + this.xrTableRow81.Name = "xrTableRow81"; + this.xrTableRow81.Weight = 1.5999999999999999D; + // + // xrTableCell158 + // + this.xrTableCell158.Name = "xrTableCell158"; + this.xrTableCell158.StylePriority.UseTextAlignment = false; + this.xrTableCell158.Text = "3.5.12"; + this.xrTableCell158.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell158.Weight = 0.26400000610351565D; + // + // xrTableCell159 + // + this.xrTableCell159.Name = "xrTableCell159"; + this.xrTableCell159.StylePriority.UseTextAlignment = false; + this.xrTableCell159.Text = "Einrichtungen der Eingliederungshilfe (besondere Wohnformen, ambulanten Wohnbegle" + + "itungen, Betreutes Wohnen in Familien)"; + this.xrTableCell159.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell159.Weight = 2.7335974060058597D; + // + // anzZuweisung12Label + // + this.anzZuweisung12Label.Name = "anzZuweisung12Label"; + this.anzZuweisung12Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung12Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung12Label.Weight = 0.33840288085937503D; + // + // xrTableRow83 + // + this.xrTableRow83.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell168, + this.xrTableCell169, + this.anzZuweisung13Label}); + this.xrTableRow83.Name = "xrTableRow83"; + this.xrTableRow83.Weight = 1D; + // + // xrTableCell168 + // + this.xrTableCell168.Name = "xrTableCell168"; + this.xrTableCell168.StylePriority.UseTextAlignment = false; + this.xrTableCell168.Text = "3.5.13"; + this.xrTableCell168.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell168.Weight = 0.26400000610351565D; + // + // xrTableCell169 + // + this.xrTableCell169.Name = "xrTableCell169"; + this.xrTableCell169.StylePriority.UseTextAlignment = false; + this.xrTableCell169.Text = "Tagesstätten"; + this.xrTableCell169.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell169.Weight = 2.7335974060058597D; + // + // anzZuweisung13Label + // + this.anzZuweisung13Label.Name = "anzZuweisung13Label"; + this.anzZuweisung13Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung13Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung13Label.Weight = 0.33840288085937503D; + // + // xrTableRow84 + // + this.xrTableRow84.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell173, + this.xrTableCell174, + this.anzZuweisung14Label}); + this.xrTableRow84.Name = "xrTableRow84"; + this.xrTableRow84.Weight = 1D; + // + // xrTableCell173 + // + this.xrTableCell173.Name = "xrTableCell173"; + this.xrTableCell173.StylePriority.UseTextAlignment = false; + this.xrTableCell173.Text = "3.5.14"; + this.xrTableCell173.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell173.Weight = 0.26400000610351565D; + // + // xrTableCell174 + // + this.xrTableCell174.Name = "xrTableCell174"; + this.xrTableCell174.StylePriority.UseTextAlignment = false; + this.xrTableCell174.Text = "Amt für öffentliche Ordnung"; + this.xrTableCell174.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell174.Weight = 2.7335974060058597D; + // + // anzZuweisung14Label + // + this.anzZuweisung14Label.Name = "anzZuweisung14Label"; + this.anzZuweisung14Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung14Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung14Label.Weight = 0.33840288085937503D; + // + // xrTableRow85 + // + this.xrTableRow85.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell176, + this.xrTableCell177, + this.anzZuweisung15Label}); + this.xrTableRow85.Name = "xrTableRow85"; + this.xrTableRow85.Weight = 1D; + // + // xrTableCell176 + // + this.xrTableCell176.Name = "xrTableCell176"; + this.xrTableCell176.StylePriority.UseTextAlignment = false; + this.xrTableCell176.Text = "3.5.15"; + this.xrTableCell176.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell176.Weight = 0.26400000610351565D; + // + // xrTableCell177 + // + this.xrTableCell177.Name = "xrTableCell177"; + this.xrTableCell177.StylePriority.UseTextAlignment = false; + this.xrTableCell177.Text = "Gesundheitsämter"; + this.xrTableCell177.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell177.Weight = 2.7335974060058597D; + // + // anzZuweisung15Label + // + this.anzZuweisung15Label.Name = "anzZuweisung15Label"; + this.anzZuweisung15Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung15Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung15Label.Weight = 0.33840288085937503D; + // + // xrTableRow86 + // + this.xrTableRow86.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell179, + this.xrTableCell180, + this.anzZuweisung16Label}); + this.xrTableRow86.Name = "xrTableRow86"; + this.xrTableRow86.Weight = 1D; + // + // xrTableCell179 + // + this.xrTableCell179.Name = "xrTableCell179"; + this.xrTableCell179.StylePriority.UseTextAlignment = false; + this.xrTableCell179.Text = "3.5.16"; + this.xrTableCell179.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell179.Weight = 0.26400000610351565D; + // + // xrTableCell180 + // + this.xrTableCell180.Name = "xrTableCell180"; + this.xrTableCell180.StylePriority.UseTextAlignment = false; + this.xrTableCell180.Text = "Jobcenter"; + this.xrTableCell180.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell180.Weight = 2.7335974060058597D; + // + // anzZuweisung16Label + // + this.anzZuweisung16Label.Name = "anzZuweisung16Label"; + this.anzZuweisung16Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung16Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung16Label.Weight = 0.33840288085937503D; + // + // xrTableRow87 + // + this.xrTableRow87.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell182, + this.xrTableCell183, + this.anzZuweisung17Label}); + this.xrTableRow87.Name = "xrTableRow87"; + this.xrTableRow87.Weight = 1D; + // + // xrTableCell182 + // + this.xrTableCell182.Name = "xrTableCell182"; + this.xrTableCell182.StylePriority.UseTextAlignment = false; + this.xrTableCell182.Text = "3.5.17"; + this.xrTableCell182.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell182.Weight = 0.26400000610351565D; + // + // xrTableCell183 + // + this.xrTableCell183.Name = "xrTableCell183"; + this.xrTableCell183.StylePriority.UseTextAlignment = false; + this.xrTableCell183.Text = "Sozialamt"; + this.xrTableCell183.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell183.Weight = 2.7335974060058597D; + // + // anzZuweisung17Label + // + this.anzZuweisung17Label.Name = "anzZuweisung17Label"; + this.anzZuweisung17Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung17Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung17Label.Weight = 0.33840288085937503D; + // + // xrTableRow88 + // + this.xrTableRow88.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell185, + this.xrTableCell186, + this.anzZuweisung18Label}); + this.xrTableRow88.Name = "xrTableRow88"; + this.xrTableRow88.Weight = 1D; + // + // xrTableCell185 + // + this.xrTableCell185.Name = "xrTableCell185"; + this.xrTableCell185.StylePriority.UseTextAlignment = false; + this.xrTableCell185.Text = "3.5.18"; + this.xrTableCell185.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell185.Weight = 0.26400000610351565D; + // + // xrTableCell186 + // + this.xrTableCell186.Name = "xrTableCell186"; + this.xrTableCell186.StylePriority.UseTextAlignment = false; + this.xrTableCell186.Text = "Wohnungsnotfallhilfe"; + this.xrTableCell186.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell186.Weight = 2.7335974060058597D; + // + // anzZuweisung18Label + // + this.anzZuweisung18Label.Name = "anzZuweisung18Label"; + this.anzZuweisung18Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung18Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung18Label.Weight = 0.33840288085937503D; + // + // xrTableRow89 + // + this.xrTableRow89.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell188, + this.xrTableCell189, + this.anzZuweisung19Label}); + this.xrTableRow89.Name = "xrTableRow89"; + this.xrTableRow89.Weight = 1D; + // + // xrTableCell188 + // + this.xrTableCell188.Name = "xrTableCell188"; + this.xrTableCell188.StylePriority.UseTextAlignment = false; + this.xrTableCell188.Text = "3.5.19"; + this.xrTableCell188.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell188.Weight = 0.26400000610351565D; + // + // xrTableCell189 + // + this.xrTableCell189.Name = "xrTableCell189"; + this.xrTableCell189.StylePriority.UseTextAlignment = false; + this.xrTableCell189.Text = "Suchthilfe (Suchtberatungsstellen)"; + this.xrTableCell189.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell189.Weight = 2.7335974060058597D; + // + // anzZuweisung19Label + // + this.anzZuweisung19Label.Name = "anzZuweisung19Label"; + this.anzZuweisung19Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung19Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung19Label.Weight = 0.33840288085937503D; + // + // xrTableRow90 + // + this.xrTableRow90.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell191, + this.xrTableCell192, + this.anzZuweisung20Label}); + this.xrTableRow90.Name = "xrTableRow90"; + this.xrTableRow90.Weight = 1D; + // + // xrTableCell191 + // + this.xrTableCell191.Name = "xrTableCell191"; + this.xrTableCell191.StylePriority.UseTextAlignment = false; + this.xrTableCell191.Text = "3.5.20"; + this.xrTableCell191.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell191.Weight = 0.26400000610351565D; + // + // xrTableCell192 + // + this.xrTableCell192.Name = "xrTableCell192"; + this.xrTableCell192.StylePriority.UseTextAlignment = false; + this.xrTableCell192.Text = "Gesetzlicher Betreuer"; + this.xrTableCell192.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell192.Weight = 2.7335974060058597D; + // + // anzZuweisung20Label + // + this.anzZuweisung20Label.Name = "anzZuweisung20Label"; + this.anzZuweisung20Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung20Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung20Label.Weight = 0.33840288085937503D; + // + // xrTableRow91 + // + this.xrTableRow91.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell194, + this.xrTableCell195, + this.anzZuweisung21Label}); + this.xrTableRow91.Name = "xrTableRow91"; + this.xrTableRow91.Weight = 1D; + // + // xrTableCell194 + // + this.xrTableCell194.Name = "xrTableCell194"; + this.xrTableCell194.StylePriority.UseTextAlignment = false; + this.xrTableCell194.Text = "3.5.21"; + this.xrTableCell194.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell194.Weight = 0.26400000610351565D; + // + // xrTableCell195 + // + this.xrTableCell195.Name = "xrTableCell195"; + this.xrTableCell195.StylePriority.UseTextAlignment = false; + this.xrTableCell195.Text = "Soziales Umfeld (Angehörige / Nachbarn usw.)"; + this.xrTableCell195.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell195.Weight = 2.7335974060058597D; + // + // anzZuweisung21Label + // + this.anzZuweisung21Label.Name = "anzZuweisung21Label"; + this.anzZuweisung21Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung21Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung21Label.Weight = 0.33840288085937503D; + // + // xrTableRow92 + // + this.xrTableRow92.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell197, + this.xrTableCell198, + this.anzZuweisung22Label}); + this.xrTableRow92.Name = "xrTableRow92"; + this.xrTableRow92.Weight = 1D; + // + // xrTableCell197 + // + this.xrTableCell197.Name = "xrTableCell197"; + this.xrTableCell197.StylePriority.UseTextAlignment = false; + this.xrTableCell197.Text = "3.5.22"; + this.xrTableCell197.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell197.Weight = 0.26400000610351565D; + // + // xrTableCell198 + // + this.xrTableCell198.Name = "xrTableCell198"; + this.xrTableCell198.StylePriority.UseTextAlignment = false; + this.xrTableCell198.Text = "Weitere Beratungsstellen"; + this.xrTableCell198.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell198.Weight = 2.7335974060058597D; + // + // anzZuweisung22Label + // + this.anzZuweisung22Label.Name = "anzZuweisung22Label"; + this.anzZuweisung22Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung22Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung22Label.Weight = 0.33840288085937503D; + // + // xrTableRow93 + // + this.xrTableRow93.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell200, + this.ZuweisungswegeUnbekanntLabel, + this.anzZuweisung23Label}); + this.xrTableRow93.Name = "xrTableRow93"; + this.xrTableRow93.Weight = 1D; + // + // xrTableCell200 + // + this.xrTableCell200.Name = "xrTableCell200"; + this.xrTableCell200.StylePriority.UseTextAlignment = false; + this.xrTableCell200.Text = "3.5.23"; + this.xrTableCell200.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell200.Weight = 0.26400000610351565D; + // + // ZuweisungswegeUnbekanntLabel + // + this.ZuweisungswegeUnbekanntLabel.Multiline = true; + this.ZuweisungswegeUnbekanntLabel.Name = "ZuweisungswegeUnbekanntLabel"; + this.ZuweisungswegeUnbekanntLabel.StylePriority.UseTextAlignment = false; + this.ZuweisungswegeUnbekanntLabel.Text = "Sonstiges (bitte benennen)"; + this.ZuweisungswegeUnbekanntLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.ZuweisungswegeUnbekanntLabel.Weight = 2.7335974060058597D; + // + // anzZuweisung23Label + // + this.anzZuweisung23Label.Name = "anzZuweisung23Label"; + this.anzZuweisung23Label.StylePriority.UseTextAlignment = false; + this.anzZuweisung23Label.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.anzZuweisung23Label.Weight = 0.33840288085937503D; + // + // xrTableRow96 + // + this.xrTableRow96.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell210, + this.cell35Gesamt}); + this.xrTableRow96.Name = "xrTableRow96"; + this.xrTableRow96.Weight = 1D; + // + // xrTableCell210 + // + this.xrTableCell210.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell210.Name = "xrTableCell210"; + this.xrTableCell210.StylePriority.UseBackColor = false; + this.xrTableCell210.StylePriority.UseTextAlignment = false; + this.xrTableCell210.Text = "Gesamt"; + this.xrTableCell210.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell210.Weight = 2.9975974121093754D; + // + // cell35Gesamt + // + this.cell35Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell35Gesamt.Name = "cell35Gesamt"; + this.cell35Gesamt.StylePriority.UseBackColor = false; + this.cell35Gesamt.StylePriority.UseTextAlignment = false; + this.cell35Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell35Gesamt.Weight = 0.33840288085937503D; + // + // GroupHeader10 + // + this.GroupHeader10.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel1, + this.xrTable3}); + this.GroupHeader10.HeightF = 188.0001F; + this.GroupHeader10.KeepTogether = true; + this.GroupHeader10.Level = 4; + this.GroupHeader10.Name = "GroupHeader10"; + // + // xrLabel1 + // + this.xrLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel1.Name = "xrLabel1"; + this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel1.SizeF = new System.Drawing.SizeF(625F, 33.00006F); + this.xrLabel1.StylePriority.UseFont = false; + this.xrLabel1.Text = "5.3 Betreute Personen mit minderjährigen Kind oder Kindern"; + // + // xrTable3 + // + this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.00008F); + this.xrTable3.Name = "xrTable3"; + this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow7, + this.xrTableRow8, + this.xrTableRow13, + this.xrTableRow15, + this.xrTableRow54}); + this.xrTable3.SizeF = new System.Drawing.SizeF(694.9999F, 125F); + this.xrTable3.StylePriority.UseBorders = false; + this.xrTable3.StylePriority.UsePadding = false; + // + // xrTableRow7 + // + this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell14, + this.xrTableCell17}); + this.xrTableRow7.Name = "xrTableRow7"; + this.xrTableRow7.Weight = 1D; + // + // xrTableCell14 + // + this.xrTableCell14.Name = "xrTableCell14"; + this.xrTableCell14.Weight = 2.6594876889181847D; + // + // xrTableCell17 + // + this.xrTableCell17.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell17.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell17.Name = "xrTableCell17"; + this.xrTableCell17.StylePriority.UseBackColor = false; + this.xrTableCell17.StylePriority.UseFont = false; + this.xrTableCell17.StylePriority.UseTextAlignment = false; + this.xrTableCell17.Text = "Anzahl"; + this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell17.Weight = 0.676511462078127D; + // + // xrTableRow8 + // + this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell19, + this.xrTableCell20, + this.cell531}); + this.xrTableRow8.Name = "xrTableRow8"; + this.xrTableRow8.Weight = 1D; + // + // xrTableCell19 + // + this.xrTableCell19.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell19.Name = "xrTableCell19"; + this.xrTableCell19.StylePriority.UseFont = false; + this.xrTableCell19.StylePriority.UseTextAlignment = false; + this.xrTableCell19.Text = "5.3.1"; + this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell19.Weight = 0.239999986263148D; + // + // xrTableCell20 + // + this.xrTableCell20.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell20.Name = "xrTableCell20"; + this.xrTableCell20.StylePriority.UseFont = false; + this.xrTableCell20.StylePriority.UseTextAlignment = false; + this.xrTableCell20.Text = "Betreute Personen mit Kind / Kindern"; + this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell20.Weight = 2.4194879956237636D; + // + // cell531 + // + this.cell531.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell531.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell531.Name = "cell531"; + this.cell531.StylePriority.UseBackColor = false; + this.cell531.StylePriority.UseFont = false; + this.cell531.StylePriority.UseTextAlignment = false; + this.cell531.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell531.Weight = 0.67651116910940012D; + // + // xrTableRow13 + // + this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell22, + this.xrTableCell23, + this.cell532}); + this.xrTableRow13.Name = "xrTableRow13"; + this.xrTableRow13.Weight = 1D; + // + // xrTableCell22 + // + this.xrTableCell22.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell22.Name = "xrTableCell22"; + this.xrTableCell22.StylePriority.UseFont = false; + this.xrTableCell22.StylePriority.UseTextAlignment = false; + this.xrTableCell22.Text = "5.3.2"; + this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell22.Weight = 0.239999986263148D; + // + // xrTableCell23 + // + this.xrTableCell23.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.StylePriority.UseFont = false; + this.xrTableCell23.StylePriority.UseTextAlignment = false; + this.xrTableCell23.Text = "Betreute Personen ohne Kind"; + this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell23.Weight = 2.4194879956237636D; + // + // cell532 + // + this.cell532.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell532.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell532.Name = "cell532"; + this.cell532.StylePriority.UseBackColor = false; + this.cell532.StylePriority.UseFont = false; + this.cell532.StylePriority.UseTextAlignment = false; + this.cell532.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell532.Weight = 0.67651116910940012D; + // + // xrTableRow15 + // + this.xrTableRow15.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell30, + this.xrTableCell34, + this.cell533}); + this.xrTableRow15.Name = "xrTableRow15"; + this.xrTableRow15.Weight = 1D; + // + // xrTableCell30 + // + this.xrTableCell30.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell30.Name = "xrTableCell30"; + this.xrTableCell30.StylePriority.UseFont = false; + this.xrTableCell30.StylePriority.UseTextAlignment = false; + this.xrTableCell30.Text = "5.3.3"; + this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell30.Weight = 0.239999986263148D; + // + // xrTableCell34 + // + this.xrTableCell34.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell34.Name = "xrTableCell34"; + this.xrTableCell34.StylePriority.UseFont = false; + this.xrTableCell34.StylePriority.UseTextAlignment = false; + this.xrTableCell34.Text = "unbekannt"; + this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell34.Weight = 2.4194879956237636D; + // + // cell533 + // + this.cell533.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell533.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell533.Name = "cell533"; + this.cell533.StylePriority.UseBackColor = false; + this.cell533.StylePriority.UseFont = false; + this.cell533.StylePriority.UseTextAlignment = false; + this.cell533.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell533.Weight = 0.67651116910940012D; + // + // xrTableRow54 + // + this.xrTableRow54.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell117, + this.cell53Gesamt}); + this.xrTableRow54.Name = "xrTableRow54"; + this.xrTableRow54.Weight = 1D; + // + // xrTableCell117 + // + this.xrTableCell117.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell117.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTableCell117.Name = "xrTableCell117"; + this.xrTableCell117.StylePriority.UseBackColor = false; + this.xrTableCell117.StylePriority.UseFont = false; + this.xrTableCell117.StylePriority.UseTextAlignment = false; + this.xrTableCell117.Text = "Summe (muss mit Summe aus 2.1.1 übereinstimmen!)"; + this.xrTableCell117.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell117.Weight = 2.6594876889181847D; + // + // cell53Gesamt + // + this.cell53Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell53Gesamt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cell53Gesamt.Name = "cell53Gesamt"; + this.cell53Gesamt.StylePriority.UseBackColor = false; + this.cell53Gesamt.StylePriority.UseFont = false; + this.cell53Gesamt.StylePriority.UseTextAlignment = false; + this.cell53Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell53Gesamt.Weight = 0.676511462078127D; + // + // GroupHeader13 + // + this.GroupHeader13.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable12, + this.xrLabel19}); + this.GroupHeader13.HeightF = 473.3333F; + this.GroupHeader13.KeepTogether = true; + this.GroupHeader13.Level = 7; + this.GroupHeader13.Name = "GroupHeader13"; + // + // xrTable12 + // + this.xrTable12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33F); + this.xrTable12.Name = "xrTable12"; + this.xrTable12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable12.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow110, + this.xrTableRow111, + this.xrTableRow112, + this.xrTableRow113, + this.xrTableRow114, + this.xrTableRow115, + this.xrTableRow116, + this.xrTableRow117, + this.xrTableRow118, + this.xrTableRow119, + this.xrTableRow121}); + this.xrTable12.SizeF = new System.Drawing.SizeF(695.0001F, 415F); + this.xrTable12.StylePriority.UseBorders = false; + this.xrTable12.StylePriority.UsePadding = false; + // + // xrTableRow110 + // + this.xrTableRow110.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell110, + this.xrTableCell115}); + this.xrTableRow110.Name = "xrTableRow110"; + this.xrTableRow110.Weight = 1D; + // + // xrTableCell110 + // + this.xrTableCell110.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); + this.xrTableCell110.Name = "xrTableCell110"; + this.xrTableCell110.StylePriority.UseFont = false; + this.xrTableCell110.StylePriority.UseTextAlignment = false; + this.xrTableCell110.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell110.Weight = 2.9975981928902717D; + // + // xrTableCell115 + // + this.xrTableCell115.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell115.Name = "xrTableCell115"; + this.xrTableCell115.StylePriority.UseFont = false; + this.xrTableCell115.StylePriority.UseTextAlignment = false; + this.xrTableCell115.Text = "Anzahl"; + this.xrTableCell115.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell115.Weight = 0.33840275164116246D; + // + // xrTableRow111 + // + this.xrTableRow111.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell125, + this.xrTableCell130, + this.cell441}); + this.xrTableRow111.Name = "xrTableRow111"; + this.xrTableRow111.Weight = 1.6D; + // + // xrTableCell125 + // + this.xrTableCell125.Name = "xrTableCell125"; + this.xrTableCell125.StylePriority.UseTextAlignment = false; + this.xrTableCell125.Text = "4.4.1"; + this.xrTableCell125.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell125.Weight = 0.24000004077149229D; + // + // xrTableCell130 + // + this.xrTableCell130.Multiline = true; + this.xrTableCell130.Name = "xrTableCell130"; + this.xrTableCell130.StylePriority.UseTextAlignment = false; + this.xrTableCell130.Text = "Beendigung in gegenseitigem Einvernehmen ohne Weiterbetreuung durch anderen psych" + + "iatrischen Fachdienst\r\nFachdienst"; + this.xrTableCell130.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell130.Weight = 2.7575981521187796D; + // + // cell441 + // + this.cell441.Name = "cell441"; + this.cell441.StylePriority.UseTextAlignment = false; + this.cell441.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell441.Weight = 0.33840275164116246D; + // + // xrTableRow112 + // + this.xrTableRow112.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell140, + this.xrTableCell145, + this.cell442}); + this.xrTableRow112.Name = "xrTableRow112"; + this.xrTableRow112.Weight = 1.5999999999999999D; + // + // xrTableCell140 + // + this.xrTableCell140.Name = "xrTableCell140"; + this.xrTableCell140.StylePriority.UseTextAlignment = false; + this.xrTableCell140.Text = "4.4.2"; + this.xrTableCell140.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell140.Weight = 0.24000004077149229D; + // + // xrTableCell145 + // + this.xrTableCell145.Multiline = true; + this.xrTableCell145.Name = "xrTableCell145"; + this.xrTableCell145.StylePriority.UseTextAlignment = false; + this.xrTableCell145.Text = "Beendigung durch Vermittlung in Anschlussbetreuung durch anderen psychiatrischen " + + "Fachdienst\r\n(BeWo, Heim etc.)"; + this.xrTableCell145.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell145.Weight = 2.7575981521187796D; + // + // cell442 + // + this.cell442.Name = "cell442"; + this.cell442.StylePriority.UseTextAlignment = false; + this.cell442.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell442.Weight = 0.33840275164116246D; + // + // xrTableRow113 + // + this.xrTableRow113.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell155, + this.xrTableCell160, + this.cell443}); + this.xrTableRow113.Name = "xrTableRow113"; + this.xrTableRow113.Weight = 1.5999999999999996D; + // + // xrTableCell155 + // + this.xrTableCell155.Name = "xrTableCell155"; + this.xrTableCell155.StylePriority.UseTextAlignment = false; + this.xrTableCell155.Text = "4.4.3"; + this.xrTableCell155.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell155.Weight = 0.24000004077149229D; + // + // xrTableCell160 + // + this.xrTableCell160.Name = "xrTableCell160"; + this.xrTableCell160.StylePriority.UseTextAlignment = false; + this.xrTableCell160.Text = "Beendigung der Grundversorgung durch Übergang in Soziotherapie"; + this.xrTableCell160.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell160.Weight = 2.7575981521187796D; + // + // cell443 + // + this.cell443.Name = "cell443"; + this.cell443.StylePriority.UseTextAlignment = false; + this.cell443.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell443.Weight = 0.33840275164116246D; + // + // xrTableRow114 + // + this.xrTableRow114.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell170, + this.xrTableCell175, + this.cell444}); + this.xrTableRow114.Name = "xrTableRow114"; + this.xrTableRow114.Weight = 1.6D; + // + // xrTableCell170 + // + this.xrTableCell170.Name = "xrTableCell170"; + this.xrTableCell170.StylePriority.UseTextAlignment = false; + this.xrTableCell170.Text = "4.4.4"; + this.xrTableCell170.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell170.Weight = 0.24000004077149229D; + // + // xrTableCell175 + // + this.xrTableCell175.Name = "xrTableCell175"; + this.xrTableCell175.StylePriority.UseTextAlignment = false; + this.xrTableCell175.Text = "Einseitige Beendigung / Abbruch durch Klient:in"; + this.xrTableCell175.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell175.Weight = 2.7575981521187796D; + // + // cell444 + // + this.cell444.Name = "cell444"; + this.cell444.StylePriority.UseTextAlignment = false; + this.cell444.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell444.Weight = 0.33840275164116246D; + // + // xrTableRow115 + // + this.xrTableRow115.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell181, + this.xrTableCell184, + this.cell445}); + this.xrTableRow115.Name = "xrTableRow115"; + this.xrTableRow115.Weight = 1.6D; + // + // xrTableCell181 + // + this.xrTableCell181.Name = "xrTableCell181"; + this.xrTableCell181.StylePriority.UseTextAlignment = false; + this.xrTableCell181.Text = "4.4.5"; + this.xrTableCell181.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell181.Weight = 0.24000004077149229D; + // + // xrTableCell184 + // + this.xrTableCell184.Name = "xrTableCell184"; + this.xrTableCell184.StylePriority.UseTextAlignment = false; + this.xrTableCell184.Text = "Einseitige Beendigung durch den Dienst"; + this.xrTableCell184.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell184.Weight = 2.7575981521187796D; + // + // cell445 + // + this.cell445.Name = "cell445"; + this.cell445.StylePriority.UseTextAlignment = false; + this.cell445.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell445.Weight = 0.33840275164116246D; + // + // xrTableRow116 + // + this.xrTableRow116.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell190, + this.xrTableCell193, + this.cell446}); + this.xrTableRow116.Name = "xrTableRow116"; + this.xrTableRow116.Weight = 1.6D; + // + // xrTableCell190 + // + this.xrTableCell190.Name = "xrTableCell190"; + this.xrTableCell190.StylePriority.UseTextAlignment = false; + this.xrTableCell190.Text = "4.4.6"; + this.xrTableCell190.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell190.Weight = 0.24000004077149229D; + // + // xrTableCell193 + // + this.xrTableCell193.Name = "xrTableCell193"; + this.xrTableCell193.StylePriority.UseTextAlignment = false; + this.xrTableCell193.Text = "Beendigung durch Ende der regionalen Zuständigkeit (Umzug Klient:in in eine ander" + + "e Region)"; + this.xrTableCell193.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell193.Weight = 2.7575981521187796D; + // + // cell446 + // + this.cell446.Name = "cell446"; + this.cell446.StylePriority.UseTextAlignment = false; + this.cell446.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell446.Weight = 0.33840275164116246D; + // + // xrTableRow117 + // + this.xrTableRow117.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell199, + this.xrTableCell202, + this.cell447}); + this.xrTableRow117.Name = "xrTableRow117"; + this.xrTableRow117.Weight = 1.5999999999999999D; + // + // xrTableCell199 + // + this.xrTableCell199.Name = "xrTableCell199"; + this.xrTableCell199.StylePriority.UseTextAlignment = false; + this.xrTableCell199.Text = "4.4.7"; + this.xrTableCell199.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell199.Weight = 0.24000004077149229D; + // + // xrTableCell202 + // + this.xrTableCell202.Name = "xrTableCell202"; + this.xrTableCell202.StylePriority.UseTextAlignment = false; + this.xrTableCell202.Text = "Verstorben (ohne Suizid)"; + this.xrTableCell202.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell202.Weight = 2.7575981521187796D; + // + // cell447 + // + this.cell447.Name = "cell447"; + this.cell447.StylePriority.UseTextAlignment = false; + this.cell447.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell447.Weight = 0.33840275164116246D; + // + // xrTableRow118 + // + this.xrTableRow118.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell211, + this.xrTableCell263, + this.cell448}); + this.xrTableRow118.Name = "xrTableRow118"; + this.xrTableRow118.Weight = 1.6D; + // + // xrTableCell211 + // + this.xrTableCell211.Name = "xrTableCell211"; + this.xrTableCell211.StylePriority.UseTextAlignment = false; + this.xrTableCell211.Text = "4.4.8"; + this.xrTableCell211.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell211.Weight = 0.24000004077149229D; + // + // xrTableCell263 + // + this.xrTableCell263.Name = "xrTableCell263"; + this.xrTableCell263.StylePriority.UseTextAlignment = false; + this.xrTableCell263.Text = "Verstorben durch Suizid"; + this.xrTableCell263.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell263.Weight = 2.7575981521187796D; + // + // cell448 + // + this.cell448.Name = "cell448"; + this.cell448.StylePriority.UseTextAlignment = false; + this.cell448.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell448.Weight = 0.33840275164116246D; + // + // xrTableRow119 + // + this.xrTableRow119.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell265, + this.xrTableCell266, + this.cell449}); + this.xrTableRow119.Name = "xrTableRow119"; + this.xrTableRow119.Weight = 1.5999999999999999D; + // + // xrTableCell265 + // + this.xrTableCell265.Name = "xrTableCell265"; + this.xrTableCell265.StylePriority.UseTextAlignment = false; + this.xrTableCell265.Text = "4.4.9"; + this.xrTableCell265.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell265.Weight = 0.24000004077149229D; + // + // xrTableCell266 + // + this.xrTableCell266.Name = "xrTableCell266"; + this.xrTableCell266.StylePriority.UseTextAlignment = false; + this.xrTableCell266.Text = "Sonstiges (bitte benennen)"; + this.xrTableCell266.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell266.Weight = 2.7575981521187796D; + // + // cell449 + // + this.cell449.Name = "cell449"; + this.cell449.StylePriority.UseTextAlignment = false; + this.cell449.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell449.Weight = 0.33840275164116246D; + // + // xrTableRow121 + // + this.xrTableRow121.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell276, + this.cell44Gesamt}); + this.xrTableRow121.Name = "xrTableRow121"; + this.xrTableRow121.Weight = 1.2D; + // + // xrTableCell276 + // + this.xrTableCell276.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell276.Name = "xrTableCell276"; + this.xrTableCell276.StylePriority.UseBackColor = false; + this.xrTableCell276.StylePriority.UseTextAlignment = false; + this.xrTableCell276.Text = "Gesamt"; + this.xrTableCell276.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell276.Weight = 2.9975983393746755D; + // + // cell44Gesamt + // + this.cell44Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell44Gesamt.Name = "cell44Gesamt"; + this.cell44Gesamt.StylePriority.UseBackColor = false; + this.cell44Gesamt.StylePriority.UseTextAlignment = false; + this.cell44Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell44Gesamt.Weight = 0.33840260515675885D; + // + // xrLabel19 + // + this.xrLabel19.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel19.Name = "xrLabel19"; + this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel19.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel19.StylePriority.UseFont = false; + this.xrLabel19.Text = "4.4 Beendigung der Betreuung"; + // + // GroupHeader9 + // + this.GroupHeader9.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel15, + this.xrTable10}); + this.GroupHeader9.HeightF = 235F; + this.GroupHeader9.KeepTogether = true; + this.GroupHeader9.Level = 18; + this.GroupHeader9.Name = "GroupHeader9"; + // + // xrLabel15 + // + this.xrLabel15.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel15.Name = "xrLabel15"; + this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel15.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel15.StylePriority.UseFont = false; + this.xrLabel15.Text = "3.2 Betreute Personen in der Grundversorgung"; + // + // xrTable10 + // + this.xrTable10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.99998F); + this.xrTable10.Name = "xrTable10"; + this.xrTable10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable10.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow99, + this.xrTableRow100, + this.xrTableRow101, + this.xrTableRow102, + this.xrTableRow156}); + this.xrTable10.SizeF = new System.Drawing.SizeF(694.9999F, 175F); + this.xrTable10.StylePriority.UseBorders = false; + this.xrTable10.StylePriority.UsePadding = false; + // + // xrTableRow99 + // + this.xrTableRow99.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell234, + this.xrTableCell235}); + this.xrTableRow99.Name = "xrTableRow99"; + this.xrTableRow99.Weight = 1D; + // + // xrTableCell234 + // + this.xrTableCell234.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); + this.xrTableCell234.Name = "xrTableCell234"; + this.xrTableCell234.StylePriority.UseFont = false; + this.xrTableCell234.StylePriority.UseTextAlignment = false; + this.xrTableCell234.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell234.Weight = 3.0000002441406721D; + // + // xrTableCell235 + // + this.xrTableCell235.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell235.Name = "xrTableCell235"; + this.xrTableCell235.StylePriority.UseFont = false; + this.xrTableCell235.StylePriority.UseTextAlignment = false; + this.xrTableCell235.Text = "Anzahl"; + this.xrTableCell235.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell235.Weight = 0.33600011445314726D; + // + // xrTableRow100 + // + this.xrTableRow100.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell243, + this.xrTableCell275, + this.cellAnzahl321}); + this.xrTableRow100.Name = "xrTableRow100"; + this.xrTableRow100.Weight = 1.6D; + // + // xrTableCell243 + // + this.xrTableCell243.Name = "xrTableCell243"; + this.xrTableCell243.StylePriority.UseTextAlignment = false; + this.xrTableCell243.Text = "3.2.1"; + this.xrTableCell243.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell243.Weight = 0.24000004077149229D; + // + // xrTableCell275 + // + this.xrTableCell275.Multiline = true; + this.xrTableCell275.Name = "xrTableCell275"; + this.xrTableCell275.StylePriority.UseTextAlignment = false; + this.xrTableCell275.Text = "Beratung oder Begleitung von Klient:innen"; + this.xrTableCell275.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell275.Weight = 2.76000020336918D; + // + // cellAnzahl321 + // + this.cellAnzahl321.Name = "cellAnzahl321"; + this.cellAnzahl321.StylePriority.UseTextAlignment = false; + this.cellAnzahl321.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellAnzahl321.Weight = 0.33600011445314726D; + // + // xrTableRow101 + // + this.xrTableRow101.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell283, + this.xrTableCell285, + this.cellAnzahl322}); + this.xrTableRow101.Name = "xrTableRow101"; + this.xrTableRow101.Weight = 1.5999999999999999D; + // + // xrTableCell283 + // + this.xrTableCell283.Name = "xrTableCell283"; + this.xrTableCell283.StylePriority.UseTextAlignment = false; + this.xrTableCell283.Text = "3.2.2"; + this.xrTableCell283.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell283.Weight = 0.24000004077149229D; + // + // xrTableCell285 + // + this.xrTableCell285.Multiline = true; + this.xrTableCell285.Name = "xrTableCell285"; + this.xrTableCell285.StylePriority.UseTextAlignment = false; + this.xrTableCell285.Text = "Beratung oder Begleitung von Angehörigen ohne Kontakt zum Betroffenen"; + this.xrTableCell285.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell285.Weight = 2.76000020336918D; + // + // cellAnzahl322 + // + this.cellAnzahl322.Name = "cellAnzahl322"; + this.cellAnzahl322.StylePriority.UseTextAlignment = false; + this.cellAnzahl322.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellAnzahl322.Weight = 0.33600011445314726D; + // + // xrTableRow102 + // + this.xrTableRow102.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell287, + this.xrTableCell291, + this.cellAnzahl323}); + this.xrTableRow102.Name = "xrTableRow102"; + this.xrTableRow102.Weight = 1.5999999999999996D; + // + // xrTableCell287 + // + this.xrTableCell287.Name = "xrTableCell287"; + this.xrTableCell287.StylePriority.UseTextAlignment = false; + this.xrTableCell287.Text = "3.2.3"; + this.xrTableCell287.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell287.Weight = 0.24000004077149229D; + // + // xrTableCell291 + // + this.xrTableCell291.Name = "xrTableCell291"; + this.xrTableCell291.StylePriority.UseTextAlignment = false; + this.xrTableCell291.Text = "Beratung oder Begleitung von anderen Bezugspersonen sowie kollegiale Fachberatung" + + " ohne Kontakt zum Betroffenen"; + this.xrTableCell291.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell291.Weight = 2.76000020336918D; + // + // cellAnzahl323 + // + this.cellAnzahl323.Name = "cellAnzahl323"; + this.cellAnzahl323.StylePriority.UseTextAlignment = false; + this.cellAnzahl323.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellAnzahl323.Weight = 0.33600011445314726D; + // + // xrTableRow156 + // + this.xrTableRow156.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell314, + this.cellAnzahl32Gesamt}); + this.xrTableRow156.Name = "xrTableRow156"; + this.xrTableRow156.Weight = 1.2D; + // + // xrTableCell314 + // + this.xrTableCell314.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell314.Name = "xrTableCell314"; + this.xrTableCell314.StylePriority.UseBackColor = false; + this.xrTableCell314.StylePriority.UseTextAlignment = false; + this.xrTableCell314.Text = "Gesamt"; + this.xrTableCell314.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell314.Weight = 2.9975983393746755D; + // + // cellAnzahl32Gesamt + // + this.cellAnzahl32Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cellAnzahl32Gesamt.Name = "cellAnzahl32Gesamt"; + this.cellAnzahl32Gesamt.StylePriority.UseBackColor = false; + this.cellAnzahl32Gesamt.StylePriority.UseTextAlignment = false; + this.cellAnzahl32Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellAnzahl32Gesamt.Weight = 0.33840201921914431D; + // + // GroupHeader11 + // + this.GroupHeader11.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.lblMissing23, + this.xrTable11, + this.xrLabel4}); + this.GroupHeader11.HeightF = 311.139F; + this.GroupHeader11.KeepTogether = true; + this.GroupHeader11.Level = 17; + this.GroupHeader11.Name = "GroupHeader11"; + // + // GroupHeader15 + // + this.GroupHeader15.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable18, + this.xrLabel16}); + this.GroupHeader15.HeightF = 138F; + this.GroupHeader15.KeepTogether = true; + this.GroupHeader15.Level = 16; + this.GroupHeader15.Name = "GroupHeader15"; + // + // xrTable18 + // + 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("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrTable18.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33F); + this.xrTable18.Name = "xrTable18"; + this.xrTable18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable18.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow153, + this.xrTableRow154, + this.xrTableRow155}); + this.xrTable18.SizeF = new System.Drawing.SizeF(695F, 78.12503F); + this.xrTable18.StylePriority.UseBorders = false; + this.xrTable18.StylePriority.UseFont = false; + this.xrTable18.StylePriority.UsePadding = false; + // + // xrTableRow153 + // + this.xrTableRow153.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell312, + this.xrTableCell313, + this.xrTableCell316, + this.xrTableCell317, + this.xrTableCell318}); + this.xrTableRow153.Name = "xrTableRow153"; + this.xrTableRow153.Weight = 1D; + // + // xrTableCell312 + // + this.xrTableCell312.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrTableCell312.Name = "xrTableCell312"; + this.xrTableCell312.StylePriority.UseFont = false; + this.xrTableCell312.Weight = 1.831549168566752D; + // + // xrTableCell313 + // + this.xrTableCell313.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell313.Name = "xrTableCell313"; + this.xrTableCell313.StylePriority.UseFont = false; + this.xrTableCell313.StylePriority.UseTextAlignment = false; + this.xrTableCell313.Text = "Frauen"; + this.xrTableCell313.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell313.Weight = 0.308935986972288D; + // + // xrTableCell316 + // + this.xrTableCell316.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell316.Name = "xrTableCell316"; + this.xrTableCell316.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); + this.xrTableCell316.StylePriority.UseFont = false; + this.xrTableCell316.StylePriority.UsePadding = false; + this.xrTableCell316.StylePriority.UseTextAlignment = false; + this.xrTableCell316.Text = "Männer"; + this.xrTableCell316.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell316.Weight = 0.30893600662122056D; + // + // xrTableCell317 + // + this.xrTableCell317.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell317.Name = "xrTableCell317"; + this.xrTableCell317.StylePriority.UseBackColor = false; + this.xrTableCell317.StylePriority.UseFont = false; + this.xrTableCell317.StylePriority.UseTextAlignment = false; + this.xrTableCell317.Text = "Divers"; + this.xrTableCell317.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell317.Weight = 0.3089358903597848D; + // + // xrTableCell318 + // + this.xrTableCell318.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell318.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell318.Name = "xrTableCell318"; + this.xrTableCell318.StylePriority.UseBackColor = false; + this.xrTableCell318.StylePriority.UseFont = false; + this.xrTableCell318.StylePriority.UseTextAlignment = false; + this.xrTableCell318.Text = "Gesamt"; + this.xrTableCell318.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell318.Weight = 0.3089360250451893D; + // + // xrTableRow154 + // + this.xrTableRow154.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell319, + this.xrTableCell320, + this.cell341W, + this.cell341M, + this.cell341D, + this.cell341Gesamt}); + this.xrTableRow154.Name = "xrTableRow154"; + this.xrTableRow154.Weight = 1D; + // + // xrTableCell319 + // + this.xrTableCell319.Name = "xrTableCell319"; + this.xrTableCell319.StylePriority.UseTextAlignment = false; + this.xrTableCell319.Text = "3.4.1"; + this.xrTableCell319.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell319.Weight = 0.22066856658268239D; + // + // xrTableCell320 + // + this.xrTableCell320.Name = "xrTableCell320"; + this.xrTableCell320.StylePriority.UseTextAlignment = false; + this.xrTableCell320.Text = "Neuanfragen insgesamt im Berichtsjahr"; + this.xrTableCell320.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell320.Weight = 1.6108806018627757D; + // + // cell341W + // + this.cell341W.Name = "cell341W"; + this.cell341W.StylePriority.UseTextAlignment = false; + this.cell341W.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell341W.Weight = 0.30893598702080588D; + // + // cell341M + // + this.cell341M.Name = "cell341M"; + this.cell341M.StylePriority.UseTextAlignment = false; + this.cell341M.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell341M.Weight = 0.30893598983406295D; + // + // cell341D + // + this.cell341D.Name = "cell341D"; + this.cell341D.StylePriority.UseBackColor = false; + this.cell341D.StylePriority.UseTextAlignment = false; + this.cell341D.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell341D.Weight = 0.30893590721971831D; + // + // cell341Gesamt + // + this.cell341Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell341Gesamt.Name = "cell341Gesamt"; + this.cell341Gesamt.StylePriority.UseBackColor = false; + this.cell341Gesamt.StylePriority.UseTextAlignment = false; + this.cell341Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell341Gesamt.Weight = 0.30893604190512358D; + // + // xrTableRow155 + // + this.xrTableRow155.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell325, + this.xrTableCell326, + this.cell342W, + this.cell342M, + this.cell342D, + this.cell342Gesamt}); + this.xrTableRow155.Name = "xrTableRow155"; + this.xrTableRow155.Weight = 1D; + // + // xrTableCell325 + // + this.xrTableCell325.Name = "xrTableCell325"; + this.xrTableCell325.StylePriority.UseTextAlignment = false; + this.xrTableCell325.Text = "3.4.2"; + this.xrTableCell325.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell325.Weight = 0.22066856658268239D; + // + // xrTableCell326 + // + this.xrTableCell326.Name = "xrTableCell326"; + this.xrTableCell326.StylePriority.UseTextAlignment = false; + this.xrTableCell326.Text = "davon Kurzberatungen (bis zu 4 Kontakte im Berichtsjahr)"; + this.xrTableCell326.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell326.Weight = 1.6108806018627757D; + // + // cell342W + // + this.cell342W.Name = "cell342W"; + this.cell342W.StylePriority.UseTextAlignment = false; + this.cell342W.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell342W.Weight = 0.30893598702080588D; + // + // cell342M + // + this.cell342M.Name = "cell342M"; + this.cell342M.StylePriority.UseTextAlignment = false; + this.cell342M.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell342M.Weight = 0.308935989834063D; + // + // cell342D + // + this.cell342D.Name = "cell342D"; + this.cell342D.StylePriority.UseBackColor = false; + this.cell342D.StylePriority.UseTextAlignment = false; + this.cell342D.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell342D.Weight = 0.30893590721971831D; + // + // cell342Gesamt + // + this.cell342Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell342Gesamt.Name = "cell342Gesamt"; + this.cell342Gesamt.StylePriority.UseBackColor = false; + this.cell342Gesamt.StylePriority.UseTextAlignment = false; + this.cell342Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell342Gesamt.Weight = 0.30893604190512358D; + // + // xrLabel16 + // + this.xrLabel16.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel16.Name = "xrLabel16"; + this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel16.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel16.StylePriority.UseFont = false; + this.xrLabel16.Text = "3.4 Neuanfragen im Berichtsjahr"; + // + // GroupHeader16 + // + this.GroupHeader16.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable17, + this.xrLabel20}); + this.GroupHeader16.HeightF = 128.0001F; + this.GroupHeader16.KeepTogether = true; + this.GroupHeader16.Level = 14; + this.GroupHeader16.Name = "GroupHeader16"; + // + // xrTable17 + // + this.xrTable17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.00008F); + this.xrTable17.Name = "xrTable17"; + this.xrTable17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable17.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow103, + this.xrTableRow108}); + this.xrTable17.SizeF = new System.Drawing.SizeF(694.9999F, 65F); + this.xrTable17.StylePriority.UseBorders = false; + this.xrTable17.StylePriority.UsePadding = false; + // + // xrTableRow103 + // + this.xrTableRow103.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell267, + this.xrTableCell273}); + this.xrTableRow103.Name = "xrTableRow103"; + this.xrTableRow103.Weight = 1D; + // + // xrTableCell267 + // + this.xrTableCell267.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); + this.xrTableCell267.Name = "xrTableCell267"; + this.xrTableCell267.StylePriority.UseFont = false; + this.xrTableCell267.StylePriority.UseTextAlignment = false; + this.xrTableCell267.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell267.Weight = 3.0000002441406721D; + // + // xrTableCell273 + // + this.xrTableCell273.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell273.Name = "xrTableCell273"; + this.xrTableCell273.StylePriority.UseFont = false; + this.xrTableCell273.StylePriority.UseTextAlignment = false; + this.xrTableCell273.Text = "Anzahl"; + this.xrTableCell273.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell273.Weight = 0.33600011445314726D; + // + // xrTableRow108 + // + this.xrTableRow108.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell297, + this.cell361}); + this.xrTableRow108.Name = "xrTableRow108"; + this.xrTableRow108.Weight = 1.6D; + // + // xrTableCell297 + // + this.xrTableCell297.Multiline = true; + this.xrTableCell297.Name = "xrTableCell297"; + this.xrTableCell297.StylePriority.UseTextAlignment = false; + this.xrTableCell297.Text = "Information und Anlauf"; + this.xrTableCell297.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell297.Weight = 3.0000002441406721D; + // + // cell361 + // + this.cell361.Name = "cell361"; + this.cell361.StylePriority.UseTextAlignment = false; + this.cell361.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell361.Weight = 0.33600011445314726D; + // + // xrLabel20 + // + this.xrLabel20.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel20.Name = "xrLabel20"; + this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel20.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel20.StylePriority.UseFont = false; + this.xrLabel20.Text = "3.6.1 Information und Anlauf"; + // + // GroupHeader17 + // + this.GroupHeader17.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable19, + this.xrLabel21}); + this.GroupHeader17.HeightF = 275F; + this.GroupHeader17.KeepTogether = true; + this.GroupHeader17.Level = 13; + this.GroupHeader17.Name = "GroupHeader17"; + // + // xrTable19 + // + this.xrTable19.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable19.LocationFloat = new DevExpress.Utils.PointFloat(0F, 35.50008F); + this.xrTable19.Name = "xrTable19"; + this.xrTable19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable19.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow109, + this.xrTableRow125, + this.xrTableRow143, + this.xrTableRow149, + this.xrTableRow152, + this.xrTableRow157, + this.xrTableRow158, + this.xrTableRow159}); + this.xrTable19.SizeF = new System.Drawing.SizeF(695.0001F, 215F); + this.xrTable19.StylePriority.UseBorders = false; + this.xrTable19.StylePriority.UsePadding = false; + // + // xrTableRow109 + // + this.xrTableRow109.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell299, + this.xrTableCell300}); + this.xrTableRow109.Name = "xrTableRow109"; + this.xrTableRow109.Weight = 1D; + // + // xrTableCell299 + // + this.xrTableCell299.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell299.Name = "xrTableCell299"; + this.xrTableCell299.StylePriority.UseFont = false; + this.xrTableCell299.StylePriority.UseTextAlignment = false; + this.xrTableCell299.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell299.Weight = 2.9975974121093754D; + // + // xrTableCell300 + // + this.xrTableCell300.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell300.Name = "xrTableCell300"; + this.xrTableCell300.StylePriority.UseFont = false; + this.xrTableCell300.StylePriority.UseTextAlignment = false; + this.xrTableCell300.Text = "Anzahl"; + this.xrTableCell300.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell300.Weight = 0.33840288085937503D; + // + // xrTableRow125 + // + this.xrTableRow125.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell301, + this.xrTableCell302, + this.cell3621}); + this.xrTableRow125.Name = "xrTableRow125"; + this.xrTableRow125.Weight = 1.6D; + // + // xrTableCell301 + // + this.xrTableCell301.Name = "xrTableCell301"; + this.xrTableCell301.StylePriority.UseTextAlignment = false; + this.xrTableCell301.Text = "3.6.2.1"; + this.xrTableCell301.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell301.Weight = 0.31200000610351569D; + // + // xrTableCell302 + // + this.xrTableCell302.Name = "xrTableCell302"; + this.xrTableCell302.StylePriority.UseTextAlignment = false; + this.xrTableCell302.Text = "Leistungen nach dem SGB IX (besondere Wohnformen / ambulante Wohnbegleitung / Tei" + + "lhabe am Arbeistleben ud Bildung u.ä.)"; + this.xrTableCell302.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell302.Weight = 2.6855974060058596D; + // + // cell3621 + // + this.cell3621.Name = "cell3621"; + this.cell3621.StylePriority.UseTextAlignment = false; + this.cell3621.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell3621.Weight = 0.33840288085937503D; + // + // xrTableRow143 + // + this.xrTableRow143.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell304, + this.xrTableCell305, + this.cell3622}); + this.xrTableRow143.Name = "xrTableRow143"; + this.xrTableRow143.Weight = 1D; + // + // xrTableCell304 + // + this.xrTableCell304.Name = "xrTableCell304"; + this.xrTableCell304.StylePriority.UseTextAlignment = false; + this.xrTableCell304.Text = "3.6.2.2"; + this.xrTableCell304.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell304.Weight = 0.31200000610351569D; + // + // xrTableCell305 + // + this.xrTableCell305.Name = "xrTableCell305"; + this.xrTableCell305.StylePriority.UseTextAlignment = false; + this.xrTableCell305.Text = "Integrationsfachdienst"; + this.xrTableCell305.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell305.Weight = 2.6855974060058596D; + // + // cell3622 + // + this.cell3622.Name = "cell3622"; + this.cell3622.StylePriority.UseTextAlignment = false; + this.cell3622.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell3622.Weight = 0.33840288085937503D; + // + // xrTableRow149 + // + this.xrTableRow149.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell307, + this.xrTableCell331, + this.cell3623}); + this.xrTableRow149.Name = "xrTableRow149"; + this.xrTableRow149.Weight = 1D; + // + // xrTableCell307 + // + this.xrTableCell307.Name = "xrTableCell307"; + this.xrTableCell307.StylePriority.UseTextAlignment = false; + this.xrTableCell307.Text = "3.6.2.3"; + this.xrTableCell307.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell307.Weight = 0.31200000610351569D; + // + // xrTableCell331 + // + this.xrTableCell331.Name = "xrTableCell331"; + this.xrTableCell331.StylePriority.UseTextAlignment = false; + this.xrTableCell331.Text = "Medizinische und berufliche Rehabilitation"; + this.xrTableCell331.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell331.Weight = 2.6855974060058596D; + // + // cell3623 + // + this.cell3623.Name = "cell3623"; + this.cell3623.StylePriority.UseTextAlignment = false; + this.cell3623.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell3623.Weight = 0.33840288085937503D; + // + // xrTableRow152 + // + this.xrTableRow152.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell333, + this.xrTableCell334, + this.cell3624}); + this.xrTableRow152.Name = "xrTableRow152"; + this.xrTableRow152.Weight = 1D; + // + // xrTableCell333 + // + this.xrTableCell333.Name = "xrTableCell333"; + this.xrTableCell333.StylePriority.UseTextAlignment = false; + this.xrTableCell333.Text = "3.6.2.4"; + this.xrTableCell333.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell333.Weight = 0.31200000610351569D; + // + // xrTableCell334 + // + this.xrTableCell334.Name = "xrTableCell334"; + this.xrTableCell334.StylePriority.UseTextAlignment = false; + this.xrTableCell334.Text = "Soziotherapie nach SGB V"; + this.xrTableCell334.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell334.Weight = 2.6855974060058596D; + // + // cell3624 + // + this.cell3624.Name = "cell3624"; + this.cell3624.StylePriority.UseTextAlignment = false; + this.cell3624.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell3624.Weight = 0.33840288085937503D; + // + // xrTableRow157 + // + this.xrTableRow157.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell336, + this.xrTableCell337, + this.cell3625}); + this.xrTableRow157.Name = "xrTableRow157"; + this.xrTableRow157.Weight = 1D; + // + // xrTableCell336 + // + this.xrTableCell336.Name = "xrTableCell336"; + this.xrTableCell336.StylePriority.UseTextAlignment = false; + this.xrTableCell336.Text = "3.6.2.5"; + this.xrTableCell336.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell336.Weight = 0.31200000610351569D; + // + // xrTableCell337 + // + this.xrTableCell337.Name = "xrTableCell337"; + this.xrTableCell337.StylePriority.UseTextAlignment = false; + this.xrTableCell337.Text = "Suchthilfe"; + this.xrTableCell337.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell337.Weight = 2.6855974060058596D; + // + // cell3625 + // + this.cell3625.Name = "cell3625"; + this.cell3625.StylePriority.UseTextAlignment = false; + this.cell3625.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell3625.Weight = 0.33840288085937503D; + // + // xrTableRow158 + // + this.xrTableRow158.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell339, + this.xrTableCell340, + this.cell3626}); + this.xrTableRow158.Name = "xrTableRow158"; + this.xrTableRow158.Weight = 1D; + // + // xrTableCell339 + // + this.xrTableCell339.Name = "xrTableCell339"; + this.xrTableCell339.StylePriority.UseTextAlignment = false; + this.xrTableCell339.Text = "3.6.2.6"; + this.xrTableCell339.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell339.Weight = 0.31200000610351569D; + // + // xrTableCell340 + // + this.xrTableCell340.Name = "xrTableCell340"; + this.xrTableCell340.StylePriority.UseTextAlignment = false; + this.xrTableCell340.Text = "Wohnungsnotfallhilfe"; + this.xrTableCell340.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell340.Weight = 2.6855974060058596D; + // + // cell3626 + // + this.cell3626.Name = "cell3626"; + this.cell3626.StylePriority.UseTextAlignment = false; + this.cell3626.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell3626.Weight = 0.33840288085937503D; + // + // xrTableRow159 + // + this.xrTableRow159.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell342, + this.xrTableCell343, + this.cell3627}); + this.xrTableRow159.Name = "xrTableRow159"; + this.xrTableRow159.Weight = 1D; + // + // xrTableCell342 + // + this.xrTableCell342.Name = "xrTableCell342"; + this.xrTableCell342.StylePriority.UseTextAlignment = false; + this.xrTableCell342.Text = "3.6.2.7"; + this.xrTableCell342.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell342.Weight = 0.31200000610351569D; + // + // xrTableCell343 + // + this.xrTableCell343.Name = "xrTableCell343"; + this.xrTableCell343.StylePriority.UseTextAlignment = false; + this.xrTableCell343.Text = "Sonstiges (bitte benennen)"; + this.xrTableCell343.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell343.Weight = 2.6855974060058596D; + // + // cell3627 + // + this.cell3627.Name = "cell3627"; + this.cell3627.StylePriority.UseTextAlignment = false; + this.cell3627.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell3627.Weight = 0.33840288085937503D; + // + // xrLabel21 + // + this.xrLabel21.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel21.Multiline = true; + this.xrLabel21.Name = "xrLabel21"; + this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel21.SizeF = new System.Drawing.SizeF(624.9999F, 35.50024F); + this.xrLabel21.StylePriority.UseFont = false; + this.xrLabel21.Text = "3.6.2 Weitervermittlung"; + // + // GroupHeader18 + // + this.GroupHeader18.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable20, + this.xrLabel23}); + this.GroupHeader18.HeightF = 335.5001F; + this.GroupHeader18.KeepTogether = true; + this.GroupHeader18.Level = 12; + this.GroupHeader18.Name = "GroupHeader18"; + // + // xrTable20 + // + this.xrTable20.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable20.LocationFloat = new DevExpress.Utils.PointFloat(0F, 35.50008F); + this.xrTable20.Name = "xrTable20"; + this.xrTable20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable20.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow160, + this.xrTableRow161, + this.xrTableRow162, + this.xrTableRow163, + this.xrTableRow164, + this.xrTableRow165, + this.xrTableRow166, + this.xrTableRow167, + this.xrTableRow168, + this.xrTableRow169, + this.xrTableRow184}); + this.xrTable20.SizeF = new System.Drawing.SizeF(695.0001F, 275F); + this.xrTable20.StylePriority.UseBorders = false; + this.xrTable20.StylePriority.UsePadding = false; + // + // xrTableRow160 + // + this.xrTableRow160.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell346, + this.xrTableCell347}); + this.xrTableRow160.Name = "xrTableRow160"; + this.xrTableRow160.Weight = 1D; + // + // xrTableCell346 + // + this.xrTableCell346.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell346.Name = "xrTableCell346"; + this.xrTableCell346.StylePriority.UseFont = false; + this.xrTableCell346.StylePriority.UseTextAlignment = false; + this.xrTableCell346.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell346.Weight = 2.6192956875194695D; + // + // xrTableCell347 + // + this.xrTableCell347.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell347.Name = "xrTableCell347"; + this.xrTableCell347.StylePriority.UseFont = false; + this.xrTableCell347.StylePriority.UseTextAlignment = false; + this.xrTableCell347.Text = "Anzahl Termine"; + this.xrTableCell347.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell347.Weight = 0.71670460544928116D; + // + // xrTableRow161 + // + this.xrTableRow161.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell348, + this.xrTableCell349, + this.cell411}); + this.xrTableRow161.Name = "xrTableRow161"; + this.xrTableRow161.Weight = 1D; + // + // xrTableCell348 + // + this.xrTableCell348.Name = "xrTableCell348"; + this.xrTableCell348.StylePriority.UseTextAlignment = false; + this.xrTableCell348.Text = "4.1.1"; + this.xrTableCell348.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell348.Weight = 0.26400000610351565D; + // + // xrTableCell349 + // + this.xrTableCell349.Name = "xrTableCell349"; + this.xrTableCell349.StylePriority.UseTextAlignment = false; + this.xrTableCell349.Text = "Einzelberatung in der Dienststelle"; + this.xrTableCell349.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell349.Weight = 2.3552956814159538D; + // + // cell411 + // + this.cell411.Name = "cell411"; + this.cell411.StylePriority.UseTextAlignment = false; + this.cell411.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell411.Weight = 0.71670460544928116D; + // + // xrTableRow162 + // + this.xrTableRow162.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell351, + this.xrTableCell352, + this.cell412}); + this.xrTableRow162.Name = "xrTableRow162"; + this.xrTableRow162.Weight = 1D; + // + // xrTableCell351 + // + this.xrTableCell351.Name = "xrTableCell351"; + this.xrTableCell351.StylePriority.UseTextAlignment = false; + this.xrTableCell351.Text = "4.1.2"; + this.xrTableCell351.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell351.Weight = 0.26400000610351565D; + // + // xrTableCell352 + // + this.xrTableCell352.Name = "xrTableCell352"; + this.xrTableCell352.StylePriority.UseTextAlignment = false; + this.xrTableCell352.Text = "Beratung per Telefon"; + this.xrTableCell352.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell352.Weight = 2.3552956814159538D; + // + // cell412 + // + this.cell412.Name = "cell412"; + this.cell412.StylePriority.UseTextAlignment = false; + this.cell412.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell412.Weight = 0.71670460544928116D; + // + // xrTableRow163 + // + this.xrTableRow163.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell354, + this.xrTableCell355, + this.cell413}); + this.xrTableRow163.Name = "xrTableRow163"; + this.xrTableRow163.Weight = 1D; + // + // xrTableCell354 + // + this.xrTableCell354.Name = "xrTableCell354"; + this.xrTableCell354.StylePriority.UseTextAlignment = false; + this.xrTableCell354.Text = "4.1.3"; + this.xrTableCell354.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell354.Weight = 0.26400000610351565D; + // + // xrTableCell355 + // + this.xrTableCell355.Name = "xrTableCell355"; + this.xrTableCell355.StylePriority.UseTextAlignment = false; + this.xrTableCell355.Text = "Beratung per Video"; + this.xrTableCell355.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell355.Weight = 2.3552956814159538D; + // + // cell413 + // + this.cell413.Name = "cell413"; + this.cell413.StylePriority.UseTextAlignment = false; + this.cell413.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell413.Weight = 0.71670460544928116D; + // + // xrTableRow164 + // + this.xrTableRow164.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell357, + this.xrTableCell358, + this.cell414}); + this.xrTableRow164.Name = "xrTableRow164"; + this.xrTableRow164.Weight = 1D; + // + // xrTableCell357 + // + this.xrTableCell357.Name = "xrTableCell357"; + this.xrTableCell357.StylePriority.UseTextAlignment = false; + this.xrTableCell357.Text = "4.1.4"; + this.xrTableCell357.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell357.Weight = 0.26400000610351565D; + // + // xrTableCell358 + // + this.xrTableCell358.Name = "xrTableCell358"; + this.xrTableCell358.StylePriority.UseTextAlignment = false; + this.xrTableCell358.Text = "Beratung per E-Mail (inkl. Online-Beratung)"; + this.xrTableCell358.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell358.Weight = 2.3552956814159538D; + // + // cell414 + // + this.cell414.Name = "cell414"; + this.cell414.StylePriority.UseTextAlignment = false; + this.cell414.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell414.Weight = 0.71670460544928116D; + // + // xrTableRow165 + // + this.xrTableRow165.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell360, + this.xrTableCell361, + this.cell415}); + this.xrTableRow165.Name = "xrTableRow165"; + this.xrTableRow165.Weight = 1D; + // + // xrTableCell360 + // + this.xrTableCell360.Name = "xrTableCell360"; + this.xrTableCell360.StylePriority.UseTextAlignment = false; + this.xrTableCell360.Text = "4.1.5"; + this.xrTableCell360.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell360.Weight = 0.26400000610351565D; + // + // xrTableCell361 + // + this.xrTableCell361.Name = "xrTableCell361"; + this.xrTableCell361.StylePriority.UseTextAlignment = false; + this.xrTableCell361.Text = "Gruppenberatung / Gruppenangebot"; + this.xrTableCell361.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell361.Weight = 2.3552956814159538D; + // + // cell415 + // + this.cell415.Name = "cell415"; + this.cell415.StylePriority.UseTextAlignment = false; + this.cell415.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell415.Weight = 0.71670460544928116D; + // + // xrTableRow166 + // + this.xrTableRow166.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell363, + this.xrTableCell364, + this.cell416}); + this.xrTableRow166.Name = "xrTableRow166"; + this.xrTableRow166.Weight = 1D; + // + // xrTableCell363 + // + this.xrTableCell363.Name = "xrTableCell363"; + this.xrTableCell363.StylePriority.UseTextAlignment = false; + this.xrTableCell363.Text = "4.1.6"; + this.xrTableCell363.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell363.Weight = 0.26400000610351565D; + // + // xrTableCell364 + // + this.xrTableCell364.Name = "xrTableCell364"; + this.xrTableCell364.StylePriority.UseTextAlignment = false; + this.xrTableCell364.Text = "Begleitung (z.B. Arzt / Behörde usw.)"; + this.xrTableCell364.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell364.Weight = 2.3552956814159538D; + // + // cell416 + // + this.cell416.Name = "cell416"; + this.cell416.StylePriority.UseTextAlignment = false; + this.cell416.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell416.Weight = 0.71670460544928116D; + // + // xrTableRow167 + // + this.xrTableRow167.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell366, + this.xrTableCell367, + this.cell417}); + this.xrTableRow167.Name = "xrTableRow167"; + this.xrTableRow167.Weight = 1D; + // + // xrTableCell366 + // + this.xrTableCell366.Name = "xrTableCell366"; + this.xrTableCell366.StylePriority.UseTextAlignment = false; + this.xrTableCell366.Text = "4.1.7"; + this.xrTableCell366.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell366.Weight = 0.26400000610351565D; + // + // xrTableCell367 + // + this.xrTableCell367.Name = "xrTableCell367"; + this.xrTableCell367.StylePriority.UseTextAlignment = false; + this.xrTableCell367.Text = "Aufsuchende Betreuung (Hausbesuche, Krankenhausbesuche usw.)"; + this.xrTableCell367.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell367.Weight = 2.3552956814159538D; + // + // cell417 + // + this.cell417.Name = "cell417"; + this.cell417.StylePriority.UseTextAlignment = false; + this.cell417.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell417.Weight = 0.71670460544928116D; + // + // xrTableRow168 + // + this.xrTableRow168.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell369, + this.xrTableCell370, + this.cell418}); + this.xrTableRow168.Name = "xrTableRow168"; + this.xrTableRow168.Weight = 1D; + // + // xrTableCell369 + // + this.xrTableCell369.Name = "xrTableCell369"; + this.xrTableCell369.StylePriority.UseTextAlignment = false; + this.xrTableCell369.Text = "4.1.8"; + this.xrTableCell369.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell369.Weight = 0.26400000610351565D; + // + // xrTableCell370 + // + this.xrTableCell370.Name = "xrTableCell370"; + this.xrTableCell370.StylePriority.UseTextAlignment = false; + this.xrTableCell370.Text = "Kontakt zu Angehörigen / Soziales Umfeld usw."; + this.xrTableCell370.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell370.Weight = 2.3552956814159538D; + // + // cell418 + // + this.cell418.Name = "cell418"; + this.cell418.StylePriority.UseTextAlignment = false; + this.cell418.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell418.Weight = 0.71670460544928116D; + // + // xrTableRow169 + // + this.xrTableRow169.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell372, + this.xrTableCell373, + this.cell419}); + this.xrTableRow169.Name = "xrTableRow169"; + this.xrTableRow169.Weight = 1D; + // + // xrTableCell372 + // + this.xrTableCell372.Name = "xrTableCell372"; + this.xrTableCell372.StylePriority.UseTextAlignment = false; + this.xrTableCell372.Text = "4.1.9"; + this.xrTableCell372.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell372.Weight = 0.26400000610351565D; + // + // xrTableCell373 + // + this.xrTableCell373.Name = "xrTableCell373"; + this.xrTableCell373.StylePriority.UseTextAlignment = false; + this.xrTableCell373.Text = "Kontakte mit Kooperationspartner / Fallberatung"; + this.xrTableCell373.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell373.Weight = 2.3552956814159538D; + // + // cell419 + // + this.cell419.Name = "cell419"; + this.cell419.StylePriority.UseTextAlignment = false; + this.cell419.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell419.Weight = 0.71670460544928116D; + // + // xrTableRow184 + // + this.xrTableRow184.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell417, + this.cell41Gesamt}); + this.xrTableRow184.Name = "xrTableRow184"; + this.xrTableRow184.Weight = 1D; + // + // xrTableCell417 + // + this.xrTableCell417.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell417.Name = "xrTableCell417"; + this.xrTableCell417.StylePriority.UseBackColor = false; + this.xrTableCell417.StylePriority.UseTextAlignment = false; + this.xrTableCell417.Text = "Gesamt"; + this.xrTableCell417.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell417.Weight = 2.6192956875194691D; + // + // cell41Gesamt + // + this.cell41Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell41Gesamt.Name = "cell41Gesamt"; + this.cell41Gesamt.StylePriority.UseBackColor = false; + this.cell41Gesamt.StylePriority.UseTextAlignment = false; + this.cell41Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell41Gesamt.Weight = 0.71670460544928116D; + // + // xrLabel23 + // + this.xrLabel23.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel23.Multiline = true; + this.xrLabel23.Name = "xrLabel23"; + this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel23.SizeF = new System.Drawing.SizeF(624.9999F, 35.50024F); + this.xrLabel23.StylePriority.UseFont = false; + this.xrLabel23.Text = "4.1 Art der Betreuung"; + // + // GroupHeader19 + // + this.GroupHeader19.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel25, + this.xrTable21}); + this.GroupHeader19.HeightF = 125.8333F; + this.GroupHeader19.Level = 11; + this.GroupHeader19.Name = "GroupHeader19"; + // + // xrLabel25 + // + this.xrLabel25.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel25.Name = "xrLabel25"; + this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel25.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel25.StylePriority.UseFont = false; + this.xrLabel25.Text = "4.2 Kriseninterventionen"; + // + // xrTable21 + // + this.xrTable21.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable21.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.00008F); + this.xrTable21.Name = "xrTable21"; + this.xrTable21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable21.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow170, + this.xrTableRow171}); + this.xrTable21.SizeF = new System.Drawing.SizeF(694.9999F, 65F); + this.xrTable21.StylePriority.UseBorders = false; + this.xrTable21.StylePriority.UsePadding = false; + // + // xrTableRow170 + // + this.xrTableRow170.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell376, + this.xrTableCell377}); + this.xrTableRow170.Name = "xrTableRow170"; + this.xrTableRow170.Weight = 1D; + // + // xrTableCell376 + // + this.xrTableCell376.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); + this.xrTableCell376.Name = "xrTableCell376"; + this.xrTableCell376.StylePriority.UseFont = false; + this.xrTableCell376.StylePriority.UseTextAlignment = false; + this.xrTableCell376.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell376.Weight = 3.0000002441406721D; + // + // xrTableCell377 + // + this.xrTableCell377.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell377.Name = "xrTableCell377"; + this.xrTableCell377.StylePriority.UseFont = false; + this.xrTableCell377.StylePriority.UseTextAlignment = false; + this.xrTableCell377.Text = "Anzahl"; + this.xrTableCell377.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell377.Weight = 0.33600011445314726D; + // + // xrTableRow171 + // + this.xrTableRow171.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell378, + this.cell42}); + this.xrTableRow171.Name = "xrTableRow171"; + this.xrTableRow171.Weight = 1.6D; + // + // xrTableCell378 + // + this.xrTableCell378.Multiline = true; + this.xrTableCell378.Name = "xrTableCell378"; + this.xrTableCell378.StylePriority.UseTextAlignment = false; + this.xrTableCell378.Text = "Kriseninterventionen im Berichtsjahr"; + this.xrTableCell378.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell378.Weight = 3.0000002441406721D; + // + // cell42 + // + this.cell42.Name = "cell42"; + this.cell42.StylePriority.UseTextAlignment = false; + this.cell42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell42.Weight = 0.33600011445314726D; + // + // GroupHeader20 + // + this.GroupHeader20.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable22, + this.xrLabel26}); + this.GroupHeader20.HeightF = 353.8334F; + this.GroupHeader20.KeepTogether = true; + this.GroupHeader20.Level = 10; + this.GroupHeader20.Name = "GroupHeader20"; + // + // xrTable22 + // + this.xrTable22.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable22.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.00008F); + this.xrTable22.Name = "xrTable22"; + this.xrTable22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable22.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow172, + this.xrTableRow173, + this.xrTableRow174, + this.xrTableRow175, + this.xrTableRow177, + this.xrTableRow178, + this.xrTableRow179, + this.xrTableRow176}); + this.xrTable22.SizeF = new System.Drawing.SizeF(694.9999F, 295F); + this.xrTable22.StylePriority.UseBorders = false; + this.xrTable22.StylePriority.UsePadding = false; + // + // xrTableRow172 + // + this.xrTableRow172.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell381, + this.xrTableCell382}); + this.xrTableRow172.Name = "xrTableRow172"; + this.xrTableRow172.Weight = 1D; + // + // xrTableCell381 + // + this.xrTableCell381.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); + this.xrTableCell381.Name = "xrTableCell381"; + this.xrTableCell381.StylePriority.UseFont = false; + this.xrTableCell381.StylePriority.UseTextAlignment = false; + this.xrTableCell381.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell381.Weight = 3.0000002441406721D; + // + // xrTableCell382 + // + this.xrTableCell382.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell382.Name = "xrTableCell382"; + this.xrTableCell382.StylePriority.UseFont = false; + this.xrTableCell382.StylePriority.UseTextAlignment = false; + this.xrTableCell382.Text = "Anzahl"; + this.xrTableCell382.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell382.Weight = 0.33600011445314726D; + // + // xrTableRow173 + // + this.xrTableRow173.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell383, + this.xrTableCell384, + this.cell4311}); + this.xrTableRow173.Name = "xrTableRow173"; + this.xrTableRow173.Weight = 1.6D; + // + // xrTableCell383 + // + this.xrTableCell383.Name = "xrTableCell383"; + this.xrTableCell383.StylePriority.UseTextAlignment = false; + this.xrTableCell383.Text = "4.3.1.1"; + this.xrTableCell383.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell383.Weight = 0.312000079467616D; + // + // xrTableCell384 + // + this.xrTableCell384.Multiline = true; + this.xrTableCell384.Name = "xrTableCell384"; + this.xrTableCell384.StylePriority.UseTextAlignment = false; + this.xrTableCell384.Text = "In allgemeinärztlicher Behandlung"; + this.xrTableCell384.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell384.Weight = 2.6880001646730562D; + // + // cell4311 + // + this.cell4311.Name = "cell4311"; + this.cell4311.StylePriority.UseTextAlignment = false; + this.cell4311.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4311.Weight = 0.33600011445314726D; + // + // xrTableRow174 + // + this.xrTableRow174.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell386, + this.xrTableCell387, + this.cell4312}); + this.xrTableRow174.Name = "xrTableRow174"; + this.xrTableRow174.Weight = 1.5999999999999999D; + // + // xrTableCell386 + // + this.xrTableCell386.Name = "xrTableCell386"; + this.xrTableCell386.StylePriority.UseTextAlignment = false; + this.xrTableCell386.Text = "4.3.1.2"; + this.xrTableCell386.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell386.Weight = 0.312000079467616D; + // + // xrTableCell387 + // + this.xrTableCell387.Multiline = true; + this.xrTableCell387.Name = "xrTableCell387"; + this.xrTableCell387.StylePriority.UseTextAlignment = false; + this.xrTableCell387.Text = "In psychiatrischer Behandlung (niedergelassener Psychiater)"; + this.xrTableCell387.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell387.Weight = 2.6880001646730562D; + // + // cell4312 + // + this.cell4312.Name = "cell4312"; + this.cell4312.StylePriority.UseTextAlignment = false; + this.cell4312.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4312.Weight = 0.33600011445314726D; + // + // xrTableRow175 + // + this.xrTableRow175.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell389, + this.xrTableCell390, + this.cell4313}); + this.xrTableRow175.Name = "xrTableRow175"; + this.xrTableRow175.Weight = 1.5999999999999996D; + // + // xrTableCell389 + // + this.xrTableCell389.Name = "xrTableCell389"; + this.xrTableCell389.StylePriority.UseTextAlignment = false; + this.xrTableCell389.Text = "4.3.1.3"; + this.xrTableCell389.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell389.Weight = 0.312000079467616D; + // + // xrTableCell390 + // + this.xrTableCell390.Name = "xrTableCell390"; + this.xrTableCell390.StylePriority.UseTextAlignment = false; + this.xrTableCell390.Text = "Behandlung durch Psychiatrische Institutsambulanz"; + this.xrTableCell390.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell390.Weight = 2.6880001646730562D; + // + // cell4313 + // + this.cell4313.Name = "cell4313"; + this.cell4313.StylePriority.UseTextAlignment = false; + this.cell4313.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4313.Weight = 0.33600011445314726D; + // + // xrTableRow177 + // + this.xrTableRow177.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell394, + this.xrTableCell395, + this.cell4314}); + this.xrTableRow177.Name = "xrTableRow177"; + this.xrTableRow177.Weight = 1.5999999999999996D; + // + // xrTableCell394 + // + this.xrTableCell394.Name = "xrTableCell394"; + this.xrTableCell394.StylePriority.UseTextAlignment = false; + this.xrTableCell394.Text = "4.3.1.4"; + this.xrTableCell394.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell394.Weight = 0.312000079467616D; + // + // xrTableCell395 + // + this.xrTableCell395.Name = "xrTableCell395"; + this.xrTableCell395.StylePriority.UseTextAlignment = false; + this.xrTableCell395.Text = "In keiner ärztlichen Behandlung"; + this.xrTableCell395.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell395.Weight = 2.6880001646730562D; + // + // cell4314 + // + this.cell4314.Name = "cell4314"; + this.cell4314.StylePriority.UseTextAlignment = false; + this.cell4314.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4314.Weight = 0.33600011445314726D; + // + // xrTableRow178 + // + this.xrTableRow178.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell397, + this.xrTableCell398, + this.cell4315}); + this.xrTableRow178.Name = "xrTableRow178"; + this.xrTableRow178.Weight = 1.5999999999999996D; + // + // xrTableCell397 + // + this.xrTableCell397.Name = "xrTableCell397"; + this.xrTableCell397.StylePriority.UseTextAlignment = false; + this.xrTableCell397.Text = "4.3.1.5"; + this.xrTableCell397.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell397.Weight = 0.312000079467616D; + // + // xrTableCell398 + // + this.xrTableCell398.Name = "xrTableCell398"; + this.xrTableCell398.StylePriority.UseTextAlignment = false; + this.xrTableCell398.Text = "Psychiatrische Krankenhausbehandlung - Einmaliger Aufenthalt"; + this.xrTableCell398.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell398.Weight = 2.6880001646730562D; + // + // cell4315 + // + this.cell4315.Name = "cell4315"; + this.cell4315.StylePriority.UseTextAlignment = false; + this.cell4315.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4315.Weight = 0.33600011445314726D; + // + // xrTableRow179 + // + this.xrTableRow179.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell400, + this.xrTableCell401, + this.cell4316}); + this.xrTableRow179.Name = "xrTableRow179"; + this.xrTableRow179.Weight = 1.5999999999999996D; + // + // xrTableCell400 + // + this.xrTableCell400.Name = "xrTableCell400"; + this.xrTableCell400.StylePriority.UseTextAlignment = false; + this.xrTableCell400.Text = "4.3.1.6"; + this.xrTableCell400.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell400.Weight = 0.312000079467616D; + // + // xrTableCell401 + // + this.xrTableCell401.Name = "xrTableCell401"; + this.xrTableCell401.StylePriority.UseTextAlignment = false; + this.xrTableCell401.Text = "Psychiatrische Krankenhausbehandlung - Mehrfacher Aufenthalt"; + this.xrTableCell401.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell401.Weight = 2.6880001646730562D; + // + // cell4316 + // + this.cell4316.Name = "cell4316"; + this.cell4316.StylePriority.UseTextAlignment = false; + this.cell4316.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4316.Weight = 0.33600011445314726D; + // + // xrTableRow176 + // + this.xrTableRow176.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell392, + this.cell431Gesamt}); + this.xrTableRow176.Name = "xrTableRow176"; + this.xrTableRow176.Weight = 1.2D; + // + // xrTableCell392 + // + this.xrTableCell392.BackColor = System.Drawing.SystemColors.ControlLight; + this.xrTableCell392.Name = "xrTableCell392"; + this.xrTableCell392.StylePriority.UseBackColor = false; + this.xrTableCell392.StylePriority.UseTextAlignment = false; + this.xrTableCell392.Text = "Gesamt"; + this.xrTableCell392.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + this.xrTableCell392.Weight = 2.9975983393746755D; + // + // cell431Gesamt + // + this.cell431Gesamt.BackColor = System.Drawing.SystemColors.ControlLight; + this.cell431Gesamt.Name = "cell431Gesamt"; + this.cell431Gesamt.StylePriority.UseBackColor = false; + this.cell431Gesamt.StylePriority.UseTextAlignment = false; + this.cell431Gesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell431Gesamt.Weight = 0.33840201921914431D; + // + // xrLabel26 + // + this.xrLabel26.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel26.Name = "xrLabel26"; + this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel26.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel26.StylePriority.UseFont = false; + this.xrLabel26.Text = "4.3.1 Ärztliche Versorgung"; + // + // GroupHeader21 + // + this.GroupHeader21.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel27, + this.xrTable23}); + this.GroupHeader21.HeightF = 248.0001F; + this.GroupHeader21.KeepTogether = true; + this.GroupHeader21.Level = 9; + this.GroupHeader21.Name = "GroupHeader21"; + // + // xrLabel27 + // + this.xrLabel27.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel27.Name = "xrLabel27"; + this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel27.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel27.StylePriority.UseFont = false; + this.xrLabel27.Text = "4.3.2 Zusammenarbeit mit nicht psychiatrischen Hilfen anderer Systeme"; + // + // xrTable23 + // + this.xrTable23.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable23.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.00008F); + this.xrTable23.Name = "xrTable23"; + this.xrTable23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable23.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow180, + this.xrTableRow181, + this.xrTableRow182, + this.xrTableRow183, + this.xrTableRow185}); + this.xrTable23.SizeF = new System.Drawing.SizeF(694.9999F, 185F); + this.xrTable23.StylePriority.UseBorders = false; + this.xrTable23.StylePriority.UsePadding = false; + // + // xrTableRow180 + // + this.xrTableRow180.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell404, + this.xrTableCell405}); + this.xrTableRow180.Name = "xrTableRow180"; + this.xrTableRow180.Weight = 1D; + // + // xrTableCell404 + // + this.xrTableCell404.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); + this.xrTableCell404.Name = "xrTableCell404"; + this.xrTableCell404.StylePriority.UseFont = false; + this.xrTableCell404.StylePriority.UseTextAlignment = false; + this.xrTableCell404.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell404.Weight = 3.0000002441406721D; + // + // xrTableCell405 + // + this.xrTableCell405.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell405.Name = "xrTableCell405"; + this.xrTableCell405.StylePriority.UseFont = false; + this.xrTableCell405.StylePriority.UseTextAlignment = false; + this.xrTableCell405.Text = "Anzahl"; + this.xrTableCell405.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell405.Weight = 0.33600011445314726D; + // + // xrTableRow181 + // + this.xrTableRow181.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell406, + this.xrTableCell407, + this.cell4321}); + this.xrTableRow181.Name = "xrTableRow181"; + this.xrTableRow181.Weight = 1.6D; + // + // xrTableCell406 + // + this.xrTableCell406.Name = "xrTableCell406"; + this.xrTableCell406.StylePriority.UseTextAlignment = false; + this.xrTableCell406.Text = "4.3.2.1"; + this.xrTableCell406.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell406.Weight = 0.312000079467616D; + // + // xrTableCell407 + // + this.xrTableCell407.Multiline = true; + this.xrTableCell407.Name = "xrTableCell407"; + this.xrTableCell407.StylePriority.UseTextAlignment = false; + this.xrTableCell407.Text = "Wohnungsnotfallhilfe"; + this.xrTableCell407.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell407.Weight = 2.6880001646730562D; + // + // cell4321 + // + this.cell4321.Name = "cell4321"; + this.cell4321.StylePriority.UseTextAlignment = false; + this.cell4321.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4321.Weight = 0.33600011445314726D; + // + // xrTableRow182 + // + this.xrTableRow182.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell409, + this.xrTableCell410, + this.cell4322}); + this.xrTableRow182.Name = "xrTableRow182"; + this.xrTableRow182.Weight = 1.5999999999999999D; + // + // xrTableCell409 + // + this.xrTableCell409.Name = "xrTableCell409"; + this.xrTableCell409.StylePriority.UseTextAlignment = false; + this.xrTableCell409.Text = "4.3.2.2"; + this.xrTableCell409.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell409.Weight = 0.312000079467616D; + // + // xrTableCell410 + // + this.xrTableCell410.Multiline = true; + this.xrTableCell410.Name = "xrTableCell410"; + this.xrTableCell410.StylePriority.UseTextAlignment = false; + this.xrTableCell410.Text = "Suchthilfe"; + this.xrTableCell410.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell410.Weight = 2.6880001646730562D; + // + // cell4322 + // + this.cell4322.Name = "cell4322"; + this.cell4322.StylePriority.UseTextAlignment = false; + this.cell4322.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4322.Weight = 0.33600011445314726D; + // + // xrTableRow183 + // + this.xrTableRow183.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell412, + this.xrTableCell413, + this.cell4323}); + this.xrTableRow183.Name = "xrTableRow183"; + this.xrTableRow183.Weight = 1.5999999999999996D; + // + // xrTableCell412 + // + this.xrTableCell412.Name = "xrTableCell412"; + this.xrTableCell412.StylePriority.UseTextAlignment = false; + this.xrTableCell412.Text = "4.3.2.3"; + this.xrTableCell412.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell412.Weight = 0.312000079467616D; + // + // xrTableCell413 + // + this.xrTableCell413.Name = "xrTableCell413"; + this.xrTableCell413.StylePriority.UseTextAlignment = false; + this.xrTableCell413.Text = "Jugendhilfe"; + this.xrTableCell413.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell413.Weight = 2.6880001646730562D; + // + // cell4323 + // + this.cell4323.Name = "cell4323"; + this.cell4323.StylePriority.UseTextAlignment = false; + this.cell4323.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4323.Weight = 0.33600011445314726D; + // + // xrTableRow185 + // + this.xrTableRow185.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell415, + this.xrTableCell416, + this.cell4324}); + this.xrTableRow185.Name = "xrTableRow185"; + this.xrTableRow185.Weight = 1.5999999999999996D; + // + // xrTableCell415 + // + this.xrTableCell415.Name = "xrTableCell415"; + this.xrTableCell415.StylePriority.UseTextAlignment = false; + this.xrTableCell415.Text = "4.3.2.4"; + this.xrTableCell415.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell415.Weight = 0.312000079467616D; + // + // xrTableCell416 + // + this.xrTableCell416.Name = "xrTableCell416"; + this.xrTableCell416.StylePriority.UseTextAlignment = false; + this.xrTableCell416.Text = "Altenhilfe"; + this.xrTableCell416.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell416.Weight = 2.6880001646730562D; + // + // cell4324 + // + this.cell4324.Name = "cell4324"; + this.cell4324.StylePriority.UseTextAlignment = false; + this.cell4324.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4324.Weight = 0.33600011445314726D; + // + // GroupHeader22 + // + this.GroupHeader22.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrTable24, + this.xrLabel28}); + this.GroupHeader22.HeightF = 451.3334F; + this.GroupHeader22.KeepTogether = true; + this.GroupHeader22.Level = 8; + this.GroupHeader22.Name = "GroupHeader22"; + // + // xrTable24 + // + this.xrTable24.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) + | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTable24.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.00008F); + this.xrTable24.Name = "xrTable24"; + this.xrTable24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrTable24.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { + this.xrTableRow186, + this.xrTableRow187, + this.xrTableRow188, + this.xrTableRow189, + this.xrTableRow190, + this.xrTableRow191, + this.xrTableRow192, + this.xrTableRow193, + this.xrTableRow194, + this.xrTableRow195}); + this.xrTable24.SizeF = new System.Drawing.SizeF(694.9999F, 385F); + this.xrTable24.StylePriority.UseBorders = false; + this.xrTable24.StylePriority.UsePadding = false; + // + // xrTableRow186 + // + this.xrTableRow186.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell421, + this.xrTableCell422}); + this.xrTableRow186.Name = "xrTableRow186"; + this.xrTableRow186.Weight = 1D; + // + // xrTableCell421 + // + this.xrTableCell421.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); + this.xrTableCell421.Name = "xrTableCell421"; + this.xrTableCell421.StylePriority.UseFont = false; + this.xrTableCell421.StylePriority.UseTextAlignment = false; + this.xrTableCell421.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell421.Weight = 3.0000002441406721D; + // + // xrTableCell422 + // + this.xrTableCell422.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); + this.xrTableCell422.Name = "xrTableCell422"; + this.xrTableCell422.StylePriority.UseFont = false; + this.xrTableCell422.StylePriority.UseTextAlignment = false; + this.xrTableCell422.Text = "Anzahl"; + this.xrTableCell422.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell422.Weight = 0.33600011445314726D; + // + // xrTableRow187 + // + this.xrTableRow187.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell423, + this.xrTableCell424, + this.cell4331}); + this.xrTableRow187.Name = "xrTableRow187"; + this.xrTableRow187.Weight = 1.6D; + // + // xrTableCell423 + // + this.xrTableCell423.Name = "xrTableCell423"; + this.xrTableCell423.StylePriority.UseTextAlignment = false; + this.xrTableCell423.Text = "4.3.3.1"; + this.xrTableCell423.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell423.Weight = 0.312000079467616D; + // + // xrTableCell424 + // + this.xrTableCell424.Multiline = true; + this.xrTableCell424.Name = "xrTableCell424"; + this.xrTableCell424.StylePriority.UseTextAlignment = false; + this.xrTableCell424.Text = "Gesetzliche Betreuung"; + this.xrTableCell424.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell424.Weight = 2.6880001646730562D; + // + // cell4331 + // + this.cell4331.Name = "cell4331"; + this.cell4331.StylePriority.UseTextAlignment = false; + this.cell4331.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4331.Weight = 0.33600011445314726D; + // + // xrTableRow188 + // + this.xrTableRow188.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell426, + this.xrTableCell427, + this.cell4332}); + this.xrTableRow188.Name = "xrTableRow188"; + this.xrTableRow188.Weight = 1.5999999999999999D; + // + // xrTableCell426 + // + this.xrTableCell426.Name = "xrTableCell426"; + this.xrTableCell426.StylePriority.UseTextAlignment = false; + this.xrTableCell426.Text = "4.3.3.2"; + this.xrTableCell426.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell426.Weight = 0.312000079467616D; + // + // xrTableCell427 + // + this.xrTableCell427.Multiline = true; + this.xrTableCell427.Name = "xrTableCell427"; + this.xrTableCell427.StylePriority.UseTextAlignment = false; + this.xrTableCell427.Text = "Psychologische oder ärztliche Psychotherapie"; + this.xrTableCell427.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell427.Weight = 2.6880001646730562D; + // + // cell4332 + // + this.cell4332.Name = "cell4332"; + this.cell4332.StylePriority.UseTextAlignment = false; + this.cell4332.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4332.Weight = 0.33600011445314726D; + // + // xrTableRow189 + // + this.xrTableRow189.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell429, + this.xrTableCell430, + this.cell4333}); + this.xrTableRow189.Name = "xrTableRow189"; + this.xrTableRow189.Weight = 1.5999999999999996D; + // + // xrTableCell429 + // + this.xrTableCell429.Name = "xrTableCell429"; + this.xrTableCell429.StylePriority.UseTextAlignment = false; + this.xrTableCell429.Text = "4.3.3.3"; + this.xrTableCell429.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell429.Weight = 0.312000079467616D; + // + // xrTableCell430 + // + this.xrTableCell430.Name = "xrTableCell430"; + this.xrTableCell430.StylePriority.UseTextAlignment = false; + this.xrTableCell430.Text = "Häusliche psychiatrische Krankenpflege"; + this.xrTableCell430.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell430.Weight = 2.6880001646730562D; + // + // cell4333 + // + this.cell4333.Name = "cell4333"; + this.cell4333.StylePriority.UseTextAlignment = false; + this.cell4333.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4333.Weight = 0.33600011445314726D; + // + // xrTableRow190 + // + this.xrTableRow190.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell432, + this.xrTableCell433, + this.cell4334}); + this.xrTableRow190.Name = "xrTableRow190"; + this.xrTableRow190.Weight = 1.5999999999999996D; + // + // xrTableCell432 + // + this.xrTableCell432.Name = "xrTableCell432"; + this.xrTableCell432.StylePriority.UseTextAlignment = false; + this.xrTableCell432.Text = "4.3.3.4"; + this.xrTableCell432.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell432.Weight = 0.312000079467616D; + // + // xrTableCell433 + // + this.xrTableCell433.Name = "xrTableCell433"; + this.xrTableCell433.StylePriority.UseTextAlignment = false; + this.xrTableCell433.Text = "Ambulante Pflegeleistungen"; + this.xrTableCell433.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell433.Weight = 2.6880001646730562D; + // + // cell4334 + // + this.cell4334.Name = "cell4334"; + this.cell4334.StylePriority.UseTextAlignment = false; + this.cell4334.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4334.Weight = 0.33600011445314726D; + // + // xrTableRow191 + // + this.xrTableRow191.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell435, + this.xrTableCell436, + this.cell4335}); + this.xrTableRow191.Name = "xrTableRow191"; + this.xrTableRow191.Weight = 1.5999999999999996D; + // + // xrTableCell435 + // + this.xrTableCell435.Name = "xrTableCell435"; + this.xrTableCell435.StylePriority.UseTextAlignment = false; + this.xrTableCell435.Text = "4.3.3.5"; + this.xrTableCell435.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell435.Weight = 0.312000079467616D; + // + // xrTableCell436 + // + this.xrTableCell436.Name = "xrTableCell436"; + this.xrTableCell436.StylePriority.UseTextAlignment = false; + this.xrTableCell436.Text = "Tagesstätte / Zuverdienst"; + this.xrTableCell436.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell436.Weight = 2.6880001646730562D; + // + // cell4335 + // + this.cell4335.Name = "cell4335"; + this.cell4335.StylePriority.UseTextAlignment = false; + this.cell4335.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4335.Weight = 0.33600011445314726D; + // + // xrTableRow192 + // + this.xrTableRow192.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell438, + this.xrTableCell439, + this.cell4336}); + this.xrTableRow192.Name = "xrTableRow192"; + this.xrTableRow192.Weight = 1.5999999999999996D; + // + // xrTableCell438 + // + this.xrTableCell438.Name = "xrTableCell438"; + this.xrTableCell438.StylePriority.UseTextAlignment = false; + this.xrTableCell438.Text = "4.3.3.6"; + this.xrTableCell438.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell438.Weight = 0.312000079467616D; + // + // xrTableCell439 + // + this.xrTableCell439.Name = "xrTableCell439"; + this.xrTableCell439.StylePriority.UseTextAlignment = false; + this.xrTableCell439.Text = "Leistungen zur Teilhabe am Arbeitsleben (Werkstatt für Menschen mit Behinderung, " + + "Integrationsfachdienst, Berufsbildungsbereich u.ä.)"; + this.xrTableCell439.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell439.Weight = 2.6880001646730562D; + // + // cell4336 + // + this.cell4336.Name = "cell4336"; + this.cell4336.StylePriority.UseTextAlignment = false; + this.cell4336.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4336.Weight = 0.33600011445314726D; + // + // xrTableRow193 + // + this.xrTableRow193.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell441, + this.xrTableCell442, + this.cell4337}); + this.xrTableRow193.Name = "xrTableRow193"; + this.xrTableRow193.Weight = 1.5999999999999996D; + // + // xrTableCell441 + // + this.xrTableCell441.Name = "xrTableCell441"; + this.xrTableCell441.StylePriority.UseTextAlignment = false; + this.xrTableCell441.Text = "4.3.3.7"; + this.xrTableCell441.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell441.Weight = 0.312000079467616D; + // + // xrTableCell442 + // + this.xrTableCell442.Name = "xrTableCell442"; + this.xrTableCell442.StylePriority.UseTextAlignment = false; + this.xrTableCell442.Text = "Selbsthilfe"; + this.xrTableCell442.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell442.Weight = 2.6880001646730562D; + // + // cell4337 + // + this.cell4337.Name = "cell4337"; + this.cell4337.StylePriority.UseTextAlignment = false; + this.cell4337.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4337.Weight = 0.33600011445314726D; + // + // xrTableRow194 + // + this.xrTableRow194.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell444, + this.xrTableCell445, + this.cell4338}); + this.xrTableRow194.Name = "xrTableRow194"; + this.xrTableRow194.Weight = 1.5999999999999996D; + // + // xrTableCell444 + // + this.xrTableCell444.Name = "xrTableCell444"; + this.xrTableCell444.StylePriority.UseTextAlignment = false; + this.xrTableCell444.Text = "4.3.3.8"; + this.xrTableCell444.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell444.Weight = 0.312000079467616D; + // + // xrTableCell445 + // + this.xrTableCell445.Name = "xrTableCell445"; + this.xrTableCell445.StylePriority.UseTextAlignment = false; + this.xrTableCell445.Text = "Andere Hilfen im Sozialraum (z.B. Kirchengemeinde, Vereine u.ä.)"; + this.xrTableCell445.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell445.Weight = 2.6880001646730562D; + // + // cell4338 + // + this.cell4338.Name = "cell4338"; + this.cell4338.StylePriority.UseTextAlignment = false; + this.cell4338.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4338.Weight = 0.33600011445314726D; + // + // xrTableRow195 + // + this.xrTableRow195.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { + this.xrTableCell447, + this.xrTableCell448, + this.cell4339}); + this.xrTableRow195.Name = "xrTableRow195"; + this.xrTableRow195.Weight = 1.5999999999999996D; + // + // xrTableCell447 + // + this.xrTableCell447.Name = "xrTableCell447"; + this.xrTableCell447.StylePriority.UseTextAlignment = false; + this.xrTableCell447.Text = "4.3.3.9"; + this.xrTableCell447.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.xrTableCell447.Weight = 0.312000079467616D; + // + // xrTableCell448 + // + this.xrTableCell448.Name = "xrTableCell448"; + this.xrTableCell448.StylePriority.UseTextAlignment = false; + this.xrTableCell448.Text = "Sonstiges (bitte benennen)"; + this.xrTableCell448.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.xrTableCell448.Weight = 2.6880001646730562D; + // + // cell4339 + // + this.cell4339.Name = "cell4339"; + this.cell4339.StylePriority.UseTextAlignment = false; + this.cell4339.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cell4339.Weight = 0.33600011445314726D; + // + // xrLabel28 + // + this.xrLabel28.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); + this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); + this.xrLabel28.Name = "xrLabel28"; + this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel28.SizeF = new System.Drawing.SizeF(625F, 33F); + this.xrLabel28.StylePriority.UseFont = false; + this.xrLabel28.Text = "4.3.3 Zusammenarbeit mit weiteren Hilfen"; + // + // JahresauswertungMissinglist2022 + // + this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { + this.Detail, + this.TopMargin, + this.BottomMargin, + this.GroupHeader1, + this.GroupHeader2, + this.GroupHeader3, + this.GroupHeader4, + this.GroupHeader5, + this.GroupHeader6, + this.GroupHeader7, + this.GroupHeader8, + this.GroupHeader10, + this.GroupHeader13, + this.GroupHeader9, + this.GroupHeader11, + this.GroupHeader15, + this.GroupHeader16, + this.GroupHeader17, + this.GroupHeader18, + this.GroupHeader19, + this.GroupHeader20, + this.GroupHeader21, + this.GroupHeader22}); + this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); + this.Margins = new System.Drawing.Printing.Margins(70, 60, 60, 86); + 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.xrTable11)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.tableDiagnosen)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable12)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable18)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xrTable17)).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)).EndInit(); + + } + + #endregion + + private DevExpress.XtraReports.UI.DetailBand Detail; + private DevExpress.XtraReports.UI.TopMarginBand TopMargin; + private DevExpress.XtraReports.UI.BottomMarginBand BottomMargin; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; + private DevExpress.XtraReports.UI.XRLabel lblTitel; + private DevExpress.XtraReports.UI.XRLabel xrLabel5; + private DevExpress.XtraReports.UI.XRTable xrTable1; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow2; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell5; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtWLabel; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtMLabel; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtGesamtLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow3; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtMigrationWLabel; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtMigrationMLabel; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtMigrationGesamtLabel; + private DevExpress.XtraReports.UI.XRLabel xrLabel4; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader2; + private DevExpress.XtraReports.UI.XRTable xrTable2; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow4; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell8; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow5; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell11; + private DevExpress.XtraReports.UI.XRTableCell anzLedigLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell13; + private DevExpress.XtraReports.UI.XRTableCell anzVerwitwetLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow9; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell16; + private DevExpress.XtraReports.UI.XRTableCell anzGeschiedenLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow10; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell24; + private DevExpress.XtraReports.UI.XRTableCell anzVerheiratetLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell26; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell27; + private DevExpress.XtraReports.UI.XRTableCell anzGetrenntLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow12; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell29; + private DevExpress.XtraReports.UI.XRTableCell familienstandUnbekanntLabel; + private DevExpress.XtraReports.UI.XRTableCell anzFamilienstatusUnbekanntLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell36; + private DevExpress.XtraReports.UI.XRTableCell anzFamilienstandSummeLabel; + private DevExpress.XtraReports.UI.XRLabel xrLabel2; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader3; + private DevExpress.XtraReports.UI.XRTable xrTable5; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow17; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell31; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell32; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow18; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell35; + private DevExpress.XtraReports.UI.XRTableCell cell541; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow19; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell38; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell39; + private DevExpress.XtraReports.UI.XRTableCell cell543; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow20; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell41; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell42; + private DevExpress.XtraReports.UI.XRTableCell cell544; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell45; + private DevExpress.XtraReports.UI.XRTableCell cell546; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell47; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell48; + private DevExpress.XtraReports.UI.XRTableCell cell547; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell50; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell51; + private DevExpress.XtraReports.UI.XRTableCell cell548; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow25; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell55; + private DevExpress.XtraReports.UI.XRTableCell lblLebensverhaeltnisSonstiges; + private DevExpress.XtraReports.UI.XRTableCell cell5411; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell53; + private DevExpress.XtraReports.UI.XRTableCell cell54Gesamt; + private DevExpress.XtraReports.UI.XRLabel xrLabel6; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader4; + private DevExpress.XtraReports.UI.XRTable xrTable6; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow26; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell37; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell40; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow27; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell46; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell49; + private DevExpress.XtraReports.UI.XRTableCell cell551; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell54; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell57; + private DevExpress.XtraReports.UI.XRTableCell cell552; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow29; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell59; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell60; + private DevExpress.XtraReports.UI.XRTableCell cell553; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow30; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell62; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell63; + private DevExpress.XtraReports.UI.XRTableCell cell554; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow31; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell65; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell66; + private DevExpress.XtraReports.UI.XRTableCell cell555; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow32; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell68; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell69; + private DevExpress.XtraReports.UI.XRTableCell cell556; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow33; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell71; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell72; + private DevExpress.XtraReports.UI.XRTableCell cell557; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow35; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell76; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell77; + private DevExpress.XtraReports.UI.XRTableCell cell558; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow36; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell79; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell80; + private DevExpress.XtraReports.UI.XRTableCell cell559; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow37; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell82; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell83; + private DevExpress.XtraReports.UI.XRTableCell cell5510; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow38; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell85; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell86; + private DevExpress.XtraReports.UI.XRTableCell cell5511; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow39; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell88; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell89; + private DevExpress.XtraReports.UI.XRTableCell cell5512; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow40; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell91; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell92; + private DevExpress.XtraReports.UI.XRTableCell cell5513; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow41; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell94; + private DevExpress.XtraReports.UI.XRTableCell EinkommenUnbekanntLabel; + private DevExpress.XtraReports.UI.XRTableCell cell5514; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow43; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell52; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell58; + private DevExpress.XtraReports.UI.XRTableCell cell5515; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow34; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell74; + private DevExpress.XtraReports.UI.XRTableCell cell55Gesamt; + private DevExpress.XtraReports.UI.XRLabel xrLabel7; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader5; + private DevExpress.XtraReports.UI.XRTable xrTable7; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow44; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell61; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell64; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell67; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell70; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow45; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell73; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb18WLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb18MLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb18SummeLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow46; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell84; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb28WLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb28MLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb28SummeLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow47; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell96; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb41WLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb41MLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb41SummeLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow48; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell101; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb60WLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb60MLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb60SummeLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow49; + private DevExpress.XtraReports.UI.XRTableCell AlterUnbekanntLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterUnbekanntWLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterUnbekanntMLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterUnbekanntSummeLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow50; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell109; + private DevExpress.XtraReports.UI.XRTableCell anzSummeAlterWLabel; + private DevExpress.XtraReports.UI.XRTableCell anzSummeAlterMLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterSummeLabel; + private DevExpress.XtraReports.UI.XRLabel xrLabel8; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader6; + private DevExpress.XtraReports.UI.XRLabel xrLabel9; + private DevExpress.XtraReports.UI.XRTable tableDiagnosen; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow52; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell116; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell75; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell87; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow66; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell167; + private DevExpress.XtraReports.UI.XRTableCell cell56Gesamt; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader7; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader8; + private DevExpress.XtraReports.UI.XRLabel xrLabel13; + private DevExpress.XtraReports.UI.XRTable xrTable9; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow70; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell98; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell99; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow71; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell102; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell103; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung1Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow72; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell107; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell108; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung2Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow73; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell112; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell114; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung3Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow74; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell123; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell124; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung4Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow75; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell128; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell129; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung5Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow76; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell133; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell134; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung6Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow77; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell138; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell139; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung7Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow78; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell143; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell144; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung8Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow79; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell148; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell149; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung9Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow80; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell153; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell154; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung10Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow81; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell158; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell159; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung12Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow82; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell163; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell164; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung11Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow83; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell168; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell169; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung13Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow84; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell173; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell174; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung14Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow85; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell176; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell177; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung15Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow86; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell179; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell180; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung16Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow87; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell182; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell183; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung17Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow88; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell185; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell186; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung18Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow89; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell188; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell189; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung19Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow90; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell191; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell192; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung20Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow91; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell194; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell195; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung21Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow92; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell197; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell198; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung22Label; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow93; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell200; + private DevExpress.XtraReports.UI.XRTableCell ZuweisungswegeUnbekanntLabel; + private DevExpress.XtraReports.UI.XRTableCell anzZuweisung23Label; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader10; + private DevExpress.XtraReports.UI.XRTable xrTable11; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow98; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell214; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell238; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell215; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell237; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell216; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell236; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow104; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell239; + private DevExpress.XtraReports.UI.XRTableCell anzBis3Monate5Bis10KLabel; + private DevExpress.XtraReports.UI.XRTableCell anzBis3Monate11Bis20KLabel; + private DevExpress.XtraReports.UI.XRTableCell anzBis3Monate21Bis40KLabel; + private DevExpress.XtraReports.UI.XRTableCell anzBis3MonateUeber40KLabel; + private DevExpress.XtraReports.UI.XRTableCell anzBis3MonateSummeLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow105; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell245; + private DevExpress.XtraReports.UI.XRTableCell anz3Bis6Monate5Bis10KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz3Bis6Monate11Bis20KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz3Bis6Monate21Bis40KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz3Bis6MonateUeber40KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz3Bis6MonateSummeLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow106; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell251; + private DevExpress.XtraReports.UI.XRTableCell anz7Bis12Monate5Bis10KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz7Bis12Monate11Bis20KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz7Bis12Monate21Bis40KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz7Bis12MonateUeber40KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz7Bis12MonateSummeLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow107; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell257; + private DevExpress.XtraReports.UI.XRTableCell anz5Bis10KSummeLabel; + private DevExpress.XtraReports.UI.XRTableCell anz11Bis20KSummeLabel; + private DevExpress.XtraReports.UI.XRTableCell anz21Bis40KSummeLabel; + private DevExpress.XtraReports.UI.XRTableCell anzUeber40KSummeLabel; + private DevExpress.XtraReports.UI.XRTableCell cellAnzahl33Gesamt; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; + private DevExpress.XtraReports.UI.XRTableCell anzBis3Monate1Bis4KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz3Bis6Monate1Bis4KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz7Bis12Monate1Bis4KLabel; + private DevExpress.XtraReports.UI.XRTableCell anz1Bis4KSummeLabel; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader13; + private DevExpress.XtraReports.UI.XRTable xrTable12; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow110; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell110; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell115; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow111; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell125; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell130; + private DevExpress.XtraReports.UI.XRTableCell cell441; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow112; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell140; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell145; + private DevExpress.XtraReports.UI.XRTableCell cell442; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow113; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell155; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell160; + private DevExpress.XtraReports.UI.XRTableCell cell443; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow114; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell170; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell175; + private DevExpress.XtraReports.UI.XRTableCell cell444; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow115; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell181; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell184; + private DevExpress.XtraReports.UI.XRTableCell cell445; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow116; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell190; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell193; + private DevExpress.XtraReports.UI.XRTableCell cell446; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow117; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell199; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell202; + private DevExpress.XtraReports.UI.XRTableCell cell447; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow118; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell211; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell263; + private DevExpress.XtraReports.UI.XRTableCell cell448; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow119; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell265; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell266; + private DevExpress.XtraReports.UI.XRTableCell cell449; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow121; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell276; + private DevExpress.XtraReports.UI.XRTableCell cell44Gesamt; + private DevExpress.XtraReports.UI.XRLabel xrLabel19; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow58; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell28; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell106; + private DevExpress.XtraReports.UI.XRTableCell cell542; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow59; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell121; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell131; + private DevExpress.XtraReports.UI.XRTableCell cell545; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow60; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell137; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell141; + private DevExpress.XtraReports.UI.XRTableCell cell549; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow61; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell147; + private DevExpress.XtraReports.UI.XRTableCell lblLebensverhaeltnisUnbekannt; + private DevExpress.XtraReports.UI.XRTableCell cell5410; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell136; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell142; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell152; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow62; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell161; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell162; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb51WLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb51MLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb51SummeLabel; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell156; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell157; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell212; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell217; + private DevExpress.XtraReports.UI.XRLabel lblMissing23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell221; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtDLabel; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtMigrationDLabel; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow97; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell119; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell146; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtFluchtWLabel; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtFluchtMLabel; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtFluchtDLabel; + private DevExpress.XtraReports.UI.XRTableCell cellGesamtFluchtGesamtLabel; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader9; + private DevExpress.XtraReports.UI.XRLabel xrLabel15; + private DevExpress.XtraReports.UI.XRTable xrTable10; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow99; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell234; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell235; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow100; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell243; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell275; + private DevExpress.XtraReports.UI.XRTableCell cellAnzahl321; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow101; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell283; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell285; + private DevExpress.XtraReports.UI.XRTableCell cellAnzahl322; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow102; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell287; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell291; + private DevExpress.XtraReports.UI.XRTableCell cellAnzahl323; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow156; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell314; + private DevExpress.XtraReports.UI.XRTableCell cellAnzahl32Gesamt; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader11; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell308; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell309; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell310; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader15; + private DevExpress.XtraReports.UI.XRLabel xrLabel16; + private DevExpress.XtraReports.UI.XRTable xrTable18; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow153; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell312; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell313; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell316; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell317; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell318; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow154; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell319; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell320; + private DevExpress.XtraReports.UI.XRTableCell cell341W; + private DevExpress.XtraReports.UI.XRTableCell cell341M; + private DevExpress.XtraReports.UI.XRTableCell cell341D; + private DevExpress.XtraReports.UI.XRTableCell cell341Gesamt; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow155; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell325; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell326; + private DevExpress.XtraReports.UI.XRTableCell cell342W; + private DevExpress.XtraReports.UI.XRTableCell cell342M; + private DevExpress.XtraReports.UI.XRTableCell cell342D; + private DevExpress.XtraReports.UI.XRTableCell cell342Gesamt; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow96; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell210; + private DevExpress.XtraReports.UI.XRTableCell cell35Gesamt; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader16; + private DevExpress.XtraReports.UI.XRTable xrTable17; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow103; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell267; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell273; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow108; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell297; + private DevExpress.XtraReports.UI.XRTableCell cell361; + private DevExpress.XtraReports.UI.XRLabel xrLabel20; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader17; + private DevExpress.XtraReports.UI.XRTable xrTable19; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow109; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell299; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell300; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow125; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell301; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell302; + private DevExpress.XtraReports.UI.XRTableCell cell3621; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow143; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell304; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell305; + private DevExpress.XtraReports.UI.XRTableCell cell3622; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow149; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell307; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell331; + private DevExpress.XtraReports.UI.XRTableCell cell3623; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow152; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell333; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell334; + private DevExpress.XtraReports.UI.XRTableCell cell3624; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow157; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell336; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell337; + private DevExpress.XtraReports.UI.XRTableCell cell3625; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow158; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell339; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell340; + private DevExpress.XtraReports.UI.XRTableCell cell3626; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow159; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell342; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell343; + private DevExpress.XtraReports.UI.XRTableCell cell3627; + private DevExpress.XtraReports.UI.XRLabel xrLabel21; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader18; + private DevExpress.XtraReports.UI.XRTable xrTable20; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow160; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell346; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell347; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow161; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell348; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell349; + private DevExpress.XtraReports.UI.XRTableCell cell411; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow162; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell351; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell352; + private DevExpress.XtraReports.UI.XRTableCell cell412; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow163; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell354; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell355; + private DevExpress.XtraReports.UI.XRTableCell cell413; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow164; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell357; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell358; + private DevExpress.XtraReports.UI.XRTableCell cell414; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow165; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell360; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell361; + private DevExpress.XtraReports.UI.XRTableCell cell415; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow166; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell363; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell364; + private DevExpress.XtraReports.UI.XRTableCell cell416; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow167; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell366; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell367; + private DevExpress.XtraReports.UI.XRTableCell cell417; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow168; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell369; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell370; + private DevExpress.XtraReports.UI.XRTableCell cell418; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow169; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell372; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell373; + private DevExpress.XtraReports.UI.XRTableCell cell419; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow184; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell417; + private DevExpress.XtraReports.UI.XRTableCell cell41Gesamt; + private DevExpress.XtraReports.UI.XRLabel xrLabel23; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader19; + private DevExpress.XtraReports.UI.XRLabel xrLabel25; + private DevExpress.XtraReports.UI.XRTable xrTable21; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow170; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell376; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell377; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow171; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell378; + private DevExpress.XtraReports.UI.XRTableCell cell42; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader20; + private DevExpress.XtraReports.UI.XRTable xrTable22; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow172; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell381; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell382; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow173; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell383; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell384; + private DevExpress.XtraReports.UI.XRTableCell cell4311; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow174; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell386; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell387; + private DevExpress.XtraReports.UI.XRTableCell cell4312; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow175; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell389; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell390; + private DevExpress.XtraReports.UI.XRTableCell cell4313; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow176; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell392; + private DevExpress.XtraReports.UI.XRTableCell cell431Gesamt; + private DevExpress.XtraReports.UI.XRLabel xrLabel26; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow177; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell394; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell395; + private DevExpress.XtraReports.UI.XRTableCell cell4314; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow178; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell397; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell398; + private DevExpress.XtraReports.UI.XRTableCell cell4315; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow179; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell400; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell401; + private DevExpress.XtraReports.UI.XRTableCell cell4316; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader21; + private DevExpress.XtraReports.UI.XRLabel xrLabel27; + private DevExpress.XtraReports.UI.XRTable xrTable23; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow180; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell404; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell405; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow181; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell406; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell407; + private DevExpress.XtraReports.UI.XRTableCell cell4321; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow182; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell409; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell410; + private DevExpress.XtraReports.UI.XRTableCell cell4322; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow183; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell412; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell413; + private DevExpress.XtraReports.UI.XRTableCell cell4323; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow185; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell415; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell416; + private DevExpress.XtraReports.UI.XRTableCell cell4324; + private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader22; + private DevExpress.XtraReports.UI.XRTable xrTable24; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow186; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell421; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell422; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow187; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell423; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell424; + private DevExpress.XtraReports.UI.XRTableCell cell4331; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow188; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell426; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell427; + private DevExpress.XtraReports.UI.XRTableCell cell4332; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow189; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell429; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell430; + private DevExpress.XtraReports.UI.XRTableCell cell4333; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow190; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell432; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell433; + private DevExpress.XtraReports.UI.XRTableCell cell4334; + private DevExpress.XtraReports.UI.XRLabel xrLabel28; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow191; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell435; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell436; + private DevExpress.XtraReports.UI.XRTableCell cell4335; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow192; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell438; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell439; + private DevExpress.XtraReports.UI.XRTableCell cell4336; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow193; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell441; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell442; + private DevExpress.XtraReports.UI.XRTableCell cell4337; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow194; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell444; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell445; + private DevExpress.XtraReports.UI.XRTableCell cell4338; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow195; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell447; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell448; + private DevExpress.XtraReports.UI.XRTableCell cell4339; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell450; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb18DLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb28DLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb41DLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb51DLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterAb60DLabel; + private DevExpress.XtraReports.UI.XRTableCell anzAlterUnbekanntDLabel; + private DevExpress.XtraReports.UI.XRTableCell anzSummeAlterDLabel; + private DevExpress.XtraReports.UI.XRLabel xrLabel1; + private DevExpress.XtraReports.UI.XRTable xrTable3; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow7; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell17; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow8; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell19; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; + private DevExpress.XtraReports.UI.XRTableCell cell531; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow13; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; + private DevExpress.XtraReports.UI.XRTableCell cell532; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow15; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell30; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell34; + private DevExpress.XtraReports.UI.XRTableCell cell533; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow54; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell117; + private DevExpress.XtraReports.UI.XRTableCell cell53Gesamt; + private DevExpress.XtraReports.UI.XRTable xrTable4; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow16; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell56; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell78; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow42; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell81; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell90; + private DevExpress.XtraReports.UI.XRTableCell cell571; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow51; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell95; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell97; + private DevExpress.XtraReports.UI.XRTableCell cell572; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow53; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell104; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell105; + private DevExpress.XtraReports.UI.XRTableCell cell573; + private DevExpress.XtraReports.UI.XRTableRow xrTableRow55; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell113; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell120; + private DevExpress.XtraReports.UI.XRTableCell cell574; + private DevExpress.XtraReports.UI.XRLabel xrLabel3; + } +} diff --git a/ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.cs b/ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.cs new file mode 100644 index 000000000..5b6a34444 --- /dev/null +++ b/ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.cs @@ -0,0 +1,1603 @@ +using System; +using System.Collections.Generic; +using System.Linq; + +using BS.Shared; +using BS.Shared.Core; + +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BeWo.Report; +using BeWo.Report.ReportObjects; +using System.Text; +using GpzBiberachReports; + + +namespace BeWo.GpzBiberachReports +{ + public partial class JahresauswertungMissinglist2022 : DevExpress.XtraReports.UI.XtraReport, IBeWoReport + { + private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; + private DevExpress.XtraReports.UI.DetailBand detailBand1; + private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; + + public JahresauswertungMissinglist2022() + { + InitializeComponent(); + } + + public void SetReportDataSource(QueryRO pRO) + { + //var reportDate = DateTime.Parse(pRO.Rows[0].Field1.ToString()); + var reportDate = new DateTime(DateTime.Now.Year, 1, 1); + + if (pRO.Rows != null) + { + DateTime dt; + if (DateTime.TryParse(pRO.Rows[0].Field1.ToString(), out dt)) + { + reportDate = new DateTime(dt.Year, 1, 1); + + + } + } + lblTitel.Text = String.Format("2. Vom SpDi versorgte Personen {0:yyyy}", reportDate); + + #region RowVariables + + // 2.1 Insgesamt betreute Personen + int anzMaennlichGesamt = 0; + int anzWeiblichGesamt = 0; + int anzMaennlichAuslaender = 0; + int anzWeiblichAuslaender = 0; + + // 2.2 Insgesamt betreute Personen + int anzDirektGesamt = 0; + int anzDirektMGesamt = 0; + int anzDirektWGesamt = 0; + int anzDirektGesamtErst = 0; + int anzIndirektAngehoerigGesamt = 0; + int anzIndirektAngehoerigGesamtErst = 0; + int anzIndirektSonstigeGesamt = 0; + int anzIndirektSonstigeGesamtErst = 0; + StringBuilder sbOhneDirektOderIndirekt = new StringBuilder(); + + // 2.3 Dauer der Betreuung im Rahmen der Grundversorgung + int anzBis3MonateBetreuung1Bis4Kontakte = 0; + StringBuilder anzBis3MonateBetreuung1Bis4KontakteSb = new StringBuilder(); + int anzBis3MonateBetreuung5Bis10Kontakte = 0; + StringBuilder anzBis3MonateBetreuung5Bis10KontakteSb = new StringBuilder(); + int anzBis3MonateBetreuung11Bis20Kontakte = 0; + StringBuilder anzBis3MonateBetreuung11Bis20KontakteSb = new StringBuilder(); + int anzBis3MonateBetreuung21Bis40Kontakte = 0; + StringBuilder anzBis3MonateBetreuung21Bis40KontakteSb = new StringBuilder(); + int anzBis3MonateBetreuung40PlusKontakte = 0; + StringBuilder anzBis3MonateBetreuung40PlusKontakteSb = new StringBuilder(); + + int anzBis3MonateBetreuungSumme = 0; + + int anz3Bis6MonateBetreuung1Bis4Kontakte = 0; + StringBuilder anz3Bis6MonateBetreuung1Bis4KontakteSb = new StringBuilder(); + int anz3Bis6MonateBetreuung5Bis10Kontakte = 0; + StringBuilder anz3Bis6MonateBetreuung5Bis10KontakteSb = new StringBuilder(); + int anz3Bis6MonateBetreuung11Bis20Kontakte = 0; + StringBuilder anz3Bis6MonateBetreuung11Bis20KontakteSb = new StringBuilder(); + int anz3Bis6MonateBetreuung21Bis40Kontakte = 0; + StringBuilder anz3Bis6MonateBetreuung21Bis40KontakteSb = new StringBuilder(); + int anz3Bis6MonateBetreuung40PlusKontakte = 0; + StringBuilder anz3Bis6MonateBetreuung40PlusKontakteSb = new StringBuilder(); + int anz3Bis6MonateBetreuungSumme = 0; + + int anz7Bis12MonateBetreuung1Bis4Kontakte = 0; + StringBuilder anz7Bis12MonateBetreuung1Bis4KontakteSb = new StringBuilder(); + int anz7Bis12MonateBetreuung5Bis10Kontakte = 0; + StringBuilder anz7Bis12MonateBetreuung5Bis10KontakteSb = new StringBuilder(); + int anz7Bis12MonateBetreuung11Bis20Kontakte = 0; + StringBuilder anz7Bis12MonateBetreuung11Bis20KontakteSb = new StringBuilder(); + int anz7Bis12MonateBetreuung21Bis40Kontakte = 0; + StringBuilder anz7Bis12MonateBetreuung21Bis40KontakteSb = new StringBuilder(); + int anz7Bis12MonateBetreuung40PlusKontakte = 0; + StringBuilder anz7Bis12MonateBetreuung40PlusKontakteSb = new StringBuilder(); + int anz7Bis12MonateBetreuungSumme = 0; + + StringBuilder sbOhne23 = new StringBuilder(); + + // 2.4 Beendigung längerfristiger Betreuung in der Grundversorgung im Berichtsjahr + int anzBeendigungInGegenseitigemEinvernehmen = 0; + int anzBeendigungDurchVermittlungInAnschlussbetreuung = 0; + int anzBeendigungDurchUebergangInSoziotherapie = 0; + int anzBeendigungDurchKlient = 0; + int anzBeendigungDurchDienst = 0; + int anzBeendigungDurchEndeDerRegionalenZustaendigkeit = 0; + int anzBeendigungDurchTodAusserSuizid = 0; + int anzBeendigungDurchSuizid = 0; + int anzBeendigungDurchSonstiges = 0; + + // 2.5 Zuweisungswege + int anzZuweisungDurchPsychiatrischesKrankenhaus = 0; + int anzZuweisungDurchAndereKlinik = 0; + int anzZuweisungDurchPIA = 0; + int anzZuweisungDurchNiedergelassenerNervenarzt = 0; + int anzZuweisungDurchNiedergelassenerArzt = 0; + int anzZuweisungDurchSozialpsychiatrischeEinrichtung = 0; + int anzZuweisungDurchREHAEinrichtung = 0; + int anzZuweisungDurchAllgemeinerSozialdienst = 0; + int anzZuweisungDurchAmtFuerOeffentlicheOrdnungGericht = 0; + int anzZuweisungDurchSozialamt = 0; + int anzZuweisungDurchGesundheitsamt = 0; + int anzZuweisungDurchJobcenter = 0; + int anzZuweisungDurchSozialstationNachbarschaftshilfe = 0; + int anzZuweisungDurchBeratungsstelle = 0; + int anzZuweisungDurchTherapeut = 0; + int anzZuweisungDurchEhrenamtlicher = 0; + int anzZuweisungDurchNachbarAngehoeriger = 0; + int anzZuweisungDurchEigeninitiativePatient = 0; + int anzZuweisungDurchKollegeArbeitgeber = 0; + int anzZuweisungDurchGesetzlicherBetreuer = 0; + int anzZuweisungDurchWohnungslosenhilfe = 0; + int anzZuweisungDurchBewaehrungshilfe = 0; + int anzZuweisungDurchUnbekannt = 0; + int anzZuweisungDurchSonstiges = 0; + StringBuilder zuweisungswegeUnbekanntSb = new StringBuilder(); + zuweisungswegeUnbekanntSb.AppendLine("Unbekannt:"); + StringBuilder zuweisungswegeSonstigesSb = new StringBuilder(); + zuweisungswegeSonstigesSb.AppendLine("Sonstiges:"); + + // 3.1 Familienstand + int anzLedig = 0; + int anzVerwitwert = 0; + int anzGeschieden = 0; + int anzVerheiratet = 0; + int anzGetrennt = 0; + int anzPartner = 0; + int anzPartnerMarried = 0; + int anzEntpartnert = 0; + int anzPartnerDead = 0; + int anzFamlienstandUnbekannt = 0; + StringBuilder familienStandUnbekanntSb = new StringBuilder(); + familienStandUnbekanntSb.AppendLine("Unbekannt:"); + + // 3.1a Person hat minderjährige(s) Kind(er) + int anzMitMinderjaehrigenKindern = 0; + int anzOhneMinderjaehrigenKindern = 0; + int anzAlterKinderUnbekannt = 0; + StringBuilder sb311Unbekannt = new StringBuilder(); + sb311Unbekannt.AppendLine("Unbekannt:"); + + // 3.2 Lebensverhältnisse + int anzAlleinlebend = 0; + int anzLebtMitPartnerin = 0; + int anzAlleinerziehendMitMinderjaehrigenKindern = 0; + int anzMitPartnerLebendMitGgfMinderjaehrigenKindern = 0; + int anzLebtMitEltern = 0; + int anzLebtMitAngehoerigen = 0; + int anzInPrivaterWGLebend = 0; + int anzInBeWoLebend = 0; + int anzOhneFestenWohnsitz = 0; + int anzLebensverhaeltnisUnbekannt = 0; + int anzLebensverhaeltnisSonstiges = 0; + StringBuilder LebensverhaltnisUnbekanntSb = new StringBuilder(); + LebensverhaltnisUnbekanntSb.AppendLine("Unbekannt:"); + + // 3.3 Einkommen + int anzUnterhaltDurchEhepartner = 0; + int anzErwerbsBerufstaetig = 0; + int anzGelegenheitsarbeiten = 0; + int anzUnterhaltDurchFamilie = 0; + int anzErwerbsBerufsunfaehigkeitsrente = 0; + int anzALGI = 0; + int anzALGII = 0; + int anzKrankengeld = 0; + int anzAltersrentePensionWitwenrente = 0; + int anzGrundsicherungNachSGBXII = 0; + int anzEigenesVermoegenErsparnisse = 0; + int anzUebergangsgeld = 0; + int anzWfbM = 0; + int anzEinkommenUnbekannt = 0; + int anzEinkommenSonstiges = 0; + StringBuilder EinkommenUnbekanntSb = new StringBuilder(); + EinkommenUnbekanntSb.AppendLine("Unbekannt:"); + + // 3.4 Alter + int anz18bis27W = 0; + int anz28bis40W = 0; + int anz41bis50W = 0; + int anz51bis60W = 0; + int anzUeber60W = 0; + int anzAlterUnbekanntW = 0; + int anz18bis27M = 0; + int anz28bis40M = 0; + int anz41bis50M = 0; + int anz51bis60M = 0; + int anzUeber60M = 0; + int anzAlterUnbekanntM = 0; + StringBuilder AlterUnbekanntSb = new StringBuilder(); + AlterUnbekanntSb.AppendLine("Unbekannt:"); + + // 3.5 Diagnosen + StringBuilder sbDiagnoseUnbekannt = new StringBuilder(); + sbDiagnoseUnbekannt.AppendLine("Unbekannt / Ärztliche Diagnose nicht vorhanden:"); + Dictionary diagnose2Geschlecht = new Dictionary(); + int ohneDiagnoseM = 0; + int ohneDiagnoseW = 0; + + // 3.6 Gleichzeitig bestehende behandlungsbedürftige körperliche Erkrankung + int anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungJa = 0; + int anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungNein = 0; + int anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungUnbekannt = 0; + StringBuilder ErkrankungUnbekanntSb = new StringBuilder(); + ErkrankungUnbekanntSb.AppendLine("Unbekannt:"); + + + // 3.7 Gleichzeitig bestehende behandlungsbedürftige Suchtproblematik + int anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikJa = 0; + int anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikNein = 0; + int anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikUnbekannt = 0; + StringBuilder SuchtproblematikUnbekanntSb = new StringBuilder(); + SuchtproblematikUnbekanntSb.AppendLine("Unbekannt:"); + + + // 3.8 Gleichzeitig bestehende, für die Betreuung relevante Minderbegabung + int anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungJa = 0; + int anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungNein = 0; + int anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungUnbekannt = 0; + StringBuilder MinderbegabungUnbekanntSb = new StringBuilder(); + MinderbegabungUnbekanntSb.AppendLine("Unbekannt:"); + + // 3.9 Ärztliche Versorgung + int anz39_1 = 0; + int anz39_2 = 0; + int anz39_3 = 0; + int anz39_4 = 0; + int anz39_5 = 0; + + StringBuilder sbArztVersorgung39 = new StringBuilder(); + sbArztVersorgung39.AppendLine("Unbekannt:"); + + // 4.1 Personen in den einzelnen Leistungsbereichen + int anzSozioTherapieM = 0; + int anzSozioTherapieW = 0; + + + + + + // 5.1 Anzahl der Soziotherapiefälle + int anzSoziotherapiefaelleErstverordnungen = 0; + int anzSoziotherapiefaelleFolgeverordnungen = 0; + + // 6.1.2 Anzahl gemeinsamer Klientinnen mit der PIA + int anzGemeinsamerKlientenMitDerPIA = 0; + StringBuilder piaUnbekanntSb = new StringBuilder(); + piaUnbekanntSb.AppendLine("Unbekannt:"); + + #endregion + + int customercount = 0; + + var customerList = DAOFactory.GenericDAO.GetAllActiveAndArchived(); //.Where(c => c.SupportConcepts.Count > 0 && c.SupportConcepts.Any(sc => sc.StartDate.Value.Year == reportDate.Year)); + + var varFieldDefs = DAOFactory.GenericDAO.GetAllActive(); + var oid2VarfieldDef = varFieldDefs.ToDictionary(varFieldDef => varFieldDef.Oid.Value); + + foreach (var customer in customerList.OrderBy(c => c.Person.LastNameFirstName)) + { + if (customer.Person.LastName == "Jesch") + { + int test = 0; + } + bool hatSoziotherapie = false; + + CostBearer2SupportConcept soPsyDiC2S = null; + foreach (var sc in customer.SupportConcepts) + { + if (sc.IsActive != ActivationTypeId.Deleted) + { + foreach (var cb in sc.CostBearer2SupportConceptList) + { + if (cb.ApprovedStartDate.HasValue && cb.ApprovedStartDate < reportDate.AddYears(1) && + cb.ApprovedEndDate.HasValue && + cb.ApprovedEndDate >= reportDate) + + { + if (cb.ApprovalPeriodList.Any( + a => a.ServiceCategory != null && a.ServiceCategory.Name == "Sozialpsychiatrischer Dienst" && a.StartDate.HasValue && a.StartDate < reportDate.AddYears(1) && a.EndDate.HasValue && a.EndDate >= reportDate)) + { + soPsyDiC2S = cb; + customercount++; + } + if (cb.ApprovalPeriodList.Any( + a => a.ServiceCategory != null && a.ServiceCategory.Name == "Soziotherapie" && a.StartDate.HasValue && a.StartDate < reportDate.AddYears(1) && a.EndDate.HasValue && a.EndDate >= reportDate)) + { + hatSoziotherapie = true; + } + } + + + } + } + } + + if (hatSoziotherapie) + { + if ( + customer.SupportConcepts.Any( + a => + a.IsActive != ActivationTypeId.Deleted && + a.CostBearer2SupportConceptList.Any( + b => + b.ServiceRecords.Any( + c => c.ServiceDescription.Name == "Grundpauschale" && c.Start.Value.Year == reportDate.Year)))) + anzSoziotherapiefaelleErstverordnungen++; + else + anzSoziotherapiefaelleFolgeverordnungen++; + } + + var hatMigrationshintergrund = customer.Person.IsMigrant; + + if (hatSoziotherapie) + { + if (customer.Person.Sex.Equals(Sex.Male)) + anzSozioTherapieM++; + else + anzSozioTherapieW++; + } + + if (soPsyDiC2S != null) + { + DateTime erstbetreuungsDatum = DateTime.MinValue; + foreach (var item in customer.VarFieldValueList.Where(item => + item.VarFieldDefOid.Equals(oid2VarfieldDef.First(f => f.Value.Label.Equals("Erstkontakt")).Key))) + { + var type = Type.GetType(item.TypeName); + var label = Utils.XMLDeserializeFromString(item.SerializedValue, type).ToString(); + + + DateTime dtemp = DateTime.MinValue; + if (DateTime.TryParse(label, out dtemp)) + { + erstbetreuungsDatum = dtemp; + } + } + + bool istErstbetreuung = false; + + if (erstbetreuungsDatum >= reportDate && erstbetreuungsDatum < reportDate.AddYears(1)) + { + istErstbetreuung = true; + } + + //bool hatPia = false; + //foreach (var item in customer.VarFieldValueList.Where(item => item.VarFieldDefOid.Equals(oid2VarfieldDef.First(f => f.Value.Label.Equals("dabei gleichzeitig bei PIA Arzt")).Key))) + // hatPia = item.SerializedValue.Contains("true"); + + + // Längerfristig betreut + //int recordsDiesesJahr = soPsyDiC2S.ServiceRecords.Where(sr => sr.Start >= reportDate && sr.Start < reportDate.AddYears(1)).Count(); + + + //2.1 + #region 2.1. + if (customer.Person.Sex == Sex.Male) + { + anzMaennlichGesamt++; + if (hatMigrationshintergrund) + anzMaennlichAuslaender++; + } + else + { + anzWeiblichGesamt++; + if (hatMigrationshintergrund) + anzWeiblichAuslaender++; + } + #endregion + + + #region 2.2. + //anzIndirekteBetreuungErstbetreuung + + //recordsDiesesJahr = 0; + int anzDirekt = 0; + int anzIndirektAngehoerige = 0; + int anzIndirektSonstige = 0; + + var serviceRecordsDiesesJahr = soPsyDiC2S.ServiceRecords.Where(sr => sr.Start >= reportDate && sr.Start < reportDate.AddYears(1)); + + foreach (var sr in serviceRecordsDiesesJahr) + { + if (sr.ServiceDescription.ServiceCategory.Name == "Sozialpsychiatrischer Dienst") + { + if (sr.ServiceDescription.Name.Contains("Indirekt")) + + { + if (sr.ServiceDescription.Name.Contains("Angehörige")) + { + anzIndirektAngehoerige++; + } + else + { + anzIndirektSonstige++; + } + + } + else + { + anzDirekt++; + } + } + } + + if (anzDirekt > 0) + { + anzDirektGesamt++; + if (istErstbetreuung) + { + anzDirektGesamtErst++; + } + if (customer.Person.Sex == Sex.Male) + { + anzDirektMGesamt++; + } + else + { + anzDirektWGesamt++; + } + } + else if (anzIndirektAngehoerige > 0) + { + anzIndirektAngehoerigGesamt++; + if (istErstbetreuung) + { + anzIndirektAngehoerigGesamtErst++; + } + + } + else if (anzIndirektSonstige > 0) + { + anzIndirektSonstigeGesamt++; + if (istErstbetreuung) + { + anzIndirektSonstigeGesamtErst++; + } + + } + + if (anzDirekt == 0 && anzIndirektAngehoerige == 0 && anzIndirektSonstige == 0) + { + sbOhneDirektOderIndirekt.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + #endregion + + + #region 2.3 Dauer der Betreuung im Rahmen der Grundversorgung + + if (anzDirekt > 0) + { + int anzKontakte = anzDirekt; + + var ersterKontakt = DateTime.MaxValue; + var letzterKontakt = DateTime.MinValue; + + IList recordsInSpan = new List(); + + foreach (var sr in serviceRecordsDiesesJahr) + { + recordsInSpan.Add(sr); + if (ersterKontakt > sr.Start.Value) + ersterKontakt = sr.Start.Value; + + if (letzterKontakt < sr.End.Value) + letzterKontakt = sr.End.Value; + } + + if (ersterKontakt < new DateTime(reportDate.Year, 1, 1)) + ersterKontakt = new DateTime(reportDate.Year, 1, 1); + if (ersterKontakt > letzterKontakt) + letzterKontakt = ersterKontakt; + + var zeitraum = letzterKontakt - ersterKontakt; + + //if (recordsInSpan.Count == 0) + //{ + // sbOhne23.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + //} + + // bis 3 Monate + if (zeitraum.Days < 91) + { + if (anzKontakte > 0 && anzKontakte < 5) + { + anzBis3MonateBetreuung1Bis4Kontakte++; + anzBis3MonateBetreuung1Bis4KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 4 && anzKontakte < 11) + { + anzBis3MonateBetreuung5Bis10Kontakte++; + anzBis3MonateBetreuung5Bis10KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 10 && anzKontakte < 21) + { + anzBis3MonateBetreuung11Bis20Kontakte++; + anzBis3MonateBetreuung11Bis20KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 20 && anzKontakte < 41) + { + anzBis3MonateBetreuung21Bis40Kontakte++; + anzBis3MonateBetreuung21Bis40KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 40) + { + anzBis3MonateBetreuung40PlusKontakte++; + anzBis3MonateBetreuung40PlusKontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + + } + } + else if (zeitraum.Days < 181) // 3-6 Monate + { + if (anzKontakte > 0 && anzKontakte < 5) + { + anz3Bis6MonateBetreuung1Bis4Kontakte++; + anz3Bis6MonateBetreuung1Bis4KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 4 && anzKontakte < 11) + { + anz3Bis6MonateBetreuung5Bis10Kontakte++; + anz3Bis6MonateBetreuung5Bis10KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 10 && anzKontakte < 21) + { + anz3Bis6MonateBetreuung11Bis20Kontakte++; + anz3Bis6MonateBetreuung11Bis20KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 20 && anzKontakte < 41) + { + anz3Bis6MonateBetreuung21Bis40Kontakte++; + anz3Bis6MonateBetreuung21Bis40KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 40) + { + anz3Bis6MonateBetreuung40PlusKontakte++; + anz3Bis6MonateBetreuung40PlusKontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + + } + else + { + if (anzKontakte > 0 && anzKontakte < 5) + { + anz7Bis12MonateBetreuung1Bis4Kontakte++; + anz7Bis12MonateBetreuung1Bis4KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 4 && anzKontakte < 11) + { + anz7Bis12MonateBetreuung5Bis10Kontakte++; + anz7Bis12MonateBetreuung5Bis10KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 10 && anzKontakte < 21) + { + anz7Bis12MonateBetreuung11Bis20Kontakte++; + anz7Bis12MonateBetreuung11Bis20KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 20 && anzKontakte < 41) + { + anz7Bis12MonateBetreuung21Bis40Kontakte++; + anz7Bis12MonateBetreuung21Bis40KontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (anzKontakte > 40) + { + anz7Bis12MonateBetreuung40PlusKontakte++; + anz7Bis12MonateBetreuung40PlusKontakteSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + } + } + + #endregion + + + + #region 2.4 Beendigung der Betreuung + //int anzBeendigungInGegenseitigemEinvernehmen = 0; + //int anzBeendigungDurchVermittlungInAnschlussbetreuung = 0; + //int anzBeendigungDurchUebergangInSoziotherapie = 0; + //int anzBeendigungDurchKlient = 0; + //int anzBeendigungDurchDienst = 0; + //int anzBeendigungDurchEndeDerRegionalenZustaendigkeit = 0; + //int anzBeendigungDurchTodAusserSuizid = 0; + //int anzBeendigungDurchSuizid = 0; + //int anzBeendigungDurchSonstiges = 0; + if (customer.TerminationReason != null) + { + var reason = customer.TerminationReason.Value.ToLower().Trim(); + + if (reason.Contains("einvernehmen ohne")) + { + anzBeendigungInGegenseitigemEinvernehmen++; + } + else if (reason.Contains("vermittlung")) + { + anzBeendigungDurchVermittlungInAnschlussbetreuung++; + } + else if (reason.Contains("soziotherapie")) + { + anzBeendigungDurchUebergangInSoziotherapie++; + } + else if (reason.Contains("beendigung durch klient")) + { + anzBeendigungDurchKlient++; + } + else if (reason.Contains("eendigung durch dienst")) + { + anzBeendigungDurchDienst++; + } + else if (reason.Contains("ende") && reason.Contains("zuständigkeit")) + { + anzBeendigungDurchEndeDerRegionalenZustaendigkeit++; + } + else if (reason.Contains("natürlicher tod")) + { + anzBeendigungDurchTodAusserSuizid++; + } + else if (reason.Contains("suizid")) + { + anzBeendigungDurchSuizid++; + } + else + { + anzBeendigungDurchSonstiges++; + } + + + } + #endregion + + #region 2.5 Zuweisungswege + if (istErstbetreuung) + { + bool hatZuweisung = false; + foreach (var placement in customer.PlacementList) + { + if (!hatZuweisung && placement.PlacementDate.HasValue && placement.PlacementDate.Value >= reportDate && + placement.PlacementDate.Value < reportDate.AddYears(1) && placement.Objective != null) + { + hatZuweisung = true; + var zLabel = placement.Objective.Value; + + if (zLabel != null) + { + zLabel = zLabel.Trim(); + } + + switch (zLabel) + { + case "Psychiatrisches Krankenhaus": + anzZuweisungDurchPsychiatrischesKrankenhaus++; + break; + case "Andere Klinik": + anzZuweisungDurchAndereKlinik++; + break; + case "PIA": + anzZuweisungDurchPIA++; + break; + case "Niedergelassener Nervenarzt": + anzZuweisungDurchNiedergelassenerNervenarzt++; + break; + case "Niedergelassener Arzt": + anzZuweisungDurchNiedergelassenerArzt++; + break; + case "Sozialpsychiatrische Einrichtung": + anzZuweisungDurchSozialpsychiatrischeEinrichtung++; + break; + case "Ambulante/Stationäre Sozialpsychiatrische Einrichtung": + anzZuweisungDurchSozialpsychiatrischeEinrichtung++; + break; + case "REHA-Einrichtung": + anzZuweisungDurchREHAEinrichtung++; + break; + case "Allgemeiner Sozialdienst": + anzZuweisungDurchAllgemeinerSozialdienst++; + break; + case "Amt für Öffentliche Ordnung / Gericht": + anzZuweisungDurchAmtFuerOeffentlicheOrdnungGericht++; + break; + case "Sozialamt": + anzZuweisungDurchSozialamt++; + break; + case "Gesundheitsamt": + anzZuweisungDurchGesundheitsamt++; + break; + case "Jobcenter": + anzZuweisungDurchJobcenter++; + break; + case "Sozialstation / Nachbarschaftshilfe": + anzZuweisungDurchSozialstationNachbarschaftshilfe++; + break; + case "Beratungsstelle": + anzZuweisungDurchBeratungsstelle++; + break; + case "Therapeut/in": + anzZuweisungDurchTherapeut++; + break; + case "Ehrenamtliche/r": + anzZuweisungDurchEhrenamtlicher++; + break; + case "Nachbarn / Angehörige": + anzZuweisungDurchNachbarAngehoeriger++; + break; + case "Eigeninitiative der Patientin/des Patienten": + anzZuweisungDurchEigeninitiativePatient++; + break; + case "KollegIn / Arbeitgeber": + anzZuweisungDurchKollegeArbeitgeber++; + break; + case "Gesetzlicher Betreuer": + anzZuweisungDurchGesetzlicherBetreuer++; + break; + case "Wohnungslosenhilfe": + anzZuweisungDurchWohnungslosenhilfe++; + break; + case "Bewährungshilfe": + anzZuweisungDurchBewaehrungshilfe++; + break; + case "Sonstiges": + anzZuweisungDurchSonstiges++; + zuweisungswegeSonstigesSb.AppendLine(String.Format("{0}, {1}", + customer.Person.LastName, customer.Person.FirstName)); + break; + default: + anzZuweisungDurchUnbekannt++; + zuweisungswegeUnbekanntSb.AppendLine(String.Format("{0}, {1}", + customer.Person.LastName, customer.Person.FirstName)); + break; + + } + } + } + + if (!hatZuweisung) + { + anzZuweisungDurchUnbekannt++; + zuweisungswegeUnbekanntSb.AppendLine(String.Format("{0}, {1}", + customer.Person.LastName, customer.Person.FirstName)); + } + } + + #endregion + + #region 3.1 Familienstand + + switch (customer.Person.FamilyStatus) + { + case FamilyStatus.Single: + anzLedig++; + break; + case FamilyStatus.Widowed: + anzVerwitwert++; + break; + case FamilyStatus.Divorced: + anzGeschieden++; + break; + case FamilyStatus.Married: + anzVerheiratet++; + break; + case FamilyStatus.PartnerDivorced: + anzGetrennt++; + break; + case FamilyStatus.Partner: + anzPartner++; + break; + case FamilyStatus.PartnerMarried: + anzPartnerMarried++; + break; + case FamilyStatus.Entpartnert: + anzEntpartnert++; + break; + case FamilyStatus.PartnerDead: + anzPartnerDead++; + break; + default: + anzFamlienstandUnbekannt++; + familienStandUnbekanntSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + break; + } + + + #endregion + + #region 3.1.1 Betreute Personen mit minderjährigem Kind oder Kindern + + var def311 = oid2VarfieldDef[61]; + var vv311 = customer.VarFieldValueList.FirstOrDefault(v => v.VarFieldDefOid.Equals(def311.Oid)); + //lebt alleine + //lebt mit Eltern/Kindern/Verwandten + //lebt in priv. Wohngemeinschaft + //lebt mit (Ehe-)Partner/in + //lebt in betreuter Wohnform + //Lebensverhältnisse unbekannt + + //lebt alleine;lebt mit PartnerIn;lebt alleinerziehend mit minderjährigen Kind(ern);lebt mit PartnerIn und ggf. minderjährigen Kind(ern);lebt mit Eltern;lebt mit Angehörigen;lebt in priv. Wohngemeinschaft;lebt in betreuter Wohnform;ohne festen Wohnsitz;Lebensverhältnisse unbekannt;Sonstiges + if (vv311 != null) + { + var type = Type.GetType(vv311.TypeName); + var label = Utils.XMLDeserializeFromString(vv311.SerializedValue, type).ToString(); + + switch (label) + { + case "Ja": + anzMitMinderjaehrigenKindern++; + break; + case "Kein Kind": + anzOhneMinderjaehrigenKindern++; + break; + default: + anzAlterKinderUnbekannt++; + sb311Unbekannt.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + break; + } + } + else + { + anzAlterKinderUnbekannt++; + sb311Unbekannt.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + + #endregion + + #region 3.2 Lebensverhältnisse + + var def = oid2VarfieldDef.First(v => v.Value.Label.Equals("Lebensverhältnisse")).Value; + var lvvalue = customer.VarFieldValueList.FirstOrDefault(v => v.VarFieldDefOid.Equals(def.Oid)); + //lebt alleine + //lebt mit Eltern/Kindern/Verwandten + //lebt in priv. Wohngemeinschaft + //lebt mit (Ehe-)Partner/in + //lebt in betreuter Wohnform + //Lebensverhältnisse unbekannt + + //lebt alleine;lebt mit PartnerIn;lebt alleinerziehend mit minderjährigen Kind(ern);lebt mit PartnerIn und ggf. minderjährigen Kind(ern);lebt mit Eltern;lebt mit Angehörigen;lebt in priv. Wohngemeinschaft;lebt in betreuter Wohnform;ohne festen Wohnsitz;Lebensverhältnisse unbekannt;Sonstiges + if (lvvalue != null) + { + var type = Type.GetType(lvvalue.TypeName); + var label = Utils.XMLDeserializeFromString(lvvalue.SerializedValue, type).ToString(); + + switch (label) + { + case "lebt alleine": + anzAlleinlebend++; + break; + case "lebt mit PartnerIn": + anzLebtMitPartnerin++; + break; + case "lebt alleinerziehend mit minderjährigen Kind(ern)": + anzAlleinerziehendMitMinderjaehrigenKindern++; + break; + case "lebt mit PartnerIn und ggf. minderjährigen Kind(ern)": + anzMitPartnerLebendMitGgfMinderjaehrigenKindern++; + break; + case "lebt mit (Ehe-)Partner/in": + anzMitPartnerLebendMitGgfMinderjaehrigenKindern++; + break; + case "lebt mit Eltern": + anzLebtMitEltern++; + break; + case "lebt mit Eltern/Kindern/Verwandten": + anzLebtMitEltern++; + break; + case "lebt mit Angehörigen": + anzLebtMitAngehoerigen++; + break; + case "lebt in priv. Wohngemeinschaft": + anzInPrivaterWGLebend++; + break; + case "lebt in betreuter Wohnform": + anzInBeWoLebend++; + break; + case "ohne festen Wohnsitz": + anzOhneFestenWohnsitz++; + break; + case "Sonstiges": + anzLebensverhaeltnisSonstiges++; + break; + default: + anzLebensverhaeltnisUnbekannt++; + LebensverhaltnisUnbekanntSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + break; + } + } + else + { + anzLebensverhaeltnisUnbekannt++; + LebensverhaltnisUnbekanntSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + + #endregion + + #region 3.3 Einkommen + //Unterhalt d. Ehepartner;Erwerbs-/Berufstätigkeit;Gelegenheitsarbeiten;Unterhalt d. Familie;Erwerbs-/Berufsmindernd;ALG I;ALG II;Krankengeld;Altersrente/-pension/Witwenrente;Grundsicherung;Eigenes Vermögen/Ersparnisse;Übergangsgeld;WfbM;Ausbildungsgeld;Kindergeld;sonstige;unbekannt;Wohngeld + + var finanzielleSituation = oid2VarfieldDef.First(f => f.Value.Label.ToLower().Equals("finanzielle situation")).Value; + var klientenSituation = customer.VarFieldValueList.FirstOrDefault(f => f.VarFieldDefOid.Equals(finanzielleSituation.Oid)); + + if (klientenSituation != null) + { + var type = Type.GetType(klientenSituation.TypeName); + var situation = Utils.XMLDeserializeFromString(klientenSituation.SerializedValue, type).ToString(); + + + switch (situation) + { + case "Unterhalt d. Ehepartner": + anzUnterhaltDurchEhepartner++; + break; + case "Erwerbs-/Berufstätigkeit": + anzErwerbsBerufstaetig++; + break; + case "Gelegenheitsarbeiten": + anzGelegenheitsarbeiten++; + break; + case "Unterhalt d. Familie": + anzUnterhaltDurchFamilie++; + break; + case "Erwerbs-/Berufsmindernd": + anzErwerbsBerufsunfaehigkeitsrente++; + break; + case "Arbeitslosengeld": + anzALGI++; + break; + case "ALG I": + anzALGI++; + break; + case "ALG II": + anzALGII++; + break; + case "Krankengeld": + anzKrankengeld++; + break; + case "Altersrente/-pension/Witwenrente": + anzAltersrentePensionWitwenrente++; + break; + case "Grundsicherung": + anzGrundsicherungNachSGBXII++; + break; + case "Eigenes Vermögen/Ersparnisse": + anzEigenesVermoegenErsparnisse++; + break; + case "Übergangsgeld": + anzUebergangsgeld++; + break; + case "WfbM": + anzWfbM++; + break; + case "unbekannt": + anzEinkommenUnbekannt++; + EinkommenUnbekanntSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + break; + default: + anzEinkommenSonstiges++; + break; + } + } + else + { + anzEinkommenUnbekannt++; + EinkommenUnbekanntSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + + #endregion + + + #region 3.4 Alter + + var geb = customer.Person.DateOfBirth; + + if (geb == null) + { + if (customer.Person.Sex.Equals(Sex.Male)) + anzAlterUnbekanntM++; + else + anzAlterUnbekanntW++; + + AlterUnbekanntSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + else if (geb.Value < DateTime.Now) + { + var alter = (new DateTime(1, 1, 1) + (DateTime.Now - geb.Value)).Year - 1; + + if (customer.Person.Sex.Equals(Sex.Male)) + { + if (alter < 28) + anz18bis27M++; + else if (alter < 41) + anz28bis40M++; + else if (alter < 51) + anz41bis50M++; + else if (alter < 61) + anz51bis60M++; + else if (alter > 60) + anzUeber60M++; + } + else + { + if (alter < 28) + anz18bis27W++; + else if (alter < 41) + anz28bis40W++; + else if (alter < 51) + anz41bis50W++; + else if (alter < 61) + anz51bis60W++; + else if (alter > 60) + anzUeber60W++; + } + } + + #endregion + + + #region 3.5 Diagnose + + bool hasDiagnose = JahresauswertungHelper.AddDiagnoseZuDict2(customer, diagnose2Geschlecht); + if (!hasDiagnose) + { + sbDiagnoseUnbekannt.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + + if (customer.Person.Sex == Sex.Male) + { + ohneDiagnoseM++; + } + else + { + ohneDiagnoseW++; + } + + } + + #endregion + + #region 3.6 Gleichzeitig bestehende behandlungsbedürftige körperliche Erkrankung + + + + foreach ( + var item in + customer.VarFieldValueList.Where( + item => + item.VarFieldDefOid.Equals( + oid2VarfieldDef.First( + f => f.Value.Label.Equals("Gleichzeitig bestehende behandlungsbedürftige körperliche Erkrankung")) + .Key))) + { + if (item.SerializedValue.Contains("true")) + anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungJa++; + if (item.SerializedValue.Contains("false")) + anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungNein++; + } + if ( + customer.VarFieldValueList.Where( + item => + item.VarFieldDefOid.Equals( + oid2VarfieldDef.First( + f => f.Value.Label.Equals("Gleichzeitig bestehende behandlungsbedürftige körperliche Erkrankung")) + .Key)).ToList().Count == 0) + { + anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungUnbekannt++; + ErkrankungUnbekanntSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, + customer.Person.FirstName)); + } + + #endregion + + #region 3.7 Gleichzeitig bestehende behandlungsbedürftige Suchtproblematik + + foreach ( + var item in + customer.VarFieldValueList.Where( + item => + item.VarFieldDefOid.Equals( + oid2VarfieldDef.First( + f => f.Value.Label.Equals("Gleichzeitig bestehende behandlungsbedürftige Suchtproblematik")).Key))) + { + if (item.SerializedValue.Contains("true")) + anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikJa++; + if (item.SerializedValue.Contains("false")) + anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikNein++; + } + if ( + customer.VarFieldValueList.Where( + item => + item.VarFieldDefOid.Equals( + oid2VarfieldDef.First( + f => f.Value.Label.Equals("Gleichzeitig bestehende behandlungsbedürftige Suchtproblematik")).Key)) + .ToList() + .Count == 0) + { + anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikUnbekannt++; + SuchtproblematikUnbekanntSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, + customer.Person.FirstName)); + } + + #endregion + + #region 3.8 Gleichzeitig bestehende, für die Betreuung relevante Minderbegabung + + foreach ( + var item in + customer.VarFieldValueList.Where( + item => + item.VarFieldDefOid.Equals( + oid2VarfieldDef.First( + f => f.Value.Label.Equals("Gleichzeitig bestehende, für die Betreuung relevante Minderbegabung")) + .Key))) + { + if (item.SerializedValue.Contains("true")) + anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungJa++; + if (item.SerializedValue.Contains("false")) + anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungNein++; + } + if ( + customer.VarFieldValueList.Where( + item => + item.VarFieldDefOid.Equals( + oid2VarfieldDef.First( + f => f.Value.Label.Equals("Gleichzeitig bestehende, für die Betreuung relevante Minderbegabung")) + .Key)).ToList().Count == 0) + { + anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungUnbekannt++; + MinderbegabungUnbekanntSb.AppendLine(String.Format("{0}, {1}", customer.Person.LastName, customer.Person.FirstName)); + } + + #endregion + + #region 3.9 Ärztliche Versorgung + //Unterhalt d. Ehepartner;Erwerbs-/Berufstätigkeit;Gelegenheitsarbeiten;Unterhalt d. Familie;Erwerbs-/Berufsmindernd;ALG I;ALG II;Krankengeld;Altersrente/-pension/Witwenrente;Grundsicherung;Eigenes Vermögen/Ersparnisse;Übergangsgeld;WfbM;Ausbildungsgeld;Kindergeld;sonstige;unbekannt;Wohngeld + + var def39_1 = oid2VarfieldDef[62]; + var def39_2 = oid2VarfieldDef[63]; + var def39_3 = oid2VarfieldDef[64]; + var def39_4 = oid2VarfieldDef[65]; + var def39_5 = oid2VarfieldDef[66]; + + var val39_1 = customer.VarFieldValueList.FirstOrDefault(f => f.VarFieldDefOid.Equals(def39_1.Oid)); + var val39_2 = customer.VarFieldValueList.FirstOrDefault(f => f.VarFieldDefOid.Equals(def39_2.Oid)); + var val39_3 = customer.VarFieldValueList.FirstOrDefault(f => f.VarFieldDefOid.Equals(def39_3.Oid)); + var val39_4 = customer.VarFieldValueList.FirstOrDefault(f => f.VarFieldDefOid.Equals(def39_4.Oid)); + var val39_5 = customer.VarFieldValueList.FirstOrDefault(f => f.VarFieldDefOid.Equals(def39_5.Oid)); + + + if (val39_1 != null) + { + var type = Type.GetType(val39_1.TypeName); + var flag = Utils.XMLDeserializeFromString(val39_1.SerializedValue, type).ToString().ToLower(); + if (flag == "true") + { + anz39_1++; + } + + } + if (val39_2 != null) + { + var type = Type.GetType(val39_2.TypeName); + var flag = Utils.XMLDeserializeFromString(val39_2.SerializedValue, type).ToString().ToLower(); + if (flag == "true") + { + anz39_2++; + } + + } + if (val39_3 != null) + { + var type = Type.GetType(val39_3.TypeName); + var flag = Utils.XMLDeserializeFromString(val39_3.SerializedValue, type).ToString().ToLower(); + if (flag == "true") + { + anz39_3++; + } + + } + if (val39_4 != null) + { + var type = Type.GetType(val39_4.TypeName); + var flag = Utils.XMLDeserializeFromString(val39_4.SerializedValue, type).ToString().ToLower(); + if (flag == "true") + { + anz39_4++; + } + + } + if (val39_5 != null) + { + var type = Type.GetType(val39_5.TypeName); + var flag = Utils.XMLDeserializeFromString(val39_5.SerializedValue, type).ToString().ToLower(); + if (flag == "true") + { + anz39_5++; + } + + } + #endregion + } + } + + int summe211 = anzMaennlichGesamt + anzWeiblichGesamt; + int summe221 = anzDirektGesamt; + + cellGesamtMLabel.Text = string.Format("{0}", anzMaennlichGesamt); + cellGesamtWLabel.Text = string.Format("{0}", anzWeiblichGesamt); + cellGesamtMigrationMLabel.Text = string.Format("{0}", anzMaennlichAuslaender); + cellGesamtMigrationWLabel.Text = string.Format("{0}", anzWeiblichAuslaender); + + cellGesamtMigrationGesamtLabel.Text = string.Format("{0}", anzWeiblichAuslaender + anzMaennlichAuslaender); + cellGesamtGesamtLabel.Text = string.Format("{0}", summe211); + + //3.2 + // CB Hier muss ich noch ran + //anzPerson321.Text = string.Format("{0}", anzDirektGesamt); + //anzPersonen322.Text = string.Format("{0}", anzDirektGesamtErst); + //anzPersonen323.Text = string.Format("{0}", anzIndirektAngehoerigGesamt); + + if (sbOhneDirektOderIndirekt.Length > 0) + { + //lblOhneDirektOderIndirekt.Text = "Personen ohne Zuordnung in der Zeiterfassung: " + + sbOhneDirektOderIndirekt.ToString().Trim(); + } + + // 2.3 + + anzBis3MonateBetreuungSumme = anzBis3MonateBetreuung1Bis4Kontakte + anzBis3MonateBetreuung5Bis10Kontakte + anzBis3MonateBetreuung11Bis20Kontakte + anzBis3MonateBetreuung21Bis40Kontakte + anzBis3MonateBetreuung40PlusKontakte; + anzBis3Monate1Bis4KLabel.Text = string.Format("{0}", anzBis3MonateBetreuung1Bis4Kontakte); + anzBis3Monate1Bis4KLabel.Text += "\n" + anzBis3MonateBetreuung1Bis4KontakteSb.ToString(); + anzBis3Monate5Bis10KLabel.Text = string.Format("{0}", anzBis3MonateBetreuung5Bis10Kontakte); + anzBis3Monate5Bis10KLabel.Text += "\n" + anzBis3MonateBetreuung5Bis10KontakteSb.ToString(); + anzBis3Monate11Bis20KLabel.Text = string.Format("{0}", anzBis3MonateBetreuung11Bis20Kontakte); + anzBis3Monate11Bis20KLabel.Text += "\n" + anzBis3MonateBetreuung11Bis20KontakteSb.ToString(); + anzBis3Monate21Bis40KLabel.Text = string.Format("{0}", anzBis3MonateBetreuung21Bis40Kontakte); + anzBis3Monate21Bis40KLabel.Text += "\n" + anzBis3MonateBetreuung21Bis40KontakteSb.ToString(); + anzBis3MonateUeber40KLabel.Text = string.Format("{0}", anzBis3MonateBetreuung40PlusKontakte); + anzBis3MonateUeber40KLabel.Text += "\n" + anzBis3MonateBetreuung40PlusKontakteSb.ToString(); + anzBis3MonateSummeLabel.Text = string.Format("{0}", anzBis3MonateBetreuungSumme); + + anz3Bis6MonateBetreuungSumme = anz3Bis6MonateBetreuung1Bis4Kontakte + anz3Bis6MonateBetreuung5Bis10Kontakte + anz3Bis6MonateBetreuung11Bis20Kontakte + anz3Bis6MonateBetreuung21Bis40Kontakte + anz3Bis6MonateBetreuung40PlusKontakte; + anz3Bis6Monate1Bis4KLabel.Text = string.Format("{0}", anz3Bis6MonateBetreuung1Bis4Kontakte); + anz3Bis6Monate1Bis4KLabel.Text += "\n" + anz3Bis6MonateBetreuung1Bis4KontakteSb.ToString(); + anz3Bis6Monate5Bis10KLabel.Text = string.Format("{0}", anz3Bis6MonateBetreuung5Bis10Kontakte); + anz3Bis6Monate5Bis10KLabel.Text += "\n" + anz3Bis6MonateBetreuung5Bis10KontakteSb.ToString(); + anz3Bis6Monate11Bis20KLabel.Text = string.Format("{0}", anz3Bis6MonateBetreuung11Bis20Kontakte); + anz3Bis6Monate11Bis20KLabel.Text += "\n" + anz3Bis6MonateBetreuung11Bis20KontakteSb.ToString(); + anz3Bis6Monate21Bis40KLabel.Text = string.Format("{0}", anz3Bis6MonateBetreuung21Bis40Kontakte); + anz3Bis6Monate21Bis40KLabel.Text += "\n" + anz3Bis6MonateBetreuung21Bis40KontakteSb.ToString(); + anz3Bis6MonateUeber40KLabel.Text = string.Format("{0}", anz3Bis6MonateBetreuung40PlusKontakte); + anz3Bis6MonateUeber40KLabel.Text += "\n" + anz3Bis6MonateBetreuung40PlusKontakteSb.ToString(); + anz3Bis6MonateSummeLabel.Text = string.Format("{0}", anz3Bis6MonateBetreuungSumme); + + anz7Bis12MonateBetreuungSumme = anz7Bis12MonateBetreuung1Bis4Kontakte + anz7Bis12MonateBetreuung5Bis10Kontakte + anz7Bis12MonateBetreuung11Bis20Kontakte + anz7Bis12MonateBetreuung21Bis40Kontakte + anz7Bis12MonateBetreuung40PlusKontakte; + anz7Bis12Monate1Bis4KLabel.Text = string.Format("{0}", anz7Bis12MonateBetreuung1Bis4Kontakte); + anz7Bis12Monate1Bis4KLabel.Text += "\n" + anz7Bis12MonateBetreuung1Bis4KontakteSb.ToString(); + anz7Bis12Monate5Bis10KLabel.Text = string.Format("{0}", anz7Bis12MonateBetreuung5Bis10Kontakte); + anz7Bis12Monate5Bis10KLabel.Text += "\n" + anz7Bis12MonateBetreuung5Bis10KontakteSb.ToString(); + anz7Bis12Monate11Bis20KLabel.Text = string.Format("{0}", anz7Bis12MonateBetreuung11Bis20Kontakte); + anz7Bis12Monate11Bis20KLabel.Text += "\n" + anz7Bis12MonateBetreuung11Bis20KontakteSb.ToString(); + anz7Bis12Monate21Bis40KLabel.Text = string.Format("{0}", anz7Bis12MonateBetreuung21Bis40Kontakte); + anz7Bis12Monate21Bis40KLabel.Text += "\n" + anz7Bis12MonateBetreuung21Bis40KontakteSb.ToString(); + anz7Bis12MonateUeber40KLabel.Text = string.Format("{0}", anz7Bis12MonateBetreuung40PlusKontakte); + anz7Bis12MonateUeber40KLabel.Text += "\n" + anz7Bis12MonateBetreuung40PlusKontakteSb.ToString(); + anz7Bis12MonateSummeLabel.Text = string.Format("{0}", anz7Bis12MonateBetreuungSumme); + + anz1Bis4KSummeLabel.Text = string.Format("{0}", anzBis3MonateBetreuung1Bis4Kontakte + anz3Bis6MonateBetreuung1Bis4Kontakte + anz7Bis12MonateBetreuung1Bis4Kontakte); + anz5Bis10KSummeLabel.Text = string.Format("{0}", anzBis3MonateBetreuung5Bis10Kontakte + anz3Bis6MonateBetreuung5Bis10Kontakte + anz7Bis12MonateBetreuung5Bis10Kontakte); + anz11Bis20KSummeLabel.Text = string.Format("{0}", anzBis3MonateBetreuung11Bis20Kontakte + anz3Bis6MonateBetreuung11Bis20Kontakte + anz7Bis12MonateBetreuung11Bis20Kontakte); + anz21Bis40KSummeLabel.Text = string.Format("{0}", anzBis3MonateBetreuung21Bis40Kontakte + anz3Bis6MonateBetreuung21Bis40Kontakte + anz7Bis12MonateBetreuung21Bis40Kontakte); + anzUeber40KSummeLabel.Text = string.Format("{0}", anzBis3MonateBetreuung40PlusKontakte + anz3Bis6MonateBetreuung40PlusKontakte + anz7Bis12MonateBetreuung40PlusKontakte); + + //anzDauerLaengBetreuungSummeLabel.Text = string.Format("{0}", anzBis3MonateBetreuungSumme + anz3Bis6MonateBetreuungSumme + anz7Bis12MonateBetreuungSumme); + //anzDauerLaengBetreuungSummeAus412Label.Text = string.Format("{0}", anzDirektGesamt); + + if (sbOhne23.Length > 0) + { + lblMissing23.Text = "Personen ohne Kontakte: " + + sbOhne23.ToString().Trim(); + } + + + anzZuweisung1Label.Text = string.Format("{0}", anzZuweisungDurchPsychiatrischesKrankenhaus); + anzZuweisung2Label.Text = string.Format("{0}", anzZuweisungDurchAndereKlinik); + anzZuweisung3Label.Text = string.Format("{0}", anzZuweisungDurchPIA); + anzZuweisung4Label.Text = string.Format("{0}", anzZuweisungDurchNiedergelassenerNervenarzt); + anzZuweisung5Label.Text = string.Format("{0}", anzZuweisungDurchNiedergelassenerArzt); + anzZuweisung6Label.Text = string.Format("{0}", anzZuweisungDurchSozialpsychiatrischeEinrichtung); + anzZuweisung7Label.Text = string.Format("{0}", anzZuweisungDurchREHAEinrichtung); + anzZuweisung8Label.Text = string.Format("{0}", anzZuweisungDurchAllgemeinerSozialdienst); + anzZuweisung9Label.Text = string.Format("{0}", anzZuweisungDurchAmtFuerOeffentlicheOrdnungGericht); + anzZuweisung10Label.Text = string.Format("{0}", anzZuweisungDurchSozialamt); + + anzZuweisung12Label.Text = string.Format("{0}", anzZuweisungDurchGesundheitsamt); + anzZuweisung11Label.Text = string.Format("{0}", anzZuweisungDurchJobcenter); + anzZuweisung13Label.Text = string.Format("{0}", anzZuweisungDurchSozialstationNachbarschaftshilfe); + anzZuweisung14Label.Text = string.Format("{0}", anzZuweisungDurchBeratungsstelle); + anzZuweisung15Label.Text = string.Format("{0}", anzZuweisungDurchTherapeut); + anzZuweisung16Label.Text = string.Format("{0}", anzZuweisungDurchEhrenamtlicher); + anzZuweisung17Label.Text = string.Format("{0}", anzZuweisungDurchNachbarAngehoeriger); + anzZuweisung18Label.Text = string.Format("{0}", anzZuweisungDurchEigeninitiativePatient); + anzZuweisung19Label.Text = string.Format("{0}", anzZuweisungDurchKollegeArbeitgeber); + anzZuweisung20Label.Text = string.Format("{0}", anzZuweisungDurchGesetzlicherBetreuer); + + anzZuweisung21Label.Text = string.Format("{0}", anzZuweisungDurchWohnungslosenhilfe); + anzZuweisung22Label.Text = string.Format("{0}", anzZuweisungDurchBewaehrungshilfe); + anzZuweisung23Label.Text = string.Format("{0}", anzZuweisungDurchUnbekannt); + //anzZuweisung24Label.Text = string.Format("{0}", anzZuweisungDurchSonstiges); + + //anzZuweisungSummeLabel.Text = string.Format("{0}", anzZuweisungDurchPsychiatrischesKrankenhaus + + // anzZuweisungDurchAndereKlinik + + // anzZuweisungDurchPIA + + // anzZuweisungDurchNiedergelassenerNervenarzt + + // anzZuweisungDurchNiedergelassenerArzt + + // anzZuweisungDurchSozialpsychiatrischeEinrichtung + + // anzZuweisungDurchREHAEinrichtung + + // anzZuweisungDurchAllgemeinerSozialdienst + + // anzZuweisungDurchAmtFuerOeffentlicheOrdnungGericht + + // anzZuweisungDurchSozialamt + + // anzZuweisungDurchGesundheitsamt + + // anzZuweisungDurchJobcenter + + // anzZuweisungDurchSozialstationNachbarschaftshilfe + + // anzZuweisungDurchBeratungsstelle + + // anzZuweisungDurchTherapeut + + // anzZuweisungDurchEhrenamtlicher + + // anzZuweisungDurchNachbarAngehoeriger + + // anzZuweisungDurchEigeninitiativePatient + + // anzZuweisungDurchKollegeArbeitgeber + + // anzZuweisungDurchGesetzlicherBetreuer + + // anzZuweisungDurchWohnungslosenhilfe + + // anzZuweisungDurchBewaehrungshilfe + + // anzZuweisungDurchUnbekannt + + // anzZuweisungDurchSonstiges); + //anzZuweisungSumme221Label.Text = string.Format("{0}", anzDirektGesamtErst); + + //cellSumme22Erstbetreuung.Text = string.Format("{0}", anzDirektGesamt); + + + //anzWSozioLabel.Text = string.Format("{0}", anzSozioTherapieW); + //anzPersonenDirektErstbetreuung22.Text = string.Format("{0}", anzSozioTherapieM + anzSozioTherapieW); + + anzLedigLabel.Text = string.Format("{0}", anzLedig); + anzVerwitwetLabel.Text = string.Format("{0}", anzVerwitwert); + anzGeschiedenLabel.Text = string.Format("{0}", anzGeschieden); + anzVerheiratetLabel.Text = string.Format("{0}", anzVerheiratet); + anzGetrenntLabel.Text = string.Format("{0}", anzGetrennt); + //anzPartnerschaftLabel.Text = string.Format("{0}", anzPartner); + //anzVerpartnertLabel.Text = string.Format("{0}", anzPartnerMarried); + //anzEntpartnertLabel.Text = string.Format("{0}", anzEntpartnert); + //anzPartnerhinterbliebenLabel.Text = string.Format("{0}", anzPartnerDead); + anzFamilienstatusUnbekanntLabel.Text = string.Format("{0}", anzFamlienstandUnbekannt); + anzFamilienstandSummeLabel.Text = string.Format("{0}", anzLedig + anzVerheiratet + anzGeschieden + anzVerwitwert + anzGetrennt + + + anzPartner + anzPartnerMarried + anzEntpartnert + anzPartnerDead + anzFamlienstandUnbekannt); + + //anzFamilienstandSumme23Label.Text = string.Format("{0}", summe211); + + //3.1.1 + //anzKindJa311.Text = string.Format("{0}", anzMitMinderjaehrigenKindern); + //anzKeinKind311.Text = string.Format("{0}", anzOhneMinderjaehrigenKindern); + //anzKindUnbekannt311.Text = string.Format("{0}", anzAlterKinderUnbekannt); + //anzSumme311.Text = string.Format("{0}", anzMitMinderjaehrigenKindern + anzOhneMinderjaehrigenKindern + anzAlterKinderUnbekannt); + //anzSumme311211.Text = string.Format("{0}", summe211); + //cell311Unbekannt.Text = sb311Unbekannt.ToString().Trim(); + + + //3.2 + cell541.Text = string.Format("{0}", anzAlleinlebend); + cell541.Text = string.Format("{0}", anzLebtMitPartnerin); + cell543.Text = string.Format("{0}", anzAlleinerziehendMitMinderjaehrigenKindern); + cell544.Text = string.Format("{0}", anzMitPartnerLebendMitGgfMinderjaehrigenKindern); + cell545.Text = string.Format("{0}", anzLebtMitEltern); + cell546.Text = string.Format("{0}", anzLebtMitAngehoerigen); + cell547.Text = string.Format("{0}", anzInPrivaterWGLebend); + cell548.Text = string.Format("{0}", anzInBeWoLebend); + cell549.Text = string.Format("{0}", anzOhneFestenWohnsitz); + cell5410.Text = string.Format("{0}", anzLebensverhaeltnisUnbekannt); + cell5411.Text = string.Format("{0}", anzLebensverhaeltnisSonstiges); + + cell54Gesamt.Text = string.Format("{0}", anzAlleinlebend + + anzLebtMitPartnerin + + anzAlleinerziehendMitMinderjaehrigenKindern + + anzMitPartnerLebendMitGgfMinderjaehrigenKindern + + anzLebtMitEltern + + anzLebtMitAngehoerigen + + anzInPrivaterWGLebend + + anzInBeWoLebend + + anzOhneFestenWohnsitz + + anzLebensverhaeltnisUnbekannt + + anzLebensverhaeltnisSonstiges); + //anz32_Summe211.Text = string.Format("{0}", summe211); + + + cell551.Text = string.Format("{0}", anzUnterhaltDurchEhepartner); + cell552.Text = string.Format("{0}", anzErwerbsBerufstaetig); + cell553.Text = string.Format("{0}", anzGelegenheitsarbeiten); + cell554.Text = string.Format("{0}", anzUnterhaltDurchFamilie); + cell555.Text = string.Format("{0}", anzErwerbsBerufsunfaehigkeitsrente); + cell556.Text = string.Format("{0}", anzALGI); + cell557.Text = string.Format("{0}", anzALGII); + cell558.Text = string.Format("{0}", anzKrankengeld); + cell559.Text = string.Format("{0}", anzAltersrentePensionWitwenrente); + cell5510.Text = string.Format("{0}", anzGrundsicherungNachSGBXII); + cell5511.Text = string.Format("{0}", anzEigenesVermoegenErsparnisse); + cell5512.Text = string.Format("{0}", anzUebergangsgeld); + cell5513.Text = string.Format("{0}", anzWfbM); + cell5514.Text = string.Format("{0}", anzEinkommenUnbekannt); + cell5515.Text = string.Format("{0}", anzEinkommenSonstiges); + + cell55Gesamt.Text = string.Format("{0}", anzUnterhaltDurchEhepartner + + anzErwerbsBerufstaetig + + anzGelegenheitsarbeiten + + anzUnterhaltDurchFamilie + + anzErwerbsBerufsunfaehigkeitsrente + + anzALGI + + anzALGII + + anzKrankengeld + + anzAltersrentePensionWitwenrente + + anzGrundsicherungNachSGBXII + + anzEigenesVermoegenErsparnisse + + anzUebergangsgeld + + anzWfbM + + anzEinkommenUnbekannt + + anzEinkommenSonstiges); + //lblSumme33_211.Text = string.Format("{0}", summe211); + + //CBXXXanzSumme23Label.Text = anzLaengerFristigGesamtLabel.Text; + //CBXXXanz32_Summe211.Text = anzLaengerFristigGesamtLabel.Text; + + anzAlterAb18MLabel.Text = string.Format("{0}", anz18bis27M); + anzAlterAb18WLabel.Text = string.Format("{0}", anz18bis27W); + anzAlterAb18SummeLabel.Text = string.Format("{0}", anz18bis27W + anz18bis27M); + + anzAlterAb28MLabel.Text = string.Format("{0}", anz28bis40M); + anzAlterAb28WLabel.Text = string.Format("{0}", anz28bis40W); + anzAlterAb28SummeLabel.Text = string.Format("{0}", anz28bis40W + anz28bis40M); + + anzAlterAb41MLabel.Text = string.Format("{0}", anz41bis50M); + anzAlterAb41WLabel.Text = string.Format("{0}", anz41bis50W); + anzAlterAb41SummeLabel.Text = string.Format("{0}", anz41bis50W + anz41bis50M); + + anzAlterAb51MLabel.Text = string.Format("{0}", anz51bis60M); + anzAlterAb51WLabel.Text = string.Format("{0}", anz51bis60W); + anzAlterAb51SummeLabel.Text = string.Format("{0}", anz51bis60W + anz51bis60M); + + anzAlterAb60MLabel.Text = string.Format("{0}", anzUeber60M); + anzAlterAb60WLabel.Text = string.Format("{0}", anzUeber60W); + anzAlterAb60SummeLabel.Text = string.Format("{0}", anzUeber60W + anzUeber60M); + + anzAlterUnbekanntMLabel.Text = string.Format("{0}", anzAlterUnbekanntM); + anzAlterUnbekanntWLabel.Text = string.Format("{0}", anzAlterUnbekanntW); + anzAlterUnbekanntSummeLabel.Text = string.Format("{0}", anzAlterUnbekanntW + anzAlterUnbekanntM); + + var alterSummeW = anz18bis27W + + anz28bis40W + + anz41bis50W + + anz51bis60W + + anzUeber60W + + anzAlterUnbekanntW; + + anzSummeAlterWLabel.Text = string.Format("{0}", alterSummeW); + + var alterSummeM = anz18bis27M + + anz28bis40M + + anz41bis50M + + anz51bis60M + + anzUeber60M + + anzAlterUnbekanntM; + + anzSummeAlterMLabel.Text = string.Format("{0}", alterSummeM); + + anzAlterSummeLabel.Text = string.Format("{0}", alterSummeW + alterSummeM); + + //anzSumme34_211MLabel.Text = string.Format("{0}", anzMaennlichGesamt); + //anzSumme34_211WLabel.Text = string.Format("{0}", anzWeiblichGesamt); + //anzSumme34_211GesamtLabel.Text = string.Format("{0}", summe211); + + + //JahresauswertungHelper.CreateDiagnoseTable2(tableDiagnosen, diagnose2Geschlecht, sbDiagnoseUnbekannt.ToString(), ohneDiagnoseW, ohneDiagnoseM); + + + //lblDiagnose_211M.Text = string.Format("{0}", anzMaennlichGesamt); + //lblDiagnose_211W.Text = string.Format("{0}", anzWeiblichGesamt); + //lblDiagnose_211Summe.Text = string.Format("{0}", summe211); + + + //anz36Ja.Text = string.Format("{0}", anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungJa); + //anz36Nein.Text = string.Format("{0}", anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungNein); + //anz36Unbekannt.Text = string.Format("{0}", anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungUnbekannt); + //anz36Summe.Text = string.Format("{0}", anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungJa + anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungNein + anzGleichzeitigBestehendeBehandlungsbeduerftigeKoerperlicheErkrankungUnbekannt); + //anz36Summe211.Text = string.Format("{0}", summe211); + + //anz37Ja.Text = string.Format("{0}", anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikJa); + //anz37Nein.Text = string.Format("{0}", anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikNein); + //anz37Unbekannt.Text = string.Format("{0}", anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikUnbekannt); + //anz37Summe.Text = string.Format("{0}", anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikJa + anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikNein + anzGleichzeitigBestehendeBehandlungsbeduerftigeSuchtproblematikUnbekannt); + //anz37Summe211.Text = string.Format("{0}", summe211); + + //anz38Ja.Text = string.Format("{0}", anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungJa); + //anz38Nein.Text = string.Format("{0}", anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungNein); + //anz38Unbekannt.Text = string.Format("{0}", anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungUnbekannt); + //anz38Summe.Text = string.Format("{0}", anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungJa + anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungNein + anzGleichzeitigBestehendeFuerDieBetreuungRelevanteMinderbegabungUnbekannt); + //anz38Summe211.Text = string.Format("{0}", summe211); + + //lbl39_1.Text = string.Format("{0}", anz39_1); + //lbl39_2.Text = string.Format("{0}", anz39_2); + //lbl39_3.Text = string.Format("{0}", anz39_3); + //lbl39_4.Text = string.Format("{0}", anz39_4); + //lbl39_5.Text = string.Format("{0}", anz39_5); + //lbl39_summe.Text = string.Format("{0}", anz39_1 + anz39_2 + anz39_3 + anz39_4 + anz39_5); + + cell441.Text = string.Format("{0}", anzBeendigungInGegenseitigemEinvernehmen); + cell442.Text = string.Format("{0}", anzBeendigungDurchVermittlungInAnschlussbetreuung); + cell443.Text = string.Format("{0}", anzBeendigungDurchUebergangInSoziotherapie); + cell444.Text = string.Format("{0}", anzBeendigungDurchKlient); + cell445.Text = string.Format("{0}", anzBeendigungDurchDienst); + cell446.Text = string.Format("{0}", anzBeendigungDurchEndeDerRegionalenZustaendigkeit); + cell447.Text = string.Format("{0}", anzBeendigungDurchTodAusserSuizid); + cell448.Text = string.Format("{0}", anzBeendigungDurchSuizid); + cell449.Text = string.Format("{0}", anzBeendigungDurchSonstiges); + cell44Gesamt.Text = string.Format("{0}", anzBeendigungInGegenseitigemEinvernehmen + + anzBeendigungDurchVermittlungInAnschlussbetreuung + + anzBeendigungDurchUebergangInSoziotherapie + + anzBeendigungDurchKlient + + anzBeendigungDurchDienst + + anzBeendigungDurchEndeDerRegionalenZustaendigkeit + + anzBeendigungDurchTodAusserSuizid + + anzBeendigungDurchSuizid + + anzBeendigungDurchSonstiges); + + //anzGemeinsameKlientenMitPIALabel.Text = string.Format("{0} Personen", anzGemeinsamerKlientenMitDerPIA); + + + + + // anzBetreuung1Label.Text = string.Format("{0}", anzKurzbetreuung); + //anzBetreuung1ErstLabel.Text = string.Format("{0}", anzKurzbetreuungErstbetreuung); + + //anzBetreuung2Label.Text = string.Format("{0}", anzLangfristigeBetreuung); + //anzBetreuung2ErstLabel.Text = string.Format("{0}", anzLangfristigeBetreuungErstbetreuung); + + //anzBetreuung3Label.Text = string.Format("{0}", anzIndirekteBetreuung); + //anzBetreuung3ErstLabel.Text = string.Format("{0}", anzIndirekteBetreuungErstbetreuung); + + // anzBetreuungSummeLabel.Text = string.Format("{0}", anzKurzbetreuung + anzLangfristigeBetreuung + anzIndirekteBetreuung); + //anzBetreuungSummeErstLabel.Text = string.Format("{0}", anzKurzbetreuungErstbetreuung + anzLangfristigeBetreuungErstbetreuung + anzIndirekteBetreuungErstbetreuung); + // anzBetreuungSummeAus221Label.Text = anzKlientenGesamtLabel.Text; + //anzBetreuungErstSummeAus221Label.Text = anzBetreuungSummeErstLabel.Text; + + + + + //anzDauerLaengBetreuungSummeAus412Label.Text = anzBetreuung2Label.Text; + + //anzSoziotherapiefaelleErstverordnungenLabel.Text = string.Format("{0}", anzSoziotherapiefaelleErstverordnungen); + //anzSoziotherapiefaelleFolgeverordnungenLabel.Text = string.Format("{0}", anzSoziotherapiefaelleFolgeverordnungen); + //anzSoziotherapiefaelleGesamtLabel.Text = string.Format("{0}", anzSoziotherapiefaelleErstverordnungen + anzSoziotherapiefaelleFolgeverordnungen); + + //Jahresauswertung mit Unbekannten + familienstandUnbekanntLabel.Text = familienStandUnbekanntSb.ToString().Trim(); + lblLebensverhaeltnisUnbekannt.Text = LebensverhaltnisUnbekanntSb.ToString().Trim(); + EinkommenUnbekanntLabel.Text = EinkommenUnbekanntSb.ToString().Trim(); + AlterUnbekanntLabel.Text = AlterUnbekanntSb.ToString().Trim(); + + //CBXXXKörperlicheErkrankungUnbekanntLabel.Text = ErkrankungUnbekanntSb.ToString().Trim(); + //CBXXXSuchtproblematikUnbekanntLabel.Text = SuchtproblematikUnbekanntSb.ToString().Trim(); + //CBXXXMinderbegabungUnbekanntLabel.Text = MinderbegabungUnbekanntSb.ToString().Trim(); + //ZuweisungswegeUnbekanntLabel.Text = zuweisungswegeUnbekanntSb.ToString().Trim(); + //ZuweisungswegeNeuLabel.Text = zuweisungswegeSonstigesSb.ToString().Trim(); + + + //StringBuilder sb = new StringBuilder(); + //sb.AppendLine("Längerfristig betreute Personen:"); + + //foreach (var name in laengerfristigBetreutePersonenSb.OrderBy(s => s)) + //{ + // sb.AppendLine(name); + //} + //CBXXXcellAllePersonen23.Text = sb.ToString().Trim(); + } + + private static bool IstSchaltjahr(int jahr) + { + return jahr%4 == 0 && jahr%100 != 0 || jahr%4 == 0 && jahr%400 == 0; + } + } +} diff --git a/ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.resx b/ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.resx new file mode 100644 index 000000000..1af7de150 --- /dev/null +++ b/ReportImp/GpzBiberachReports/JahresauswertungMissinglist2022.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + \ No newline at end of file diff --git a/ReportImp/HausTheresia/CustomerDataReport.Designer.cs b/ReportImp/HausTheresia/CustomerDataReport.Designer.cs index 902e2b0eb..d74b53271 100644 --- a/ReportImp/HausTheresia/CustomerDataReport.Designer.cs +++ b/ReportImp/HausTheresia/CustomerDataReport.Designer.cs @@ -74,6 +74,7 @@ namespace BeWo.HausTheresia this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail2 = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); @@ -159,9 +160,9 @@ namespace BeWo.HausTheresia this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).BeginInit(); @@ -170,7 +171,6 @@ namespace BeWo.HausTheresia ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -653,6 +653,10 @@ namespace BeWo.HausTheresia this.xrTableCell40.Text = "Notiz"; this.xrTableCell40.Weight = 0.50934579439252337D; // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.CustomerDataRO); + // // DetailReport1 // this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -815,7 +819,6 @@ namespace BeWo.HausTheresia // this.DetailReport3.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail4}); - this.DetailReport3.Expanded = false; this.DetailReport3.Level = 3; this.DetailReport3.Name = "DetailReport3"; // @@ -916,7 +919,6 @@ namespace BeWo.HausTheresia this.GroupHeader2}); this.DetailReport4.DataMember = "EnvironmentPersons"; this.DetailReport4.DataSource = this.bindingSource1; - this.DetailReport4.Expanded = false; this.DetailReport4.Level = 4; this.DetailReport4.Name = "DetailReport4"; // @@ -1561,10 +1563,6 @@ namespace BeWo.HausTheresia this.xrTableCell6.Text = "Erläuterung"; this.xrTableCell6.Weight = 1.1308411214953269D; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.CustomerDataRO); - // // Klientenstammblatt // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -1588,9 +1586,10 @@ namespace BeWo.HausTheresia this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; - this.Version = "13.1"; + this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable8)).EndInit(); @@ -1599,7 +1598,6 @@ namespace BeWo.HausTheresia ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } diff --git a/ReportImp/HphBersenbrueckFreizeitUndReisen/Abrechnung/AbrechnungsInfo.cs b/ReportImp/HphBersenbrueckFreizeitUndReisen/Abrechnung/AbrechnungsInfo.cs index 7334efa19..edee2bd47 100644 --- a/ReportImp/HphBersenbrueckFreizeitUndReisen/Abrechnung/AbrechnungsInfo.cs +++ b/ReportImp/HphBersenbrueckFreizeitUndReisen/Abrechnung/AbrechnungsInfo.cs @@ -255,14 +255,16 @@ namespace HphBersenbrueckFreizeitUndReisen.Abrechnung } - public static decimal GetPreisForEinzelbetreuungEhrenamtlich(DateTime dt) - { - if (dt >= new DateTime(2017, 1, 1)) - { - return 18; - } - return 17.2m; - } + //public static decimal GetPreisForEinzelbetreuungEhrenamtlich(DateTime dt) + //{ + // if (dt >= new DateTime(2017, 1, 1)) + // { + // return 18; + // } + // return 17.2m; + //} + + public static decimal GetPreisForEinzelbetreuungHauptamtlich(DateTime dt) { diff --git a/ReportImp/HphBersenbrueckFreizeitUndReisen/AuswertungSelbstzahler.cs b/ReportImp/HphBersenbrueckFreizeitUndReisen/AuswertungSelbstzahler.cs index 19f28c472..b781a47f3 100644 --- a/ReportImp/HphBersenbrueckFreizeitUndReisen/AuswertungSelbstzahler.cs +++ b/ReportImp/HphBersenbrueckFreizeitUndReisen/AuswertungSelbstzahler.cs @@ -748,6 +748,7 @@ namespace HphBersenbrueckFreizeitUndReisen decimal? tagessatzReisen = null; decimal? tageKurzurlaub = null; decimal verbrauchtVorBericht = 0; + decimal? preisFuerEinzelbetreuung = null; int? tageReisen = null; @@ -789,7 +790,11 @@ namespace HphBersenbrueckFreizeitUndReisen } else { - preis = AbrechnungsInfo.GetPreisForEinzelbetreuungEhrenamtlich(sr.Start.Value); + if (!preisFuerEinzelbetreuung.HasValue) + { + preisFuerEinzelbetreuung = GetPreisVonServiceDescription(sr.ServiceDescription, sr.Start.Value); + } + preis = preisFuerEinzelbetreuung.Value; if (liegtImBerichtszeitraun) { diff --git a/ReportImp/HphBersenbrueckFreizeitUndReisen/Calculations/HphServiceRecordStatisticFactory.cs b/ReportImp/HphBersenbrueckFreizeitUndReisen/Calculations/HphServiceRecordStatisticFactory.cs index 469650b88..64a8fefaf 100644 --- a/ReportImp/HphBersenbrueckFreizeitUndReisen/Calculations/HphServiceRecordStatisticFactory.cs +++ b/ReportImp/HphBersenbrueckFreizeitUndReisen/Calculations/HphServiceRecordStatisticFactory.cs @@ -31,8 +31,9 @@ namespace HphBersenbrueckFreizeitUndReisen.Calculations private Dictionary> key2TagesDict = new Dictionary>(); private int hilfeplanJahr = DateTime.Now.Year; + //private Dictionary preisFuerEinzelbetreuung = new Dictionary(); - public HphServiceRecordStatisticFactory() + public HphServiceRecordStatisticFactory() { } @@ -553,7 +554,14 @@ namespace HphBersenbrueckFreizeitUndReisen.Calculations if (sdName == "einzelbetreuung") { - preis = AbrechnungsInfo.GetPreisForEinzelbetreuungEhrenamtlich(sr.Start.Value); + //String key = String.Format("{0}_{1}_{2}", sr.ServiceDescription.ServiceCategory.Name, sr.ServiceDescription.Name, sr.Start.m); + + //if (!preisFuerEinzelbetreuung.ContainsKey(key)) + //{ + //var neuerPreis = GetPreisVonServiceDescription(sr.ServiceDescription, sr.Start.Value); + //} + + preis = GetPreisVonServiceDescription(sr.ServiceDescription, sr.Start.Value) ?? 0; preis *= (sr.RoundedDuration/60); } else if (sdName.Contains("hauptamt")) @@ -632,7 +640,23 @@ namespace HphBersenbrueckFreizeitUndReisen.Calculations } } - + + private decimal? GetPreisVonServiceDescription(ServiceDescription serviceDescription, DateTime monat) + { + if (serviceDescription != null && serviceDescription.CostRatePeriods != null) + { + var crpDcList = MapperFactory.CostRatePeriodDC_CostRatePeriod.MapToNewDCs(serviceDescription.CostRatePeriods); + + var crp = crpDcList.GetCostRatePeriodForDate(CostRatePeriodType.AmountOfMoney, monat); + + if (crp != null) + { + return crp.CostRateValue; + } + } + + return null; + } private void BerechneBewilligungsBetrag(SupportConceptPeriodStatisticsDC periodStats, DateTime statisticsDate, bool berechneGesamtBewilligung) { decimal monate = 0; diff --git a/ReportImp/HphBersenbrueckFreizeitUndReisen/Helferentgelt.Designer.cs b/ReportImp/HphBersenbrueckFreizeitUndReisen/Helferentgelt.Designer.cs index a488a3739..0df2780ea 100644 --- a/ReportImp/HphBersenbrueckFreizeitUndReisen/Helferentgelt.Designer.cs +++ b/ReportImp/HphBersenbrueckFreizeitUndReisen/Helferentgelt.Designer.cs @@ -69,7 +69,6 @@ namespace HphBersenbrueckFreizeitUndReisen this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); - this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); @@ -78,6 +77,10 @@ namespace HphBersenbrueckFreizeitUndReisen this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.fieldDifferenz = new DevExpress.XtraReports.UI.CalculatedField(); + this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); + this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); @@ -122,6 +125,7 @@ namespace HphBersenbrueckFreizeitUndReisen this.xrTableCell22, this.xrTableCell76, this.xrTableCell81, + this.xrTableCell25, this.xrTableCell82, this.xrTableCell86, this.xrTableCell85, @@ -169,7 +173,7 @@ namespace HphBersenbrueckFreizeitUndReisen this.xrTableCell76.Name = "xrTableCell76"; this.xrTableCell76.StylePriority.UseBackColor = false; this.xrTableCell76.Text = "xrTableCell76"; - this.xrTableCell76.Weight = 0.10869055291388848D; + this.xrTableCell76.Weight = 0.0815179141617064D; // // xrTableCell81 // @@ -181,21 +185,20 @@ namespace HphBersenbrueckFreizeitUndReisen this.xrTableCell81.StylePriority.UseBackColor = false; this.xrTableCell81.StylePriority.UseBorders = false; this.xrTableCell81.Text = "xrTableCell81"; - this.xrTableCell81.Weight = 0.099633009198906261D; + this.xrTableCell81.Weight = 0.081517916697451551D; // // xrTableCell82 // this.xrTableCell82.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell82.BorderWidth = 1; + this.xrTableCell82.BorderWidth = 1F; this.xrTableCell82.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Text", null, "DetailList.ReisenLoa44", "{0:c}")}); + new DevExpress.XtraReports.UI.XRBinding("Text", null, "DetailList.KurzreisenLoa44", "{0:0.00}")}); this.xrTableCell82.Name = "xrTableCell82"; this.xrTableCell82.StylePriority.UseBackColor = false; this.xrTableCell82.StylePriority.UseBorders = false; this.xrTableCell82.StylePriority.UseBorderWidth = false; - this.xrTableCell82.Text = "xrTableCell82"; - this.xrTableCell82.Weight = 0.11321932975385463D; + this.xrTableCell82.Weight = 0.081517917066427539D; // // xrTableCell86 // @@ -204,7 +207,7 @@ namespace HphBersenbrueckFreizeitUndReisen this.xrTableCell86.Name = "xrTableCell86"; this.xrTableCell86.StylePriority.UseBackColor = false; this.xrTableCell86.Text = "xrTableCell86"; - this.xrTableCell86.Weight = 0.12680564861444138D; + this.xrTableCell86.Weight = 0.1222768754890777D; // // xrTableCell85 // @@ -271,6 +274,7 @@ namespace HphBersenbrueckFreizeitUndReisen this.xrTableCell20, this.xrTableCell14, this.xrTableCell15, + this.xrTableCell23, this.xrTableCell16, this.xrTableCell17, this.xrTableCell18, @@ -301,31 +305,31 @@ namespace HphBersenbrueckFreizeitUndReisen // xrTableCell14 // this.xrTableCell14.Name = "xrTableCell14"; - this.xrTableCell14.Text = "LoA 53 Stunden"; - this.xrTableCell14.Weight = 0.10869055291388846D; + this.xrTableCell14.Text = "LoA 53"; + this.xrTableCell14.Weight = 0.081517914161706381D; // // xrTableCell15 // this.xrTableCell15.Name = "xrTableCell15"; - this.xrTableCell15.Text = "LoA 54 KM"; - this.xrTableCell15.Weight = 0.099633009198906261D; + this.xrTableCell15.Text = "LoA 54"; + this.xrTableCell15.Weight = 0.081517916697451551D; // // xrTableCell16 // this.xrTableCell16.Name = "xrTableCell16"; - this.xrTableCell16.Text = "LoA 44 Reisen"; - this.xrTableCell16.Weight = 0.11321933666421401D; + this.xrTableCell16.Text = "LoA 44"; + this.xrTableCell16.Weight = 0.081517913611247855D; // // xrTableCell17 // this.xrTableCell17.Name = "xrTableCell17"; - this.xrTableCell17.Text = "LoA 51 Stunden"; - this.xrTableCell17.Weight = 0.12680564861444138D; + this.xrTableCell17.Text = "LoA 51"; + this.xrTableCell17.Weight = 0.12227688930979647D; // // xrTableCell18 // this.xrTableCell18.Name = "xrTableCell18"; - this.xrTableCell18.Text = "LoA 497 KM"; + this.xrTableCell18.Text = "LoA 497"; this.xrTableCell18.Weight = 0.12680564675889139D; // // xrTableCell19 @@ -343,6 +347,7 @@ namespace HphBersenbrueckFreizeitUndReisen this.xrTableCell21, this.xrTableCell5, this.xrTableCell6, + this.xrTableCell24, this.xrTableCell7, this.xrTableCell8, this.xrTableCell9, @@ -381,7 +386,7 @@ namespace HphBersenbrueckFreizeitUndReisen this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseBackColor = false; this.xrTableCell5.Text = "Stunden"; - this.xrTableCell5.Weight = 0.10869055291388846D; + this.xrTableCell5.Weight = 0.081517914161706381D; // // xrTableCell6 // @@ -391,26 +396,26 @@ namespace HphBersenbrueckFreizeitUndReisen this.xrTableCell6.StylePriority.UseBackColor = false; this.xrTableCell6.StylePriority.UseBorders = false; this.xrTableCell6.Text = "Kilometer"; - this.xrTableCell6.Weight = 0.099633009198906261D; + this.xrTableCell6.Weight = 0.081517916697451551D; // // xrTableCell7 // this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); - this.xrTableCell7.BorderWidth = 1; + this.xrTableCell7.BorderWidth = 1F; this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseBackColor = false; this.xrTableCell7.StylePriority.UseBorders = false; this.xrTableCell7.StylePriority.UseBorderWidth = false; - this.xrTableCell7.Text = "Reisen"; - this.xrTableCell7.Weight = 0.11321933666421401D; + this.xrTableCell7.Text = "Kurzreisen"; + this.xrTableCell7.Weight = 0.081517913611247855D; // // xrTableCell8 // this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseBackColor = false; this.xrTableCell8.Text = "Minijob-Stunden"; - this.xrTableCell8.Weight = 0.12680564861444138D; + this.xrTableCell8.Weight = 0.12227688930979647D; // // xrTableCell9 // @@ -426,16 +431,12 @@ namespace HphBersenbrueckFreizeitUndReisen this.xrTableCell10.Text = "Führungszeugnisse"; this.xrTableCell10.Weight = 0.12137111542174259D; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(HphBersenbrueckFreizeitUndReisen.HelferentgeltRO); - // // Title // this.Title.BackColor = System.Drawing.Color.White; this.Title.BorderColor = System.Drawing.SystemColors.ControlText; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.Title.BorderWidth = 1; + this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Times New Roman", 24F); this.Title.ForeColor = System.Drawing.Color.Black; this.Title.Name = "Title"; @@ -445,7 +446,7 @@ namespace HphBersenbrueckFreizeitUndReisen this.FieldCaption.BackColor = System.Drawing.Color.White; this.FieldCaption.BorderColor = System.Drawing.SystemColors.ControlText; this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.FieldCaption.BorderWidth = 1; + this.FieldCaption.BorderWidth = 1F; this.FieldCaption.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.FieldCaption.ForeColor = System.Drawing.Color.Black; this.FieldCaption.Name = "FieldCaption"; @@ -455,7 +456,7 @@ namespace HphBersenbrueckFreizeitUndReisen this.PageInfo.BackColor = System.Drawing.Color.White; this.PageInfo.BorderColor = System.Drawing.SystemColors.ControlText; this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.PageInfo.BorderWidth = 1; + this.PageInfo.BorderWidth = 1F; this.PageInfo.Font = new System.Drawing.Font("Times New Roman", 8F); this.PageInfo.ForeColor = System.Drawing.Color.Black; this.PageInfo.Name = "PageInfo"; @@ -465,7 +466,7 @@ namespace HphBersenbrueckFreizeitUndReisen this.DataField.BackColor = System.Drawing.Color.White; this.DataField.BorderColor = System.Drawing.SystemColors.ControlText; this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None; - this.DataField.BorderWidth = 1; + this.DataField.BorderWidth = 1F; this.DataField.Font = new System.Drawing.Font("Times New Roman", 8F); this.DataField.ForeColor = System.Drawing.SystemColors.ControlText; this.DataField.Name = "DataField"; @@ -494,6 +495,39 @@ namespace HphBersenbrueckFreizeitUndReisen this.fieldDifferenz.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; this.fieldDifferenz.Name = "fieldDifferenz"; // + // xrTableCell23 + // + this.xrTableCell23.Name = "xrTableCell23"; + this.xrTableCell23.Text = "LoA 44"; + this.xrTableCell23.Weight = 0.081517913611247855D; + // + // xrTableCell24 + // + this.xrTableCell24.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell24.BorderWidth = 1F; + this.xrTableCell24.Name = "xrTableCell24"; + this.xrTableCell24.StylePriority.UseBorders = false; + this.xrTableCell24.StylePriority.UseBorderWidth = false; + this.xrTableCell24.Text = "Reisen"; + this.xrTableCell24.Weight = 0.081517913611247855D; + // + // xrTableCell25 + // + this.xrTableCell25.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) + | DevExpress.XtraPrinting.BorderSide.Bottom))); + this.xrTableCell25.BorderWidth = 1F; + this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "DetailList.ReisenLoa44", "{0:0.00}")}); + this.xrTableCell25.Name = "xrTableCell25"; + this.xrTableCell25.StylePriority.UseBorders = false; + this.xrTableCell25.StylePriority.UseBorderWidth = false; + this.xrTableCell25.Weight = 0.081517917066427539D; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(HphBersenbrueckFreizeitUndReisen.HelferentgeltRO); + // // Helferentgelt // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -515,7 +549,7 @@ namespace HphBersenbrueckFreizeitUndReisen this.FieldCaption, this.PageInfo, this.DataField}); - this.Version = "13.1"; + this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); @@ -573,5 +607,8 @@ namespace HphBersenbrueckFreizeitUndReisen private DevExpress.XtraReports.UI.XRTableCell xrTableCell22; private DevExpress.XtraReports.UI.XRTableCell xrTableCell20; private DevExpress.XtraReports.UI.XRTableCell xrTableCell21; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell23; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell24; + private DevExpress.XtraReports.UI.XRTableCell xrTableCell25; } } diff --git a/ReportImp/HphBersenbrueckFreizeitUndReisen/Helferentgelt.cs b/ReportImp/HphBersenbrueckFreizeitUndReisen/Helferentgelt.cs index cef4dec43..1754b66c7 100644 --- a/ReportImp/HphBersenbrueckFreizeitUndReisen/Helferentgelt.cs +++ b/ReportImp/HphBersenbrueckFreizeitUndReisen/Helferentgelt.cs @@ -220,20 +220,29 @@ namespace HphBersenbrueckFreizeitUndReisen { add = true; - var preis = GetPreisVonServiceDescription(sr.ServiceDescription, reportMonat); - if (preis.HasValue) + if (sr.ServiceDescription.Name.Contains("Kurzreise")) { - int tage = 0; - - var start = sr.Start.Value; - while (start.Date <= sr.End.Value.Date) - { - tage++; - start = start.AddDays(1); - } - preis *= tage; - ro.ReisenLoa44 = (ro.ReisenLoa44 ?? 0) + preis; + ro.KurzreisenLoa44 = (ro.KurzreisenLoa44 ?? 0) + sr.RoundedDuration / 60; } + else if (sr.ServiceDescription.Name.Contains("Reise")) + { + ro.ReisenLoa44 = (ro.ReisenLoa44 ?? 0) + sr.RoundedDuration / 60; + } + //var preis = GetPreisVonServiceDescription(sr.ServiceDescription, reportMonat); + //if (preis.HasValue) + //{ + // int tage = 0; + + // var start = sr.Start.Value; + // while (start.Date <= sr.End.Value.Date) + // { + // tage++; + // start = start.AddDays(1); + // } + // preis *= tage; + // ro.ReisenLoa44 = (ro.ReisenLoa44 ?? 0) + preis; + //} + if (sr.DistanceInMeter.HasValue) { if (isMinijobber) diff --git a/ReportImp/HphBersenbrueckFreizeitUndReisen/HelferentgeltRO.cs b/ReportImp/HphBersenbrueckFreizeitUndReisen/HelferentgeltRO.cs index f4534a41e..ba67610c9 100644 --- a/ReportImp/HphBersenbrueckFreizeitUndReisen/HelferentgeltRO.cs +++ b/ReportImp/HphBersenbrueckFreizeitUndReisen/HelferentgeltRO.cs @@ -25,6 +25,8 @@ namespace HphBersenbrueckFreizeitUndReisen public decimal? ReisenLoa44 { get; set; } + public decimal? KurzreisenLoa44 { get; set; } + public decimal? StundenMinijobLoa51 { get; set; } public decimal? KilometerMinijobLoa497 { get; set; } diff --git a/ReportImp/InputFamilienhilfe/InputFamilienhilfe.csproj b/ReportImp/InputFamilienhilfe/InputFamilienhilfe.csproj index 2b8914864..122bb505f 100644 --- a/ReportImp/InputFamilienhilfe/InputFamilienhilfe.csproj +++ b/ReportImp/InputFamilienhilfe/InputFamilienhilfe.csproj @@ -62,7 +62,9 @@ InvoiceCustomerReport.cs + + Component @@ -116,6 +118,7 @@ Teamstundenkonto.cs + diff --git a/ReportImp/InputFamilienhilfe/Invoicing/CustomInvoiceFactory.cs b/ReportImp/InputFamilienhilfe/Invoicing/CustomInvoiceFactory.cs index 0f2d29671..f1dec528b 100644 --- a/ReportImp/InputFamilienhilfe/Invoicing/CustomInvoiceFactory.cs +++ b/ReportImp/InputFamilienhilfe/Invoicing/CustomInvoiceFactory.cs @@ -38,11 +38,30 @@ namespace InputFamilienhilfe.Invoicing { return new UnterbringungInvoiceCreation(); } - } + + if (name.Contains("inobhutnahme")) + { + return new IonInvoiceCreation(); + } + } } } - return new DefaultInvoiceCreation(); + foreach (var list in supportConcepts2ServiceRecords.Values) + { + + foreach (var sr in list) + { + if (sr.ServiceDescription.Category.Name.Contains("(SGA)")) + { + return new SgaInvoiceCreation(); + } + + } + } + + + return new DefaultInvoiceCreation(); } diff --git a/ReportImp/InputFamilienhilfe/Invoicing/DefaultInvoiceCreation.cs b/ReportImp/InputFamilienhilfe/Invoicing/DefaultInvoiceCreation.cs index 7917816b8..582d491f4 100644 --- a/ReportImp/InputFamilienhilfe/Invoicing/DefaultInvoiceCreation.cs +++ b/ReportImp/InputFamilienhilfe/Invoicing/DefaultInvoiceCreation.cs @@ -238,7 +238,7 @@ namespace InputFamilienhilfe.Invoicing return list; } - private List CreateSonstigeKosten(SupportConceptApprovalPeriod scap, Calculations calc, List serviceRecordsInPeriod, DateTimeSpan invoicePeriod) + protected List CreateSonstigeKosten(SupportConceptApprovalPeriod scap, Calculations calc, List serviceRecordsInPeriod, DateTimeSpan invoicePeriod) { var iiList = new List(); diff --git a/ReportImp/InputFamilienhilfe/Invoicing/IonInvoiceCreation.cs b/ReportImp/InputFamilienhilfe/Invoicing/IonInvoiceCreation.cs new file mode 100644 index 000000000..5429c0bf9 --- /dev/null +++ b/ReportImp/InputFamilienhilfe/Invoicing/IonInvoiceCreation.cs @@ -0,0 +1,127 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BeWo.Service.DCEntityMapper; +using BeWo.Service.Invoicing; +using BeWo.Service.Plugins; +using BS.Shared; +using BS.Shared.Core; +using BS.Shared.DataContracts; +using BS.Shared.DataContracts.Compact; +using BS.Shared.Extensions; +using BS.Shared.Services; +using DevExpress.Data.Filtering.Helpers; + +namespace InputFamilienhilfe.Invoicing +{ + public class IonInvoiceCreation : DefaultInvoiceCreation + { + public override void SetInvoiceItems(ServiceInvoice invoice, + ServiceInvoicePeriod serviceInvoicePeriod, + SupportConceptApprovalPeriodDC supportConceptApprovalPeriod, + CostBearer2SupportConcept cb2sc, + DateTimeSpan invoicePeriod, + List serviceRecords) + { + Calculations calc = PluginLoader.FindClass(_SpecificID) ?? + Calculations.GetInstance(_SpecificID); + + + List serviceRecordsInPeriod = serviceRecords.Where( + i => + { + bool valid = i.Start.Value.InBetween(serviceInvoicePeriod.Start.Value, + serviceInvoicePeriod.End.Value, true); + + if (valid && serviceInvoicePeriod.SupportConceptApprovalPeriod != null && + serviceInvoicePeriod.SupportConceptApprovalPeriod.ServiceCategory != null) + valid = serviceInvoicePeriod.SupportConceptApprovalPeriod.ServiceCategory.Oid == + i.ServiceDescription.Category.ServiceCategoryOid; + return valid; + }).ToList(); + + var itemList = CreateInvoiceItems(serviceRecordsInPeriod, invoicePeriod, + serviceInvoicePeriod.SupportConceptApprovalPeriod, calc); + serviceInvoicePeriod.InvoiceItemList.AddRange(itemList); + + } + public override IList CreateInvoiceItems(List serviceRecordsInPeriod, DateTimeSpan invoicePeriod, SupportConceptApprovalPeriod scap, Calculations calc) + { + + var list = new List(); + list.AddRange(CreateTagessatzInvoiceItems(scap, invoicePeriod)); + + list.AddRange(base.CreateSonstigeKosten(scap, calc, serviceRecordsInPeriod, invoicePeriod)); + + return list; + } + + public IList CreateTagessatzInvoiceItems(SupportConceptApprovalPeriod scap, DateTimeSpan invoicePeriod) + { + var list = new List(); + DateTime dtStart = invoicePeriod.StartDate; + DateTime dtEnd = invoicePeriod.EndDate; + + if (scap.StartDate.HasValue && scap.StartDate.Value > dtStart) + { + dtStart = scap.StartDate.Value; + } + if (scap.EndDate.HasValue && scap.EndDate.Value < dtEnd) + { + dtEnd = scap.EndDate.Value; + } + + + Dictionary betragZuItem = new Dictionary(); + + if (scap.ServiceCategory != null) + { + var crpList = MapperFactory.CostRatePeriodDC_CostRatePeriod.MapToNewDCs(scap.ServiceCategory.CostRatePeriods); + + DateTime intervalStart = dtStart; + DateTime intervalEnd = dtStart; + while (intervalStart <= dtEnd) + { + CostRatePeriodDC crp = crpList.GetCostRatePeriodForDate(CostRatePeriodType.AmountOfMoney, intervalStart); + + if (crp != null && crp.CostRateValue.HasValue) + { + decimal tagessatz = crp.CostRateValue.Value; + + InvoiceItem item = null; + + if (betragZuItem.ContainsKey(tagessatz)) + { + item = betragZuItem[tagessatz]; + } + else + { + item = new InvoiceItem(); + item.UnitCount = 0; + item.AmountPerUnit = tagessatz; + item.ItemPeriodStart = invoicePeriod.StartDate; + item.ItemPeriodEnd = invoicePeriod.EndDate; + item.ItemDescription = scap.ServiceCategory.Name; + item.SupportConceptApprovalPeriodOid = scap.Oid; + + betragZuItem.Add(tagessatz, item); + list.Add(item); + } + item.UnitCount++; + item.AmountTotal = item.UnitCount * item.AmountPerUnit; + item.GrossAmountTotal = item.AmountTotal; + } + intervalStart = intervalStart.AddDays(1); + + } + } + + + return list; + } + + } +} diff --git a/ReportImp/InputFamilienhilfe/Invoicing/SgaInvoiceCreation.cs b/ReportImp/InputFamilienhilfe/Invoicing/SgaInvoiceCreation.cs new file mode 100644 index 000000000..aed55e537 --- /dev/null +++ b/ReportImp/InputFamilienhilfe/Invoicing/SgaInvoiceCreation.cs @@ -0,0 +1,96 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BeWo.Service.DCEntityMapper; +using BeWo.Service.Invoicing; +using BeWo.Service.Plugins; +using BS.Shared; +using BS.Shared.Core; +using BS.Shared.DataContracts; +using BS.Shared.DataContracts.Compact; +using BS.Shared.Extensions; +using BS.Shared.Services; +using DevExpress.Data.Filtering.Helpers; + +namespace InputFamilienhilfe.Invoicing +{ + public class SgaInvoiceCreation : InvoiceCreation + { + public override void SetInvoiceId(ServiceInvoice invoice) + { + invoice.InvoiceBase.InvoiceId = "Rechnung"; + invoice.InvoiceBase.InvoiceTypeText = "Rechnung"; + } + + public override void SetInvoiceItems(ServiceInvoice invoice, + ServiceInvoicePeriod serviceInvoicePeriod, + SupportConceptApprovalPeriodDC supportConceptApprovalPeriod, + CostBearer2SupportConcept cb2sc, + DateTimeSpan invoicePeriod, + List serviceRecords) + { + Calculations calc = PluginLoader.FindClass(_SpecificID) ?? + Calculations.GetInstance(_SpecificID); + + + List serviceRecordsInPeriod = serviceRecords.Where( + i => + { + bool valid = i.Start.Value.InBetween(serviceInvoicePeriod.Start.Value, + serviceInvoicePeriod.End.Value, true); + + //if (valid && serviceInvoicePeriod.SupportConceptApprovalPeriod != null && + // serviceInvoicePeriod.SupportConceptApprovalPeriod.ServiceCategory != null) + // valid = serviceInvoicePeriod.SupportConceptApprovalPeriod.ServiceCategory.Oid == + // i.ServiceDescription.Category.ServiceCategoryOid; + return valid; + }).ToList(); + + var itemList = CreateInvoiceItems(serviceRecordsInPeriod, invoicePeriod, + serviceInvoicePeriod.SupportConceptApprovalPeriod, calc); + serviceInvoicePeriod.InvoiceItemList.AddRange(itemList); + + } + + public override InvoiceItem CreateInvoiceItem(ServiceRecordDC iServiceRecord, SupportConceptApprovalPeriod scap, Calculations calc) + { + var ii = base.CreateInvoiceItem(iServiceRecord, scap, calc); + ii.UnitCount *= 4m/3m; + //ii.UnitCount = Math.Round(ii.UnitCount.Value, 2, MidpointRounding.AwayFromZero); + + if (ii.UnitCount.HasValue && ii.UnitCount.Value > 0) + { + ii.UnitDescription = "FLS"; + } + else if (iServiceRecord.Betrag.HasValue && iServiceRecord.Betrag.Value > 0) + { + ii.UnitCount = 1; + ii.AmountPerUnit = iServiceRecord.Betrag; + ii.ItemDescription = iServiceRecord.Notice; + ii.UnitDescription = ""; + } + + ii.AmountTotal = ii.UnitCount * ii.ApprovedPerUnit; + ii.GrossAmountTotal = ii.AmountTotal; + return ii; + } + //public override void SetServiceInvoicePeriodAmounts(ServiceInvoice invoice) + //{ + // foreach (ServiceInvoicePeriod iPeriod in invoice.ServiceInvoicePeriodList) + // { + // iPeriod.ApprovedFixedAmount = null; + // } + // base.SetServiceInvoicePeriodAmounts(invoice); + //} + + + + public override string GetSummaryItemKey(SupportConceptApprovalPeriod scap, InvoiceItem iitem, bool summaryPerMonth) + { + return String.Format("{0}_{1}_{2:yyyyMM}_{3}", iitem.AmountPerUnit, iitem.RateFactor, iitem.ItemPeriodStart, iitem.ItemDescription); + } + } +} diff --git a/ReportImp/InputFamilienhilfe/Invoicing/UnterbringungInvoiceCreation.cs b/ReportImp/InputFamilienhilfe/Invoicing/UnterbringungInvoiceCreation.cs index 712973ee9..bfd165838 100644 --- a/ReportImp/InputFamilienhilfe/Invoicing/UnterbringungInvoiceCreation.cs +++ b/ReportImp/InputFamilienhilfe/Invoicing/UnterbringungInvoiceCreation.cs @@ -72,10 +72,20 @@ namespace InputFamilienhilfe.Invoicing { list.Add(i); } - i = CreateInvoiceItem(scap, invoicePeriod, 1, 48, "Bekleidungsergänzung"); - if (i != null) + + var listIzl = CreateIZLItems(scap, calc, serviceRecordsInPeriod, invoicePeriod); + list.AddRange(listIzl); + + //Bekleidungsergänzung wird erst ab dem 2.Monat des Hilfeplans berechnet + DateTime startMonat2 = new DateTime(scap.StartDate.Value.Year, scap.StartDate.Value.Month, 1).AddMonths(1); + + if (invoicePeriod.StartDate >= startMonat2) { - list.Add(i); + i = CreateInvoiceItem(scap, invoicePeriod, 1, 48, "Bekleidungsergänzung"); + if (i != null) + { + list.Add(i); + } } i = CreateInvoiceItem(scap, invoicePeriod, 1, 55, "Budget Sonderaufwendungen"); if (i != null) @@ -120,9 +130,8 @@ namespace InputFamilienhilfe.Invoicing list.Add(i); } - - return list; + return CreateSummaryInvoiceItems(list, invoicePeriod, scap, calc); } private decimal GetBarbetragPreis(SupportConceptApprovalPeriod scap, DateTime datum) @@ -168,11 +177,11 @@ namespace InputFamilienhilfe.Invoicing return preis; } - public override IList CreateSummaryInvoiceItems(IList itemList, DateTimeSpan invoicePeriod, SupportConceptApprovalPeriod scap, - Calculations calc) - { - return itemList; - } + // public override IList CreateSummaryInvoiceItems(IList itemList, DateTimeSpan invoicePeriod, SupportConceptApprovalPeriod scap, + // Calculations calc) + //{ + // return itemList; + //} private InvoiceItem CreateUnterbringungPauschale(SupportConceptApprovalPeriod scap, Calculations calc, DateTimeSpan invoicePeriod) @@ -181,8 +190,14 @@ namespace InputFamilienhilfe.Invoicing int unitCount = 1; decimal amount = 0; + String name = "Betreuung / Monat"; + if (scap != null && scap.ServiceCategory != null) { + name = scap.ServiceCategory.Name; + name = name.Replace("betreutes Jugendwohnen", "Tagessatz"); + + var scapdc = MapperFactory.SupportConceptApprovalPeriodDC_SupportConceptApprovalPeriod.MapToNewDC(scap); List crList = scapdc.ServiceCategory.CostRatePeriods; @@ -228,7 +243,7 @@ namespace InputFamilienhilfe.Invoicing invoiceItem.ItemPeriodStart = invoicePeriod.StartDate; invoiceItem.ItemPeriodEnd = invoicePeriod.EndDate; invoiceItem.AccountingInterval = AccountingIntervalType.FlatRate; - invoiceItem.ItemDescription = "Betreuung / Monat"; + invoiceItem.ItemDescription = name; invoiceItem.SupportConceptApprovalPeriodOid = scap.Oid; return invoiceItem; @@ -376,6 +391,31 @@ namespace InputFamilienhilfe.Invoicing return null; } + private List CreateIZLItems(SupportConceptApprovalPeriod scap, Calculations calc, List serviceRecordsInPeriod, DateTimeSpan invoicePeriod) + { + //IZL = Intensive Zusatzleistungen + var iiList = new List(); + + foreach (ServiceRecordDC iServiceRecord in serviceRecordsInPeriod) + { + if (!iServiceRecord.AlreadyAccounted && iServiceRecord.ServiceDescription.Name == "IZL") + { + InvoiceItem invoiceItem = CreateInvoiceItem(iServiceRecord, scap, calc); + if (invoiceItem != null) + { + invoiceItem.ItemPeriodStart = invoicePeriod.StartDate; + invoiceItem.ItemPeriodEnd = invoicePeriod.EndDate; + //invoiceItem.ItemDescription = iServiceRecord.Notice; + iiList.Add(invoiceItem); + } + iServiceRecord.AlreadyAccounted = true; + } + + } + + return iiList; + + } private List CreateSonstigeKosten(SupportConceptApprovalPeriod scap, Calculations calc, List serviceRecordsInPeriod, DateTimeSpan invoicePeriod) { var iiList = new List(); diff --git a/ReportImp/InputFamilienhilfe/Rechnung.cs b/ReportImp/InputFamilienhilfe/Rechnung.cs index 7d6c92aad..0c8ae52e7 100644 --- a/ReportImp/InputFamilienhilfe/Rechnung.cs +++ b/ReportImp/InputFamilienhilfe/Rechnung.cs @@ -76,7 +76,19 @@ namespace InputFamilienhilfe if (subReport != null) subReport.SetReportDataSource(pRO); //} - + int posCount = 0; + + foreach (var sip in pRO.ServiceInvoicePeriods) + { + posCount += sip.ServiceInvoiceItems.Count; + } + + if (posCount > 6) + { + bottomMarginBand1.HeightF = 30; + GroupFooter1.PrintAtBottom = false; + } + this.bindingSource1.DataSource = pRO; } } diff --git a/ReportImp/InputFamilienhilfe/RechnungspositionenSubReport.Designer.cs b/ReportImp/InputFamilienhilfe/RechnungspositionenSubReport.Designer.cs index ae8bd40c4..3e3373e9f 100644 --- a/ReportImp/InputFamilienhilfe/RechnungspositionenSubReport.Designer.cs +++ b/ReportImp/InputFamilienhilfe/RechnungspositionenSubReport.Designer.cs @@ -34,7 +34,6 @@ namespace InputFamilienhilfe this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule(); 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.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); @@ -42,16 +41,17 @@ namespace InputFamilienhilfe this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); - this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellUnit = new DevExpress.XtraReports.UI.XRTableCell(); + this.cellDescription = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.lblClaim = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); + this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail @@ -77,10 +77,6 @@ namespace InputFamilienhilfe this.bottomMarginBand1.HeightF = 100F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // - // bindingSource1 - // - this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); - // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -119,7 +115,7 @@ namespace InputFamilienhilfe this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow9}); - this.xrTable1.SizeF = new System.Drawing.SizeF(562F, 25F); + this.xrTable1.SizeF = new System.Drawing.SizeF(612F, 25F); this.xrTable1.StylePriority.UseBorderColor = false; this.xrTable1.StylePriority.UseFont = false; // @@ -127,8 +123,8 @@ namespace InputFamilienhilfe // this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell6, - this.xrTableCell7, - this.xrTableCell9, + this.cellUnit, + this.cellDescription, this.xrTableCell14, this.xrTableCell10, this.xrTableCell12}); @@ -147,30 +143,30 @@ namespace InputFamilienhilfe this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell6.Weight = 0.90954536729366531D; // - // xrTableCell7 + // cellUnit // - this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + this.cellUnit.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.UnitCountString")}); - this.xrTableCell7.Name = "xrTableCell7"; - this.xrTableCell7.StylePriority.UseBorders = false; - this.xrTableCell7.StylePriority.UsePadding = false; - this.xrTableCell7.StylePriority.UseTextAlignment = false; - this.xrTableCell7.Text = "x"; - this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell7.Weight = 0.30318178775721161D; + this.cellUnit.Name = "cellUnit"; + this.cellUnit.StylePriority.UseBorders = false; + this.cellUnit.StylePriority.UsePadding = false; + this.cellUnit.StylePriority.UseTextAlignment = false; + this.cellUnit.Text = "x"; + this.cellUnit.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; + this.cellUnit.Weight = 0.30318178775721161D; // - // xrTableCell9 + // cellDescription // - this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + this.cellDescription.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription")}); - this.xrTableCell9.Name = "xrTableCell9"; - this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F); - this.xrTableCell9.StylePriority.UseBorders = false; - this.xrTableCell9.StylePriority.UsePadding = false; - this.xrTableCell9.StylePriority.UseTextAlignment = false; - this.xrTableCell9.Text = "xrTableCell9"; - this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; - this.xrTableCell9.Weight = 3.031817959215207D; + this.cellDescription.Name = "cellDescription"; + this.cellDescription.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F); + this.cellDescription.StylePriority.UseBorders = false; + this.cellDescription.StylePriority.UsePadding = false; + this.cellDescription.StylePriority.UseTextAlignment = false; + this.cellDescription.Text = "cellDescription"; + this.cellDescription.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; + this.cellDescription.Weight = 3.8807269722762019D; // // xrTableCell14 // @@ -182,7 +178,7 @@ namespace InputFamilienhilfe this.xrTableCell14.StylePriority.UsePadding = false; this.xrTableCell14.StylePriority.UseTextAlignment = false; this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell14.Weight = 1.0550726279087286D; + this.xrTableCell14.Weight = 0.81252719560558728D; // // xrTableCell10 // @@ -194,7 +190,7 @@ namespace InputFamilienhilfe this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "="; this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; - this.xrTableCell10.Weight = 0.30318176987162343D; + this.xrTableCell10.Weight = 0.30318176987162337D; // // xrTableCell12 // @@ -207,7 +203,7 @@ namespace InputFamilienhilfe this.xrTableCell12.StylePriority.UseTextAlignment = false; this.xrTableCell12.Text = "xrTableCell12"; this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; - this.xrTableCell12.Weight = 1.212727135671835D; + this.xrTableCell12.Weight = 1.2127271356718348D; // // GroupFooter1 // @@ -224,11 +220,11 @@ namespace InputFamilienhilfe this.lblClaim.BorderWidth = 5F; this.lblClaim.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim")}); - this.lblClaim.LocationFloat = new DevExpress.Utils.PointFloat(462F, 0F); + this.lblClaim.LocationFloat = new DevExpress.Utils.PointFloat(512F, 0F); this.lblClaim.Multiline = true; this.lblClaim.Name = "lblClaim"; this.lblClaim.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 4, 0, 0, 100F); - this.lblClaim.SizeF = new System.Drawing.SizeF(99.99997F, 32.00001F); + this.lblClaim.SizeF = new System.Drawing.SizeF(100F, 32F); this.lblClaim.StylePriority.UseBorderDashStyle = false; this.lblClaim.StylePriority.UseBorders = false; this.lblClaim.StylePriority.UseBorderWidth = false; @@ -248,6 +244,10 @@ namespace InputFamilienhilfe this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.Text = "Ich bitte Sie, den Rechnungsbetrag in Höhe von [GrossClaim] auf mein\r\nunten angeg" + "ebenes Konto zu überweisen."; + // + // bindingSource1 + // + this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO); // // RechnungspositionenSubReport // @@ -266,8 +266,8 @@ namespace InputFamilienhilfe this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "17.1"; - ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } @@ -286,8 +286,8 @@ namespace InputFamilienhilfe private DevExpress.XtraReports.UI.XRTable xrTable1; private DevExpress.XtraReports.UI.XRTableRow xrTableRow9; private DevExpress.XtraReports.UI.XRTableCell xrTableCell6; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell7; - private DevExpress.XtraReports.UI.XRTableCell xrTableCell9; + private DevExpress.XtraReports.UI.XRTableCell cellUnit; + private DevExpress.XtraReports.UI.XRTableCell cellDescription; private DevExpress.XtraReports.UI.XRTableCell xrTableCell14; private DevExpress.XtraReports.UI.XRTableCell xrTableCell10; private DevExpress.XtraReports.UI.XRTableCell xrTableCell12; diff --git a/ReportImp/InputFamilienhilfe/RechnungspositionenSubReport.cs b/ReportImp/InputFamilienhilfe/RechnungspositionenSubReport.cs index 0b0119de1..0fc218a03 100644 --- a/ReportImp/InputFamilienhilfe/RechnungspositionenSubReport.cs +++ b/ReportImp/InputFamilienhilfe/RechnungspositionenSubReport.cs @@ -26,7 +26,18 @@ namespace InputFamilienhilfe count++; if (ii.UnitCount.HasValue) { - ii.UnitCountString = "x"; + if (ii.UnitDescription == "FLS") + { + ii.UnitCountString = "FLS x"; + cellUnit.WidthF = 50; + cellUnit.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; + cellUnit.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 3, 0, 0); + } + else + { + ii.UnitCountString = "x"; + } + ii.Notice = "="; } else @@ -47,6 +58,12 @@ namespace InputFamilienhilfe } } + + if (ii.AmountPerUnit > 99) + { + cellDescription.WidthF = 290; + } + } } diff --git a/ReportImp/InputFamilienhilfe/Translation/TranslationDictionary.cs b/ReportImp/InputFamilienhilfe/Translation/TranslationDictionary.cs new file mode 100644 index 000000000..55335bb82 --- /dev/null +++ b/ReportImp/InputFamilienhilfe/Translation/TranslationDictionary.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using System.Linq; + +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.Compact; +using BS.Shared.Extensions; + +namespace InputFamilienhilfe.Translation +{ + public class CustomTranslationDictionary : TranslationDictionary + { + public override Dictionary GetTranslationDictionary() + { + var dict = base.GetTranslationDictionary(); + AddOrReplaceTranslation(dict, "Monatlicher Abschlag", "Fahrtzeit"); + + return dict; + } + } +} diff --git a/ReportImp/LebenshilfeTrier/ServicesOverviewReport.Designer.cs b/ReportImp/LebenshilfeTrier/ServicesOverviewReport.Designer.cs index 5a816fed1..b33df20ab 100644 --- a/ReportImp/LebenshilfeTrier/ServicesOverviewReport.Designer.cs +++ b/ReportImp/LebenshilfeTrier/ServicesOverviewReport.Designer.cs @@ -82,10 +82,10 @@ namespace LebenshilfeTrier this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); - this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.lblQ2SummeMinuten = new DevExpress.XtraReports.UI.XRLabel(); this.lblQ1SummeMinuten = new DevExpress.XtraReports.UI.XRLabel(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); + this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.lblSachbearbeiter = new DevExpress.XtraReports.UI.XRLabel(); @@ -799,19 +799,6 @@ namespace LebenshilfeTrier this.GroupFooter1.HeightF = 25F; this.GroupFooter1.Name = "GroupFooter1"; // - // xrLabel2 - // - this.xrLabel2.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(25F, 30F); - 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(1060.4F, 200F); - this.xrLabel2.StylePriority.UseFont = false; - this.xrLabel2.StylePriority.UseTextAlignment = false; - this.xrLabel2.Text = resources.GetString("xrLabel2.Text"); - this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; - // // lblQ2SummeMinuten // this.lblQ2SummeMinuten.Borders = DevExpress.XtraPrinting.BorderSide.Top; @@ -844,6 +831,19 @@ namespace LebenshilfeTrier // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO); // + // xrLabel2 + // + this.xrLabel2.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(25F, 30F); + 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(1060.4F, 200F); + this.xrLabel2.StylePriority.UseFont = false; + this.xrLabel2.StylePriority.UseTextAlignment = false; + this.xrLabel2.Text = resources.GetString("xrLabel2.Text"); + this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; + // // xrLabel3 // this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.Top; diff --git a/ReportImp/LebenshilfeTrier/ServicesOverviewReport.resx b/ReportImp/LebenshilfeTrier/ServicesOverviewReport.resx index b0a48b81b..3ba6bc227 100644 --- a/ReportImp/LebenshilfeTrier/ServicesOverviewReport.resx +++ b/ReportImp/LebenshilfeTrier/ServicesOverviewReport.resx @@ -754,8 +754,7 @@ Leistungsberechtigten erbracht wurden (vgl. §4 der Leistungs- und Prüfungsvere Die Spalten „Hausbesuch“ und „Klient kommt“ werden angekreuzt. Die Spalte „Art des Angebotes“ ist mit den Abkürzungen „GA“ und „IA“ zu füllen. Die Spalte „Tätigkeit Kennziffer“ enthält Angaben zur Art der Leistung, ggfs. auch Aufzählung. -1= Basis und Selbstversorgung; 2= Alltagsbewältigung; 3= Tages- und Freizeitgestaltung; 4= Umgang mit der eigenen Person; 5= Arbeit, Beschäftigung, Ausbildung, Schule; -6= Soziales und Verwaltung der eigenen Angelegenheiten +1 = Lernen- und Wissensanwendung, 2 = Allgemeine Aufgaben und Anforderungen, 3 = Kommunikation, 4 = Mobilität, 5 = Selbstversorgung, 6 = Häusliches Leben, 7 = Interpersonelle Interaktionen und Beziehungen, 8 = Bedeutende Lebensbereiche, 9 = Gemeinschafts-, soziales- und staatsbürgerliches Leben diff --git a/ReportImp/MuenchenerAidsHilfeEV/MuenchenerAidsHilfeEV.csproj b/ReportImp/MuenchenerAidsHilfeEV/MuenchenerAidsHilfeEV.csproj index c8c0399f8..e1822cb08 100644 --- a/ReportImp/MuenchenerAidsHilfeEV/MuenchenerAidsHilfeEV.csproj +++ b/ReportImp/MuenchenerAidsHilfeEV/MuenchenerAidsHilfeEV.csproj @@ -32,6 +32,9 @@ + + False + diff --git a/ReportImp/MuenchenerAidsHilfeEV/ServiceInvoiceReport.cs b/ReportImp/MuenchenerAidsHilfeEV/ServiceInvoiceReport.cs index 8776d4c71..7cecad4c1 100644 --- a/ReportImp/MuenchenerAidsHilfeEV/ServiceInvoiceReport.cs +++ b/ReportImp/MuenchenerAidsHilfeEV/ServiceInvoiceReport.cs @@ -24,10 +24,10 @@ namespace MuenchenerAidsHilfeEV { sb.AppendLine(pRO.RecipientOrganisation); } - if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) - { - sb.AppendLine(pRO.RecipientContactPerson); - } + //if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) + //{ + // sb.AppendLine(pRO.RecipientContactPerson); + //} if (!String.IsNullOrEmpty(pRO.RecipientDivision)) { sb.AppendLine(pRO.RecipientDivision); diff --git a/ReportImp/PerspektivenEV/PerspektivenEV.csproj b/ReportImp/PerspektivenEV/PerspektivenEV.csproj new file mode 100644 index 000000000..5f23023bb --- /dev/null +++ b/ReportImp/PerspektivenEV/PerspektivenEV.csproj @@ -0,0 +1,74 @@ + + + + + Debug + AnyCPU + {C1FED668-ADB9-47E0-B589-1389618E1B6E} + Library + Properties + PerspektivenEV + 4052216789_Reports + v4.7.2 + 512 + + + + true + full + false + ..\..\Host\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\..\Host\bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE} + Data + + + {40d8b312-ea64-49e3-a31a-5e57ed4d5654} + Report + + + {094331c3-ecee-4c89-bbfd-4c9ded89f0ef} + Service + + + {2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4} + Shared + + + + \ No newline at end of file diff --git a/ReportImp/PerspektivenEV/Properties/AssemblyInfo.cs b/ReportImp/PerspektivenEV/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..930888dd6 --- /dev/null +++ b/ReportImp/PerspektivenEV/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Allgemeine Informationen über eine Assembly werden über die folgenden +// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +// die einer Assembly zugeordnet sind. +[assembly: AssemblyTitle("KundeXyz")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("KundeXyz")] +[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly +// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von +// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. +[assembly: ComVisible(false)] + +// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird +[assembly: Guid("c1fed668-adb9-47e0-b589-1389618e1b6e")] + +// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// +// Hauptversion +// Nebenversion +// Buildnummer +// Revision +// +// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, +// indem Sie "*" wie unten gezeigt eingeben: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/ReportImp/PerspektivenEV/Service/CustomGroupDurationCalculator.cs b/ReportImp/PerspektivenEV/Service/CustomGroupDurationCalculator.cs new file mode 100644 index 000000000..c96dd8e0f --- /dev/null +++ b/ReportImp/PerspektivenEV/Service/CustomGroupDurationCalculator.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using BeWo.Data.Access; +using BeWo.Data.Entities; +using BeWo.Service.Plugins; +using BS.Shared.Core; +using BS.Shared.DataContracts; + +namespace PerspektivenEV.Service +{ + public class CustomGroupDurationCalculator : GroupDurationCalculator + { + + public override GroupDurationDC CalculateGroupDuration(int personCount, int employeeCount, decimal totalDuration, + long[] costBearer2SupportConceptArray) + { + + return new GroupDurationDC() + { + SingleDuration = Math.Ceiling((totalDuration * employeeCount) / personCount), + TotalDuration = totalDuration + }; + + } + } +} diff --git a/ReportImp/PerspektivenEV/Service/CustomHomeContentGenerator.cs b/ReportImp/PerspektivenEV/Service/CustomHomeContentGenerator.cs new file mode 100644 index 000000000..fea9a7a87 --- /dev/null +++ b/ReportImp/PerspektivenEV/Service/CustomHomeContentGenerator.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using BeWo.Service.Plugins; +using BS.Shared.Core; +using BS.Shared.DataContracts.Compact; + +namespace PerspektivenEV.Service +{ + public class CustomHomeContentGenerator : HomeContentGenerator + { + public override List GetPersonsHavingBirthday(DateTime birthdayUntil) + { + return new List(); + } + } +} diff --git a/ReportImp/PflegedienstWessel/Service/UserService.cs b/ReportImp/PflegedienstWessel/Service/UserService.cs index ab3821b36..6efe264b1 100644 --- a/ReportImp/PflegedienstWessel/Service/UserService.cs +++ b/ReportImp/PflegedienstWessel/Service/UserService.cs @@ -31,9 +31,22 @@ namespace PflegedienstWessel.Service isTeamleiter = true; } } - + if (isTeamleiter) { + var emp = user.Employee; + + var teams = DAOFactory.SearchDAO.FindAllActiveTeamsOfEmployee(emp.EmployeeOid); + emp.TeamOids = new List(); + foreach (var t in teams) + { + emp.TeamOids.Add(t.Oid.Value); + + foreach (var member in t.MemberList) + { + emp.AllTeamMemberOids.Add(member.Oid.Value); + } + } foreach (var toid in user.Employee.TeamOids) { if (user.Employee.LeadingTeamOids == null) diff --git a/Service/Invoicing/LWLSettlementInvoiceCreation.cs b/Service/Invoicing/LWLSettlementInvoiceCreation.cs index 7bde30771..21c5fd96b 100644 --- a/Service/Invoicing/LWLSettlementInvoiceCreation.cs +++ b/Service/Invoicing/LWLSettlementInvoiceCreation.cs @@ -157,14 +157,15 @@ namespace BeWo.Service.Invoicing } } - - si.RecordedBillableFLSNetto = si.InvoiceItems.Sum(ii => (ii.UnitCount ?? 0)); // * rf; //eigentlich falsch dass netto = brutto ist. - si.RecordedBillableFLSBrutto = si.RecordedBillableFLSNetto; - + if (!si.RecordedBillableFLSBrutto.HasValue) + { + si.RecordedBillableFLSNetto = si.InvoiceItems.Sum(ii => (ii.UnitCount ?? 0)); // * rf; //eigentlich falsch dass netto = brutto ist. + si.RecordedBillableFLSBrutto = si.RecordedBillableFLSNetto; + } si.AmountBillableTotal = totalAmount; si.AmountWithRateFactor = rateFactorAmount; - + //AdvancedPayments CalculateAdvancedPayments(si, c2s, null, null, hourlyRatesInSpanList); //EquityContribution (Eigenanteil) diff --git a/Service/Plugins/EmployeeService.cs b/Service/Plugins/EmployeeService.cs index 3029e2eb0..202e701e6 100644 --- a/Service/Plugins/EmployeeService.cs +++ b/Service/Plugins/EmployeeService.cs @@ -21,7 +21,14 @@ namespace BeWo.Service.Plugins { public class EmployeeService : AbstractIDSpecificDefaultClass { + public virtual EmployeeDC LoadEmployee(long eOid) + { + SettingsLogic.AddToUsersHistory(eOid); + var dc = MapperFactory.EmployeeDC_Employee.MapToNewDC(DAOFactory.GenericDAO.LoadByID(eOid)); + return dc; + + } public virtual long InsertNewEmployee(EmployeeDC pEmployeeDC) { Employee lEmployee = MapperFactory.EmployeeDC_Employee.MapToNewEntity(pEmployeeDC); diff --git a/Service/Plugins/PluginLoader.cs b/Service/Plugins/PluginLoader.cs index 79aa393e4..33d9883b3 100644 --- a/Service/Plugins/PluginLoader.cs +++ b/Service/Plugins/PluginLoader.cs @@ -24,7 +24,7 @@ namespace BeWo.Service.Plugins //t = "1234567890"; // Präsentationsdatenbank //t = "5687373602"; // LH Duisburg //t = "5509064354"; // LH Duisburg Service Plus - //t = "5620636022"; // GPZ Biberach + t = "5620636022"; // GPZ Biberach //t = "8562233401"; // Sozialwirkstatt Schmitz //t = "1076891970"; // Assistenza //t = "0216265667"; // LH Hannover @@ -41,7 +41,7 @@ namespace BeWo.Service.Plugins //t = "1378137009"; // BeWo Direkt+ //t = "3010479871"; // Aachener Verein //t = "3849764093"; // Club 74 - t = "5805202339"; // Wegweiser Betreuungsdienst + //t = "5805202339"; // Wegweiser Betreuungsdienst //t = "2301474784"; // Hauskrankenpflege Leiendecker //t = "8243565510"; // Der Karren //t = "7709306800"; // Der Karren SBD @@ -298,7 +298,7 @@ namespace BeWo.Service.Plugins //t = "3640152169"; // Claudia Charisius //t = "3884496709"; // Wahl e.V. //t = "3536079480"; // Behindertenhilfe Menden - t = "5427523619"; // ChristopherusHausFamilienhilfe + //t = "5427523619"; // ChristopherusHausFamilienhilfe //t = "8251343124"; // Rat Plus Tat //t = "6819347851"; // Awo Kreisverband Plön //t = "2385915144"; // AKGG GmbHd diff --git a/Service/Plugins/UserService.cs b/Service/Plugins/UserService.cs index 0e49734af..f664b99dc 100644 --- a/Service/Plugins/UserService.cs +++ b/Service/Plugins/UserService.cs @@ -97,6 +97,7 @@ namespace BeWo.Service.Plugins // emp.RelatedCustomerOIDList.Add(item.CustomerOid.Value); //} emp.AllTeamMemberOids = new List(); + emp.TeamOids = new List(); if (user.Employee.LeadingTeams.Count > 0) { diff --git a/Service/ServiceImplementations/EmployeeServiceImp.cs b/Service/ServiceImplementations/EmployeeServiceImp.cs index a7b29e00c..b29856791 100644 --- a/Service/ServiceImplementations/EmployeeServiceImp.cs +++ b/Service/ServiceImplementations/EmployeeServiceImp.cs @@ -778,8 +778,9 @@ namespace BeWo.Service.ServiceImplementations { try { - SettingsLogic.AddToUsersHistory(pEmployeeOid); - return MapperFactory.EmployeeDC_Employee.MapToNewDC(DAOFactory.GenericDAO.LoadByID(pEmployeeOid)); + var es = PluginLoader.FindClass(); + + return es.LoadEmployee(pEmployeeOid); } catch (Exception e) { diff --git a/Service/ServiceImplementations/UserServiceImp.cs b/Service/ServiceImplementations/UserServiceImp.cs index 8eeca927c..3ca6ee48a 100644 --- a/Service/ServiceImplementations/UserServiceImp.cs +++ b/Service/ServiceImplementations/UserServiceImp.cs @@ -48,7 +48,6 @@ namespace BeWo.Service.ServiceImplementations allowChange = true; } - } if (allowChange) diff --git a/Shared/Services/Calculations.cs b/Shared/Services/Calculations.cs index b856a8caf..bc58458b4 100644 --- a/Shared/Services/Calculations.cs +++ b/Shared/Services/Calculations.cs @@ -1422,7 +1422,7 @@ namespace BS.Shared.Services { DateTime intervalStart = dtStart.Value; DateTime intervalEnd = dtStart.Value; - while (intervalStart < dtEnd) + while (intervalStart <= dtEnd) { switch (ai.Value) diff --git a/Shared/Translation/ITranslator.cs b/Shared/Translation/ITranslator.cs index 866de6d70..20402198f 100644 --- a/Shared/Translation/ITranslator.cs +++ b/Shared/Translation/ITranslator.cs @@ -10,5 +10,8 @@ namespace BS.Shared.Translation { String Translate(String input); String Translate(String input, params Object[] args); + + String Translate(String key, String defaultText); + String Translate(String key, String defaultText, params Object[] args); } } diff --git a/Shared/Translation/Translator.cs b/Shared/Translation/Translator.cs index 1b463252d..3d609534d 100644 --- a/Shared/Translation/Translator.cs +++ b/Shared/Translation/Translator.cs @@ -58,6 +58,16 @@ namespace BS.Shared.Translation return input; } + public static String Translate(String key, String defaultText) + { + if (instance != null) + { + // handle null instance in design mode + return Instance.Translate(key, defaultText); + } + return defaultText; + } + public static String Translate(String input, params Object[] args) { if (instance != null) @@ -68,6 +78,16 @@ namespace BS.Shared.Translation return String.Format(input, args); } + public static String Translate(String key, String defaultText, params Object[] args) + { + if (instance != null) + { + // handle null instance in design mode + return Instance.Translate(key, defaultText, args); + } + return String.Format(defaultText, args); + } + private readonly ITranslator translator; public Translator(ITranslator translator)