2016-06-27 01:45:38 +02:00
|
|
|
using BeWo.Report.ReportObjects;
|
|
|
|
|
namespace BeWo.SeverinReports
|
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
2017-06-11 15:50:31 +02:00
|
|
|
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();
|
2021-08-13 07:55:10 +02:00
|
|
|
this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
|
2019-02-12 19:10:37 +01:00
|
|
|
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
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();
|
2021-08-13 07:55:10 +02:00
|
|
|
this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
|
2019-02-12 19:10:37 +01:00
|
|
|
this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule();
|
|
|
|
|
this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
|
|
|
this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
|
|
|
|
|
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.DetailReport2 = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
|
|
|
this.Detail3 = new DevExpress.XtraReports.UI.DetailBand();
|
|
|
|
|
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.labelFehlkontakteWert = new DevExpress.XtraReports.UI.XRLabel();
|
2021-09-03 10:06:14 +02:00
|
|
|
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.lblAbwesenheiten = new DevExpress.XtraReports.UI.XRLabel();
|
2021-08-13 07:55:10 +02:00
|
|
|
this.labelAbrechenbarText = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.labelNichtAbrechenbarText = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.labelAbrechenbarWert = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.labelNichtAbrechenbarWert = new DevExpress.XtraReports.UI.XRLabel();
|
2021-08-12 11:02:10 +02:00
|
|
|
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
2021-11-08 16:43:43 +01:00
|
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
2019-07-12 10:33:31 +02:00
|
|
|
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
|
2021-08-12 11:02:10 +02:00
|
|
|
this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
|
2017-06-11 15:50:31 +02:00
|
|
|
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
|
|
|
|
|
this.formattingRuleServiceDesc = new DevExpress.XtraReports.UI.FormattingRule();
|
|
|
|
|
this.formattingRuleCostBearer = new DevExpress.XtraReports.UI.FormattingRule();
|
|
|
|
|
this.formattingRuleEmployeeName = new DevExpress.XtraReports.UI.FormattingRule();
|
|
|
|
|
this.FLS = new DevExpress.XtraReports.UI.CalculatedField();
|
|
|
|
|
this.FLS2 = new DevExpress.XtraReports.UI.CalculatedField();
|
|
|
|
|
this.TotalFLS = new DevExpress.XtraReports.UI.CalculatedField();
|
|
|
|
|
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
|
|
|
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
|
|
|
this.DetailReport3 = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
|
|
|
this.Detail4 = new DevExpress.XtraReports.UI.DetailBand();
|
|
|
|
|
this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
|
|
|
|
this.fieldFLS = new DevExpress.XtraReports.UI.CalculatedField();
|
|
|
|
|
this.fieldTeilnehmer = new DevExpress.XtraReports.UI.CalculatedField();
|
2021-08-12 14:51:13 +02:00
|
|
|
this.FLMToHours = new DevExpress.XtraReports.UI.CalculatedField();
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
|
|
|
this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
|
|
|
this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel();
|
2017-06-11 15:50:31 +02:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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.WhiteSmoke;
|
|
|
|
|
this.xrTableServiceRecords1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
2016-06-27 01:45:38 +02:00
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2017-06-11 15:50:31 +02:00
|
|
|
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[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrTableRow2});
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableServiceRecords1.SizeF = new System.Drawing.SizeF(702F, 20F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableServiceRecords1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
//
|
|
|
|
|
// xrTableRow2
|
|
|
|
|
//
|
|
|
|
|
this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrTableCell3,
|
|
|
|
|
this.xrTableCell1,
|
|
|
|
|
this.xrTableCell4,
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell7,
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell5,
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrTableCell11,
|
|
|
|
|
this.xrTableCell9,
|
|
|
|
|
this.xrTableCell12});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableRow2.Name = "xrTableRow2";
|
|
|
|
|
this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
|
|
|
this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
this.xrTableRow2.Weight = 1D;
|
|
|
|
|
//
|
|
|
|
|
// xrTableCell3
|
|
|
|
|
//
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrTableCell3.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell3.Name = "xrTableCell3";
|
|
|
|
|
this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell3.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell3.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrTableCell3.Text = "Datum";
|
|
|
|
|
this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell3.Weight = 0.08531122343256077D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// xrTableCell1
|
|
|
|
|
//
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrTableCell1.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell1.Name = "xrTableCell1";
|
|
|
|
|
this.xrTableCell1.StylePriority.UseFont = false;
|
|
|
|
|
this.xrTableCell1.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrTableCell1.Text = "Uhrzeit";
|
|
|
|
|
this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell1.Weight = 0.16280585662364658D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// xrTableCell4
|
|
|
|
|
//
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrTableCell4.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell4.Multiline = true;
|
|
|
|
|
this.xrTableCell4.Name = "xrTableCell4";
|
|
|
|
|
this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell4.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell4.StylePriority.UseTextAlignment = false;
|
2020-10-01 10:32:31 +02:00
|
|
|
this.xrTableCell4.Text = "FLM";
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell4.Weight = 0.10359727130234402D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
2021-08-13 07:55:10 +02:00
|
|
|
// xrTableCell7
|
|
|
|
|
//
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrTableCell7.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
2021-08-13 07:55:10 +02:00
|
|
|
this.xrTableCell7.Name = "xrTableCell7";
|
|
|
|
|
this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell7.StylePriority.UseFont = false;
|
|
|
|
|
this.xrTableCell7.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell7.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrTableCell7.Text = "FLS";
|
|
|
|
|
this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
|
|
|
this.xrTableCell7.Weight = 0.10359985778332641D;
|
|
|
|
|
//
|
2019-02-12 19:10:37 +01:00
|
|
|
// xrTableCell5
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrTableCell5.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold);
|
2019-02-12 19:10:37 +01:00
|
|
|
this.xrTableCell5.Name = "xrTableCell5";
|
|
|
|
|
this.xrTableCell5.StylePriority.UseFont = false;
|
|
|
|
|
this.xrTableCell5.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrTableCell5.Text = "Teilnehmer";
|
|
|
|
|
this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell5.Weight = 0.11864260699952019D;
|
2019-02-12 19:10:37 +01:00
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
// xrTableCell11
|
|
|
|
|
//
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrTableCell11.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell11.Name = "xrTableCell11";
|
|
|
|
|
this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell11.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell11.Text = "Art";
|
|
|
|
|
this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell11.Weight = 0.15789048514049359D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// xrTableCell9
|
|
|
|
|
//
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrTableCell9.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell9.Name = "xrTableCell9";
|
|
|
|
|
this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell9.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell9.Text = "KT";
|
|
|
|
|
this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell9.Weight = 0.16609971906356885D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// xrTableCell12
|
|
|
|
|
//
|
|
|
|
|
this.xrTableCell12.BackColor = System.Drawing.Color.WhiteSmoke;
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrTableCell12.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell12.Name = "xrTableCell12";
|
|
|
|
|
this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell12.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell12.Text = "Mitarbeiter/in";
|
|
|
|
|
this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell12.Weight = 0.16926685946770148D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// xrTable3
|
|
|
|
|
//
|
|
|
|
|
this.xrTable3.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
2016-06-27 01:45:38 +02:00
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2017-06-11 15:50:31 +02:00
|
|
|
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[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrTableRow6});
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTable3.SizeF = new System.Drawing.SizeF(701.9984F, 20F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
//
|
|
|
|
|
// xrTableRow6
|
|
|
|
|
//
|
|
|
|
|
this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrTableCell13,
|
|
|
|
|
this.xrTableCell2,
|
|
|
|
|
this.xrTableCell14,
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell8,
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell6,
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrTableCell15,
|
|
|
|
|
this.xrTableCell16,
|
|
|
|
|
this.xrTableCell17});
|
2017-06-11 15:50:31 +02:00
|
|
|
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[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.StartDate", "{0:dd.}")});
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrTableCell13.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell13.Name = "xrTableCell13";
|
|
|
|
|
this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 3, 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.MiddleCenter;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell13.Weight = 0.038562400422111912D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// xrTableCell2
|
|
|
|
|
//
|
|
|
|
|
this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.TimeRangeString")});
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrTableCell2.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell2.Name = "xrTableCell2";
|
|
|
|
|
this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell2.StylePriority.UseFont = false;
|
|
|
|
|
this.xrTableCell2.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell2.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrTableCell2.Text = "xrTableCell2";
|
|
|
|
|
this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell2.Weight = 0.073591538299504544D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// xrTableCell14
|
|
|
|
|
//
|
|
|
|
|
this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
2020-10-01 10:32:31 +02:00
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Minutes", "{0:0.##}")});
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrTableCell14.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell14.Name = "xrTableCell14";
|
|
|
|
|
this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell14.StylePriority.UseFont = false;
|
|
|
|
|
this.xrTableCell14.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell14.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell14.Weight = 0.046828061238276722D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
2021-08-13 07:55:10 +02:00
|
|
|
// xrTableCell8
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrTableCell8.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
2021-08-13 07:55:10 +02:00
|
|
|
this.xrTableCell8.Name = "xrTableCell8";
|
|
|
|
|
this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell8.StylePriority.UseFont = false;
|
|
|
|
|
this.xrTableCell8.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell8.StylePriority.UseTextAlignment = false;
|
2021-11-08 16:43:43 +01:00
|
|
|
this.xrTableCell8.Text = "[FLMToHours!0.00]";
|
2021-08-13 07:55:10 +02:00
|
|
|
this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
|
|
|
this.xrTableCell8.Weight = 0.0468292461083389D;
|
|
|
|
|
//
|
2019-02-12 19:10:37 +01:00
|
|
|
// xrTableCell6
|
|
|
|
|
//
|
|
|
|
|
this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.fieldTeilnehmer")});
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrTableCell6.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
2019-02-12 19:10:37 +01:00
|
|
|
this.xrTableCell6.Name = "xrTableCell6";
|
|
|
|
|
this.xrTableCell6.StylePriority.UseFont = false;
|
|
|
|
|
this.xrTableCell6.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrTableCell6.Text = "xrTableCell6";
|
|
|
|
|
this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell6.Weight = 0.053628875100197919D;
|
2019-02-12 19:10:37 +01:00
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
// xrTableCell15
|
|
|
|
|
//
|
|
|
|
|
this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.ServiceCategoryAbbr")});
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrTableCell15.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell15.Name = "xrTableCell15";
|
|
|
|
|
this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell15.StylePriority.UseFont = false;
|
|
|
|
|
this.xrTableCell15.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell15.Weight = 0.07136969720001636D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// xrTableCell16
|
|
|
|
|
//
|
|
|
|
|
this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.CostBearer")});
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrTableCell16.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell16.Name = "xrTableCell16";
|
|
|
|
|
this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell16.StylePriority.UseFont = false;
|
|
|
|
|
this.xrTableCell16.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell16.Weight = 0.075080435121464367D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// xrTableCell17
|
|
|
|
|
//
|
|
|
|
|
this.xrTableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.EmployeeAbbr")});
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrTableCell17.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrTableCell17.Name = "xrTableCell17";
|
|
|
|
|
this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F);
|
|
|
|
|
this.xrTableCell17.StylePriority.UseFont = false;
|
|
|
|
|
this.xrTableCell17.StylePriority.UsePadding = false;
|
|
|
|
|
this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrTableCell17.Weight = 0.076510907029681954D;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// formattingRuleStartDate
|
|
|
|
|
//
|
|
|
|
|
this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]";
|
|
|
|
|
this.formattingRuleStartDate.DataMember = "ServicesDouble";
|
|
|
|
|
this.formattingRuleStartDate.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
this.formattingRuleStartDate.Name = "formattingRuleStartDate";
|
|
|
|
|
//
|
|
|
|
|
// DetailReport1
|
|
|
|
|
//
|
|
|
|
|
this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.Detail2});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.DetailReport1.Level = 1;
|
|
|
|
|
this.DetailReport1.Name = "DetailReport1";
|
|
|
|
|
this.DetailReport1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
|
|
|
this.DetailReport1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
//
|
|
|
|
|
// Detail2
|
|
|
|
|
//
|
|
|
|
|
this.Detail2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
2016-06-27 01:45:38 +02:00
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2017-06-11 15:50:31 +02:00
|
|
|
this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrPictureBox3,
|
|
|
|
|
this.xrLabel18,
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrLabel5,
|
|
|
|
|
this.xrLabel4});
|
2024-08-14 07:59:53 +02:00
|
|
|
this.Detail2.HeightF = 89.11742F;
|
2017-06-11 15:50:31 +02:00
|
|
|
this.Detail2.Name = "Detail2";
|
|
|
|
|
this.Detail2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
|
|
|
this.Detail2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
//
|
|
|
|
|
// xrLabel5
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.54166F);
|
2017-06-11 15:50:31 +02:00
|
|
|
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(333F, 24F);
|
|
|
|
|
this.xrLabel5.StylePriority.UseBorders = false;
|
|
|
|
|
this.xrLabel5.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel5.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel5.Text = "Unterschrift Klient/in (oder gesetzliche/r Betreuer/in):";
|
|
|
|
|
this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// xrLabel4
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 61.54166F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrLabel4.Name = "xrLabel4";
|
|
|
|
|
this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.xrLabel4.SizeF = new System.Drawing.SizeF(333F, 25F);
|
|
|
|
|
this.xrLabel4.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel4.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel4.Text = "Ich versichere die Richtigkeit der o.g. Angaben:";
|
|
|
|
|
this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// DetailReport2
|
|
|
|
|
//
|
|
|
|
|
this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.Detail3,
|
|
|
|
|
this.GroupFooter1});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.DetailReport2.DataMember = "AllEmployees";
|
|
|
|
|
this.DetailReport2.DataSource = this.bindingSource1;
|
|
|
|
|
this.DetailReport2.Level = 2;
|
|
|
|
|
this.DetailReport2.Name = "DetailReport2";
|
|
|
|
|
this.DetailReport2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
|
|
|
this.DetailReport2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
//
|
|
|
|
|
// Detail3
|
|
|
|
|
//
|
|
|
|
|
this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrPictureBox2,
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrLabel7,
|
|
|
|
|
this.xrLabel6,
|
|
|
|
|
this.xrLabel8});
|
2024-08-14 07:59:53 +02:00
|
|
|
this.Detail3.HeightF = 42.00002F;
|
2017-06-11 15:50:31 +02:00
|
|
|
this.Detail3.Name = "Detail3";
|
|
|
|
|
this.Detail3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
|
|
|
this.Detail3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
//
|
|
|
|
|
// xrLabel7
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(348.4F, 17.00001F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrLabel7.Name = "xrLabel7";
|
|
|
|
|
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrLabel7.SizeF = new System.Drawing.SizeF(220.0002F, 25F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrLabel7.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel7.StylePriority.UseTextAlignment = false;
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrLabel7.Text = "[TotalFLM] FLM/ [TotalFLSString] FLS ";
|
|
|
|
|
this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
//
|
|
|
|
|
// xrLabel6
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AllEmployees.EmployeeName")});
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17F);
|
|
|
|
|
this.xrLabel6.Name = "xrLabel6";
|
|
|
|
|
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.xrLabel6.SizeF = new System.Drawing.SizeF(125F, 25F);
|
|
|
|
|
this.xrLabel6.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel6.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel6.Text = "xrLabel6";
|
|
|
|
|
this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// xrLabel8
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Arial", 9F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
|
|
|
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(125F, 40.00002F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrLabel8.Name = "xrLabel8";
|
|
|
|
|
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrLabel8.SizeF = new System.Drawing.SizeF(200F, 2F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrLabel8.StylePriority.UseBorders = false;
|
|
|
|
|
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
//
|
|
|
|
|
// GroupFooter1
|
|
|
|
|
//
|
|
|
|
|
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
2023-04-19 17:00:30 +02:00
|
|
|
this.xrLabel11,
|
|
|
|
|
this.labelFehlkontakteWert,
|
2021-09-03 10:06:14 +02:00
|
|
|
this.xrLabel10,
|
|
|
|
|
this.lblAbwesenheiten,
|
2021-08-12 14:51:13 +02:00
|
|
|
this.labelAbrechenbarText,
|
|
|
|
|
this.labelNichtAbrechenbarText,
|
|
|
|
|
this.labelAbrechenbarWert,
|
|
|
|
|
this.labelNichtAbrechenbarWert,
|
2021-08-12 11:02:10 +02:00
|
|
|
this.xrLabel12,
|
2021-08-12 14:51:13 +02:00
|
|
|
this.xrPictureBox1});
|
2021-09-03 10:06:14 +02:00
|
|
|
this.GroupFooter1.HeightF = 346.875F;
|
2017-06-11 15:50:31 +02:00
|
|
|
this.GroupFooter1.Name = "GroupFooter1";
|
|
|
|
|
//
|
2024-08-14 07:59:53 +02:00
|
|
|
// xrLabel11
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel11.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold);
|
|
|
|
|
this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 101.2083F);
|
|
|
|
|
this.xrLabel11.Name = "xrLabel11";
|
|
|
|
|
this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.xrLabel11.SizeF = new System.Drawing.SizeF(325F, 23F);
|
|
|
|
|
this.xrLabel11.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel11.Text = "[Costbearer]-Fehlkontakte:";
|
|
|
|
|
//
|
|
|
|
|
// labelFehlkontakteWert
|
|
|
|
|
//
|
|
|
|
|
this.labelFehlkontakteWert.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold);
|
|
|
|
|
this.labelFehlkontakteWert.LocationFloat = new DevExpress.Utils.PointFloat(325F, 101.2084F);
|
|
|
|
|
this.labelFehlkontakteWert.Name = "labelFehlkontakteWert";
|
|
|
|
|
this.labelFehlkontakteWert.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.labelFehlkontakteWert.SizeF = new System.Drawing.SizeF(156.4F, 22.99993F);
|
|
|
|
|
this.labelFehlkontakteWert.StylePriority.UseFont = false;
|
|
|
|
|
this.labelFehlkontakteWert.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.labelFehlkontakteWert.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
|
|
|
//
|
2021-09-03 10:06:14 +02:00
|
|
|
// xrLabel10
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
2023-04-19 17:00:30 +02:00
|
|
|
this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(2.041753F, 125.1666F);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.xrLabel10.Name = "xrLabel10";
|
|
|
|
|
this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.xrLabel10.SizeF = new System.Drawing.SizeF(122.9583F, 17.99997F);
|
|
|
|
|
this.xrLabel10.StylePriority.UseBorders = false;
|
|
|
|
|
this.xrLabel10.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel10.Text = "Abwesenheiten:";
|
|
|
|
|
//
|
|
|
|
|
// lblAbwesenheiten
|
|
|
|
|
//
|
|
|
|
|
this.lblAbwesenheiten.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
|
|
|
|
this.lblAbwesenheiten.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "AbsenceTimes")});
|
2024-08-14 07:59:53 +02:00
|
|
|
this.lblAbwesenheiten.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
|
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
2023-04-19 17:00:30 +02:00
|
|
|
this.lblAbwesenheiten.LocationFloat = new DevExpress.Utils.PointFloat(325F, 139.7083F);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.lblAbwesenheiten.Name = "lblAbwesenheiten";
|
|
|
|
|
this.lblAbwesenheiten.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.lblAbwesenheiten.SizeF = new System.Drawing.SizeF(300F, 97.79166F);
|
|
|
|
|
this.lblAbwesenheiten.StylePriority.UseBorders = false;
|
|
|
|
|
this.lblAbwesenheiten.StylePriority.UseFont = false;
|
|
|
|
|
this.lblAbwesenheiten.Text = "lblAbwesenheiten";
|
|
|
|
|
//
|
2021-08-13 07:55:10 +02:00
|
|
|
// labelAbrechenbarText
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.labelAbrechenbarText.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.labelAbrechenbarText.LocationFloat = new DevExpress.Utils.PointFloat(0F, 55.20833F);
|
2021-08-13 07:55:10 +02:00
|
|
|
this.labelAbrechenbarText.Name = "labelAbrechenbarText";
|
|
|
|
|
this.labelAbrechenbarText.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.labelAbrechenbarText.SizeF = new System.Drawing.SizeF(325F, 23F);
|
2021-08-13 07:55:10 +02:00
|
|
|
this.labelAbrechenbarText.StylePriority.UseFont = false;
|
|
|
|
|
this.labelAbrechenbarText.Text = "[Costbearer]-direkte abrechenbare Leistung:";
|
|
|
|
|
//
|
|
|
|
|
// labelNichtAbrechenbarText
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.labelNichtAbrechenbarText.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.labelNichtAbrechenbarText.LocationFloat = new DevExpress.Utils.PointFloat(0F, 78.20829F);
|
2021-08-13 07:55:10 +02:00
|
|
|
this.labelNichtAbrechenbarText.Name = "labelNichtAbrechenbarText";
|
|
|
|
|
this.labelNichtAbrechenbarText.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.labelNichtAbrechenbarText.SizeF = new System.Drawing.SizeF(325F, 23F);
|
2021-08-13 07:55:10 +02:00
|
|
|
this.labelNichtAbrechenbarText.StylePriority.UseFont = false;
|
|
|
|
|
this.labelNichtAbrechenbarText.Text = "Mittelbare nicht abrechenbare Leistung:";
|
|
|
|
|
//
|
|
|
|
|
// labelAbrechenbarWert
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.labelAbrechenbarWert.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.labelAbrechenbarWert.LocationFloat = new DevExpress.Utils.PointFloat(325F, 55.20833F);
|
2021-08-13 07:55:10 +02:00
|
|
|
this.labelAbrechenbarWert.Name = "labelAbrechenbarWert";
|
|
|
|
|
this.labelAbrechenbarWert.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.labelAbrechenbarWert.SizeF = new System.Drawing.SizeF(156.4F, 22.99992F);
|
2021-08-13 07:55:10 +02:00
|
|
|
this.labelAbrechenbarWert.StylePriority.UseFont = false;
|
|
|
|
|
this.labelAbrechenbarWert.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.labelAbrechenbarWert.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// labelNichtAbrechenbarWert
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.labelNichtAbrechenbarWert.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.labelNichtAbrechenbarWert.LocationFloat = new DevExpress.Utils.PointFloat(325F, 78.20841F);
|
2021-08-13 07:55:10 +02:00
|
|
|
this.labelNichtAbrechenbarWert.Name = "labelNichtAbrechenbarWert";
|
|
|
|
|
this.labelNichtAbrechenbarWert.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
2021-09-03 10:06:14 +02:00
|
|
|
this.labelNichtAbrechenbarWert.SizeF = new System.Drawing.SizeF(156.4F, 22.99993F);
|
2021-08-13 07:55:10 +02:00
|
|
|
this.labelNichtAbrechenbarWert.StylePriority.UseFont = false;
|
|
|
|
|
this.labelNichtAbrechenbarWert.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.labelNichtAbrechenbarWert.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
|
|
|
//
|
2021-08-12 11:02:10 +02:00
|
|
|
// xrLabel12
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrLabel12.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold);
|
2021-08-13 07:55:10 +02:00
|
|
|
this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 30.20833F);
|
2021-08-12 11:02:10 +02:00
|
|
|
this.xrLabel12.Name = "xrLabel12";
|
|
|
|
|
this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.xrLabel12.SizeF = new System.Drawing.SizeF(200F, 25F);
|
|
|
|
|
this.xrLabel12.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel12.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel12.Text = "Gesamt:";
|
|
|
|
|
this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
// xrPictureBox1
|
|
|
|
|
//
|
2024-08-14 07:59:53 +02:00
|
|
|
this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
|
2023-04-19 17:00:30 +02:00
|
|
|
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(453.6476F, 237.5F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrPictureBox1.Name = "xrPictureBox1";
|
|
|
|
|
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(217.7083F, 109.375F);
|
|
|
|
|
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
|
|
|
|
//
|
2021-11-08 16:43:43 +01:00
|
|
|
// bindingSource1
|
|
|
|
|
//
|
|
|
|
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO);
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
// ReportHeader
|
|
|
|
|
//
|
|
|
|
|
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
2019-02-12 19:10:37 +01:00
|
|
|
this.xrLabel2,
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrLabel1,
|
2021-08-12 11:02:10 +02:00
|
|
|
this.xrLabel9,
|
|
|
|
|
this.xrLabel13});
|
|
|
|
|
this.ReportHeader.HeightF = 134.375F;
|
2017-06-11 15:50:31 +02:00
|
|
|
this.ReportHeader.Name = "ReportHeader";
|
|
|
|
|
//
|
2019-07-12 10:33:31 +02:00
|
|
|
// xrLabel2
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Arial", 12F, DevExpress.Drawing.DXFontStyle.Bold);
|
2021-08-12 11:02:10 +02:00
|
|
|
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 91.33333F);
|
2019-07-12 10:33:31 +02:00
|
|
|
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(650F, 25F);
|
|
|
|
|
this.xrLabel2.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel2.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel2.Text = "Aktenzeichen: [ReferenceNumber]";
|
|
|
|
|
this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
// xrLabel1
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 14F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
|
|
|
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(650F, 25F);
|
|
|
|
|
this.xrLabel1.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel1.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel1.Text = "Stunden-Dokumentation Betreutes Wohnen";
|
|
|
|
|
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
//
|
|
|
|
|
// xrLabel9
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Arial", 12F, DevExpress.Drawing.DXFontStyle.Bold);
|
2021-08-12 11:02:10 +02:00
|
|
|
this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 66.33333F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrLabel9.Multiline = true;
|
|
|
|
|
this.xrLabel9.Name = "xrLabel9";
|
|
|
|
|
this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.xrLabel9.SizeF = new System.Drawing.SizeF(650F, 25F);
|
|
|
|
|
this.xrLabel9.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel9.StylePriority.UseTextAlignment = false;
|
2021-08-12 11:02:10 +02:00
|
|
|
this.xrLabel9.Text = "[CustomerName]";
|
2017-06-11 15:50:31 +02:00
|
|
|
this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
|
|
|
//
|
2021-08-12 11:02:10 +02:00
|
|
|
// xrLabel13
|
|
|
|
|
//
|
2024-03-04 15:55:19 +01:00
|
|
|
this.xrLabel13.Font = new DevExpress.Drawing.DXFont("Arial", 12F, DevExpress.Drawing.DXFontStyle.Bold);
|
2021-11-08 16:43:43 +01:00
|
|
|
this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 41.33332F);
|
2021-08-12 11:02:10 +02:00
|
|
|
this.xrLabel13.Name = "xrLabel13";
|
|
|
|
|
this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
2021-11-08 16:43:43 +01:00
|
|
|
this.xrLabel13.SizeF = new System.Drawing.SizeF(650F, 25F);
|
2021-08-12 11:02:10 +02:00
|
|
|
this.xrLabel13.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel13.Text = "[Month] [Year]";
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
// ReportFooter
|
|
|
|
|
//
|
|
|
|
|
this.ReportFooter.HeightF = 10F;
|
|
|
|
|
this.ReportFooter.KeepTogether = true;
|
|
|
|
|
this.ReportFooter.Name = "ReportFooter";
|
|
|
|
|
this.ReportFooter.PrintAtBottom = true;
|
|
|
|
|
//
|
|
|
|
|
// 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";
|
|
|
|
|
//
|
|
|
|
|
// FLS
|
|
|
|
|
//
|
|
|
|
|
this.FLS.DataMember = "ServicesDouble";
|
|
|
|
|
this.FLS.Expression = "[Minutes] / 60";
|
|
|
|
|
this.FLS.Name = "FLS";
|
|
|
|
|
this.FLS.Scripts.OnGetValue = "FLS_GetValue";
|
|
|
|
|
//
|
|
|
|
|
// FLS2
|
|
|
|
|
//
|
|
|
|
|
this.FLS2.DataMember = "ServicesDouble";
|
|
|
|
|
this.FLS2.Expression = "[Minutes2] / 60";
|
|
|
|
|
this.FLS2.Name = "FLS2";
|
|
|
|
|
//
|
|
|
|
|
// TotalFLS
|
|
|
|
|
//
|
|
|
|
|
this.TotalFLS.DataMember = "AllEmployees";
|
|
|
|
|
this.TotalFLS.Expression = "[TotalFLM] / 60";
|
|
|
|
|
this.TotalFLS.Name = "TotalFLS";
|
|
|
|
|
//
|
|
|
|
|
// topMarginBand1
|
|
|
|
|
//
|
|
|
|
|
this.topMarginBand1.HeightF = 50F;
|
|
|
|
|
this.topMarginBand1.Name = "topMarginBand1";
|
|
|
|
|
//
|
|
|
|
|
// bottomMarginBand1
|
|
|
|
|
//
|
|
|
|
|
this.bottomMarginBand1.HeightF = 30F;
|
|
|
|
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
|
|
|
|
//
|
|
|
|
|
// DetailReport3
|
|
|
|
|
//
|
|
|
|
|
this.DetailReport3.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.Detail4,
|
|
|
|
|
this.GroupHeader1});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.DetailReport3.DataMember = "Services";
|
|
|
|
|
this.DetailReport3.DataSource = this.bindingSource1;
|
|
|
|
|
this.DetailReport3.Level = 0;
|
|
|
|
|
this.DetailReport3.Name = "DetailReport3";
|
|
|
|
|
//
|
|
|
|
|
// Detail4
|
|
|
|
|
//
|
|
|
|
|
this.Detail4.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrTable3});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.Detail4.HeightF = 20F;
|
|
|
|
|
this.Detail4.Name = "Detail4";
|
|
|
|
|
//
|
|
|
|
|
// GroupHeader1
|
|
|
|
|
//
|
|
|
|
|
this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.xrTableServiceRecords1});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.GroupHeader1.HeightF = 20F;
|
|
|
|
|
this.GroupHeader1.Name = "GroupHeader1";
|
|
|
|
|
//
|
|
|
|
|
// fieldFLS
|
|
|
|
|
//
|
|
|
|
|
this.fieldFLS.DataMember = "Services";
|
|
|
|
|
this.fieldFLS.Expression = "[Minutes]/60";
|
|
|
|
|
this.fieldFLS.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal;
|
|
|
|
|
this.fieldFLS.Name = "fieldFLS";
|
|
|
|
|
//
|
|
|
|
|
// fieldTeilnehmer
|
|
|
|
|
//
|
|
|
|
|
this.fieldTeilnehmer.DataMember = "Services";
|
|
|
|
|
this.fieldTeilnehmer.Expression = "Iif([CustomerCount] > 1, [CustomerCount] , \'\')";
|
|
|
|
|
this.fieldTeilnehmer.FieldType = DevExpress.XtraReports.UI.FieldType.String;
|
|
|
|
|
this.fieldTeilnehmer.Name = "fieldTeilnehmer";
|
|
|
|
|
//
|
2021-08-12 14:51:13 +02:00
|
|
|
// FLMToHours
|
|
|
|
|
//
|
|
|
|
|
this.FLMToHours.DataMember = "Services";
|
|
|
|
|
this.FLMToHours.Expression = "[Minutes] / 60";
|
|
|
|
|
this.FLMToHours.FieldType = DevExpress.XtraReports.UI.FieldType.Double;
|
|
|
|
|
this.FLMToHours.Name = "FLMToHours";
|
|
|
|
|
//
|
2024-08-14 07:59:53 +02:00
|
|
|
// xrPictureBox2
|
|
|
|
|
//
|
|
|
|
|
this.xrPictureBox2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("ImageSource", null, "EmployeeSignature")});
|
|
|
|
|
this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(125F, 0F);
|
|
|
|
|
this.xrPictureBox2.Name = "xrPictureBox2";
|
|
|
|
|
this.xrPictureBox2.Scripts.OnBeforePrint = "xrPictureBox1_BeforePrint";
|
|
|
|
|
this.xrPictureBox2.SizeF = new System.Drawing.SizeF(187.0505F, 39.99999F);
|
|
|
|
|
this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
|
|
|
|
//
|
|
|
|
|
// xrPictureBox3
|
|
|
|
|
//
|
|
|
|
|
this.xrPictureBox3.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
|
|
|
|
this.xrPictureBox3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("ImageSource", null, "CustomerSignature")});
|
|
|
|
|
this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(348.4F, 9.041641F);
|
|
|
|
|
this.xrPictureBox3.Name = "xrPictureBox3";
|
|
|
|
|
this.xrPictureBox3.SizeF = new System.Drawing.SizeF(242.2584F, 35.50002F);
|
|
|
|
|
this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
|
|
|
|
this.xrPictureBox3.StylePriority.UseBorders = false;
|
|
|
|
|
//
|
|
|
|
|
// xrLabel18
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel18.Borders = DevExpress.XtraPrinting.BorderSide.Top;
|
|
|
|
|
this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerSignatureDate", "{0:dd.MM.yyyy}")});
|
|
|
|
|
this.xrLabel18.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
|
|
|
this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(344.0668F, 44.54168F);
|
|
|
|
|
this.xrLabel18.Name = "xrLabel18";
|
|
|
|
|
this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
this.xrLabel18.SizeF = new System.Drawing.SizeF(334.6277F, 24.00001F);
|
|
|
|
|
this.xrLabel18.StylePriority.UseBorders = false;
|
|
|
|
|
this.xrLabel18.StylePriority.UseFont = false;
|
|
|
|
|
this.xrLabel18.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
2023-04-19 17:00:30 +02:00
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
// Stundenzettel
|
|
|
|
|
//
|
|
|
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.Detail,
|
|
|
|
|
this.DetailReport1,
|
|
|
|
|
this.DetailReport2,
|
|
|
|
|
this.ReportHeader,
|
|
|
|
|
this.ReportFooter,
|
|
|
|
|
this.topMarginBand1,
|
|
|
|
|
this.bottomMarginBand1,
|
2021-08-12 14:51:13 +02:00
|
|
|
this.DetailReport3});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.FLS,
|
|
|
|
|
this.FLS2,
|
|
|
|
|
this.TotalFLS,
|
2017-06-11 15:50:31 +02:00
|
|
|
this.fieldFLS,
|
2021-08-12 14:51:13 +02:00
|
|
|
this.fieldTeilnehmer,
|
|
|
|
|
this.FLMToHours});
|
2017-06-11 15:50:31 +02:00
|
|
|
this.DataSource = this.bindingSource1;
|
|
|
|
|
this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
|
2016-06-27 01:45:38 +02:00
|
|
|
this.formattingRuleStartDate,
|
|
|
|
|
this.formattingRuleServiceDesc,
|
|
|
|
|
this.formattingRuleCostBearer,
|
|
|
|
|
this.formattingRuleEmployeeName});
|
2024-08-14 07:59:53 +02:00
|
|
|
this.Margins = new DevExpress.Drawing.DXMargins(75F, 50F, 50F, 30F);
|
2017-06-11 15:50:31 +02:00
|
|
|
this.PageHeight = 1169;
|
|
|
|
|
this.PageWidth = 827;
|
2024-03-04 15:55:19 +01:00
|
|
|
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
2017-06-11 15:50:31 +02:00
|
|
|
this.ScriptsSource = "\r\nprivate void FLS_GetValue(object sender, DevExpress.XtraReports.UI.GetValueEven" +
|
2016-06-27 01:45:38 +02:00
|
|
|
"tArgs e) {\r\n\te.Value = e.Value.ToString().Replace(\".\", \",\");\r\n}\r\n";
|
2024-08-14 07:59:53 +02:00
|
|
|
this.Version = "23.2";
|
2017-06-11 15:50:31 +02:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail;
|
|
|
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTable xrTable3;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow6;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell14;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell15;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell16;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell17;
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport1;
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail2;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport2;
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail3;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel8;
|
|
|
|
|
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel9;
|
|
|
|
|
private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTable xrTableServiceRecords1;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow2;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell4;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell11;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell9;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell12;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel7;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
|
|
|
|
|
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.CalculatedField FLS;
|
|
|
|
|
private DevExpress.XtraReports.UI.CalculatedField FLS2;
|
|
|
|
|
private DevExpress.XtraReports.UI.CalculatedField TotalFLS;
|
|
|
|
|
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1;
|
|
|
|
|
private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1;
|
|
|
|
|
private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1;
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport3;
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail4;
|
|
|
|
|
private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
|
|
|
|
private DevExpress.XtraReports.UI.CalculatedField fieldFLS;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
|
2017-06-11 15:50:31 +02:00
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell5;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell6;
|
|
|
|
|
private DevExpress.XtraReports.UI.CalculatedField fieldTeilnehmer;
|
2019-02-12 19:10:37 +01:00
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
2021-08-12 11:02:10 +02:00
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel13;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel labelAbrechenbarText;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel labelNichtAbrechenbarText;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel labelAbrechenbarWert;
|
2021-08-12 14:51:13 +02:00
|
|
|
private DevExpress.XtraReports.UI.XRLabel labelNichtAbrechenbarWert;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell7;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell8;
|
|
|
|
|
private DevExpress.XtraReports.UI.CalculatedField FLMToHours;
|
2021-09-03 10:06:14 +02:00
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel lblAbwesenheiten;
|
2023-04-19 17:00:30 +02:00
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel11;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel labelFehlkontakteWert;
|
2024-08-14 07:59:53 +02:00
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel18;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3;
|
2016-06-27 01:45:38 +02:00
|
|
|
}
|
|
|
|
|
}
|