319 lines
17 KiB
C#
319 lines
17 KiB
C#
using BeWo.Report.ReportObjects;
|
|
namespace BeWo.TrialogReports
|
|
{
|
|
partial class ServiceInvoiceReport
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceInvoiceReport));
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
|
this.lblAddress = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText();
|
|
this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText();
|
|
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.xrRichText4 = new DevExpress.XtraReports.UI.XRRichText();
|
|
this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
this.lblAbrechnungstext = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.lblMonat = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrRichText3 = new DevExpress.XtraReports.UI.XRRichText();
|
|
this.xrLabel14 = 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.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
//
|
|
// Detail
|
|
//
|
|
this.Detail.HeightF = 0F;
|
|
this.Detail.Name = "Detail";
|
|
this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// ReportHeader
|
|
//
|
|
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.lblAddress,
|
|
this.xrRichText2,
|
|
this.xrRichText1});
|
|
this.ReportHeader.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.ReportHeader.HeightF = 361.4583F;
|
|
this.ReportHeader.Name = "ReportHeader";
|
|
this.ReportHeader.StylePriority.UseFont = false;
|
|
//
|
|
// lblAddress
|
|
//
|
|
this.lblAddress.CanShrink = true;
|
|
this.lblAddress.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblAddress.LocationFloat = new DevExpress.Utils.PointFloat(0F, 175F);
|
|
this.lblAddress.Multiline = true;
|
|
this.lblAddress.Name = "lblAddress";
|
|
this.lblAddress.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.lblAddress.SizeF = new System.Drawing.SizeF(509.0417F, 108.75F);
|
|
this.lblAddress.StylePriority.UseFont = false;
|
|
this.lblAddress.Text = "[RecipientOrganisation]";
|
|
//
|
|
// xrRichText2
|
|
//
|
|
this.xrRichText2.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 132F);
|
|
this.xrRichText2.Name = "xrRichText2";
|
|
this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString");
|
|
this.xrRichText2.SizeF = new System.Drawing.SizeF(330.2083F, 32.29163F);
|
|
//
|
|
// xrRichText1
|
|
//
|
|
this.xrRichText1.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(553.0416F, 1.589457E-05F);
|
|
this.xrRichText1.Name = "xrRichText1";
|
|
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
|
|
this.xrRichText1.SizeF = new System.Drawing.SizeF(182.9584F, 351.4583F);
|
|
//
|
|
// ruleRateFactorNull
|
|
//
|
|
this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?";
|
|
this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ruleRateFactorNull.Name = "ruleRateFactorNull";
|
|
//
|
|
// topMarginBand1
|
|
//
|
|
this.topMarginBand1.HeightF = 70F;
|
|
this.topMarginBand1.Name = "topMarginBand1";
|
|
//
|
|
// bottomMarginBand1
|
|
//
|
|
this.bottomMarginBand1.HeightF = 30F;
|
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
|
//
|
|
// Page1
|
|
//
|
|
this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrRichText4,
|
|
this.xrPictureBox2,
|
|
this.lblAbrechnungstext,
|
|
this.xrLabel5,
|
|
this.lblMonat,
|
|
this.xrRichText3,
|
|
this.xrLabel14,
|
|
this.xrLabel4,
|
|
this.xrLabel3,
|
|
this.xrLabel2,
|
|
this.xrLabel6});
|
|
this.Page1.Font = new System.Drawing.Font("Arial", 12F);
|
|
this.Page1.HeightF = 703.4998F;
|
|
this.Page1.Name = "Page1";
|
|
this.Page1.StylePriority.UseFont = false;
|
|
//
|
|
// xrRichText4
|
|
//
|
|
this.xrRichText4.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.xrRichText4.LocationFloat = new DevExpress.Utils.PointFloat(553.0416F, 577.4581F);
|
|
this.xrRichText4.Name = "xrRichText4";
|
|
this.xrRichText4.SerializableRtfString = resources.GetString("xrRichText4.SerializableRtfString");
|
|
this.xrRichText4.SizeF = new System.Drawing.SizeF(182.9584F, 126.0417F);
|
|
//
|
|
// xrPictureBox2
|
|
//
|
|
this.xrPictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox2.Image")));
|
|
this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(553.0416F, 0F);
|
|
this.xrPictureBox2.Name = "xrPictureBox2";
|
|
this.xrPictureBox2.SizeF = new System.Drawing.SizeF(165.9584F, 112.875F);
|
|
this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
|
//
|
|
// lblAbrechnungstext
|
|
//
|
|
this.lblAbrechnungstext.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblAbrechnungstext.LocationFloat = new DevExpress.Utils.PointFloat(0F, 253.125F);
|
|
this.lblAbrechnungstext.Multiline = true;
|
|
this.lblAbrechnungstext.Name = "lblAbrechnungstext";
|
|
this.lblAbrechnungstext.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.lblAbrechnungstext.SizeF = new System.Drawing.SizeF(553.0416F, 26.375F);
|
|
this.lblAbrechnungstext.StylePriority.UseFont = false;
|
|
this.lblAbrechnungstext.Text = "1 Fachleistungsstunden a 52,30 € = 52,30 € ";
|
|
//
|
|
// xrLabel5
|
|
//
|
|
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 296.875F);
|
|
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(553.0416F, 223.25F);
|
|
this.xrLabel5.StylePriority.UseFont = false;
|
|
this.xrLabel5.Text = resources.GetString("xrLabel5.Text");
|
|
//
|
|
// lblMonat
|
|
//
|
|
this.lblMonat.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblMonat.LocationFloat = new DevExpress.Utils.PointFloat(0F, 211.375F);
|
|
this.lblMonat.Multiline = true;
|
|
this.lblMonat.Name = "lblMonat";
|
|
this.lblMonat.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.lblMonat.SizeF = new System.Drawing.SizeF(553.0416F, 26.375F);
|
|
this.lblMonat.StylePriority.UseFont = false;
|
|
this.lblMonat.Text = "Für den Monat März 2014";
|
|
//
|
|
// xrRichText3
|
|
//
|
|
this.xrRichText3.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.xrRichText3.LocationFloat = new DevExpress.Utils.PointFloat(553.0416F, 136.7917F);
|
|
this.xrRichText3.Name = "xrRichText3";
|
|
this.xrRichText3.SerializableRtfString = resources.GetString("xrRichText3.SerializableRtfString");
|
|
this.xrRichText3.SizeF = new System.Drawing.SizeF(182.9584F, 425.4167F);
|
|
//
|
|
// xrLabel14
|
|
//
|
|
this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 583.2916F);
|
|
this.xrLabel14.Multiline = true;
|
|
this.xrLabel14.Name = "xrLabel14";
|
|
this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel14.SizeF = new System.Drawing.SizeF(553.0415F, 48.25F);
|
|
this.xrLabel14.StylePriority.UseFont = false;
|
|
this.xrLabel14.Text = "[CreatorName]\r\n[InvoiceDate]";
|
|
//
|
|
// xrLabel4
|
|
//
|
|
this.xrLabel4.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrLabel4.CanShrink = true;
|
|
this.xrLabel4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
|
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 72.87496F);
|
|
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(509.0417F, 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;
|
|
this.xrLabel3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 56.87497F);
|
|
this.xrLabel3.Name = "xrLabel3";
|
|
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel3.SizeF = new System.Drawing.SizeF(509.0417F, 16F);
|
|
this.xrLabel3.StylePriority.UseBackColor = false;
|
|
this.xrLabel3.StylePriority.UseFont = false;
|
|
this.xrLabel3.Text = "[CustomerName]";
|
|
this.xrLabel3.WordWrap = false;
|
|
//
|
|
// xrLabel2
|
|
//
|
|
this.xrLabel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrLabel2.CanShrink = true;
|
|
this.xrLabel2.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 119.7917F);
|
|
this.xrLabel2.Name = "xrLabel2";
|
|
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel2.SizeF = new System.Drawing.SizeF(553.0416F, 17F);
|
|
this.xrLabel2.StylePriority.UseBackColor = false;
|
|
this.xrLabel2.StylePriority.UseFont = false;
|
|
this.xrLabel2.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel2.Text = "R E C H N U N G S N U M M E R [InvoiceNumber]";
|
|
this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
this.xrLabel2.WordWrap = false;
|
|
//
|
|
// xrLabel6
|
|
//
|
|
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 154.7916F);
|
|
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(553.0416F, 56.58334F);
|
|
this.xrLabel6.StylePriority.UseFont = false;
|
|
this.xrLabel6.Text = "Für die erbrachten Leistungen im Rahmen der ambulanten Hilfen stellen wir Ihnen f" +
|
|
"olgende Rechnung:";
|
|
//
|
|
// 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.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(75, 16, 70, 30);
|
|
this.PageHeight = 1169;
|
|
this.PageWidth = 827;
|
|
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
|
this.Version = "17.1";
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).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 xrLabel4;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText1;
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText2;
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText3;
|
|
private DevExpress.XtraReports.UI.XRLabel lblMonat;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel14;
|
|
private DevExpress.XtraReports.UI.XRLabel lblAbrechnungstext;
|
|
private DevExpress.XtraReports.UI.XRLabel lblAddress;
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2;
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText4;
|
|
}
|
|
}
|