634 lines
36 KiB
C#
634 lines
36 KiB
C#
using BeWo.Report.ReportObjects;
|
||
namespace FrauenhausEWFRA
|
||
{
|
||
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));
|
||
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.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
||
this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText();
|
||
this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
||
this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.xrLabel7 = 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.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.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell();
|
||
this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
||
this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.lblNotice = new DevExpress.XtraReports.UI.XRLabel();
|
||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||
((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).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 = 76F;
|
||
this.topMarginBand1.Name = "topMarginBand1";
|
||
//
|
||
// bottomMarginBand1
|
||
//
|
||
this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||
this.xrLabel1});
|
||
this.bottomMarginBand1.HeightF = 93F;
|
||
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
||
//
|
||
// xrLabel1
|
||
//
|
||
this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Verdana", 7F, DevExpress.Drawing.DXFontStyle.Bold);
|
||
this.xrLabel1.ForeColor = System.Drawing.Color.Maroon;
|
||
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(29.49998F, 10.00002F);
|
||
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, 36.62503F);
|
||
this.xrLabel1.StylePriority.UseBorders = false;
|
||
this.xrLabel1.StylePriority.UseFont = false;
|
||
this.xrLabel1.StylePriority.UseForeColor = false;
|
||
this.xrLabel1.Text = resources.GetString("xrLabel1.Text");
|
||
//
|
||
// Page1
|
||
//
|
||
this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||
this.xrLabel9,
|
||
this.xrLabel19,
|
||
this.xrLabel20,
|
||
this.xrLabel21,
|
||
this.xrLabel17,
|
||
this.xrLabel11,
|
||
this.xrLabel4,
|
||
this.xrLabel3,
|
||
this.xrRichText2,
|
||
this.xrLabel14,
|
||
this.xrLabel16,
|
||
this.xrLabel5,
|
||
this.xrLabel2,
|
||
this.xrLabel13,
|
||
this.xrLabel12,
|
||
this.xrPictureBox1,
|
||
this.xrLabel6,
|
||
this.xrLabel7,
|
||
this.xrLabel8});
|
||
this.Page1.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
||
this.Page1.HeightF = 670.0322F;
|
||
this.Page1.Name = "Page1";
|
||
this.Page1.StylePriority.UseFont = false;
|
||
//
|
||
// xrLabel9
|
||
//
|
||
this.xrLabel9.BackColor = System.Drawing.Color.Transparent;
|
||
this.xrLabel9.CanShrink = true;
|
||
this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
||
this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(480.2502F, 166.2083F);
|
||
this.xrLabel9.Multiline = true;
|
||
this.xrLabel9.Name = "xrLabel9";
|
||
this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel9.SizeF = new System.Drawing.SizeF(196.7497F, 18F);
|
||
this.xrLabel9.StylePriority.UseBackColor = false;
|
||
this.xrLabel9.StylePriority.UseFont = false;
|
||
this.xrLabel9.StylePriority.UseTextAlignment = false;
|
||
this.xrLabel9.Text = "GP-Nummer: [BusinessPartnerId]";
|
||
this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||
this.xrLabel9.WordWrap = false;
|
||
//
|
||
// xrLabel19
|
||
//
|
||
this.xrLabel19.BackColor = System.Drawing.Color.Transparent;
|
||
this.xrLabel19.CanShrink = true;
|
||
this.xrLabel19.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
||
this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(480.25F, 202.2083F);
|
||
this.xrLabel19.Multiline = true;
|
||
this.xrLabel19.Name = "xrLabel19";
|
||
this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel19.SizeF = new System.Drawing.SizeF(196.7498F, 18F);
|
||
this.xrLabel19.StylePriority.UseBackColor = false;
|
||
this.xrLabel19.StylePriority.UseFont = false;
|
||
this.xrLabel19.StylePriority.UseTextAlignment = false;
|
||
this.xrLabel19.Text = "Frau Lisa Breuer";
|
||
this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||
this.xrLabel19.WordWrap = false;
|
||
//
|
||
// xrLabel20
|
||
//
|
||
this.xrLabel20.BackColor = System.Drawing.Color.Transparent;
|
||
this.xrLabel20.CanShrink = true;
|
||
this.xrLabel20.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
||
this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(480.25F, 220.2083F);
|
||
this.xrLabel20.Multiline = true;
|
||
this.xrLabel20.Name = "xrLabel20";
|
||
this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel20.SizeF = new System.Drawing.SizeF(196.7498F, 18F);
|
||
this.xrLabel20.StylePriority.UseBackColor = false;
|
||
this.xrLabel20.StylePriority.UseFont = false;
|
||
this.xrLabel20.StylePriority.UseTextAlignment = false;
|
||
this.xrLabel20.Text = "Tel.: 0212/3806978";
|
||
this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||
this.xrLabel20.WordWrap = false;
|
||
//
|
||
// xrLabel21
|
||
//
|
||
this.xrLabel21.BackColor = System.Drawing.Color.Transparent;
|
||
this.xrLabel21.CanShrink = true;
|
||
this.xrLabel21.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
||
this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(480.2502F, 238.2083F);
|
||
this.xrLabel21.Multiline = true;
|
||
this.xrLabel21.Name = "xrLabel21";
|
||
this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel21.SizeF = new System.Drawing.SizeF(196.7498F, 18F);
|
||
this.xrLabel21.StylePriority.UseBackColor = false;
|
||
this.xrLabel21.StylePriority.UseFont = false;
|
||
this.xrLabel21.StylePriority.UseTextAlignment = false;
|
||
this.xrLabel21.Text = "frauenhaus-sg@t-online.de";
|
||
this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||
this.xrLabel21.WordWrap = false;
|
||
//
|
||
// xrLabel17
|
||
//
|
||
this.xrLabel17.Font = new DevExpress.Drawing.DXFont("Verdana", 10F, DevExpress.Drawing.DXFontStyle.Bold);
|
||
this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(29.49998F, 337.2434F);
|
||
this.xrLabel17.Multiline = true;
|
||
this.xrLabel17.Name = "xrLabel17";
|
||
this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel17.SizeF = new System.Drawing.SizeF(203.5836F, 39.89188F);
|
||
this.xrLabel17.StylePriority.UseFont = false;
|
||
this.xrLabel17.StylePriority.UseTextAlignment = false;
|
||
this.xrLabel17.Text = "Rechnungsnr:\r\n[InvoiceNumber]";
|
||
this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||
//
|
||
// xrLabel11
|
||
//
|
||
this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrLabel11.Font = new DevExpress.Drawing.DXFont("Verdana", 9F);
|
||
this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(463.4164F, 475.347F);
|
||
this.xrLabel11.Name = "xrLabel11";
|
||
this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel11.SizeF = new System.Drawing.SizeF(183.0417F, 17F);
|
||
this.xrLabel11.StylePriority.UseBorders = false;
|
||
this.xrLabel11.StylePriority.UseFont = false;
|
||
this.xrLabel11.Text = "Geburtsdatum";
|
||
//
|
||
// xrLabel4
|
||
//
|
||
this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Verdana", 9F);
|
||
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(68.99408F, 475.347F);
|
||
this.xrLabel4.Name = "xrLabel4";
|
||
this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel4.SizeF = new System.Drawing.SizeF(362.8333F, 17F);
|
||
this.xrLabel4.StylePriority.UseBorders = false;
|
||
this.xrLabel4.StylePriority.UseFont = false;
|
||
this.xrLabel4.Text = "Name, Vorname";
|
||
//
|
||
// xrLabel3
|
||
//
|
||
this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Verdana", 9F);
|
||
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(68.99408F, 527.9512F);
|
||
this.xrLabel3.Name = "xrLabel3";
|
||
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel3.SizeF = new System.Drawing.SizeF(362.8333F, 17F);
|
||
this.xrLabel3.StylePriority.UseBorders = false;
|
||
this.xrLabel3.StylePriority.UseFont = false;
|
||
this.xrLabel3.Text = "Aktenzeichen des Landschaftsverbandes Rheinland";
|
||
//
|
||
// xrRichText2
|
||
//
|
||
this.xrRichText2.Font = new DevExpress.Drawing.DXFont("Arial", 8F);
|
||
this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(29.49988F, 580.247F);
|
||
this.xrRichText2.Name = "xrRichText2";
|
||
this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString");
|
||
this.xrRichText2.SizeF = new System.Drawing.SizeF(616.9584F, 56.59717F);
|
||
this.xrRichText2.StylePriority.UseFont = false;
|
||
//
|
||
// xrLabel14
|
||
//
|
||
this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
||
this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerBirthdate", "{0:dd.MM.yyyy}")});
|
||
this.xrLabel14.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
||
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
||
this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(463.4164F, 458.347F);
|
||
this.xrLabel14.Name = "xrLabel14";
|
||
this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel14.SizeF = new System.Drawing.SizeF(183.0417F, 17F);
|
||
this.xrLabel14.StylePriority.UseBorders = false;
|
||
this.xrLabel14.StylePriority.UseFont = false;
|
||
//
|
||
// xrLabel16
|
||
//
|
||
this.xrLabel16.BackColor = System.Drawing.Color.Transparent;
|
||
this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.Top;
|
||
this.xrLabel16.CanShrink = true;
|
||
this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Verdana", 10F, DevExpress.Drawing.DXFontStyle.Bold);
|
||
this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(29.49998F, 397.278F);
|
||
this.xrLabel16.Name = "xrLabel16";
|
||
this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel16.SizeF = new System.Drawing.SizeF(616.9582F, 21.91217F);
|
||
this.xrLabel16.StylePriority.UseBackColor = false;
|
||
this.xrLabel16.StylePriority.UseBorders = false;
|
||
this.xrLabel16.StylePriority.UseFont = false;
|
||
this.xrLabel16.StylePriority.UseTextAlignment = false;
|
||
this.xrLabel16.Text = "Abrechnung <20>ber Dienstleistungsstunden im Betreuten Wohnen <20> 67 SGB XII";
|
||
this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
|
||
this.xrLabel16.WordWrap = false;
|
||
//
|
||
// xrLabel5
|
||
//
|
||
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(29.49994F, 458.347F);
|
||
this.xrLabel5.Name = "xrLabel5";
|
||
this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel5.SizeF = new System.Drawing.SizeF(32.29624F, 16.99997F);
|
||
this.xrLabel5.StylePriority.UseFont = false;
|
||
this.xrLabel5.Text = "f<>r: ";
|
||
//
|
||
// xrLabel2
|
||
//
|
||
this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
||
this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
||
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
||
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(68.99408F, 458.347F);
|
||
this.xrLabel2.Name = "xrLabel2";
|
||
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel2.SizeF = new System.Drawing.SizeF(362.8333F, 17F);
|
||
this.xrLabel2.StylePriority.UseBorders = false;
|
||
this.xrLabel2.StylePriority.UseFont = false;
|
||
this.xrLabel2.Text = "[CustomerLastname], [CustomerFirstname]";
|
||
//
|
||
// xrLabel13
|
||
//
|
||
this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
||
this.xrLabel13.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
||
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
||
this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(68.99408F, 510.9512F);
|
||
this.xrLabel13.Name = "xrLabel13";
|
||
this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel13.SizeF = new System.Drawing.SizeF(362.8333F, 17F);
|
||
this.xrLabel13.StylePriority.UseBorders = false;
|
||
this.xrLabel13.StylePriority.UseFont = false;
|
||
this.xrLabel13.Text = "[CustomerReferenceNumber]";
|
||
//
|
||
// xrLabel12
|
||
//
|
||
this.xrLabel12.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
||
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
||
this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(29.49994F, 648.3026F);
|
||
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(637.5001F, 21.72961F);
|
||
this.xrLabel12.StylePriority.UseFont = false;
|
||
this.xrLabel12.Text = "Hieraus ergibt sich eine Forderung von ";
|
||
//
|
||
// xrPictureBox1
|
||
//
|
||
this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
|
||
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(470F, 0F);
|
||
this.xrPictureBox1.Name = "xrPictureBox1";
|
||
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(164.4662F, 144.9166F);
|
||
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
||
//
|
||
// xrLabel6
|
||
//
|
||
this.xrLabel6.CanShrink = true;
|
||
this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Verdana", 6.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
||
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
||
this.xrLabel6.ForeColor = System.Drawing.Color.Maroon;
|
||
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(29.5F, 58F);
|
||
this.xrLabel6.Name = "xrLabel6";
|
||
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel6.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
||
this.xrLabel6.SizeF = new System.Drawing.SizeF(292F, 17F);
|
||
this.xrLabel6.StylePriority.UseFont = false;
|
||
this.xrLabel6.StylePriority.UseForeColor = false;
|
||
this.xrLabel6.Text = "Frauenhaus e.V., Postfach 190507, 42705 Solingen";
|
||
//
|
||
// xrLabel7
|
||
//
|
||
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(29.49994F, 90.70832F);
|
||
this.xrLabel7.Multiline = true;
|
||
this.xrLabel7.Name = "xrLabel7";
|
||
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel7.SizeF = new System.Drawing.SizeF(317F, 111.5F);
|
||
this.xrLabel7.StylePriority.UseFont = false;
|
||
this.xrLabel7.Text = "[RecipientOrganisation]\r\n[RecipientContactPerson]\r\n[RecipientDivision]\r\n[Recipien" +
|
||
"tStreet]\r\n[RecipientPostCodeAndTown]";
|
||
//
|
||
// xrLabel8
|
||
//
|
||
this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Verdana", 10F, DevExpress.Drawing.DXFontStyle.Bold);
|
||
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(245.6285F, 337.2433F);
|
||
this.xrLabel8.Multiline = true;
|
||
this.xrLabel8.Name = "xrLabel8";
|
||
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel8.SizeF = new System.Drawing.SizeF(203.5838F, 39.89188F);
|
||
this.xrLabel8.StylePriority.UseFont = false;
|
||
this.xrLabel8.StylePriority.UseTextAlignment = false;
|
||
this.xrLabel8.Text = "Datum:\r\n[InvoiceDateTime!dd.MM.yyyy]";
|
||
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.HeightF = 0F;
|
||
this.Detail1.Name = "Detail1";
|
||
//
|
||
// DetailReport2
|
||
//
|
||
this.DetailReport2.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||
this.Detail3,
|
||
this.GroupFooter1});
|
||
this.DetailReport2.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems";
|
||
this.DetailReport2.DataSource = this.bindingSource1;
|
||
this.DetailReport2.Level = 0;
|
||
this.DetailReport2.Name = "DetailReport2";
|
||
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 DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
||
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
||
this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(245.6285F, 0F);
|
||
this.xrTable6.Name = "xrTable6";
|
||
this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
||
this.xrTableRow25});
|
||
this.xrTable6.SizeF = new System.Drawing.SizeF(400.8298F, 25F);
|
||
this.xrTable6.StylePriority.UseFont = false;
|
||
//
|
||
// xrTableRow25
|
||
//
|
||
this.xrTableRow25.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
||
this.xrTableCell43,
|
||
this.xrTableCell44,
|
||
this.xrTableCell45,
|
||
this.xrTableCell47});
|
||
this.xrTableRow25.Name = "xrTableRow25";
|
||
this.xrTableRow25.Weight = 1D;
|
||
//
|
||
// xrTableCell43
|
||
//
|
||
this.xrTableCell43.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell43.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrTableCell43.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.Hours", "{0:0.##}")});
|
||
this.xrTableCell43.Name = "xrTableCell43";
|
||
this.xrTableCell43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell43.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell43.StylePriority.UseBorders = false;
|
||
this.xrTableCell43.StylePriority.UsePadding = false;
|
||
this.xrTableCell43.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrTableCell43.Weight = 0.31811641424505266D;
|
||
//
|
||
// xrTableCell44
|
||
//
|
||
this.xrTableCell44.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell44.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrTableCell44.Name = "xrTableCell44";
|
||
this.xrTableCell44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell44.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell44.StylePriority.UseBorders = false;
|
||
this.xrTableCell44.StylePriority.UsePadding = false;
|
||
this.xrTableCell44.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell44.Text = "Stunden x ";
|
||
this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrTableCell44.Weight = 0.4206682085548879D;
|
||
//
|
||
// xrTableCell45
|
||
//
|
||
this.xrTableCell45.BorderColor = System.Drawing.Color.DarkGray;
|
||
this.xrTableCell45.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
||
this.xrTableCell45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoicePeriods.ServiceInvoiceItems.HourlyRate", "{0:0.00} =")});
|
||
this.xrTableCell45.Name = "xrTableCell45";
|
||
this.xrTableCell45.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
|
||
this.xrTableCell45.StylePriority.UseBorderColor = false;
|
||
this.xrTableCell45.StylePriority.UseBorders = false;
|
||
this.xrTableCell45.StylePriority.UsePadding = false;
|
||
this.xrTableCell45.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell45.Text = "xrTableCell45";
|
||
this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrTableCell45.Weight = 0.43442356433034046D;
|
||
//
|
||
// 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.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.UsePadding = false;
|
||
this.xrTableCell47.StylePriority.UseTextAlignment = false;
|
||
this.xrTableCell47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrTableCell47.Weight = 0.60299493363019874D;
|
||
//
|
||
// GroupFooter1
|
||
//
|
||
this.GroupFooter1.BorderWidth = 2F;
|
||
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
||
this.xrLabel15,
|
||
this.lblNotice});
|
||
this.GroupFooter1.HeightF = 326.268F;
|
||
this.GroupFooter1.Name = "GroupFooter1";
|
||
this.GroupFooter1.StylePriority.UseBorderWidth = false;
|
||
//
|
||
// xrLabel15
|
||
//
|
||
this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.Top;
|
||
this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim")});
|
||
this.xrLabel15.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Bold);
|
||
this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(530.2866F, 0F);
|
||
this.xrLabel15.Name = "xrLabel15";
|
||
this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.xrLabel15.SizeF = new System.Drawing.SizeF(116.1716F, 25F);
|
||
this.xrLabel15.StylePriority.UseBorders = false;
|
||
this.xrLabel15.StylePriority.UseFont = false;
|
||
this.xrLabel15.StylePriority.UsePadding = false;
|
||
this.xrLabel15.StylePriority.UseTextAlignment = false;
|
||
this.xrLabel15.Text = "xrLabel1";
|
||
this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
|
||
this.xrLabel15.TextFormatString = "{0}";
|
||
//
|
||
// lblNotice
|
||
//
|
||
this.lblNotice.CanShrink = true;
|
||
this.lblNotice.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
||
this.lblNotice.LocationFloat = new DevExpress.Utils.PointFloat(29.50004F, 61.76974F);
|
||
this.lblNotice.Name = "lblNotice";
|
||
this.lblNotice.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||
this.lblNotice.SizeF = new System.Drawing.SizeF(616.9581F, 128.1666F);
|
||
this.lblNotice.StylePriority.UseFont = false;
|
||
this.lblNotice.StylePriority.UseTextAlignment = false;
|
||
this.lblNotice.Text = resources.GetString("lblNotice.Text");
|
||
this.lblNotice.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
|
||
//
|
||
// bindingSource1
|
||
//
|
||
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
|
||
//
|
||
// ServiceInvoiceReport
|
||
//
|
||
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||
this.Detail,
|
||
this.ReportHeader,
|
||
this.topMarginBand1,
|
||
this.bottomMarginBand1,
|
||
this.Page1,
|
||
this.DetailReport});
|
||
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.Margins = new DevExpress.Drawing.DXMargins(75F, 75F, 76F, 93F);
|
||
this.PageHeight = 1169;
|
||
this.PageWidth = 827;
|
||
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
||
this.Version = "23.2";
|
||
xrWatermark1.Id = "Watermark1";
|
||
this.Watermarks.Add(xrWatermark1);
|
||
((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||
|
||
}
|
||
|
||
|
||
private DevExpress.XtraReports.UI.DetailBand Detail;
|
||
private System.Windows.Forms.BindingSource bindingSource1;
|
||
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
|
||
private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull;
|
||
private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1;
|
||
private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1;
|
||
private DevExpress.XtraReports.UI.GroupHeaderBand Page1;
|
||
private DevExpress.XtraReports.UI.XRLabel 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 xrTableCell43;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell44;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell45;
|
||
private DevExpress.XtraReports.UI.XRTableCell xrTableCell47;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel7;
|
||
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
|
||
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel13;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel16;
|
||
private DevExpress.XtraReports.UI.XRLabel lblNotice;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel14;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
||
private DevExpress.XtraReports.UI.XRRichText xrRichText2;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel11;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel15;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel17;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel9;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel19;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel20;
|
||
private DevExpress.XtraReports.UI.XRLabel xrLabel21;
|
||
}
|
||
}
|