2016-06-27 01:45:38 +02:00
|
|
|
|
using BeWo.Report.ReportObjects;
|
|
|
|
|
|
namespace BeWo.AssistenzaReports
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class InvoiceCustomerReport
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#region Designer generated code
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
|
{
|
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InvoiceCustomerReport));
|
|
|
|
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
|
|
|
|
this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
|
|
|
|
|
|
this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
|
|
|
|
this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
|
|
|
|
|
this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
|
|
|
|
|
|
this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
|
|
|
|
this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule();
|
|
|
|
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
|
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
|
|
|
|
|
|
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
|
|
|
|
|
|
this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
|
|
|
|
this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
|
|
|
|
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
|
|
|
|
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
|
|
|
|
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
|
|
|
|
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
|
|
|
|
this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText();
|
|
|
|
|
|
this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText();
|
|
|
|
|
|
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
|
|
|
|
|
|
this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
|
|
|
|
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
|
|
|
|
this.xrRichText3 = new DevExpress.XtraReports.UI.XRRichText();
|
|
|
|
|
|
this.xrRichText4 = new DevExpress.XtraReports.UI.XRRichText();
|
2016-06-27 01:45:38 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
|
2017-06-11 15:50:31 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText4)).BeginInit();
|
2016-06-27 01:45:38 +02:00
|
|
|
|
((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;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrTable1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(82.99993F, 0F);
|
|
|
|
|
|
this.xrTable1.Name = "xrTable1";
|
|
|
|
|
|
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
|
|
|
|
this.xrTableRow9});
|
|
|
|
|
|
this.xrTable1.SizeF = new System.Drawing.SizeF(656.9999F, 25F);
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrTableRow9
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
|
|
|
|
this.xrTableCell6,
|
|
|
|
|
|
this.xrTableCell7,
|
|
|
|
|
|
this.xrTableCell9,
|
|
|
|
|
|
this.xrTableCell14,
|
|
|
|
|
|
this.xrTableCell10,
|
|
|
|
|
|
this.xrTableCell12});
|
|
|
|
|
|
this.xrTableRow9.Name = "xrTableRow9";
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableRow9.Weight = 1D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell6
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.AccountingPeriodStart")});
|
|
|
|
|
|
this.xrTableCell6.Name = "xrTableCell6";
|
|
|
|
|
|
this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell6.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell6.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell6.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell6.Text = "xrTableCell6";
|
|
|
|
|
|
this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell6.Weight = 1D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell7
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.AccountingPeriodEnd")});
|
|
|
|
|
|
this.xrTableCell7.Name = "xrTableCell7";
|
|
|
|
|
|
this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell7.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell7.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell7.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell7.Text = "xrTableCell7";
|
|
|
|
|
|
this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell7.Weight = 1D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell9
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.ItemDescription")});
|
|
|
|
|
|
this.xrTableCell9.Name = "xrTableCell9";
|
|
|
|
|
|
this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell9.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell9.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell9.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell9.Text = "xrTableCell9";
|
|
|
|
|
|
this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell9.Weight = 2.4035392027126012D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell14
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.UnitPrice")});
|
|
|
|
|
|
this.xrTableCell14.Name = "xrTableCell14";
|
|
|
|
|
|
this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell14.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell14.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell14.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell14.Text = "xrTableCell14";
|
|
|
|
|
|
this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell14.Weight = 0.83099566367780386D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell10
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.UnitCount", "{0:0.##}")});
|
|
|
|
|
|
this.xrTableCell10.Name = "xrTableCell10";
|
|
|
|
|
|
this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell10.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell10.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell10.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell10.Text = "xrTableCell10";
|
|
|
|
|
|
this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell10.Weight = 0.56661514355294984D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell12
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceItems.AmountSum")});
|
|
|
|
|
|
this.xrTableCell12.Name = "xrTableCell12";
|
|
|
|
|
|
this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell12.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell12.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell12.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell12.Text = "xrTableCell12";
|
|
|
|
|
|
this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell12.Weight = 0.868849379705082D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// ReportHeader
|
|
|
|
|
|
//
|
|
|
|
|
|
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrLabel7,
|
|
|
|
|
|
this.xrRichText2,
|
|
|
|
|
|
this.xrRichText1,
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTable3,
|
|
|
|
|
|
this.xrLabel6,
|
|
|
|
|
|
this.xrLabel5,
|
|
|
|
|
|
this.xrLabel4,
|
|
|
|
|
|
this.xrLabel3,
|
|
|
|
|
|
this.xrLabel2,
|
|
|
|
|
|
this.xrLabel1});
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.ReportHeader.Font = new System.Drawing.Font("Book Antiqua", 12F);
|
|
|
|
|
|
this.ReportHeader.HeightF = 526.1666F;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.ReportHeader.Name = "ReportHeader";
|
|
|
|
|
|
this.ReportHeader.StylePriority.UseFont = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrTable3
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(82.99993F, 501.1667F);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTable3.Name = "xrTable3";
|
|
|
|
|
|
this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
|
|
|
|
this.xrTableRow10});
|
|
|
|
|
|
this.xrTable3.SizeF = new System.Drawing.SizeF(656.9999F, 25F);
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrTableRow10
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
|
|
|
|
this.xrTableCell15,
|
|
|
|
|
|
this.xrTableCell16,
|
|
|
|
|
|
this.xrTableCell17,
|
|
|
|
|
|
this.xrTableCell18,
|
|
|
|
|
|
this.xrTableCell19,
|
|
|
|
|
|
this.xrTableCell20});
|
|
|
|
|
|
this.xrTableRow10.Name = "xrTableRow10";
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableRow10.Weight = 1D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell15
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell15.Name = "xrTableCell15";
|
|
|
|
|
|
this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell15.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell15.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell15.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell15.Text = "Von";
|
|
|
|
|
|
this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell15.Weight = 1D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell16
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell16.Name = "xrTableCell16";
|
|
|
|
|
|
this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell16.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell16.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell16.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell16.Text = "Bis";
|
|
|
|
|
|
this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell16.Weight = 1D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell17
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell17.Name = "xrTableCell17";
|
|
|
|
|
|
this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell17.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell17.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell17.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell17.Text = "Posten";
|
|
|
|
|
|
this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell17.Weight = 2.4035382732502888D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell18
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell18.Name = "xrTableCell18";
|
|
|
|
|
|
this.xrTableCell18.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell18.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell18.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell18.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell18.Text = "Satz";
|
|
|
|
|
|
this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell18.Weight = 0.83099597349857446D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell19
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell19.Name = "xrTableCell19";
|
|
|
|
|
|
this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell19.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell19.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell19.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell19.Text = "anz";
|
|
|
|
|
|
this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell19.Weight = 0.56661576319449147D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell20
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell20.Name = "xrTableCell20";
|
|
|
|
|
|
this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell20.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell20.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell20.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell20.Text = "Betrag";
|
|
|
|
|
|
this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell20.Weight = 0.868849379705082D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrLabel6
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(82.99993F, 407.2917F);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrLabel6.Multiline = true;
|
|
|
|
|
|
this.xrLabel6.Name = "xrLabel6";
|
|
|
|
|
|
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel6.SizeF = new System.Drawing.SizeF(666.9999F, 23.25F);
|
|
|
|
|
|
this.xrLabel6.StylePriority.UseFont = false;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrLabel6.Text = "F<>r den Betreuungszeitraum [AccountingPeriod] berechnen wir folgende Leistungen :" +
|
|
|
|
|
|
"\r\n";
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrLabel5
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(82.99993F, 374.2917F);
|
2016-06-27 01:45:38 +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(581.4177F, 17.00003F);
|
|
|
|
|
|
this.xrLabel5.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel5.Text = "[RecipientSalutation] [RecipientFirstName] [RecipientLastName],";
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel4.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.xrLabel4.CanShrink = true;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrLabel4.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(82.99993F, 324.2917F);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrLabel4.Multiline = true;
|
|
|
|
|
|
this.xrLabel4.Name = "xrLabel4";
|
|
|
|
|
|
this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel4.SizeF = new System.Drawing.SizeF(650F, 17F);
|
|
|
|
|
|
this.xrLabel4.StylePriority.UseBackColor = false;
|
|
|
|
|
|
this.xrLabel4.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel4.Text = "[CustomerReferenceNumber]";
|
|
|
|
|
|
this.xrLabel4.WordWrap = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel3.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.xrLabel3.CanShrink = true;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrLabel3.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(82.99993F, 307.2917F);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrLabel3.Name = "xrLabel3";
|
|
|
|
|
|
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel3.SizeF = new System.Drawing.SizeF(650F, 16F);
|
|
|
|
|
|
this.xrLabel3.StylePriority.UseBackColor = false;
|
|
|
|
|
|
this.xrLabel3.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel3.Text = "Abrechnung f<>r [RecipientFirstName] [RecipientLastName]";
|
|
|
|
|
|
this.xrLabel3.WordWrap = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel2.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.xrLabel2.CanShrink = true;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrLabel2.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(82.99993F, 282.2917F);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrLabel2.Name = "xrLabel2";
|
|
|
|
|
|
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel2.SizeF = new System.Drawing.SizeF(650F, 17F);
|
|
|
|
|
|
this.xrLabel2.StylePriority.UseBackColor = false;
|
|
|
|
|
|
this.xrLabel2.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel2.Text = "Rechnung Nr. [InvoiceNumber]";
|
|
|
|
|
|
this.xrLabel2.WordWrap = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel1.CanShrink = true;
|
|
|
|
|
|
this.xrLabel1.Font = new System.Drawing.Font("Book Antiqua", 12F);
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(95F, 25F);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrLabel1.Multiline = true;
|
|
|
|
|
|
this.xrLabel1.Name = "xrLabel1";
|
|
|
|
|
|
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel1.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrLabel1.SizeF = new System.Drawing.SizeF(383.3333F, 153.7292F);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrLabel1.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel1.Text = "[RecipientFirstName] [RecipientLastName]\r\n[RecipientStreet]\r\n\r\n[RecipientPostCode" +
|
2017-06-11 15:50:31 +02:00
|
|
|
|
"] [RecipientTown]\r\n";
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// ruleRateFactorNull
|
|
|
|
|
|
//
|
|
|
|
|
|
this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?";
|
|
|
|
|
|
//
|
|
|
|
|
|
//
|
|
|
|
|
|
//
|
|
|
|
|
|
this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
|
|
|
|
|
this.ruleRateFactorNull.Name = "ruleRateFactorNull";
|
|
|
|
|
|
//
|
|
|
|
|
|
// bindingSource1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.InvoiceCustomerRO);
|
|
|
|
|
|
//
|
|
|
|
|
|
// ReportFooter
|
|
|
|
|
|
//
|
|
|
|
|
|
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
|
|
|
|
this.xrLabel10,
|
|
|
|
|
|
this.xrLabel12,
|
|
|
|
|
|
this.xrTable4});
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.ReportFooter.Font = new System.Drawing.Font("Book Antiqua", 12F);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.ReportFooter.HeightF = 165.2501F;
|
|
|
|
|
|
this.ReportFooter.KeepTogether = true;
|
|
|
|
|
|
this.ReportFooter.Name = "ReportFooter";
|
|
|
|
|
|
this.ReportFooter.StylePriority.UseFont = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel10
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(82.99993F, 59.7084F);
|
|
|
|
|
|
this.xrLabel10.Name = "xrLabel10";
|
|
|
|
|
|
this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel10.SizeF = new System.Drawing.SizeF(175F, 17F);
|
|
|
|
|
|
this.xrLabel10.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel10.Text = "Mit freundlichen Gr<47><72>en";
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel12
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(82.99993F, 129.5001F);
|
|
|
|
|
|
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(292F, 35.75F);
|
|
|
|
|
|
this.xrLabel12.StylePriority.UseFont = false;
|
|
|
|
|
|
this.xrLabel12.Text = "Andrea Becker\r\nGesch<63>ftsf<73>hrerin";
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrTable4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(654.4177F, 0F);
|
|
|
|
|
|
this.xrTable4.Name = "xrTable4";
|
|
|
|
|
|
this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
|
|
|
|
this.xrTableRow11});
|
|
|
|
|
|
this.xrTable4.SizeF = new System.Drawing.SizeF(85.58234F, 25F);
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrTableRow11
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
|
|
|
|
this.xrTableCell23});
|
|
|
|
|
|
this.xrTableRow11.Name = "xrTableRow11";
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableRow11.Weight = 1D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// xrTableCell23
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell23.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.xrTableCell23.BorderWidth = 2;
|
|
|
|
|
|
this.xrTableCell23.Name = "xrTableCell23";
|
|
|
|
|
|
this.xrTableCell23.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
|
|
|
|
|
|
this.xrTableCell23.StylePriority.UseBorders = false;
|
|
|
|
|
|
this.xrTableCell23.StylePriority.UseBorderWidth = false;
|
|
|
|
|
|
this.xrTableCell23.StylePriority.UsePadding = false;
|
|
|
|
|
|
this.xrTableCell23.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrTableCell23.Text = "[TotalClaim]";
|
|
|
|
|
|
this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrTableCell23.Weight = 3D;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
|
// topMarginBand1
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
|
|
|
|
this.xrPictureBox2});
|
|
|
|
|
|
this.topMarginBand1.HeightF = 175F;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.topMarginBand1.Name = "topMarginBand1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// bottomMarginBand1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.xrPictureBox3,
|
|
|
|
|
|
this.xrPictureBox1,
|
|
|
|
|
|
this.xrRichText3,
|
|
|
|
|
|
this.xrRichText4});
|
|
|
|
|
|
this.bottomMarginBand1.HeightF = 140F;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// DetailReport
|
|
|
|
|
|
//
|
|
|
|
|
|
this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
|
|
|
|
this.Detail1});
|
|
|
|
|
|
this.DetailReport.DataMember = "InvoiceItems";
|
|
|
|
|
|
this.DetailReport.DataSource = this.bindingSource1;
|
|
|
|
|
|
this.DetailReport.Level = 0;
|
|
|
|
|
|
this.DetailReport.Name = "DetailReport";
|
|
|
|
|
|
//
|
|
|
|
|
|
// Detail1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
|
|
|
|
this.xrTable1});
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.Detail1.Font = new System.Drawing.Font("Book Antiqua", 12F);
|
2016-06-27 01:45:38 +02:00
|
|
|
|
this.Detail1.HeightF = 25F;
|
|
|
|
|
|
this.Detail1.Name = "Detail1";
|
|
|
|
|
|
this.Detail1.StylePriority.UseFont = false;
|
|
|
|
|
|
//
|
2017-06-11 15:50:31 +02:00
|
|
|
|
// xrPictureBox2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrPictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox2.Image")));
|
|
|
|
|
|
this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(560F, 80F);
|
|
|
|
|
|
this.xrPictureBox2.Name = "xrPictureBox2";
|
|
|
|
|
|
this.xrPictureBox2.SizeF = new System.Drawing.SizeF(198.9583F, 75F);
|
|
|
|
|
|
this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.AutoSize;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrRichText1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrRichText1.Font = new System.Drawing.Font("Book Antiqua", 12F);
|
|
|
|
|
|
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(507.08F, 0F);
|
|
|
|
|
|
this.xrRichText1.Name = "xrRichText1";
|
|
|
|
|
|
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
|
|
|
|
|
|
this.xrRichText1.SizeF = new System.Drawing.SizeF(216.6667F, 191.125F);
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrRichText2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrRichText2.Font = new System.Drawing.Font("Book Antiqua", 12F);
|
|
|
|
|
|
this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(95F, 0F);
|
|
|
|
|
|
this.xrRichText2.Name = "xrRichText2";
|
|
|
|
|
|
this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString");
|
|
|
|
|
|
this.xrRichText2.SizeF = new System.Drawing.SizeF(383.3334F, 21.87502F);
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrLabel7
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
|
|
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate", "K<>ln, {0}")});
|
|
|
|
|
|
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(523.67F, 204.83F);
|
|
|
|
|
|
this.xrLabel7.Name = "xrLabel7";
|
|
|
|
|
|
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
|
|
|
|
this.xrLabel7.SizeF = new System.Drawing.SizeF(200.0767F, 23F);
|
|
|
|
|
|
this.xrLabel7.StylePriority.UseTextAlignment = false;
|
|
|
|
|
|
this.xrLabel7.Text = "[InvoiceDate]";
|
|
|
|
|
|
this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrPictureBox3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrPictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image")));
|
|
|
|
|
|
this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(100F, 41F);
|
|
|
|
|
|
this.xrPictureBox3.Name = "xrPictureBox3";
|
|
|
|
|
|
this.xrPictureBox3.SizeF = new System.Drawing.SizeF(79.16666F, 79.16666F);
|
|
|
|
|
|
this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.AutoSize;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrPictureBox1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
|
|
|
|
|
|
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(40F, 0F);
|
|
|
|
|
|
this.xrPictureBox1.Name = "xrPictureBox1";
|
|
|
|
|
|
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(731.25F, 40.625F);
|
|
|
|
|
|
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.AutoSize;
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrRichText3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrRichText3.Font = new System.Drawing.Font("Book Antiqua", 12F);
|
|
|
|
|
|
this.xrRichText3.LocationFloat = new DevExpress.Utils.PointFloat(259.54F, 47.92F);
|
|
|
|
|
|
this.xrRichText3.Name = "xrRichText3";
|
|
|
|
|
|
this.xrRichText3.SerializableRtfString = resources.GetString("xrRichText3.SerializableRtfString");
|
|
|
|
|
|
this.xrRichText3.SizeF = new System.Drawing.SizeF(242.5883F, 71.87502F);
|
|
|
|
|
|
//
|
|
|
|
|
|
// xrRichText4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.xrRichText4.Font = new System.Drawing.Font("Book Antiqua", 12F);
|
|
|
|
|
|
this.xrRichText4.LocationFloat = new DevExpress.Utils.PointFloat(503F, 47.92F);
|
|
|
|
|
|
this.xrRichText4.Name = "xrRichText4";
|
|
|
|
|
|
this.xrRichText4.SerializableRtfString = resources.GetString("xrRichText4.SerializableRtfString");
|
|
|
|
|
|
this.xrRichText4.SizeF = new System.Drawing.SizeF(198.1234F, 71.87502F);
|
|
|
|
|
|
//
|
2016-06-27 01:45:38 +02:00
|
|
|
|
// InvoiceCustomerReport
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
|
|
|
|
this.Detail,
|
|
|
|
|
|
this.ReportHeader,
|
|
|
|
|
|
this.ReportFooter,
|
|
|
|
|
|
this.topMarginBand1,
|
|
|
|
|
|
this.bottomMarginBand1,
|
|
|
|
|
|
this.DetailReport});
|
|
|
|
|
|
this.DataSource = this.bindingSource1;
|
|
|
|
|
|
this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung";
|
|
|
|
|
|
this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
|
|
|
|
|
|
this.ruleRateFactorNull});
|
2017-06-11 15:50:31 +02:00
|
|
|
|
this.Margins = new System.Drawing.Printing.Margins(20, 34, 175, 140);
|
2016-06-27 01:45:38 +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.Version = "13.1";
|
2016-06-27 01:45:38 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
|
2017-06-11 15:50:31 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText4)).EndInit();
|
2016-06-27 01:45:38 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail;
|
|
|
|
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTable xrTable1;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow9;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell6;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell7;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell9;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell10;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell12;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell14;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTable xrTable3;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow10;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell15;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell16;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell17;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell18;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell19;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell20;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTable xrTable4;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow11;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell23;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail1;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText1;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText2;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel7;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3;
|
2017-06-11 15:50:31 +02:00
|
|
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText3;
|
|
|
|
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText4;
|
2016-06-27 01:45:38 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|