Report HphBersenbrueckAtz

This commit is contained in:
Waldi
2017-03-16 14:01:03 +01:00
parent 79b2327705
commit 5ab16a83be
9 changed files with 1269 additions and 0 deletions

2
.gitignore vendored
View File

@@ -203,3 +203,5 @@
/ReportImp/PraunheimerWerkstaettenGmbh/obj
/ReportImp/PraunheimerWerkstaettenGmbh/bin
/ReportImp/LebenshilfeAhrweiler/obj
/ReportImp/HphBersenbrueckAtz/obj
/ReportImp/HphBersenbrueckAtz/bin

View File

@@ -365,6 +365,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PraunheimerWerkstaettenGmbh
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LebenshilfeAhrweiler", "ReportImp\LebenshilfeAhrweiler\LebenshilfeAhrweiler.csproj", "{120AC4B5-D4A2-4EBB-A17B-1A30623CF3ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HphBersenbrueckAtz", "ReportImp\HphBersenbrueckAtz\HphBersenbrueckAtz.csproj", "{56D310FE-DB98-4EFE-8527-DF94628657F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
@@ -2680,6 +2682,22 @@ Global
{120AC4B5-D4A2-4EBB-A17B-1A30623CF3ED}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{120AC4B5-D4A2-4EBB-A17B-1A30623CF3ED}.Release|x86.ActiveCfg = Release|Any CPU
{120AC4B5-D4A2-4EBB-A17B-1A30623CF3ED}.Release|x86.Build.0 = Release|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|.NET.ActiveCfg = Debug|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|.NET.Build.0 = Debug|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|x86.ActiveCfg = Debug|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Debug|x86.Build.0 = Debug|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|.NET.ActiveCfg = Release|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|.NET.Build.0 = Release|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|Any CPU.Build.0 = Release|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|x86.ActiveCfg = Release|Any CPU
{56D310FE-DB98-4EFE-8527-DF94628657F8}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -2857,5 +2875,6 @@ Global
{E660E5A0-8516-4B5B-B3DB-6D46D630F065} = {D8A691C5-146D-4613-86CC-438F02FE9106}
{BCCF055F-CF10-43D6-B618-136665D2A687} = {D8A691C5-146D-4613-86CC-438F02FE9106}
{120AC4B5-D4A2-4EBB-A17B-1A30623CF3ED} = {D8A691C5-146D-4613-86CC-438F02FE9106}
{56D310FE-DB98-4EFE-8527-DF94628657F8} = {D8A691C5-146D-4613-86CC-438F02FE9106}
EndGlobalSection
EndGlobal

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{56D310FE-DB98-4EFE-8527-DF94628657F8}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>HphBersenbrueckAtz</RootNamespace>
<AssemblyName>1106039294_Reports</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Host\bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.Data.v13.1, Version=13.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Utils.v13.1, Version=13.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraPrinting.v13.1, Version=13.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraReports.v13.1, Version=13.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServicesOverviewReport.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ServicesOverviewReport.Designer.cs">
<DependentUpon>ServicesOverviewReport.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\licenses.licx" />
<EmbeddedResource Include="ServicesOverviewReport.resx">
<DependentUpon>ServicesOverviewReport.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Data\Data.csproj">
<Project>{b0d73e3d-4ae7-4024-93a6-db1f46d7ccee}</Project>
<Name>Data</Name>
</ProjectReference>
<ProjectReference Include="..\..\Report\Report.csproj">
<Project>{40d8b312-ea64-49e3-a31a-5e57ed4d5654}</Project>
<Name>Report</Name>
</ProjectReference>
<ProjectReference Include="..\..\Service\Service.csproj">
<Project>{094331c3-ecee-4c89-bbfd-4c9ded89f0ef}</Project>
<Name>Service</Name>
</ProjectReference>
<ProjectReference Include="..\..\Shared\Shared.csproj">
<Project>{2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4}</Project>
<Name>Shared</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

View File

@@ -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("HphBersenbrueckAtz")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("HphBersenbrueckAtz")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar
// für COM-Komponenten. 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("56d310fe-db98-4efe-8527-df94628657f8")]
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
//
// Hauptversion
// Nebenversion
// Buildnummer
// Revision
//
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@@ -0,0 +1 @@
DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v13.1, Version=13.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

View File

@@ -0,0 +1,678 @@
using BeWo.Report.ReportObjects;
namespace BeWo.HphBersenbrueckAtz
{
partial class Stundenzettel
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Stundenzettel));
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
this.xrTableServiceRecords1 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule();
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
this.formattingRuleServiceDesc = new DevExpress.XtraReports.UI.FormattingRule();
this.formattingRuleCostBearer = new DevExpress.XtraReports.UI.FormattingRule();
this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule();
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand();
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// Detail
//
this.Detail.HeightF = 0F;
this.Detail.Name = "Detail";
this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
//
// xrTableServiceRecords1
//
this.xrTableServiceRecords1.BackColor = System.Drawing.Color.Transparent;
this.xrTableServiceRecords1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableServiceRecords1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.xrTableServiceRecords1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
this.xrTableServiceRecords1.Name = "xrTableServiceRecords1";
this.xrTableServiceRecords1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
this.xrTableServiceRecords1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
this.xrTableRow2});
this.xrTableServiceRecords1.SizeF = new System.Drawing.SizeF(702F, 32.5F);
this.xrTableServiceRecords1.StylePriority.UseBackColor = false;
this.xrTableServiceRecords1.StylePriority.UseFont = false;
this.xrTableServiceRecords1.StylePriority.UseTextAlignment = false;
this.xrTableServiceRecords1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrTableRow2
//
this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.xrTableCell3,
this.xrTableCell1,
this.xrTableCell4});
this.xrTableRow2.Name = "xrTableRow2";
this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
this.xrTableRow2.Weight = 0.7831325301204819D;
//
// xrTableCell3
//
this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell3.Font = new System.Drawing.Font("Arial", 12F);
this.xrTableCell3.Multiline = true;
this.xrTableCell3.Name = "xrTableCell3";
this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrTableCell3.StylePriority.UseBorders = false;
this.xrTableCell3.StylePriority.UseFont = false;
this.xrTableCell3.StylePriority.UsePadding = false;
this.xrTableCell3.StylePriority.UseTextAlignment = false;
this.xrTableCell3.Text = "Datum";
this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell3.Weight = 0.43875655408489167D;
//
// xrTableCell1
//
this.xrTableCell1.Font = new System.Drawing.Font("Arial", 12F);
this.xrTableCell1.Name = "xrTableCell1";
this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrTableCell1.StylePriority.UseFont = false;
this.xrTableCell1.StylePriority.UsePadding = false;
this.xrTableCell1.StylePriority.UseTextAlignment = false;
this.xrTableCell1.Text = "THE-Anzahl";
this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell1.Weight = 0.4003613452980751D;
//
// xrTableCell4
//
this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell4.Font = new System.Drawing.Font("Arial", 12F);
this.xrTableCell4.Multiline = true;
this.xrTableCell4.Name = "xrTableCell4";
this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrTableCell4.StylePriority.UseBorders = false;
this.xrTableCell4.StylePriority.UseFont = false;
this.xrTableCell4.StylePriority.UsePadding = false;
this.xrTableCell4.StylePriority.UseTextAlignment = false;
this.xrTableCell4.Text = "Bemerkungen";
this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell4.Weight = 1.956879636897465D;
//
// DetailReport
//
this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
this.Detail1,
this.GroupFooter1,
this.GroupHeader1});
this.DetailReport.DataMember = "Services";
this.DetailReport.DataSource = this.bindingSource1;
this.DetailReport.Level = 0;
this.DetailReport.Name = "DetailReport";
this.DetailReport.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
this.DetailReport.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
//
// Detail1
//
this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrTable3});
this.Detail1.HeightF = 30F;
this.Detail1.Name = "Detail1";
this.Detail1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
this.Detail1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
//
// xrTable3
//
this.xrTable3.BorderColor = System.Drawing.Color.Black;
this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTable3.Font = new System.Drawing.Font("Arial", 11F);
this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
this.xrTable3.Name = "xrTable3";
this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
this.xrTableRow6});
this.xrTable3.SizeF = new System.Drawing.SizeF(702F, 30F);
this.xrTable3.StylePriority.UseFont = false;
this.xrTable3.StylePriority.UsePadding = false;
this.xrTable3.StylePriority.UseTextAlignment = false;
this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrTableRow6
//
this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.xrTableCell13,
this.xrTableCell2,
this.xrTableCell14});
this.xrTableRow6.Name = "xrTableRow6";
this.xrTableRow6.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
this.xrTableRow6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
this.xrTableRow6.Weight = 1.5D;
//
// xrTableCell13
//
this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDate", "{0:dd.MM.yyyy}")});
this.xrTableCell13.Font = new System.Drawing.Font("Arial", 11F);
this.xrTableCell13.Name = "xrTableCell13";
this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrTableCell13.StylePriority.UseFont = false;
this.xrTableCell13.StylePriority.UsePadding = false;
this.xrTableCell13.StylePriority.UseTextAlignment = false;
this.xrTableCell13.Text = "xrTableCell13";
this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell13.Weight = 0.20506994160165198D;
//
// xrTableCell2
//
this.xrTableCell2.Name = "xrTableCell2";
this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrTableCell2.StylePriority.UsePadding = false;
this.xrTableCell2.StylePriority.UseTextAlignment = false;
this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell2.Weight = 0.18712445506267886D;
//
// xrTableCell14
//
this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell14.Font = new System.Drawing.Font("Arial", 11F);
this.xrTableCell14.Name = "xrTableCell14";
this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrTableCell14.StylePriority.UseBorders = false;
this.xrTableCell14.StylePriority.UseFont = false;
this.xrTableCell14.StylePriority.UsePadding = false;
this.xrTableCell14.StylePriority.UseTextAlignment = false;
this.xrTableCell14.Text = "[Notice]";
this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell14.Weight = 0.91462382566215827D;
//
// GroupFooter1
//
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrTable1,
this.xrLabel10,
this.xrLabel7});
this.GroupFooter1.HeightF = 179.7501F;
this.GroupFooter1.Name = "GroupFooter1";
//
// xrTable1
//
this.xrTable1.BorderColor = System.Drawing.Color.Black;
this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTable1.Font = new System.Drawing.Font("Arial", 12F);
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
this.xrTable1.Name = "xrTable1";
this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
this.xrTableRow1});
this.xrTable1.SizeF = new System.Drawing.SizeF(702F, 30F);
this.xrTable1.StylePriority.UseFont = false;
this.xrTable1.StylePriority.UsePadding = false;
this.xrTable1.StylePriority.UseTextAlignment = false;
this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrTableRow1
//
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.xrTableCell5,
this.xrTableCell6,
this.xrTableCell7});
this.xrTableRow1.Name = "xrTableRow1";
this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
this.xrTableRow1.Weight = 1.5D;
//
// xrTableCell5
//
this.xrTableCell5.Font = new System.Drawing.Font("Arial", 12F);
this.xrTableCell5.Name = "xrTableCell5";
this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F);
this.xrTableCell5.StylePriority.UseFont = false;
this.xrTableCell5.StylePriority.UsePadding = false;
this.xrTableCell5.StylePriority.UseTextAlignment = false;
this.xrTableCell5.Text = "THE gesamt";
this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell5.Weight = 0.205069941601652D;
//
// xrTableCell6
//
this.xrTableCell6.Name = "xrTableCell6";
this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrTableCell6.StylePriority.UsePadding = false;
this.xrTableCell6.StylePriority.UseTextAlignment = false;
this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell6.Weight = 0.18712441245485068D;
//
// xrTableCell7
//
this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.xrTableCell7.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.xrTableCell7.Name = "xrTableCell7";
this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrTableCell7.StylePriority.UseBorders = false;
this.xrTableCell7.StylePriority.UseFont = false;
this.xrTableCell7.StylePriority.UsePadding = false;
this.xrTableCell7.StylePriority.UseTextAlignment = false;
this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell7.Weight = 0.91462386826998654D;
//
// xrLabel10
//
this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 98.91676F);
this.xrLabel10.Multiline = true;
this.xrLabel10.Name = "xrLabel10";
this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel10.SizeF = new System.Drawing.SizeF(449.6249F, 25F);
this.xrLabel10.StylePriority.UseBorders = false;
this.xrLabel10.StylePriority.UseFont = false;
this.xrLabel10.StylePriority.UseTextAlignment = false;
this.xrLabel10.Text = "Hiermit bestätige ich die Richtigkeit der o. g. Angaben.";
this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrLabel7
//
this.xrLabel7.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dash;
this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.Top;
this.xrLabel7.Font = new System.Drawing.Font("Arial", 8F);
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(449.6249F, 123.9168F);
this.xrLabel7.Multiline = true;
this.xrLabel7.Name = "xrLabel7";
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel7.SizeF = new System.Drawing.SizeF(252.3751F, 24.99999F);
this.xrLabel7.StylePriority.UseBorderDashStyle = false;
this.xrLabel7.StylePriority.UseBorders = false;
this.xrLabel7.StylePriority.UseFont = false;
this.xrLabel7.StylePriority.UseTextAlignment = false;
this.xrLabel7.Text = "Unterschrift der TherapeutIn";
this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
//
// GroupHeader1
//
this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrTableServiceRecords1});
this.GroupHeader1.HeightF = 32.5F;
this.GroupHeader1.Name = "GroupHeader1";
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO);
//
// formattingRuleStartDate
//
this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]";
this.formattingRuleStartDate.DataMember = "ServicesDouble";
//
//
//
this.formattingRuleStartDate.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
this.formattingRuleStartDate.Name = "formattingRuleStartDate";
//
// ReportHeader
//
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrPictureBox1,
this.xrLabel5,
this.xrLabel8,
this.xrLabel6,
this.xrLabel13,
this.xrLabel4,
this.xrLabel2,
this.xrLabel9,
this.xrLabel3,
this.xrLabel22,
this.xrLabel1});
this.ReportHeader.Font = new System.Drawing.Font("Arial", 11F);
this.ReportHeader.HeightF = 336.25F;
this.ReportHeader.Name = "ReportHeader";
this.ReportHeader.StylePriority.UseFont = false;
//
// xrPictureBox1
//
this.xrPictureBox1.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(499.625F, 0F);
this.xrPictureBox1.Name = "xrPictureBox1";
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(129.8751F, 97.91667F);
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.CenterImage;
this.xrPictureBox1.StylePriority.UseBorders = false;
//
// xrLabel5
//
this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel5.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 125F);
this.xrLabel5.Multiline = true;
this.xrLabel5.Name = "xrLabel5";
this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel5.SizeF = new System.Drawing.SizeF(500.6667F, 37.5F);
this.xrLabel5.StylePriority.UseBorders = false;
this.xrLabel5.StylePriority.UseFont = false;
this.xrLabel5.StylePriority.UseTextAlignment = false;
this.xrLabel5.Text = "Nachweis Therapieeinheiten";
this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrLabel8
//
this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel8.Font = new System.Drawing.Font("Arial", 11F);
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(148.7549F, 294.375F);
this.xrLabel8.Multiline = true;
this.xrLabel8.Name = "xrLabel8";
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrLabel8.SizeF = new System.Drawing.SizeF(349.8285F, 20F);
this.xrLabel8.StylePriority.UseBorders = false;
this.xrLabel8.StylePriority.UseFont = false;
this.xrLabel8.StylePriority.UsePadding = false;
this.xrLabel8.StylePriority.UseTextAlignment = false;
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrLabel6
//
this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel6.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 294.375F);
this.xrLabel6.Multiline = true;
this.xrLabel6.Name = "xrLabel6";
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrLabel6.SizeF = new System.Drawing.SizeF(112.2917F, 20F);
this.xrLabel6.StylePriority.UseBorders = false;
this.xrLabel6.StylePriority.UseFont = false;
this.xrLabel6.StylePriority.UsePadding = false;
this.xrLabel6.StylePriority.UseTextAlignment = false;
this.xrLabel6.Text = "TherapeutIn:";
this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrLabel13
//
this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Costbearer")});
this.xrLabel13.Font = new System.Drawing.Font("Arial", 11F);
this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(148.7549F, 260.8333F);
this.xrLabel13.Name = "xrLabel13";
this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrLabel13.SizeF = new System.Drawing.SizeF(349.8284F, 20.00002F);
this.xrLabel13.StylePriority.UseBorders = false;
this.xrLabel13.StylePriority.UseFont = false;
this.xrLabel13.StylePriority.UsePadding = false;
this.xrLabel13.StylePriority.UseTextAlignment = false;
this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrLabel4
//
this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerName")});
this.xrLabel4.Font = new System.Drawing.Font("Arial", 11F);
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(148.7549F, 227.2916F);
this.xrLabel4.Name = "xrLabel4";
this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrLabel4.SizeF = new System.Drawing.SizeF(349.8285F, 20F);
this.xrLabel4.StylePriority.UseBorders = false;
this.xrLabel4.StylePriority.UseFont = false;
this.xrLabel4.StylePriority.UsePadding = false;
this.xrLabel4.StylePriority.UseTextAlignment = false;
this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrLabel2
//
this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel2.Font = new System.Drawing.Font("Arial", 11F);
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(148.7549F, 190.625F);
this.xrLabel2.Multiline = true;
this.xrLabel2.Name = "xrLabel2";
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrLabel2.SizeF = new System.Drawing.SizeF(349.8284F, 19.99999F);
this.xrLabel2.StylePriority.UseBorders = false;
this.xrLabel2.StylePriority.UseFont = false;
this.xrLabel2.StylePriority.UsePadding = false;
this.xrLabel2.StylePriority.UseTextAlignment = false;
this.xrLabel2.Text = "[ApprovedStartDate] - [ApprovedEndDate]";
this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrLabel9
//
this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel9.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 260.8333F);
this.xrLabel9.Multiline = true;
this.xrLabel9.Name = "xrLabel9";
this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrLabel9.SizeF = new System.Drawing.SizeF(112.2917F, 20.00002F);
this.xrLabel9.StylePriority.UseBorders = false;
this.xrLabel9.StylePriority.UseFont = false;
this.xrLabel9.StylePriority.UsePadding = false;
this.xrLabel9.StylePriority.UseTextAlignment = false;
this.xrLabel9.Text = "Kostenträger:";
this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrLabel3
//
this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel3.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 227.2916F);
this.xrLabel3.Multiline = true;
this.xrLabel3.Name = "xrLabel3";
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrLabel3.SizeF = new System.Drawing.SizeF(112.2917F, 20F);
this.xrLabel3.StylePriority.UseBorders = false;
this.xrLabel3.StylePriority.UseFont = false;
this.xrLabel3.StylePriority.UsePadding = false;
this.xrLabel3.StylePriority.UseTextAlignment = false;
this.xrLabel3.Text = "KlientIn:";
this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrLabel22
//
this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel22.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(0F, 35.41667F);
this.xrLabel22.Multiline = true;
this.xrLabel22.Name = "xrLabel22";
this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel22.SizeF = new System.Drawing.SizeF(499.625F, 25F);
this.xrLabel22.StylePriority.UseBorders = false;
this.xrLabel22.StylePriority.UseFont = false;
this.xrLabel22.StylePriority.UseTextAlignment = false;
this.xrLabel22.Text = "Autismus Therapie Zentrum";
this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrLabel1
//
this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 190.625F);
this.xrLabel1.Multiline = true;
this.xrLabel1.Name = "xrLabel1";
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
this.xrLabel1.SizeF = new System.Drawing.SizeF(112.2917F, 19.99999F);
this.xrLabel1.StylePriority.UseBorders = false;
this.xrLabel1.StylePriority.UseFont = false;
this.xrLabel1.StylePriority.UsePadding = false;
this.xrLabel1.StylePriority.UseTextAlignment = false;
this.xrLabel1.Text = "Zeitraum:";
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// formattingRuleServiceDesc
//
this.formattingRuleServiceDesc.Condition = "[StartDate2] < [StartDate]";
this.formattingRuleServiceDesc.DataMember = "ServicesDouble";
//
//
//
this.formattingRuleServiceDesc.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
this.formattingRuleServiceDesc.Name = "formattingRuleServiceDesc";
//
// formattingRuleCostBearer
//
this.formattingRuleCostBearer.Condition = "[StartDate2] < [StartDate]";
this.formattingRuleCostBearer.DataMember = "ServicesDouble";
//
//
//
this.formattingRuleCostBearer.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
this.formattingRuleCostBearer.Name = "formattingRuleCostBearer";
//
// formattingRuleEmployeeName
//
this.formattingRuleEmployeeName.Condition = "[StartDate2] < [StartDate]";
this.formattingRuleEmployeeName.DataMember = "ServicesDouble";
//
//
//
this.formattingRuleEmployeeName.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
this.formattingRuleEmployeeName.Name = "formattingRuleEmployeeName";
//
// topMarginBand1
//
this.topMarginBand1.HeightF = 30F;
this.topMarginBand1.Name = "topMarginBand1";
//
// bottomMarginBand1
//
this.bottomMarginBand1.HeightF = 30F;
this.bottomMarginBand1.Name = "bottomMarginBand1";
//
// GroupFooter2
//
this.GroupFooter2.HeightF = 73.95834F;
this.GroupFooter2.Name = "GroupFooter2";
//
// Stundenzettel
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
this.Detail,
this.DetailReport,
this.ReportHeader,
this.topMarginBand1,
this.bottomMarginBand1,
this.GroupFooter2});
this.DataSource = this.bindingSource1;
this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
this.formattingRuleStartDate,
this.formattingRuleServiceDesc,
this.formattingRuleCostBearer,
this.formattingRuleEmployeeName});
this.Margins = new System.Drawing.Printing.Margins(75, 50, 30, 30);
this.PageHeight = 1169;
this.PageWidth = 827;
this.PaperKind = System.Drawing.Printing.PaperKind.A4;
this.Version = "13.1";
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}
#endregion
private DevExpress.XtraReports.UI.DetailBand Detail;
private System.Windows.Forms.BindingSource bindingSource1;
private DevExpress.XtraReports.UI.DetailReportBand DetailReport;
private DevExpress.XtraReports.UI.DetailBand Detail1;
private DevExpress.XtraReports.UI.XRTable xrTable3;
private DevExpress.XtraReports.UI.XRTableRow xrTableRow6;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell14;
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
private DevExpress.XtraReports.UI.XRTable xrTableServiceRecords1;
private DevExpress.XtraReports.UI.XRTableRow xrTableRow2;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell4;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell13;
private DevExpress.XtraReports.UI.FormattingRule formattingRuleStartDate;
private DevExpress.XtraReports.UI.FormattingRule formattingRuleServiceDesc;
private DevExpress.XtraReports.UI.FormattingRule formattingRuleCostBearer;
private DevExpress.XtraReports.UI.FormattingRule formattingRuleEmployeeName;
private DevExpress.XtraReports.UI.XRLabel xrLabel22;
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1;
private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1;
private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1;
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
private DevExpress.XtraReports.UI.XRLabel xrLabel9;
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
private DevExpress.XtraReports.UI.XRLabel xrLabel13;
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
private DevExpress.XtraReports.UI.XRLabel xrLabel8;
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
private DevExpress.XtraReports.UI.XRLabel xrLabel7;
private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1;
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter2;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
private DevExpress.XtraReports.UI.XRTable xrTable1;
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell5;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell6;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell7;
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
}
}

View File

@@ -0,0 +1,189 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using BeWo.Data.Access;
using BeWo.Data.Entities;
using BS.Shared.Core;
using DevExpress.XtraReports.UI;
using BeWo.Report.ReportObjects;
using BeWo.Report;
namespace BeWo.HphBersenbrueckAtz
{
public partial class Stundenzettel : DevExpress.XtraReports.UI.XtraReport, IBeWoReport<ServicesOverviewRO>
{
public Stundenzettel()
{
InitializeComponent();
}
public void SetReportDataSource(ServicesOverviewRO pRO)
{
SetVarFieldValues(pRO);
if (pRO.Services != null)
{
List<ServicesOverviewRO.ServiceDetail> servicesBillable = new List<ServicesOverviewRO.ServiceDetail>();
foreach (ServicesOverviewRO.ServiceDetail s in pRO.Services)
{
if (s.IsBillable)
{
if (!s.ServiceDescription.ToLower().Contains("intern"))
{
DateTime dt = DateTime.Now.Date.AddMinutes(s.Minutes);
TimeSpan tspan = dt.Subtract(DateTime.Now.Date);
double d = tspan.TotalHours;
d = Math.Floor(d);
s.TimeRangeString = String.Format("{0}:{1:00}", d, tspan.Minutes);
//if (s.StartDate.Second == 0)
//{
// s.Notice = String.Format("{0:HH:mm}h: {1}", s.StartDate, s.Notice);
//}
servicesBillable.Add(s);
}
}
}
pRO.Services = servicesBillable;
}
DateTime dt2 = DateTime.Now.Date.AddMinutes(pRO.TotalFLMBillable);
TimeSpan tspan2 = dt2.Subtract(DateTime.Now.Date);
double d2 = tspan2.TotalHours;
d2 = Math.Floor(d2);
lblMinutesTotal.Text = String.Format("{0}:{1:00}", d2, tspan2.Minutes);
if (pRO.RateFactor != 0)
{
}
lblFLSGesamt.Text = String.Format("entspricht {0:0.##} FLS", pRO.TotalFLMBillable / 60);
this.bindingSource1.DataSource = pRO;
}
private void SetVarFieldValues(ServicesOverviewRO pRO)
{
String allLeben = ""; // Oid = 16
String indBasis = ""; // Oid = 17
String gestaltung = ""; // Oid = 18
String teilnahme = ""; // Oid = 19
String kommunikation = ""; // Oid = 20
String emotion = ""; // Oid = 21
String gesund = ""; // Oid = 22
String globalZiel = ""; // Oid = 23
String zieleDerHilfe = ""; // Oid = 24
if (pRO.CostBearer2SupportConceptList != null && pRO.CostBearer2SupportConceptList.Count > 0)
{
var c2s = pRO.CostBearer2SupportConceptList[0];
Customer c = c2s.SupportConcept.Customer;
foreach (var vv in c.VarFieldValueList)
{
var varFieldValue = Utils.XMLDeserializeFromString(vv.SerializedValue, Type.GetType(vv.TypeName));
if (varFieldValue != null)
{
if (vv.VarFieldDefOid.Value == 16)
{
allLeben = varFieldValue.ToString();
}
else if (vv.VarFieldDefOid.Value == 17)
{
indBasis = varFieldValue.ToString();
}
else if (vv.VarFieldDefOid.Value == 18)
{
gestaltung = varFieldValue.ToString();
}
else if (vv.VarFieldDefOid.Value == 19)
{
teilnahme = varFieldValue.ToString();
}
else if (vv.VarFieldDefOid.Value == 20)
{
kommunikation = varFieldValue.ToString();
}
else if (vv.VarFieldDefOid.Value == 21)
{
emotion = varFieldValue.ToString();
}
else if (vv.VarFieldDefOid.Value == 22)
{
gesund = varFieldValue.ToString();
}
else if (vv.VarFieldDefOid.Value == 23)
{
globalZiel = varFieldValue.ToString();
}
else if (vv.VarFieldDefOid.Value == 24)
{
zieleDerHilfe = varFieldValue.ToString();
}
}
}
}
lblAlltaeglicheLebensfuehrung.Text = allLeben;
lblIndividuelleBasisversorgung.Text = indBasis;
lblGestaltungSozialerBeziehungen.Text = gestaltung;
lblTeilnahme.Text = teilnahme;
lblKommUndOr.Text = kommunikation;
lblEmoUndPsy.Text = emotion;
lblGesund.Text = gesund;
lblGlobalziel.Text = globalZiel;
lblZieleDerHilfe.Text = zieleDerHilfe;
decimal gesamt = 0;
decimal test = 0;
if (Decimal.TryParse(allLeben, out test))
{
gesamt += test;
}
test = 0;
if (Decimal.TryParse(indBasis, out test))
{
gesamt += test;
}
test = 0;
if (Decimal.TryParse(gestaltung, out test))
{
gesamt += test;
}
test = 0;
if (Decimal.TryParse(teilnahme, out test))
{
gesamt += test;
}
test = 0;
if (Decimal.TryParse(kommunikation, out test))
{
gesamt += test;
}
test = 0;
if (Decimal.TryParse(emotion, out test))
{
gesamt += test;
}
test = 0;
if (Decimal.TryParse(gesund, out test))
{
gesamt += test;
}
lblHilfeschwerpunkteGesamt.Text = String.Format("{0:0.##}", gesamt);
}
}
}

View File

@@ -0,0 +1,254 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="bindingSource1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>21, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="xrPictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAGEAAABeCAYAAAAzKnrbAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
xAAADsQBlSsOGwAAAA90RVh0QXV0aG9yAFdhbGRlbWFyJXrIIQAAACB0RVh0Q3JlYXRpb25UaW1lADIw
MTc6MDM6MTYgMTI6MTM6MzUdDhleAAAcr0lEQVR4Xu3dCdR2U9kHcFKaRCqJimimUiEppVWhpFIRTTRL
rRJplTFRNGs2LDShaUWZUokylJAhDTQa0oQSSSjnW7/9vf/b9Zzu57mP731e7/N+6/2vtdeZ9tnn2tf/
Gvbe59zPs0S3GAsdi0mYA1hMwhzAYhLmABaTMAcw50m45ZZbZiz/H7CYhDmAxSTMASxwEv7973+Ptv/8
5z/bPvzrX/+at9d1N99887y9qfjPf/7Ttn//+9/b/Y4vvfTS7re//W33xz/+sfv5z3/eXXbZZa3O9ddf
37Zp64YbbmjbRQELnISbbrppisXeeOON8/ZuBULUC+xTonLGGWd0b3jDG7q11lqrW2ONNboVVlihW2KJ
Jbq73vWu3corr9y9853v7K699tpRu1X5i4qn3C7hiIL+8Y9/jKzUMcul7ErK7373u+7oo4/udt99926j
jTZqSr73ve/dLbnkkk3xSy21VHfnO9+5u+Md79j2bV/60pdO8aQ+mYsCFmpOSIj65S9/2e21117dfe97
36bsKDz7yrLLLtutvvrq3Zprrtk9+MEP7h7/+Md3L3nJS7qjjjpqXmv/i1i/bULhXMftQkLNBZdcckmz
XAr6+te/3q277rrdve51r5Gyl1tuue5Od7pTt/TSSzelv/vd7+5OPfXU7te//nX3s5/9rLv66qvntdS1
MBRvikfF+hcVAmC+SWBxMxVJFYSfxGtKfdKTnjRS/D3ucY/uLne5S9tfZZVVute85jXdiSee2O6nVKXG
esfXXXfdvKOuu+aaa+bt3ZoTJPEk9rmOBU4CxDqNZjbbbLOR8sV6cd2++P/BD35wNGqSQ6DGe9btOMQE
Vdl5prqLSZhX4G9/+1u33377dSuuuOJI+baJ++973/u6v/zlL1OSdLVkiq/XoF6DGpJ4QyVprmO+SYh1
RuHV+ijFuP7JT35yS6wJOUY4iHDeeF9sz/22tb0hqDkn91USEqJCGNR5ysLGrCVm1k4BOpxOf+tb35oy
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
SUVORK5CYII=
</value>
</data>
</root>