- Klientennamen im Jahresbericht eingebaut - Bugfix Reports für fehlende Unterschriften - Bugfix History
484 lines
27 KiB
C#
484 lines
27 KiB
C#
using BeWo.Report.ReportObjects;
|
|
namespace ProfEggersStiftung
|
|
{
|
|
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.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
|
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
|
|
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell6 = 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.lblMonat = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.lblAbrechnungstext = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.RecipientPostCodeAndTown = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel_RecipientStreet = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel_RecipientDivision = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel_RecipientContactPerson = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel7 = 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.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
|
|
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).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.xrPictureBox2,
|
|
this.xrPictureBox1});
|
|
this.ReportHeader.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
|
this.ReportHeader.HeightF = 200F;
|
|
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 = 30F;
|
|
this.topMarginBand1.Name = "topMarginBand1";
|
|
//
|
|
// bottomMarginBand1
|
|
//
|
|
this.bottomMarginBand1.HeightF = 65F;
|
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
|
//
|
|
// Page1
|
|
//
|
|
this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel1,
|
|
this.xrTable1,
|
|
this.lblMonat,
|
|
this.lblAbrechnungstext,
|
|
this.RecipientPostCodeAndTown,
|
|
this.xrLabel_RecipientStreet,
|
|
this.xrLabel_RecipientDivision,
|
|
this.xrLabel_RecipientContactPerson,
|
|
this.xrLabel7,
|
|
this.xrLabel3,
|
|
this.xrLabel2,
|
|
this.xrLabel6});
|
|
this.Page1.HeightF = 523.6494F;
|
|
this.Page1.Name = "Page1";
|
|
this.Page1.StylePriority.UseFont = false;
|
|
//
|
|
// xrLabel1
|
|
//
|
|
this.xrLabel1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Double;
|
|
this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
|
this.xrLabel1.BorderWidth = 6F;
|
|
this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim")});
|
|
this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 12F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(341.1527F, 487.2744F);
|
|
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(103.9724F, 26.375F);
|
|
this.xrLabel1.StylePriority.UseBorderDashStyle = false;
|
|
this.xrLabel1.StylePriority.UseBorders = false;
|
|
this.xrLabel1.StylePriority.UseBorderWidth = false;
|
|
this.xrLabel1.StylePriority.UseFont = false;
|
|
this.xrLabel1.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
//
|
|
// xrTable1
|
|
//
|
|
this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
this.xrTable1.Font = new DevExpress.Drawing.DXFont("Arial", 8F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 172.9167F);
|
|
this.xrTable1.Name = "xrTable1";
|
|
this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F);
|
|
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
this.xrTableRow1,
|
|
this.xrTableRow2});
|
|
this.xrTable1.SizeF = new System.Drawing.SizeF(652F, 36F);
|
|
this.xrTable1.StylePriority.UseBorders = false;
|
|
this.xrTable1.StylePriority.UseFont = false;
|
|
this.xrTable1.StylePriority.UsePadding = false;
|
|
this.xrTable1.StylePriority.UseTextAlignment = false;
|
|
this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
//
|
|
// xrTableRow1
|
|
//
|
|
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell1,
|
|
this.xrTableCell2,
|
|
this.xrTableCell3,
|
|
this.xrTableCell4,
|
|
this.xrTableCell9});
|
|
this.xrTableRow1.Font = new DevExpress.Drawing.DXFont("Arial", 6F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.xrTableRow1.Name = "xrTableRow1";
|
|
this.xrTableRow1.StylePriority.UseFont = false;
|
|
this.xrTableRow1.Weight = 0.72D;
|
|
//
|
|
// xrTableCell1
|
|
//
|
|
this.xrTableCell1.Name = "xrTableCell1";
|
|
this.xrTableCell1.Text = "Ihr Zeichen";
|
|
this.xrTableCell1.Weight = 0.65273231726811765D;
|
|
//
|
|
// xrTableCell2
|
|
//
|
|
this.xrTableCell2.Name = "xrTableCell2";
|
|
this.xrTableCell2.Text = "Bearbeiter";
|
|
this.xrTableCell2.Weight = 0.70712667704046073D;
|
|
//
|
|
// xrTableCell3
|
|
//
|
|
this.xrTableCell3.Name = "xrTableCell3";
|
|
this.xrTableCell3.Text = "Kontakt";
|
|
this.xrTableCell3.Weight = 1.5230420736256078D;
|
|
//
|
|
// xrTableCell4
|
|
//
|
|
this.xrTableCell4.Name = "xrTableCell4";
|
|
this.xrTableCell4.Text = "Datum";
|
|
this.xrTableCell4.Weight = 0.54394359772343148D;
|
|
//
|
|
// xrTableCell9
|
|
//
|
|
this.xrTableCell9.Multiline = true;
|
|
this.xrTableCell9.Name = "xrTableCell9";
|
|
this.xrTableCell9.Text = "Steuernummer";
|
|
this.xrTableCell9.Weight = 0.54394359772343148D;
|
|
//
|
|
// xrTableRow2
|
|
//
|
|
this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell5,
|
|
this.xrTableCell6,
|
|
this.xrTableCell7,
|
|
this.xrTableCell8,
|
|
this.xrTableCell10});
|
|
this.xrTableRow2.Name = "xrTableRow2";
|
|
this.xrTableRow2.Weight = 0.72D;
|
|
//
|
|
// xrTableCell5
|
|
//
|
|
this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerReferenceNumber")});
|
|
this.xrTableCell5.Name = "xrTableCell5";
|
|
this.xrTableCell5.Text = "51.2.6-34346-Pru";
|
|
this.xrTableCell5.Weight = 0.65273231726811765D;
|
|
//
|
|
// xrTableCell6
|
|
//
|
|
this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "CreatorName")});
|
|
this.xrTableCell6.Name = "xrTableCell6";
|
|
this.xrTableCell6.Weight = 0.70712667704046073D;
|
|
//
|
|
// xrTableCell7
|
|
//
|
|
this.xrTableCell7.Name = "xrTableCell7";
|
|
this.xrTableCell7.Text = "[SenderContactPersonPhone] verwaltung@eggers-stiftung.de";
|
|
this.xrTableCell7.Weight = 1.5230420736256078D;
|
|
//
|
|
// xrTableCell8
|
|
//
|
|
this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate")});
|
|
this.xrTableCell8.Name = "xrTableCell8";
|
|
this.xrTableCell8.Text = "xrTableCell8";
|
|
this.xrTableCell8.Weight = 0.54394359772343148D;
|
|
//
|
|
// xrTableCell10
|
|
//
|
|
this.xrTableCell10.Multiline = true;
|
|
this.xrTableCell10.Name = "xrTableCell10";
|
|
this.xrTableCell10.Text = "112/5978/1114";
|
|
this.xrTableCell10.Weight = 0.54394359772343148D;
|
|
//
|
|
// lblMonat
|
|
//
|
|
this.lblMonat.LocationFloat = new DevExpress.Utils.PointFloat(1.059638E-05F, 314.5834F);
|
|
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";
|
|
//
|
|
// lblAbrechnungstext
|
|
//
|
|
this.lblAbrechnungstext.LocationFloat = new DevExpress.Utils.PointFloat(94.36115F, 487.2744F);
|
|
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(246.7916F, 26.375F);
|
|
this.lblAbrechnungstext.StylePriority.UseFont = false;
|
|
this.lblAbrechnungstext.Text = "24,7 FLS x 60,30 € =";
|
|
//
|
|
// RecipientPostCodeAndTown
|
|
//
|
|
this.RecipientPostCodeAndTown.CanShrink = true;
|
|
this.RecipientPostCodeAndTown.LocationFloat = new DevExpress.Utils.PointFloat(0F, 68.00003F);
|
|
this.RecipientPostCodeAndTown.Name = "RecipientPostCodeAndTown";
|
|
this.RecipientPostCodeAndTown.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.RecipientPostCodeAndTown.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.RecipientPostCodeAndTown.SizeF = new System.Drawing.SizeF(292F, 17F);
|
|
this.RecipientPostCodeAndTown.StylePriority.UseFont = false;
|
|
this.RecipientPostCodeAndTown.Text = "[RecipientPostCodeAndTown]";
|
|
//
|
|
// xrLabel_RecipientStreet
|
|
//
|
|
this.xrLabel_RecipientStreet.CanShrink = true;
|
|
this.xrLabel_RecipientStreet.LocationFloat = new DevExpress.Utils.PointFloat(0F, 51.00002F);
|
|
this.xrLabel_RecipientStreet.Name = "xrLabel_RecipientStreet";
|
|
this.xrLabel_RecipientStreet.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel_RecipientStreet.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrLabel_RecipientStreet.SizeF = new System.Drawing.SizeF(292F, 17F);
|
|
this.xrLabel_RecipientStreet.StylePriority.UseFont = false;
|
|
this.xrLabel_RecipientStreet.Text = "[RecipientStreet]";
|
|
//
|
|
// xrLabel_RecipientDivision
|
|
//
|
|
this.xrLabel_RecipientDivision.CanShrink = true;
|
|
this.xrLabel_RecipientDivision.LocationFloat = new DevExpress.Utils.PointFloat(0F, 34.00008F);
|
|
this.xrLabel_RecipientDivision.Name = "xrLabel_RecipientDivision";
|
|
this.xrLabel_RecipientDivision.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel_RecipientDivision.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrLabel_RecipientDivision.SizeF = new System.Drawing.SizeF(292F, 17F);
|
|
this.xrLabel_RecipientDivision.StylePriority.UseFont = false;
|
|
this.xrLabel_RecipientDivision.Text = "[RecipientDivision]";
|
|
//
|
|
// xrLabel_RecipientContactPerson
|
|
//
|
|
this.xrLabel_RecipientContactPerson.CanShrink = true;
|
|
this.xrLabel_RecipientContactPerson.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17.00001F);
|
|
this.xrLabel_RecipientContactPerson.Name = "xrLabel_RecipientContactPerson";
|
|
this.xrLabel_RecipientContactPerson.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel_RecipientContactPerson.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrLabel_RecipientContactPerson.SizeF = new System.Drawing.SizeF(292F, 17F);
|
|
this.xrLabel_RecipientContactPerson.StylePriority.UseFont = false;
|
|
this.xrLabel_RecipientContactPerson.Text = "[RecipientContactPerson]";
|
|
//
|
|
// xrLabel7
|
|
//
|
|
this.xrLabel7.CanShrink = true;
|
|
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrLabel7.Name = "xrLabel7";
|
|
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel7.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrLabel7.SizeF = new System.Drawing.SizeF(292F, 17F);
|
|
this.xrLabel7.StylePriority.UseFont = false;
|
|
this.xrLabel7.Text = "[RecipientOrganisation]";
|
|
//
|
|
// xrLabel3
|
|
//
|
|
this.xrLabel3.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrLabel3.CanShrink = true;
|
|
this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Arial", 12F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(1.059638E-05F, 252.75F);
|
|
this.xrLabel3.Name = "xrLabel3";
|
|
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel3.SizeF = new System.Drawing.SizeF(650F, 27.44446F);
|
|
this.xrLabel3.StylePriority.UseBackColor = false;
|
|
this.xrLabel3.StylePriority.UseFont = false;
|
|
this.xrLabel3.Text = "[CustomerName], *[CustomerBirthdate!dd.MM.yyyy]";
|
|
this.xrLabel3.WordWrap = false;
|
|
//
|
|
// xrLabel2
|
|
//
|
|
this.xrLabel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrLabel2.CanShrink = true;
|
|
this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Arial", 12F, 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(1.059638E-05F, 292F);
|
|
this.xrLabel2.Name = "xrLabel2";
|
|
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel2.SizeF = new System.Drawing.SizeF(650F, 22.58337F);
|
|
this.xrLabel2.StylePriority.UseBackColor = false;
|
|
this.xrLabel2.StylePriority.UseFont = false;
|
|
this.xrLabel2.Text = "Rechnung: [InvoiceNumber]";
|
|
this.xrLabel2.WordWrap = false;
|
|
//
|
|
// xrLabel6
|
|
//
|
|
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(1.059638E-05F, 366.9967F);
|
|
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(642F, 89.91666F);
|
|
this.xrLabel6.StylePriority.UseFont = false;
|
|
this.xrLabel6.Text = "Sehr geehrte Damen und Herren,\r\n\r\nwir bedanken uns herzlich für das uns entgegeng" +
|
|
"ebrachte Vertrauen und stellen unsere Leistungen wie folgt in Rechnung:\r\n";
|
|
//
|
|
// ReportFooter
|
|
//
|
|
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel4});
|
|
this.ReportFooter.HeightF = 150.5139F;
|
|
this.ReportFooter.Name = "ReportFooter";
|
|
this.ReportFooter.StylePriority.UseFont = false;
|
|
//
|
|
// xrLabel4
|
|
//
|
|
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 41.15279F);
|
|
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(642F, 109.3611F);
|
|
this.xrLabel4.StylePriority.UseFont = false;
|
|
this.xrLabel4.Text = "Wir bitten um Überweisung auf unser unten angegebenes Konto.\r\n\r\nZahlbar innerhalb" +
|
|
" von 30 Tagen ab Rechnungsdatum\r\n\r\nFür Rückfragen stehen wir Ihnen gern zur Verf" +
|
|
"ügung.";
|
|
//
|
|
// bindingSource1
|
|
//
|
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
|
|
//
|
|
// xrPictureBox1
|
|
//
|
|
this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
|
|
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrPictureBox1.Name = "xrPictureBox1";
|
|
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(652F, 150F);
|
|
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
|
//
|
|
// xrPictureBox2
|
|
//
|
|
this.xrPictureBox2.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox2.ImageSource"));
|
|
this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 169.9988F);
|
|
this.xrPictureBox2.Name = "xrPictureBox2";
|
|
this.xrPictureBox2.SizeF = new System.Drawing.SizeF(291.9999F, 20.00122F);
|
|
this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
|
//
|
|
// ServiceInvoiceReport
|
|
//
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail,
|
|
this.ReportHeader,
|
|
this.topMarginBand1,
|
|
this.bottomMarginBand1,
|
|
this.Page1,
|
|
this.ReportFooter});
|
|
this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
|
|
this.bindingSource1});
|
|
this.DataSource = this.bindingSource1;
|
|
this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung";
|
|
this.Font = new DevExpress.Drawing.DXFont("Arial", 12F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
|
|
this.ruleRateFactorNull});
|
|
this.Margins = new DevExpress.Drawing.DXMargins(95F, 80F, 30F, 65F);
|
|
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;
|
|
this.Watermarks.Add(xrWatermark1);
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).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 xrLabel3;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
|
|
private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter;
|
|
private DevExpress.XtraReports.UI.XRLabel RecipientPostCodeAndTown;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientStreet;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientDivision;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel_RecipientContactPerson;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel7;
|
|
private DevExpress.XtraReports.UI.XRLabel lblMonat;
|
|
private DevExpress.XtraReports.UI.XRLabel lblAbrechnungstext;
|
|
private DevExpress.XtraReports.UI.XRTable xrTable1;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell4;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow2;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell5;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell6;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell7;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell8;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell9;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell10;
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2;
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
|
|
}
|
|
}
|