667 lines
37 KiB
C#
667 lines
37 KiB
C#
namespace VKMAachen
|
|
{
|
|
partial class ServiceInvoiceReport
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <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);
|
|
}
|
|
|
|
|
|
/// <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(ServiceInvoiceReport));
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
|
this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
|
|
this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule();
|
|
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
|
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.DetailReport2 = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
this.Detail3 = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.xrTable6 = new DevExpress.XtraReports.UI.XRTable();
|
|
this.xrTableRow25 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
|
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
|
|
this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
|
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
|
|
this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).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;
|
|
//
|
|
// ReportHeader
|
|
//
|
|
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.lblAdresse,
|
|
this.xrTable2});
|
|
this.ReportHeader.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.ReportHeader.HeightF = 291.7083F;
|
|
this.ReportHeader.Name = "ReportHeader";
|
|
this.ReportHeader.StylePriority.UseFont = false;
|
|
//
|
|
// xrTable2
|
|
//
|
|
this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(521.7087F, 140.6667F);
|
|
this.xrTable2.Name = "xrTable2";
|
|
this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
this.xrTableRow5,
|
|
this.xrTableRow4,
|
|
this.xrTableRow3,
|
|
this.xrTableRow1});
|
|
this.xrTable2.SizeF = new System.Drawing.SizeF(185.291F, 114.1666F);
|
|
//
|
|
// xrTableRow5
|
|
//
|
|
this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell13});
|
|
this.xrTableRow5.Name = "xrTableRow5";
|
|
this.xrTableRow5.Weight = 0.13245033112582783D;
|
|
//
|
|
// xrTableCell13
|
|
//
|
|
this.xrTableCell13.CanShrink = true;
|
|
this.xrTableCell13.Font = new System.Drawing.Font("Times New Roman", 10F);
|
|
this.xrTableCell13.Multiline = true;
|
|
this.xrTableCell13.Name = "xrTableCell13";
|
|
this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrTableCell13.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrTableCell13.StylePriority.UseFont = false;
|
|
this.xrTableCell13.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell13.Text = "[SenderContactPerson]";
|
|
this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
|
|
this.xrTableCell13.Weight = 1D;
|
|
//
|
|
// xrTableRow4
|
|
//
|
|
this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell11});
|
|
this.xrTableRow4.Name = "xrTableRow4";
|
|
this.xrTableRow4.Weight = 0.13245033112582783D;
|
|
//
|
|
// xrTableCell11
|
|
//
|
|
this.xrTableCell11.CanShrink = true;
|
|
this.xrTableCell11.Font = new System.Drawing.Font("Times New Roman", 10F);
|
|
this.xrTableCell11.Multiline = true;
|
|
this.xrTableCell11.Name = "xrTableCell11";
|
|
this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrTableCell11.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrTableCell11.StylePriority.UseFont = false;
|
|
this.xrTableCell11.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell11.Text = "Telefon:\r\n[SenderContactPersonPhone]";
|
|
this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
|
|
this.xrTableCell11.Weight = 1D;
|
|
//
|
|
// xrTableRow3
|
|
//
|
|
this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell8});
|
|
this.xrTableRow3.Name = "xrTableRow3";
|
|
this.xrTableRow3.Weight = 0.13245033112582783D;
|
|
//
|
|
// xrTableCell8
|
|
//
|
|
this.xrTableCell8.CanShrink = true;
|
|
this.xrTableCell8.Font = new System.Drawing.Font("Times New Roman", 10F);
|
|
this.xrTableCell8.Multiline = true;
|
|
this.xrTableCell8.Name = "xrTableCell8";
|
|
this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrTableCell8.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrTableCell8.StylePriority.UseFont = false;
|
|
this.xrTableCell8.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell8.Text = "Fax:\r\n[SenderContactPersonFax]";
|
|
this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
|
|
this.xrTableCell8.Weight = 1D;
|
|
//
|
|
// xrTableRow1
|
|
//
|
|
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell1});
|
|
this.xrTableRow1.Name = "xrTableRow1";
|
|
this.xrTableRow1.Weight = 0.13245033112582783D;
|
|
//
|
|
// xrTableCell1
|
|
//
|
|
this.xrTableCell1.CanShrink = true;
|
|
this.xrTableCell1.Font = new System.Drawing.Font("Times New Roman", 10F);
|
|
this.xrTableCell1.Multiline = true;
|
|
this.xrTableCell1.Name = "xrTableCell1";
|
|
this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrTableCell1.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrTableCell1.StylePriority.UseFont = false;
|
|
this.xrTableCell1.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell1.Text = "e-mail:\r\n[SenderContactPersonMail]";
|
|
this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
|
|
this.xrTableCell1.Weight = 1D;
|
|
//
|
|
// ruleRateFactorNull
|
|
//
|
|
this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?";
|
|
this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ruleRateFactorNull.Name = "ruleRateFactorNull";
|
|
//
|
|
// topMarginBand1
|
|
//
|
|
this.topMarginBand1.HeightF = 170F;
|
|
this.topMarginBand1.Name = "topMarginBand1";
|
|
//
|
|
// bottomMarginBand1
|
|
//
|
|
this.bottomMarginBand1.HeightF = 58F;
|
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
|
//
|
|
// Page1
|
|
//
|
|
this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel3,
|
|
this.xrLabel2,
|
|
this.xrLabel8});
|
|
this.Page1.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.Page1.HeightF = 251.9584F;
|
|
this.Page1.Name = "Page1";
|
|
this.Page1.StylePriority.UseFont = false;
|
|
//
|
|
// xrLabel3
|
|
//
|
|
this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 134.5F);
|
|
this.xrLabel3.Multiline = true;
|
|
this.xrLabel3.Name = "xrLabel3";
|
|
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel3.SizeF = new System.Drawing.SizeF(676.8332F, 117.4584F);
|
|
this.xrLabel3.StylePriority.UseFont = false;
|
|
this.xrLabel3.Text = resources.GetString("xrLabel3.Text");
|
|
//
|
|
// xrLabel2
|
|
//
|
|
this.xrLabel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrLabel2.CanShrink = true;
|
|
this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
|
|
this.xrLabel2.ForeColor = System.Drawing.Color.Black;
|
|
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 53.37499F);
|
|
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(676.8332F, 58.20834F);
|
|
this.xrLabel2.StylePriority.UseBackColor = false;
|
|
this.xrLabel2.StylePriority.UseFont = false;
|
|
this.xrLabel2.StylePriority.UseForeColor = false;
|
|
this.xrLabel2.Text = "Gewährung von Eingliederungshilfe gem. § 35a SGB VIII für [CustomerName], geb. am" +
|
|
" [CustomerBirthdate!dd.MM.yyyy], Verwendungszweck [CustomerReferenceNumber]";
|
|
//
|
|
// xrLabel8
|
|
//
|
|
this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 11F);
|
|
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(521.7087F, 15.99998F);
|
|
this.xrLabel8.Name = "xrLabel8";
|
|
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel8.SizeF = new System.Drawing.SizeF(154.4581F, 23F);
|
|
this.xrLabel8.StylePriority.UseFont = false;
|
|
this.xrLabel8.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel8.Text = "[InvoiceDate]";
|
|
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
//
|
|
// DetailReport
|
|
//
|
|
this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail1,
|
|
this.DetailReport2,
|
|
this.DetailReport1});
|
|
this.DetailReport.DataMember = "ServiceInvoicePeriods";
|
|
this.DetailReport.DataSource = this.bindingSource1;
|
|
this.DetailReport.Level = 0;
|
|
this.DetailReport.Name = "DetailReport";
|
|
//
|
|
// Detail1
|
|
//
|
|
this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel6});
|
|
this.Detail1.HeightF = 25F;
|
|
this.Detail1.Name = "Detail1";
|
|
//
|
|
// xrLabel6
|
|
//
|
|
this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Underline);
|
|
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrLabel6.Name = "xrLabel6";
|
|
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel6.SizeF = new System.Drawing.SizeF(351.0417F, 25F);
|
|
this.xrLabel6.StylePriority.UseFont = false;
|
|
this.xrLabel6.Text = "Fachleistungsstunden";
|
|
//
|
|
// DetailReport2
|
|
//
|
|
this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail3,
|
|
this.GroupFooter1});
|
|
this.DetailReport2.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems";
|
|
this.DetailReport2.DataSource = this.bindingSource1;
|
|
this.DetailReport2.Level = 0;
|
|
this.DetailReport2.Name = "DetailReport2";
|
|
//
|
|
// Detail3
|
|
//
|
|
this.Detail3.BackColor = System.Drawing.Color.LightSeaGreen;
|
|
this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrTable6});
|
|
this.Detail3.HeightF = 25F;
|
|
this.Detail3.Name = "Detail3";
|
|
this.Detail3.StylePriority.UseBackColor = false;
|
|
//
|
|
// xrTable6
|
|
//
|
|
this.xrTable6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
this.xrTable6.Font = new System.Drawing.Font("Times New Roman", 8.25F);
|
|
this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(51.04167F, 0F);
|
|
this.xrTable6.Name = "xrTable6";
|
|
this.xrTable6.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 0, 0, 100F);
|
|
this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
this.xrTableRow25});
|
|
this.xrTable6.SizeF = new System.Drawing.SizeF(510F, 25F);
|
|
this.xrTable6.StylePriority.UseBorders = false;
|
|
this.xrTable6.StylePriority.UseFont = false;
|
|
this.xrTable6.StylePriority.UsePadding = false;
|
|
//
|
|
// xrTableRow25
|
|
//
|
|
this.xrTableRow25.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell40,
|
|
this.xrTableCell3,
|
|
this.xrTableCell4,
|
|
this.xrTableCell5});
|
|
this.xrTableRow25.Name = "xrTableRow25";
|
|
this.xrTableRow25.Weight = 1D;
|
|
//
|
|
// xrTableCell40
|
|
//
|
|
this.xrTableCell40.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrTableCell40.BorderColor = System.Drawing.Color.DarkGray;
|
|
this.xrTableCell40.CanShrink = true;
|
|
this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.AccountingPeriodStart", "{0:MMMM yyyy}")});
|
|
this.xrTableCell40.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.xrTableCell40.Name = "xrTableCell40";
|
|
this.xrTableCell40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
|
this.xrTableCell40.StylePriority.UseBackColor = false;
|
|
this.xrTableCell40.StylePriority.UseBorderColor = false;
|
|
this.xrTableCell40.StylePriority.UseBorders = false;
|
|
this.xrTableCell40.StylePriority.UseFont = false;
|
|
this.xrTableCell40.StylePriority.UsePadding = false;
|
|
this.xrTableCell40.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell40.Text = "xrTableCell40";
|
|
this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
this.xrTableCell40.Weight = 0.71889771357413812D;
|
|
//
|
|
// GroupFooter1
|
|
//
|
|
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel4,
|
|
this.xrLabel1});
|
|
this.GroupFooter1.HeightF = 64.91667F;
|
|
this.GroupFooter1.Name = "GroupFooter1";
|
|
//
|
|
// xrLabel4
|
|
//
|
|
this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Underline);
|
|
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 39.91667F);
|
|
this.xrLabel4.Name = "xrLabel4";
|
|
this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel4.SizeF = new System.Drawing.SizeF(351.0417F, 25F);
|
|
this.xrLabel4.StylePriority.UseFont = false;
|
|
this.xrLabel4.Text = "Fahrtkosten";
|
|
this.xrLabel4.Visible = false;
|
|
//
|
|
// xrLabel1
|
|
//
|
|
this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim", "Gesamtsumme Fachleistungsstunden {0}")});
|
|
this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(137.5F, 10.00001F);
|
|
this.xrLabel1.Name = "xrLabel1";
|
|
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel1.SizeF = new System.Drawing.SizeF(351.0417F, 25F);
|
|
this.xrLabel1.StylePriority.UseFont = false;
|
|
this.xrLabel1.Text = "xrLabel1";
|
|
//
|
|
// DetailReport1
|
|
//
|
|
this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail2,
|
|
this.GroupFooter2});
|
|
this.DetailReport1.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems";
|
|
this.DetailReport1.DataSource = this.bindingSource1;
|
|
this.DetailReport1.Level = 1;
|
|
this.DetailReport1.Name = "DetailReport1";
|
|
this.DetailReport1.Visible = false;
|
|
//
|
|
// Detail2
|
|
//
|
|
this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrTable1});
|
|
this.Detail2.HeightF = 25F;
|
|
this.Detail2.Name = "Detail2";
|
|
//
|
|
// xrTable1
|
|
//
|
|
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(51.04176F, 0F);
|
|
this.xrTable1.Name = "xrTable1";
|
|
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
this.xrTableRow6});
|
|
this.xrTable1.SizeF = new System.Drawing.SizeF(625.1251F, 25F);
|
|
//
|
|
// xrTableRow6
|
|
//
|
|
this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell2});
|
|
this.xrTableRow6.Name = "xrTableRow6";
|
|
this.xrTableRow6.Weight = 1D;
|
|
//
|
|
// xrTableCell2
|
|
//
|
|
this.xrTableCell2.CanShrink = true;
|
|
this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.AccountingPeriodStart", "{0:MMMM yyyy}")});
|
|
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.Text = "xrTableCell2";
|
|
this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
this.xrTableCell2.Weight = 3D;
|
|
//
|
|
// GroupFooter2
|
|
//
|
|
this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel5});
|
|
this.GroupFooter2.HeightF = 34.99997F;
|
|
this.GroupFooter2.Name = "GroupFooter2";
|
|
//
|
|
// xrLabel5
|
|
//
|
|
this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(137.5F, 9.999974F);
|
|
this.xrLabel5.Name = "xrLabel5";
|
|
this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel5.SizeF = new System.Drawing.SizeF(351.0417F, 25F);
|
|
this.xrLabel5.StylePriority.UseFont = false;
|
|
this.xrLabel5.Text = "Gesamtsumme Fahrtkosten ...";
|
|
//
|
|
// ReportFooter
|
|
//
|
|
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel12,
|
|
this.xrLabel10,
|
|
this.xrLabel9,
|
|
this.xrLabel7,
|
|
this.xrLabel11});
|
|
this.ReportFooter.HeightF = 224.2083F;
|
|
this.ReportFooter.Name = "ReportFooter";
|
|
//
|
|
// xrLabel11
|
|
//
|
|
this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim", "Rechnungsbetrag {0}")});
|
|
this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
|
|
this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 9.999974F);
|
|
this.xrLabel11.Name = "xrLabel11";
|
|
this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel11.SizeF = new System.Drawing.SizeF(676.1668F, 23F);
|
|
this.xrLabel11.StylePriority.UseFont = false;
|
|
this.xrLabel11.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel11.Text = "xrLabel11";
|
|
this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
//
|
|
// xrLabel7
|
|
//
|
|
this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0.08341471F, 58.37491F);
|
|
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(655.9998F, 92.50006F);
|
|
this.xrLabel7.StylePriority.UseFont = false;
|
|
this.xrLabel7.Text = "Bitte überweisen Sie den Betrag auf das unten aufgeführte Konto.\r\n\t\r\n\r\nMit freund" +
|
|
"lichen Grüßen";
|
|
//
|
|
// xrLabel9
|
|
//
|
|
this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 10F);
|
|
this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0.08341471F, 196.7083F);
|
|
this.xrLabel9.Name = "xrLabel9";
|
|
this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel9.SizeF = new System.Drawing.SizeF(350.9583F, 27.50003F);
|
|
this.xrLabel9.StylePriority.UseFont = false;
|
|
this.xrLabel9.Text = "Leitung AUFTAKT ";
|
|
//
|
|
// xrLabel10
|
|
//
|
|
this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(0.08341471F, 150.875F);
|
|
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(316.9164F, 45.83333F);
|
|
this.xrLabel10.StylePriority.UseFont = false;
|
|
this.xrLabel10.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel10.Text = "Stephanie Schieder";
|
|
this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
|
|
//
|
|
// xrLabel12
|
|
//
|
|
this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(445.8333F, 196.7083F);
|
|
this.xrLabel12.Multiline = true;
|
|
this.xrLabel12.Name = "xrLabel12";
|
|
this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel12.SizeF = new System.Drawing.SizeF(222.1247F, 27.50003F);
|
|
this.xrLabel12.StylePriority.UseFont = false;
|
|
this.xrLabel12.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel12.Text = "Anlage: Stundenaufstellung";
|
|
this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// bindingSource1
|
|
//
|
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
|
|
//
|
|
// xrTableCell3
|
|
//
|
|
this.xrTableCell3.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrTableCell3.BorderColor = System.Drawing.Color.DarkGray;
|
|
this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.UnitCount", "{0:0.00}")});
|
|
this.xrTableCell3.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.xrTableCell3.Name = "xrTableCell3";
|
|
this.xrTableCell3.StylePriority.UseBackColor = false;
|
|
this.xrTableCell3.StylePriority.UseBorderColor = false;
|
|
this.xrTableCell3.StylePriority.UseBorders = false;
|
|
this.xrTableCell3.StylePriority.UseFont = false;
|
|
this.xrTableCell3.StylePriority.UsePadding = false;
|
|
this.xrTableCell3.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
|
this.xrTableCell3.Weight = 0.5751181708593095D;
|
|
//
|
|
// xrTableCell4
|
|
//
|
|
this.xrTableCell4.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrTableCell4.BorderColor = System.Drawing.Color.DarkGray;
|
|
this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.AmountPerUnit", "{0:c}")});
|
|
this.xrTableCell4.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.xrTableCell4.Name = "xrTableCell4";
|
|
this.xrTableCell4.StylePriority.UseBackColor = false;
|
|
this.xrTableCell4.StylePriority.UseBorderColor = false;
|
|
this.xrTableCell4.StylePriority.UseBorders = false;
|
|
this.xrTableCell4.StylePriority.UseFont = false;
|
|
this.xrTableCell4.StylePriority.UsePadding = false;
|
|
this.xrTableCell4.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
|
this.xrTableCell4.Weight = 0.5751181708593095D;
|
|
//
|
|
// xrTableCell5
|
|
//
|
|
this.xrTableCell5.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrTableCell5.BorderColor = System.Drawing.Color.DarkGray;
|
|
this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.NetAmount", "{0:c}")});
|
|
this.xrTableCell5.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.xrTableCell5.Name = "xrTableCell5";
|
|
this.xrTableCell5.StylePriority.UseBackColor = false;
|
|
this.xrTableCell5.StylePriority.UseBorderColor = false;
|
|
this.xrTableCell5.StylePriority.UseBorders = false;
|
|
this.xrTableCell5.StylePriority.UseFont = false;
|
|
this.xrTableCell5.StylePriority.UsePadding = false;
|
|
this.xrTableCell5.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
|
this.xrTableCell5.Weight = 0.5751181708593095D;
|
|
//
|
|
// lblAdresse
|
|
//
|
|
this.lblAdresse.Font = new System.Drawing.Font("Times New Roman", 12F);
|
|
this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.lblAdresse.Multiline = true;
|
|
this.lblAdresse.Name = "lblAdresse";
|
|
this.lblAdresse.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.lblAdresse.SizeF = new System.Drawing.SizeF(488.5417F, 140.6667F);
|
|
this.lblAdresse.StylePriority.UseFont = false;
|
|
//
|
|
// ServiceInvoiceReport
|
|
//
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail,
|
|
this.ReportHeader,
|
|
this.topMarginBand1,
|
|
this.bottomMarginBand1,
|
|
this.Page1,
|
|
this.DetailReport,
|
|
this.ReportFooter});
|
|
this.DataSource = this.bindingSource1;
|
|
this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung";
|
|
this.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
|
|
this.ruleRateFactorNull});
|
|
this.Margins = new System.Drawing.Printing.Margins(75, 45, 170, 58);
|
|
this.PageHeight = 1169;
|
|
this.PageWidth = 827;
|
|
this.PaperKind = System.Drawing.Printing.PaperKind.A4;
|
|
this.Version = "17.1";
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
|
|
}
|
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail;
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
|
|
private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull;
|
|
private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1;
|
|
private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1;
|
|
private DevExpress.XtraReports.UI.GroupHeaderBand Page1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel8;
|
|
private DevExpress.XtraReports.UI.XRTable xrTable2;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow5;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell13;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow3;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell8;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport;
|
|
private DevExpress.XtraReports.UI.DetailBand Detail1;
|
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport2;
|
|
private DevExpress.XtraReports.UI.DetailBand Detail3;
|
|
private DevExpress.XtraReports.UI.XRTable xrTable6;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow25;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell40;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow4;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell11;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
|
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport1;
|
|
private DevExpress.XtraReports.UI.DetailBand Detail2;
|
|
private DevExpress.XtraReports.UI.XRTable xrTable1;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow6;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
|
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
|
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter2;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
|
private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel11;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel9;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel7;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell4;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell5;
|
|
private DevExpress.XtraReports.UI.XRLabel lblAdresse;
|
|
}
|
|
}
|