2016-06-27 01:45:38 +02:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
|
using System.Collections;
|
|
|
|
|
|
using System.ComponentModel;
|
|
|
|
|
|
using DevExpress.XtraReports.UI;
|
|
|
|
|
|
using BeWo.Report.ReportObjects;
|
|
|
|
|
|
using BeWo.Report;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace BeWoKerpen
|
|
|
|
|
|
{
|
|
|
|
|
|
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();
|
|
|
|
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
|
|
|
|
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
|
|
|
|
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
|
|
|
|
|
|
this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
|
|
|
|
|
|
this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
|
|
|
|
this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
|
this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule();
|
|
|
|
|
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
|
|
|
|
|
this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
|
|
|
|
|
|
this.lblAnschrift = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel18 = 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.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
|
|
|
|
|
|
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.fieldFLS = new DevExpress.XtraReports.UI.CalculatedField();
|
|
|
|
|
|
this.fieldBillableFLS = new DevExpress.XtraReports.UI.CalculatedField();
|
|
|
|
|
|
this.fieldAbrechenbareFLS = new DevExpress.XtraReports.UI.CalculatedField();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
|
|
|
|
//
|
|
|
|
|
|
// Detail
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Detail.Font = new System.Drawing.Font("Arial", 11F);
|
|
|
|
|
|
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;
|
|
|
|
|
|
//
|
|
|
|
|
|
// DetailReport
|
|
|
|
|
|
//
|
|
|
|
|
|
this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
|
|
|
|
this.Detail1});
|
|
|
|
|
|
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.Font = new System.Drawing.Font("Arial", 11F);
|
|
|
|
|
|
this.Detail1.HeightF = 30F;
|
|
|
|
|
|
this.Detail1.Name = "Detail1";
|
|
|
|
|
|
this.Detail1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
|
|
|
|
this.Detail1.StylePriority.UseFont = false;
|
|
|
|
|
|
this.Detail1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrTable3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrTable3.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
|
this.xrTable3.Font = new System.Drawing.Font("Calibri", 10F);
|
|
|
|
|
|
this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
|
|
|
|
this.xrTable3.Name = "xrTable3";
|
|
|
|
|
|
this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
|
|
|
|
this.xrTableRow6});
|
|
|
|
|
|
this.xrTable3.SizeF = new System.Drawing.SizeF(505.3333F, 30F);
|
|
|
|
|
|
this.xrTable3.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTable3.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrTableRow6
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
|
|
|
|
this.xrTableCell13,
|
|
|
|
|
|
this.xrTableCell15});
|
|
|
|
|
|
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 = 1D;
|
|
|
|
|
|
//
|
|
|
|
|
|
// 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.Name = "xrTableCell13";
|
|
|
|
|
|
this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 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.TopLeft;
|
|
|
|
|
|
this.xrTableCell13.Weight = 0.20012625584178756D;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell15
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.fieldFLS")});
|
|
|
|
|
|
this.xrTableCell15.Name = "xrTableCell15";
|
|
|
|
|
|
this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell15.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrTableCell15.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell15.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell15.Text = "xrTableCell15";
|
|
|
|
|
|
this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
|
this.xrTableCell15.Weight = 0.43792081498278657D;
|
|
|
|
|
|
//
|
|
|
|
|
|
// 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.xrPageInfo1,
|
|
|
|
|
|
this.lblAnschrift,
|
|
|
|
|
|
this.xrLabel17,
|
|
|
|
|
|
this.xrLabel16,
|
|
|
|
|
|
this.xrLabel10,
|
|
|
|
|
|
this.xrLabel18,
|
|
|
|
|
|
this.xrLabel1});
|
|
|
|
|
|
this.ReportHeader.Font = new System.Drawing.Font("Arial", 11F);
|
|
|
|
|
|
this.ReportHeader.HeightF = 366.5417F;
|
|
|
|
|
|
this.ReportHeader.Name = "ReportHeader";
|
|
|
|
|
|
this.ReportHeader.StylePriority.UseFont = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrPageInfo1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrPageInfo1.Font = new System.Drawing.Font("Calibri", 11F);
|
|
|
|
|
|
this.xrPageInfo1.Format = "{0:dd.MM.yyyy}";
|
|
|
|
|
|
this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(513.4583F, 230.0833F);
|
|
|
|
|
|
this.xrPageInfo1.Name = "xrPageInfo1";
|
|
|
|
|
|
this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
|
|
|
|
|
|
this.xrPageInfo1.SizeF = new System.Drawing.SizeF(162.5F, 30.20834F);
|
|
|
|
|
|
this.xrPageInfo1.StylePriority.UseFont = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// lblAnschrift
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lblAnschrift.Font = new System.Drawing.Font("Calibri", 11F);
|
|
|
|
|
|
this.lblAnschrift.LocationFloat = new DevExpress.Utils.PointFloat(0F, 99.50002F);
|
|
|
|
|
|
this.lblAnschrift.Multiline = true;
|
|
|
|
|
|
this.lblAnschrift.Name = "lblAnschrift";
|
|
|
|
|
|
this.lblAnschrift.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.lblAnschrift.SizeF = new System.Drawing.SizeF(360.6667F, 160.7917F);
|
|
|
|
|
|
this.lblAnschrift.StylePriority.UseFont = false;
|
|
|
|
|
|
this.lblAnschrift.Text = "Landschaftsverband Rheinland\r\n\r\nDezernat 7\r\n\r\nHermann-Pl<50>nder-Str. 1\r\n\r\n\r\n50679 K" +
|
|
|
|
|
|
"<22>ln";
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel17
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel17.Font = new System.Drawing.Font("Calibri", 11F);
|
|
|
|
|
|
this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 23.04169F);
|
|
|
|
|
|
this.xrLabel17.Multiline = true;
|
|
|
|
|
|
this.xrLabel17.Name = "xrLabel17";
|
|
|
|
|
|
this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel17.SizeF = new System.Drawing.SizeF(677F, 37.70833F);
|
|
|
|
|
|
this.xrLabel17.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel17.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrLabel17.Text = "J<>licher Str. 35 - 50171 Kerpen - Tel.: 02237/5077494";
|
|
|
|
|
|
this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel16
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
|
|
|
|
|
this.xrLabel16.BorderWidth = 2;
|
|
|
|
|
|
this.xrLabel16.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 21.04168F);
|
|
|
|
|
|
this.xrLabel16.Multiline = true;
|
|
|
|
|
|
this.xrLabel16.Name = "xrLabel16";
|
|
|
|
|
|
this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel16.SizeF = new System.Drawing.SizeF(677F, 2F);
|
|
|
|
|
|
this.xrLabel16.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrLabel16.StylePriority.UseBorderWidth = false;
|
|
|
|
|
|
this.xrLabel16.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel16.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel10
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel10.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 310F);
|
|
|
|
|
|
this.xrLabel10.Name = "xrLabel10";
|
|
|
|
|
|
this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel10.SizeF = new System.Drawing.SizeF(555.4583F, 18F);
|
|
|
|
|
|
this.xrLabel10.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel10.Text = "Fachleistungsstunden Monat [Month] [Year]";
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel18
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel18.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(0F, 281.125F);
|
|
|
|
|
|
this.xrLabel18.Name = "xrLabel18";
|
|
|
|
|
|
this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel18.SizeF = new System.Drawing.SizeF(675.9583F, 18F);
|
|
|
|
|
|
this.xrLabel18.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel18.Text = "[CustomerName], geb. am [CustomerBirthday!dd.MM.yyyy] wohnhaft [CustomerStreet], " +
|
|
|
|
|
|
"[CustomerPostalCode] [CustomerCity]";
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel1.Font = new System.Drawing.Font("Calibri", 14F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 1.041667F);
|
|
|
|
|
|
this.xrLabel1.Multiline = true;
|
|
|
|
|
|
this.xrLabel1.Name = "xrLabel1";
|
|
|
|
|
|
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel1.SizeF = new System.Drawing.SizeF(677F, 20F);
|
|
|
|
|
|
this.xrLabel1.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel1.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrLabel1.Text = "Ambulant betreutes Wohnen Stefanie Sch<63>fer";
|
|
|
|
|
|
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
|
|
|
|
//
|
|
|
|
|
|
// 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.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
|
|
|
|
this.topMarginBand1.HeightF = 90F;
|
|
|
|
|
|
this.topMarginBand1.Name = "topMarginBand1";
|
|
|
|
|
|
this.topMarginBand1.StylePriority.UseFont = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// bottomMarginBand1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.bottomMarginBand1.HeightF = 30F;
|
|
|
|
|
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// ReportFooter
|
|
|
|
|
|
//
|
|
|
|
|
|
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
|
|
|
|
this.xrLabel4,
|
|
|
|
|
|
this.xrLabel7,
|
|
|
|
|
|
this.xrLabel5});
|
|
|
|
|
|
this.ReportFooter.Font = new System.Drawing.Font("Arial", 11F);
|
|
|
|
|
|
this.ReportFooter.HeightF = 144.9167F;
|
|
|
|
|
|
this.ReportFooter.Name = "ReportFooter";
|
|
|
|
|
|
this.ReportFooter.StylePriority.UseFont = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
|
|
|
|
|
this.xrLabel4.BorderWidth = 2;
|
|
|
|
|
|
this.xrLabel4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 115F);
|
|
|
|
|
|
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(677F, 2F);
|
|
|
|
|
|
this.xrLabel4.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrLabel4.StylePriority.UseBorderWidth = false;
|
|
|
|
|
|
this.xrLabel4.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel4.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel7
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
|
|
|
|
|
this.xrLabel7.Font = new System.Drawing.Font("Calibri", 10F);
|
|
|
|
|
|
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(388.75F, 126.9168F);
|
|
|
|
|
|
this.xrLabel7.Name = "xrLabel7";
|
|
|
|
|
|
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel7.SizeF = new System.Drawing.SizeF(287.2084F, 17.99996F);
|
|
|
|
|
|
this.xrLabel7.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrLabel7.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel7.Text = "Unterschrift ([CustomerName])";
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel5
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
|
|
|
|
|
this.xrLabel5.Font = new System.Drawing.Font("Calibri", 10F);
|
|
|
|
|
|
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 126.9167F);
|
|
|
|
|
|
this.xrLabel5.Name = "xrLabel5";
|
|
|
|
|
|
this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel5.SizeF = new System.Drawing.SizeF(117F, 17.99997F);
|
|
|
|
|
|
this.xrLabel5.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrLabel5.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel5.Text = "Ort,Datum";
|
|
|
|
|
|
//
|
|
|
|
|
|
// fieldFLS
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fieldFLS.DataMember = "Services";
|
|
|
|
|
|
this.fieldFLS.Expression = "ToStr(Round([Minutes] / 60, 2)) + \' FLS\' + Iif([IsGroup], \' (Gruppenangebot)\' , " +
|
|
|
|
|
|
"\'\')";
|
|
|
|
|
|
this.fieldFLS.FieldType = DevExpress.XtraReports.UI.FieldType.String;
|
|
|
|
|
|
this.fieldFLS.Name = "fieldFLS";
|
|
|
|
|
|
//
|
|
|
|
|
|
// fieldBillableFLS
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fieldBillableFLS.Expression = "[TotalFLMBillable] / 60";
|
|
|
|
|
|
this.fieldBillableFLS.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal;
|
|
|
|
|
|
this.fieldBillableFLS.Name = "fieldBillableFLS";
|
|
|
|
|
|
//
|
|
|
|
|
|
// fieldAbrechenbareFLS
|
|
|
|
|
|
//
|
|
|
|
|
|
this.fieldAbrechenbareFLS.Expression = "([TotalFLMBillable] / 60) * 1.2";
|
|
|
|
|
|
this.fieldAbrechenbareFLS.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal;
|
|
|
|
|
|
this.fieldAbrechenbareFLS.Name = "fieldAbrechenbareFLS";
|
|
|
|
|
|
//
|
|
|
|
|
|
// Stundenzettel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
|
|
|
|
this.Detail,
|
|
|
|
|
|
this.DetailReport,
|
|
|
|
|
|
this.ReportHeader,
|
|
|
|
|
|
this.topMarginBand1,
|
|
|
|
|
|
this.bottomMarginBand1,
|
|
|
|
|
|
this.ReportFooter});
|
|
|
|
|
|
this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
|
|
|
|
|
|
this.fieldFLS,
|
|
|
|
|
|
this.fieldBillableFLS,
|
|
|
|
|
|
this.fieldAbrechenbareFLS});
|
|
|
|
|
|
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, 75, 90, 30);
|
|
|
|
|
|
this.PageHeight = 1169;
|
|
|
|
|
|
this.PageWidth = 827;
|
2024-03-04 15:55:19 +01:00
|
|
|
|
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.SnapGridSize = 9F;
|
|
|
|
|
|
this.Version = "13.1";
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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 xrTableCell15;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
|
|
|
|
|
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.TopMarginBand topMarginBand1;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel18;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.CalculatedField fieldFLS;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel7;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.CalculatedField fieldBillableFLS;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.CalculatedField fieldAbrechenbareFLS;
|
|
|
|
|
|
private XRLabel xrLabel16;
|
|
|
|
|
|
private XRLabel xrLabel17;
|
|
|
|
|
|
private XRLabel xrLabel4;
|
|
|
|
|
|
private XRLabel lblAnschrift;
|
|
|
|
|
|
private XRPageInfo xrPageInfo1;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|