650 lines
37 KiB
C#
650 lines
37 KiB
C#
using BeWo.Report.ReportObjects;
|
||
namespace PerspektivenEV
|
||
{
|
||
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.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.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.lblBetreff = 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.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
|
||
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
|
||
this.lblUeberschrift = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
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.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
||
this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
|
||
this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
|
||
this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
||
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.lblUeberweisung = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.lblAnlage = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||
this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
|
||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).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;
|
||
//
|
||
// ruleRateFactorNull
|
||
//
|
||
this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?";
|
||
this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
||
this.ruleRateFactorNull.Name = "ruleRateFactorNull";
|
||
//
|
||
// topMarginBand1
|
||
//
|
||
this.topMarginBand1.HeightF = 232F;
|
||
this.topMarginBand1.Name = "topMarginBand1";
|
||
//
|
||
// bottomMarginBand1
|
||
//
|
||
this.bottomMarginBand1.HeightF = 84F;
|
||
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
||
//
|
||
// Page1
|
||
//
|
||
this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||
this.xrLabel4,
|
||
this.xrLabel6,
|
||
this.lblAdresse,
|
||
this.lblBetreff,
|
||
this.xrLabel2,
|
||
this.xrLabel8});
|
||
this.Page1.Font = new System.Drawing.Font("Verdana", 10F);
|
||
this.Page1.HeightF = 306.1666F;
|
||
this.Page1.Name = "Page1";
|
||
this.Page1.StylePriority.UseFont = false;
|
||
//
|
||
// xrLabel4
|
||
//
|
||
this.xrLabel4.BackColor = System.Drawing.Color.Transparent;
|
||
this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
||
this.xrLabel4.BorderWidth = 2F;
|
||
this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 286.1666F);
|
||
this.xrLabel4.Name = "xrLabel4";
|
||
this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel4.SizeF = new System.Drawing.SizeF(632F, 20F);
|
||
this.xrLabel4.StylePriority.UseBackColor = false;
|
||
this.xrLabel4.StylePriority.UseBorders = false;
|
||
this.xrLabel4.StylePriority.UseBorderWidth = false;
|
||
this.xrLabel4.StylePriority.UseFont = false;
|
||
this.xrLabel4.WordWrap = false;
|
||
//
|
||
// xrLabel6
|
||
//
|
||
this.xrLabel6.BackColor = System.Drawing.Color.Transparent;
|
||
this.xrLabel6.CanShrink = true;
|
||
this.xrLabel6.Font = new System.Drawing.Font("Calibri", 14F, System.Drawing.FontStyle.Bold);
|
||
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(119.6978F, 210.625F);
|
||
this.xrLabel6.Name = "xrLabel6";
|
||
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel6.SizeF = new System.Drawing.SizeF(211.5F, 19.99998F);
|
||
this.xrLabel6.StylePriority.UseBackColor = false;
|
||
this.xrLabel6.StylePriority.UseFont = false;
|
||
this.xrLabel6.Text = "[InvoiceNumber]";
|
||
this.xrLabel6.WordWrap = false;
|
||
//
|
||
// lblAdresse
|
||
//
|
||
this.lblAdresse.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
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(317F, 111.5F);
|
||
this.lblAdresse.StylePriority.UseFont = false;
|
||
//
|
||
// lblBetreff
|
||
//
|
||
this.lblBetreff.BackColor = System.Drawing.Color.Transparent;
|
||
this.lblBetreff.CanShrink = true;
|
||
this.lblBetreff.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold);
|
||
this.lblBetreff.LocationFloat = new DevExpress.Utils.PointFloat(0F, 230.625F);
|
||
this.lblBetreff.Name = "lblBetreff";
|
||
this.lblBetreff.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.lblBetreff.SizeF = new System.Drawing.SizeF(631.9999F, 19.99998F);
|
||
this.lblBetreff.StylePriority.UseBackColor = false;
|
||
this.lblBetreff.StylePriority.UseFont = false;
|
||
this.lblBetreff.Text = "Betreuung von [CustomerSalutation] [CustomerName]";
|
||
this.lblBetreff.WordWrap = false;
|
||
//
|
||
// xrLabel2
|
||
//
|
||
this.xrLabel2.BackColor = System.Drawing.Color.Transparent;
|
||
this.xrLabel2.CanShrink = true;
|
||
this.xrLabel2.Font = new System.Drawing.Font("Calibri", 14F);
|
||
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 210.625F);
|
||
this.xrLabel2.Name = "xrLabel2";
|
||
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel2.SizeF = new System.Drawing.SizeF(119.6978F, 20F);
|
||
this.xrLabel2.StylePriority.UseBackColor = false;
|
||
this.xrLabel2.StylePriority.UseFont = false;
|
||
this.xrLabel2.Text = "RECHNUNG";
|
||
this.xrLabel2.WordWrap = false;
|
||
//
|
||
// xrLabel8
|
||
//
|
||
this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceBase.InvoiceDate", "{0:dd.MM.yyyy}")});
|
||
this.xrLabel8.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(503.2501F, 29.16667F);
|
||
this.xrLabel8.Name = "xrLabel8";
|
||
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel8.SizeF = new System.Drawing.SizeF(118.7499F, 22.99998F);
|
||
this.xrLabel8.StylePriority.UseFont = false;
|
||
this.xrLabel8.StylePriority.UseTextAlignment = false;
|
||
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||
//
|
||
// 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.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||
this.xrTable1});
|
||
this.Detail1.HeightF = 25F;
|
||
this.Detail1.Name = "Detail1";
|
||
//
|
||
// xrTable1
|
||
//
|
||
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
||
this.xrTable1.Name = "xrTable1";
|
||
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||
this.xrTableRow1});
|
||
this.xrTable1.SizeF = new System.Drawing.SizeF(632.0001F, 25F);
|
||
//
|
||
// xrTableRow1
|
||
//
|
||
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||
this.lblUeberschrift,
|
||
this.xrTableCell2,
|
||
this.xrTableCell7,
|
||
this.xrTableCell3});
|
||
this.xrTableRow1.Name = "xrTableRow1";
|
||
this.xrTableRow1.Weight = 1D;
|
||
//
|
||
// lblUeberschrift
|
||
//
|
||
this.lblUeberschrift.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.lblUeberschrift.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.lblUeberschrift.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.lblUeberschrift.Name = "lblUeberschrift";
|
||
this.lblUeberschrift.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.lblUeberschrift.StylePriority.UseBorderColor = false;
|
||
this.lblUeberschrift.StylePriority.UseBorders = false;
|
||
this.lblUeberschrift.StylePriority.UseFont = false;
|
||
this.lblUeberschrift.StylePriority.UsePadding = false;
|
||
this.lblUeberschrift.StylePriority.UseTextAlignment = false;
|
||
this.lblUeberschrift.Text = "Angefall. Stunden";
|
||
this.lblUeberschrift.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||
this.lblUeberschrift.Weight = 0.75624785277611606D;
|
||
//
|
||
// xrTableCell2
|
||
//
|
||
this.xrTableCell2.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell2.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrTableCell2.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTableCell2.Name = "xrTableCell2";
|
||
this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell2.StylePriority.UseBackColor = false;
|
||
this.xrTableCell2.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell2.StylePriority.UseBorders = false;
|
||
this.xrTableCell2.StylePriority.UseFont = false;
|
||
this.xrTableCell2.StylePriority.UsePadding = false;
|
||
this.xrTableCell2.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell2.Text = "Leistung";
|
||
this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||
this.xrTableCell2.Weight = 0.90609161255310711D;
|
||
//
|
||
// xrTableCell7
|
||
//
|
||
this.xrTableCell7.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell7.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrTableCell7.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTableCell7.Name = "xrTableCell7";
|
||
this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell7.StylePriority.UseBackColor = false;
|
||
this.xrTableCell7.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell7.StylePriority.UseBorders = false;
|
||
this.xrTableCell7.StylePriority.UseFont = false;
|
||
this.xrTableCell7.StylePriority.UsePadding = false;
|
||
this.xrTableCell7.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell7.Text = "Abrechnungsbetrag";
|
||
this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrTableCell7.Weight = 0.66864954640353069D;
|
||
//
|
||
// xrTableCell3
|
||
//
|
||
this.xrTableCell3.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell3.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrTableCell3.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTableCell3.Name = "xrTableCell3";
|
||
this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
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.Text = "POSITION GESAMT";
|
||
this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrTableCell3.Weight = 0.697401297092569D;
|
||
//
|
||
// DetailReport2
|
||
//
|
||
this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||
this.Detail3,
|
||
this.GroupFooter1,
|
||
this.GroupFooter2});
|
||
this.DetailReport2.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems";
|
||
this.DetailReport2.DataSource = this.bindingSource1;
|
||
this.DetailReport2.Level = 0;
|
||
this.DetailReport2.Name = "DetailReport2";
|
||
this.DetailReport2.PageBreak = DevExpress.XtraReports.UI.PageBreak.AfterBand;
|
||
//
|
||
// Detail3
|
||
//
|
||
this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||
this.xrTable6});
|
||
this.Detail3.HeightF = 25F;
|
||
this.Detail3.Name = "Detail3";
|
||
//
|
||
// xrTable6
|
||
//
|
||
this.xrTable6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
||
this.xrTable6.Name = "xrTable6";
|
||
this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||
this.xrTableRow25});
|
||
this.xrTable6.SizeF = new System.Drawing.SizeF(632F, 25F);
|
||
this.xrTable6.StylePriority.UseFont = false;
|
||
//
|
||
// xrTableRow25
|
||
//
|
||
this.xrTableRow25.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||
this.xrTableCell40,
|
||
this.xrTableCell42,
|
||
this.xrTableCell46,
|
||
this.xrTableCell47});
|
||
this.xrTableRow25.Name = "xrTableRow25";
|
||
this.xrTableRow25.Weight = 1D;
|
||
//
|
||
// xrTableCell40
|
||
//
|
||
this.xrTableCell40.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell40.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.Duration", "{0:0.##}")});
|
||
this.xrTableCell40.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTableCell40.Name = "xrTableCell40";
|
||
this.xrTableCell40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
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.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||
this.xrTableCell40.Weight = 0.69936197087195262D;
|
||
//
|
||
// xrTableCell42
|
||
//
|
||
this.xrTableCell42.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell42.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.ServiceDescription")});
|
||
this.xrTableCell42.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTableCell42.Name = "xrTableCell42";
|
||
this.xrTableCell42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell42.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell42.StylePriority.UseBorders = false;
|
||
this.xrTableCell42.StylePriority.UseFont = false;
|
||
this.xrTableCell42.StylePriority.UsePadding = false;
|
||
this.xrTableCell42.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||
this.xrTableCell42.Weight = 0.8379344450542523D;
|
||
//
|
||
// xrTableCell46
|
||
//
|
||
this.xrTableCell46.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell46.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrTableCell46.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate", "{0:c2}")});
|
||
this.xrTableCell46.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTableCell46.Name = "xrTableCell46";
|
||
this.xrTableCell46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell46.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell46.StylePriority.UseBorders = false;
|
||
this.xrTableCell46.StylePriority.UseFont = false;
|
||
this.xrTableCell46.StylePriority.UsePadding = false;
|
||
this.xrTableCell46.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrTableCell46.Weight = 0.61835323975257073D;
|
||
//
|
||
// xrTableCell47
|
||
//
|
||
this.xrTableCell47.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell47.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrTableCell47.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.GrossAmount")});
|
||
this.xrTableCell47.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTableCell47.Name = "xrTableCell47";
|
||
this.xrTableCell47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell47.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell47.StylePriority.UseBorders = false;
|
||
this.xrTableCell47.StylePriority.UseFont = false;
|
||
this.xrTableCell47.StylePriority.UsePadding = false;
|
||
this.xrTableCell47.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrTableCell47.Weight = 0.64494105748683384D;
|
||
//
|
||
// GroupFooter1
|
||
//
|
||
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||
this.xrTable2,
|
||
this.xrLabel5});
|
||
this.GroupFooter1.HeightF = 130.5416F;
|
||
this.GroupFooter1.Name = "GroupFooter1";
|
||
//
|
||
// xrTable2
|
||
//
|
||
this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(3.178914E-05F, 38.54167F);
|
||
this.xrTable2.Name = "xrTable2";
|
||
this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||
this.xrTableRow6});
|
||
this.xrTable2.SizeF = new System.Drawing.SizeF(632F, 25F);
|
||
//
|
||
// xrTableRow6
|
||
//
|
||
this.xrTableRow6.BorderColor = System.Drawing.Color.DimGray;
|
||
this.xrTableRow6.Borders = DevExpress.XtraPrinting.BorderSide.Top;
|
||
this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||
this.xrTableCell10,
|
||
this.xrTableCell11,
|
||
this.xrTableCell13});
|
||
this.xrTableRow6.Name = "xrTableRow6";
|
||
this.xrTableRow6.StylePriority.UseBorderColor = false;
|
||
this.xrTableRow6.StylePriority.UseBorders = false;
|
||
this.xrTableRow6.Weight = 1D;
|
||
//
|
||
// xrTableCell10
|
||
//
|
||
this.xrTableCell10.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell10.Borders = DevExpress.XtraPrinting.BorderSide.Top;
|
||
this.xrTableCell10.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTableCell10.Name = "xrTableCell10";
|
||
this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell10.StylePriority.UseBackColor = false;
|
||
this.xrTableCell10.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell10.StylePriority.UseBorders = false;
|
||
this.xrTableCell10.StylePriority.UseFont = false;
|
||
this.xrTableCell10.StylePriority.UsePadding = false;
|
||
this.xrTableCell10.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell10.Text = "SUMME:";
|
||
this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||
this.xrTableCell10.Weight = 1.6598876820225221D;
|
||
//
|
||
// xrTableCell11
|
||
//
|
||
this.xrTableCell11.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell11.Borders = DevExpress.XtraPrinting.BorderSide.Top;
|
||
this.xrTableCell11.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTableCell11.Name = "xrTableCell11";
|
||
this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell11.StylePriority.UseBackColor = false;
|
||
this.xrTableCell11.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell11.StylePriority.UseBorders = false;
|
||
this.xrTableCell11.StylePriority.UseFont = false;
|
||
this.xrTableCell11.StylePriority.UsePadding = false;
|
||
this.xrTableCell11.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell11.Text = "EUR GESAMT";
|
||
this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrTableCell11.Weight = 0.66766386889438956D;
|
||
//
|
||
// xrTableCell13
|
||
//
|
||
this.xrTableCell13.Borders = DevExpress.XtraPrinting.BorderSide.Top;
|
||
this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim")});
|
||
this.xrTableCell13.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrTableCell13.Name = "xrTableCell13";
|
||
this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell13.StylePriority.UseBackColor = false;
|
||
this.xrTableCell13.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell13.StylePriority.UseBorders = false;
|
||
this.xrTableCell13.StylePriority.UseFont = false;
|
||
this.xrTableCell13.StylePriority.UsePadding = false;
|
||
this.xrTableCell13.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell13.Text = "Gesamtkosten";
|
||
this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrTableCell13.Weight = 0.69637193020023191D;
|
||
//
|
||
// xrLabel5
|
||
//
|
||
this.xrLabel5.BackColor = System.Drawing.Color.Transparent;
|
||
this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
||
this.xrLabel5.BorderWidth = 2F;
|
||
this.xrLabel5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(3.178914E-05F, 71.77086F);
|
||
this.xrLabel5.Name = "xrLabel5";
|
||
this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel5.SizeF = new System.Drawing.SizeF(631.9999F, 20F);
|
||
this.xrLabel5.StylePriority.UseBackColor = false;
|
||
this.xrLabel5.StylePriority.UseBorders = false;
|
||
this.xrLabel5.StylePriority.UseBorderWidth = false;
|
||
this.xrLabel5.StylePriority.UseFont = false;
|
||
this.xrLabel5.WordWrap = false;
|
||
//
|
||
// GroupFooter2
|
||
//
|
||
this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||
this.xrLabel1,
|
||
this.lblUeberweisung,
|
||
this.lblAnlage});
|
||
this.GroupFooter2.HeightF = 213.5417F;
|
||
this.GroupFooter2.Level = 1;
|
||
this.GroupFooter2.Name = "GroupFooter2";
|
||
//
|
||
// xrLabel1
|
||
//
|
||
this.xrLabel1.BackColor = System.Drawing.Color.Transparent;
|
||
this.xrLabel1.CanShrink = true;
|
||
this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Notice")});
|
||
this.xrLabel1.Font = new System.Drawing.Font("Calibri", 11F);
|
||
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(9.536743E-05F, 9.999974F);
|
||
this.xrLabel1.Name = "xrLabel1";
|
||
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel1.SizeF = new System.Drawing.SizeF(631.9999F, 19.99998F);
|
||
this.xrLabel1.StylePriority.UseBackColor = false;
|
||
this.xrLabel1.StylePriority.UseFont = false;
|
||
this.xrLabel1.WordWrap = false;
|
||
//
|
||
// lblUeberweisung
|
||
//
|
||
this.lblUeberweisung.BackColor = System.Drawing.Color.Transparent;
|
||
this.lblUeberweisung.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
||
| DevExpress.XtraPrinting.BorderSide.Right)
|
||
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
||
this.lblUeberweisung.BorderWidth = 2F;
|
||
this.lblUeberweisung.CanShrink = true;
|
||
this.lblUeberweisung.Font = new System.Drawing.Font("Calibri", 11F);
|
||
this.lblUeberweisung.LocationFloat = new DevExpress.Utils.PointFloat(0F, 56.69785F);
|
||
this.lblUeberweisung.Name = "lblUeberweisung";
|
||
this.lblUeberweisung.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.lblUeberweisung.SizeF = new System.Drawing.SizeF(632F, 34.52F);
|
||
this.lblUeberweisung.StylePriority.UseBackColor = false;
|
||
this.lblUeberweisung.StylePriority.UseBorders = false;
|
||
this.lblUeberweisung.StylePriority.UseBorderWidth = false;
|
||
this.lblUeberweisung.StylePriority.UseFont = false;
|
||
this.lblUeberweisung.StylePriority.UseTextAlignment = false;
|
||
this.lblUeberweisung.Text = "Wir bitten um <20>berweisung innerhalb von 10 Tagen auf unser Konto bei der Bank f<>r" +
|
||
" Sozialwirtschaft.";
|
||
this.lblUeberweisung.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||
//
|
||
// lblAnlage
|
||
//
|
||
this.lblAnlage.BackColor = System.Drawing.Color.Transparent;
|
||
this.lblAnlage.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.lblAnlage.Borders = DevExpress.XtraPrinting.BorderSide.Top;
|
||
this.lblAnlage.CanShrink = true;
|
||
this.lblAnlage.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold);
|
||
this.lblAnlage.LocationFloat = new DevExpress.Utils.PointFloat(0F, 150.0312F);
|
||
this.lblAnlage.Name = "lblAnlage";
|
||
this.lblAnlage.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.lblAnlage.SizeF = new System.Drawing.SizeF(632.0001F, 31.81262F);
|
||
this.lblAnlage.StylePriority.UseBackColor = false;
|
||
this.lblAnlage.StylePriority.UseBorderColor = false;
|
||
this.lblAnlage.StylePriority.UseBorders = false;
|
||
this.lblAnlage.StylePriority.UseFont = false;
|
||
this.lblAnlage.StylePriority.UseTextAlignment = false;
|
||
this.lblAnlage.Text = "Anlage: Betreuungsnachweis";
|
||
this.lblAnlage.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
||
//
|
||
// bindingSource1
|
||
//
|
||
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
|
||
//
|
||
// PageHeader
|
||
//
|
||
this.PageHeader.HeightF = 168.75F;
|
||
this.PageHeader.Name = "PageHeader";
|
||
//
|
||
// ServiceInvoiceReport
|
||
//
|
||
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||
this.Detail,
|
||
this.topMarginBand1,
|
||
this.bottomMarginBand1,
|
||
this.Page1,
|
||
this.DetailReport,
|
||
this.PageHeader});
|
||
this.DataSource = this.bindingSource1;
|
||
this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung";
|
||
this.Font = new System.Drawing.Font("Verdana", 10F);
|
||
this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
|
||
this.ruleRateFactorNull});
|
||
this.Margins = new System.Drawing.Printing.Margins(100, 95, 232, 84);
|
||
this.PageHeight = 1169;
|
||
this.PageWidth = 827;
|
||
this.PaperKind = System.Drawing.Printing.PaperKind.A4;
|
||
this.Version = "17.1";
|
||
this.Watermark.Image = ((System.Drawing.Image)(resources.GetObject("ServiceInvoiceReport.Watermark.Image")));
|
||
this.Watermark.PageRange = "1";
|
||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).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.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 lblBetreff;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel8;
|
||
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.XRTableCell xrTableCell42;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell46;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell47;
|
||
private DevExpress.XtraReports.UI.XRLabel lblAdresse;
|
||
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
|
||
private DevExpress.XtraReports.UI.XRTable xrTable1;
|
||
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
|
||
private DevExpress.XtraReports.UI.XRTableCell lblUeberschrift;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell7;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
|
||
private DevExpress.XtraReports.UI.XRTable xrTable2;
|
||
private DevExpress.XtraReports.UI.XRTableRow xrTableRow6;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell10;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell11;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell13;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
||
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter2;
|
||
private DevExpress.XtraReports.UI.XRLabel lblUeberweisung;
|
||
private DevExpress.XtraReports.UI.XRLabel lblAnlage;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
||
private DevExpress.XtraReports.UI.PageHeaderBand PageHeader;
|
||
}
|
||
}
|