500 lines
26 KiB
C#
500 lines
26 KiB
C#
using BeWo.Report.ReportObjects;
|
|
namespace BeWo.Report.DefaultReports
|
|
{
|
|
partial class Sammelrechnung
|
|
{
|
|
/// <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(Sammelrechnung));
|
|
DevExpress.XtraReports.UI.XRWatermark xrWatermark1 = new DevExpress.XtraReports.UI.XRWatermark();
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
|
this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule();
|
|
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
this.GroupFooterEigenanteil = new DevExpress.XtraReports.UI.GroupFooterBand();
|
|
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText();
|
|
this.ruleNoticeNull = new DevExpress.XtraReports.UI.FormattingRule();
|
|
this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
|
this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.lblAnrede = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.DetailReport2 = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
this.Detail3 = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
|
|
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
|
this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
|
|
this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
|
this.ReportHeader.HeightF = 0F;
|
|
this.ReportHeader.Name = "ReportHeader";
|
|
this.ReportHeader.StylePriority.UseFont = false;
|
|
//
|
|
// ruleRateFactorNull
|
|
//
|
|
this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?";
|
|
this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ruleRateFactorNull.Name = "ruleRateFactorNull";
|
|
//
|
|
// topMarginBand1
|
|
//
|
|
this.topMarginBand1.HeightF = 158F;
|
|
this.topMarginBand1.Name = "topMarginBand1";
|
|
//
|
|
// bottomMarginBand1
|
|
//
|
|
this.bottomMarginBand1.HeightF = 115.5835F;
|
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
|
//
|
|
// GroupFooterEigenanteil
|
|
//
|
|
this.GroupFooterEigenanteil.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel1});
|
|
this.GroupFooterEigenanteil.HeightF = 81.99978F;
|
|
this.GroupFooterEigenanteil.Name = "GroupFooterEigenanteil";
|
|
//
|
|
// xrLabel1
|
|
//
|
|
this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 21.66665F);
|
|
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(625F, 50.33315F);
|
|
this.xrLabel1.StylePriority.UseFont = false;
|
|
this.xrLabel1.Text = "In Summe ergibt das einen Gesamtbetrag von [GrossClaim].\r\nAbzuziehen sind alle ge" +
|
|
"leisteten Eigenanteile in Höhe von ingesamt [AmountEquityContribution].";
|
|
//
|
|
// xrLabel5
|
|
//
|
|
this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 109.7083F);
|
|
this.xrLabel5.Name = "xrLabel5";
|
|
this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel5.SizeF = new System.Drawing.SizeF(175F, 17F);
|
|
this.xrLabel5.StylePriority.UseFont = false;
|
|
this.xrLabel5.Text = "Mit freundlichen Grüßen";
|
|
//
|
|
// xrLabel4
|
|
//
|
|
this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 172.6249F);
|
|
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(225F, 46.16666F);
|
|
this.xrLabel4.StylePriority.UseFont = false;
|
|
this.xrLabel4.Text = "Vincenz\r\nGeschäftsführender Vorstand";
|
|
//
|
|
// xrRichText1
|
|
//
|
|
this.xrRichText1.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrRichText1.Name = "xrRichText1";
|
|
this.xrRichText1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
|
|
this.xrRichText1.SizeF = new System.Drawing.SizeF(642F, 109.7083F);
|
|
this.xrRichText1.StylePriority.UseFont = false;
|
|
//
|
|
// ruleNoticeNull
|
|
//
|
|
this.ruleNoticeNull.Condition = "[Notice] == ?";
|
|
this.ruleNoticeNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ruleNoticeNull.Name = "ruleNoticeNull";
|
|
//
|
|
// Page1
|
|
//
|
|
this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrTable2,
|
|
this.xrLabel8,
|
|
this.lblAnrede,
|
|
this.xrLabel2,
|
|
this.lblAdresse,
|
|
this.xrLabel3});
|
|
this.Page1.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
|
this.Page1.HeightF = 424.4167F;
|
|
this.Page1.Name = "Page1";
|
|
this.Page1.StylePriority.UseFont = false;
|
|
//
|
|
// xrLabel8
|
|
//
|
|
this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate")});
|
|
this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Arial", 8F);
|
|
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(359F, 247.8751F);
|
|
this.xrLabel8.Name = "xrLabel8";
|
|
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel8.SizeF = new System.Drawing.SizeF(266F, 23F);
|
|
this.xrLabel8.StylePriority.UseFont = false;
|
|
this.xrLabel8.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel8.Text = "xrLabel8";
|
|
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
//
|
|
// lblAnrede
|
|
//
|
|
this.lblAnrede.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.lblAnrede.LocationFloat = new DevExpress.Utils.PointFloat(0F, 312.9585F);
|
|
this.lblAnrede.Name = "lblAnrede";
|
|
this.lblAnrede.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.lblAnrede.SizeF = new System.Drawing.SizeF(292F, 17F);
|
|
this.lblAnrede.StylePriority.UseFont = false;
|
|
this.lblAnrede.Text = "Sehr geehrte Damen und Herren,";
|
|
//
|
|
// xrLabel2
|
|
//
|
|
this.xrLabel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrLabel2.CanShrink = true;
|
|
this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold);
|
|
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 282.3334F);
|
|
this.xrLabel2.Name = "xrLabel2";
|
|
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel2.SizeF = new System.Drawing.SizeF(625F, 20F);
|
|
this.xrLabel2.StylePriority.UseBackColor = false;
|
|
this.xrLabel2.StylePriority.UseFont = false;
|
|
this.xrLabel2.Text = "Rechnung Nr. [InvoiceNumber] weitere besondere Wohnform";
|
|
this.xrLabel2.WordWrap = false;
|
|
//
|
|
// lblAdresse
|
|
//
|
|
this.lblAdresse.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
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(292F, 111.5F);
|
|
this.lblAdresse.StylePriority.UseFont = false;
|
|
this.lblAdresse.Text = "[RecipientOrganisation]\r\n[RecipientContactPerson]\r\n[RecipientDivision]\r\n[Recipien" +
|
|
"tStreet]\r\n[RecipientPostCodeAndTown]";
|
|
//
|
|
// xrLabel3
|
|
//
|
|
this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 348.75F);
|
|
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(625F, 34.45834F);
|
|
this.xrLabel3.StylePriority.UseFont = false;
|
|
this.xrLabel3.Text = "für die Betreuung der aufgelisteten Klient:innen im Zeitraum [AccountingPeriod] b" +
|
|
"erechnen wir die die folgenden Pauschalen:\r\n";
|
|
//
|
|
// DetailReport
|
|
//
|
|
this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail1,
|
|
this.DetailReport2});
|
|
this.DetailReport.DataMember = "ServiceInvoicePeriods";
|
|
this.DetailReport.DataSource = this.bindingSource1;
|
|
this.DetailReport.Level = 0;
|
|
this.DetailReport.Name = "DetailReport";
|
|
//
|
|
// Detail1
|
|
//
|
|
this.Detail1.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
|
this.Detail1.HeightF = 0F;
|
|
this.Detail1.Name = "Detail1";
|
|
this.Detail1.StylePriority.UseFont = false;
|
|
//
|
|
// DetailReport2
|
|
//
|
|
this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail3});
|
|
this.DetailReport2.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems";
|
|
this.DetailReport2.DataSource = this.bindingSource1;
|
|
this.DetailReport2.Level = 0;
|
|
this.DetailReport2.Name = "DetailReport2";
|
|
//
|
|
// Detail3
|
|
//
|
|
this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrTable1});
|
|
this.Detail3.HeightF = 25F;
|
|
this.Detail3.Name = "Detail3";
|
|
//
|
|
// xrTable1
|
|
//
|
|
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrTable1.Name = "xrTable1";
|
|
this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
|
|
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
this.xrTableRow1});
|
|
this.xrTable1.SizeF = new System.Drawing.SizeF(605.9161F, 25F);
|
|
//
|
|
// xrTableRow1
|
|
//
|
|
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell5,
|
|
this.xrTableCell6,
|
|
this.xrTableCell1,
|
|
this.xrTableCell4});
|
|
this.xrTableRow1.Name = "xrTableRow1";
|
|
this.xrTableRow1.Weight = 1D;
|
|
//
|
|
// xrTableCell5
|
|
//
|
|
this.xrTableCell5.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrTableCell5.Multiline = true;
|
|
this.xrTableCell5.Name = "xrTableCell5";
|
|
this.xrTableCell5.StylePriority.UseFont = false;
|
|
this.xrTableCell5.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell5.Text = "[ServiceInvoicePeriods.Customer.FullName]";
|
|
this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
this.xrTableCell5.Weight = 0.6377066198113055D;
|
|
//
|
|
// xrTableCell6
|
|
//
|
|
this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription")});
|
|
this.xrTableCell6.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrTableCell6.Multiline = true;
|
|
this.xrTableCell6.Name = "xrTableCell6";
|
|
this.xrTableCell6.StylePriority.UseFont = false;
|
|
this.xrTableCell6.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
this.xrTableCell6.TextFormatString = "{0}";
|
|
this.xrTableCell6.Weight = 0.56821943516009754D;
|
|
//
|
|
// xrTableCell1
|
|
//
|
|
this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.UnitCount")});
|
|
this.xrTableCell1.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrTableCell1.Multiline = true;
|
|
this.xrTableCell1.Name = "xrTableCell1";
|
|
this.xrTableCell1.StylePriority.UseFont = false;
|
|
this.xrTableCell1.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
this.xrTableCell1.TextFormatString = "{0:0.##}";
|
|
this.xrTableCell1.Weight = 0.67981149542847186D;
|
|
//
|
|
// xrTableCell4
|
|
//
|
|
this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate")});
|
|
this.xrTableCell4.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrTableCell4.Multiline = true;
|
|
this.xrTableCell4.Name = "xrTableCell4";
|
|
this.xrTableCell4.StylePriority.UseFont = false;
|
|
this.xrTableCell4.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
this.xrTableCell4.TextFormatString = "{0:c}";
|
|
this.xrTableCell4.Weight = 1.0013404458457194D;
|
|
//
|
|
// GroupFooter1
|
|
//
|
|
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel5,
|
|
this.xrLabel4,
|
|
this.xrRichText1});
|
|
this.GroupFooter1.HeightF = 218.7915F;
|
|
this.GroupFooter1.Level = 1;
|
|
this.GroupFooter1.Name = "GroupFooter1";
|
|
//
|
|
// xrTable2
|
|
//
|
|
this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 399.4167F);
|
|
this.xrTable2.Name = "xrTable2";
|
|
this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
|
|
this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
this.xrTableRow2});
|
|
this.xrTable2.SizeF = new System.Drawing.SizeF(591.3328F, 25F);
|
|
//
|
|
// xrTableRow2
|
|
//
|
|
this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell3,
|
|
this.xrTableCell7,
|
|
this.xrTableCell8,
|
|
this.xrTableCell10});
|
|
this.xrTableRow2.Name = "xrTableRow2";
|
|
this.xrTableRow2.Weight = 1D;
|
|
//
|
|
// xrTableCell3
|
|
//
|
|
this.xrTableCell3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
|
this.xrTableCell3.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrTableCell3.Multiline = true;
|
|
this.xrTableCell3.Name = "xrTableCell3";
|
|
this.xrTableCell3.StylePriority.UseBorders = false;
|
|
this.xrTableCell3.StylePriority.UseFont = false;
|
|
this.xrTableCell3.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell3.Text = "Name";
|
|
this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
this.xrTableCell3.Weight = 0.6377066198113055D;
|
|
//
|
|
// xrTableCell7
|
|
//
|
|
this.xrTableCell7.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
|
this.xrTableCell7.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrTableCell7.Multiline = true;
|
|
this.xrTableCell7.Name = "xrTableCell7";
|
|
this.xrTableCell7.StylePriority.UseBorders = false;
|
|
this.xrTableCell7.StylePriority.UseFont = false;
|
|
this.xrTableCell7.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell7.Text = "Aktenzeichen";
|
|
this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
this.xrTableCell7.TextFormatString = ", {0}";
|
|
this.xrTableCell7.Weight = 0.56821943516009754D;
|
|
//
|
|
// xrTableCell8
|
|
//
|
|
this.xrTableCell8.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
|
this.xrTableCell8.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrTableCell8.Multiline = true;
|
|
this.xrTableCell8.Name = "xrTableCell8";
|
|
this.xrTableCell8.StylePriority.UseBorders = false;
|
|
this.xrTableCell8.StylePriority.UseFont = false;
|
|
this.xrTableCell8.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell8.Text = "Anz. Pauschalen";
|
|
this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
this.xrTableCell8.TextFormatString = "{0:0.##}";
|
|
this.xrTableCell8.Weight = 0.67981130425275083D;
|
|
//
|
|
// xrTableCell10
|
|
//
|
|
this.xrTableCell10.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
|
this.xrTableCell10.Font = new DevExpress.Drawing.DXFont("Arial", 10F);
|
|
this.xrTableCell10.Multiline = true;
|
|
this.xrTableCell10.Name = "xrTableCell10";
|
|
this.xrTableCell10.StylePriority.UseBorders = false;
|
|
this.xrTableCell10.StylePriority.UseFont = false;
|
|
this.xrTableCell10.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell10.Text = "Betrag Pauschale";
|
|
this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
this.xrTableCell10.TextFormatString = "{0:0.00}";
|
|
this.xrTableCell10.Weight = 0.93185368866246754D;
|
|
//
|
|
// bindingSource1
|
|
//
|
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
|
|
//
|
|
// Sammelrechnung
|
|
//
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail,
|
|
this.ReportHeader,
|
|
this.topMarginBand1,
|
|
this.bottomMarginBand1,
|
|
this.GroupFooterEigenanteil,
|
|
this.Page1,
|
|
this.DetailReport,
|
|
this.GroupFooter1});
|
|
this.DataSource = this.bindingSource1;
|
|
this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung";
|
|
this.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
|
this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
|
|
this.ruleRateFactorNull,
|
|
this.ruleNoticeNull});
|
|
this.Margins = new DevExpress.Drawing.DXMargins(72F, 100F, 158F, 115.5835F);
|
|
this.PageHeight = 1169;
|
|
this.PageWidth = 827;
|
|
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
|
this.Version = "23.2";
|
|
xrWatermark1.Id = "Watermark1";
|
|
xrWatermark1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrWatermark1.ImageSource"));
|
|
xrWatermark1.ImageViewMode = DevExpress.XtraPrinting.Drawing.ImageViewMode.Zoom;
|
|
xrWatermark1.PageRange = "1";
|
|
this.Watermarks.Add(xrWatermark1);
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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.DetailReportBand DetailReport;
|
|
private DevExpress.XtraReports.UI.DetailBand Detail1;
|
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport2;
|
|
private DevExpress.XtraReports.UI.DetailBand Detail3;
|
|
private DevExpress.XtraReports.UI.FormattingRule ruleNoticeNull;
|
|
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooterEigenanteil;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel8;
|
|
private DevExpress.XtraReports.UI.XRLabel lblAnrede;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
|
private DevExpress.XtraReports.UI.XRLabel lblAdresse;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
|
private DevExpress.XtraReports.UI.XRTable xrTable1;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell5;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell6;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell4;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText1;
|
|
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1;
|
|
private DevExpress.XtraReports.UI.XRTable xrTable2;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow2;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell7;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell8;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell10;
|
|
}
|
|
}
|