584 lines
31 KiB
C#
584 lines
31 KiB
C#
using BeWo.Report.ReportObjects;
|
|
namespace SkmViersen
|
|
{
|
|
partial class SammelrechnungSeite1
|
|
{
|
|
/// <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(SammelrechnungSeite1));
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
|
this.lblAnsprechpartner = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule();
|
|
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
|
this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.lblAbrechnungszeitraum = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
|
|
this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.tcSenderMobile = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText();
|
|
this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel14 = 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.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).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.lblAnsprechpartner,
|
|
this.xrPictureBox1});
|
|
this.ReportHeader.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.ReportHeader.HeightF = 150F;
|
|
this.ReportHeader.Name = "ReportHeader";
|
|
this.ReportHeader.StylePriority.UseFont = false;
|
|
//
|
|
// lblAnsprechpartner
|
|
//
|
|
this.lblAnsprechpartner.Font = new System.Drawing.Font("Verdana", 8F);
|
|
this.lblAnsprechpartner.LocationFloat = new DevExpress.Utils.PointFloat(496.0832F, 122F);
|
|
this.lblAnsprechpartner.Name = "lblAnsprechpartner";
|
|
this.lblAnsprechpartner.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.lblAnsprechpartner.SizeF = new System.Drawing.SizeF(173.9168F, 18F);
|
|
this.lblAnsprechpartner.StylePriority.UseFont = false;
|
|
this.lblAnsprechpartner.StylePriority.UseTextAlignment = false;
|
|
this.lblAnsprechpartner.Text = "Ihre Ansprechpartnerin";
|
|
this.lblAnsprechpartner.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
//
|
|
// xrPictureBox1
|
|
//
|
|
this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
|
|
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(528.3331F, 0F);
|
|
this.xrPictureBox1.Name = "xrPictureBox1";
|
|
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(141.6667F, 107.7083F);
|
|
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
|
//
|
|
// ruleRateFactorNull
|
|
//
|
|
this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?";
|
|
this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ruleRateFactorNull.Name = "ruleRateFactorNull";
|
|
//
|
|
// topMarginBand1
|
|
//
|
|
this.topMarginBand1.HeightF = 50F;
|
|
this.topMarginBand1.Name = "topMarginBand1";
|
|
//
|
|
// bottomMarginBand1
|
|
//
|
|
this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel17});
|
|
this.bottomMarginBand1.HeightF = 78.50011F;
|
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
|
//
|
|
// xrLabel17
|
|
//
|
|
this.xrLabel17.Font = new System.Drawing.Font("Verdana", 8F);
|
|
this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0.0001271566F, 9.999974F);
|
|
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(669.9998F, 58.50016F);
|
|
this.xrLabel17.StylePriority.UseFont = false;
|
|
this.xrLabel17.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel17.Text = resources.GetString("xrLabel17.Text");
|
|
this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
//
|
|
// Page1
|
|
//
|
|
this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel16,
|
|
this.xrLabel13,
|
|
this.xrLabel12,
|
|
this.xrLabel9,
|
|
this.xrLabel4,
|
|
this.xrLabel3,
|
|
this.xrLabel11,
|
|
this.xrLabel10,
|
|
this.xrLabel6,
|
|
this.xrLabel7,
|
|
this.xrLabel2,
|
|
this.xrLabel5,
|
|
this.xrLabel8,
|
|
this.lblAbrechnungszeitraum,
|
|
this.xrTable2,
|
|
this.xrRichText1});
|
|
this.Page1.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.Page1.HeightF = 653.4584F;
|
|
this.Page1.Name = "Page1";
|
|
this.Page1.StylePriority.UseFont = false;
|
|
//
|
|
// xrLabel16
|
|
//
|
|
this.xrLabel16.Font = new System.Drawing.Font("Verdana", 8F);
|
|
this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(353.0002F, 109.71F);
|
|
this.xrLabel16.Name = "xrLabel16";
|
|
this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel16.SizeF = new System.Drawing.SizeF(316.9998F, 18F);
|
|
this.xrLabel16.StylePriority.UseFont = false;
|
|
this.xrLabel16.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel16.Text = "Bankverbindung";
|
|
this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
//
|
|
// xrLabel13
|
|
//
|
|
this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(353F, 127.71F);
|
|
this.xrLabel13.Multiline = true;
|
|
this.xrLabel13.Name = "xrLabel13";
|
|
this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel13.SizeF = new System.Drawing.SizeF(317F, 60.78996F);
|
|
this.xrLabel13.StylePriority.UseFont = false;
|
|
this.xrLabel13.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel13.Text = "Volksbank Kempen-Grefrath\r\nBIC: GENODED1KMP\r\nIBAN: DE70 3206 1414 0504 3210 10";
|
|
this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
//
|
|
// xrLabel12
|
|
//
|
|
this.xrLabel12.Font = new System.Drawing.Font("Verdana", 8F);
|
|
this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0.0001430511F, 39.99999F);
|
|
this.xrLabel12.Name = "xrLabel12";
|
|
this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel12.SizeF = new System.Drawing.SizeF(316.9998F, 18F);
|
|
this.xrLabel12.StylePriority.UseFont = false;
|
|
this.xrLabel12.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel12.Text = "Hildegardisweg 3 - 41747 Viersen";
|
|
this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// xrLabel9
|
|
//
|
|
this.xrLabel9.Font = new System.Drawing.Font("Verdana", 8F);
|
|
this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0.0001430511F, 21.99999F);
|
|
this.xrLabel9.Name = "xrLabel9";
|
|
this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel9.SizeF = new System.Drawing.SizeF(316.9998F, 18F);
|
|
this.xrLabel9.StylePriority.UseFont = false;
|
|
this.xrLabel9.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel9.Text = "SKM Kreis Viersen e.V.";
|
|
this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// xrLabel4
|
|
//
|
|
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 583.3752F);
|
|
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(669.9999F, 51.37494F);
|
|
this.xrLabel4.StylePriority.UseFont = false;
|
|
this.xrLabel4.Text = "\r\nIBAN: DE70 3206 1414 0504 3210 10\r\nbei der Volksbank Kempen-Grefrath (BIC GENOD" +
|
|
"ED1KMP).";
|
|
//
|
|
// xrLabel3
|
|
//
|
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0.0001430511F, 532.0002F);
|
|
this.xrLabel3.Multiline = true;
|
|
this.xrLabel3.Name = "xrLabel3";
|
|
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel3.SizeF = new System.Drawing.SizeF(669.9999F, 51.37494F);
|
|
this.xrLabel3.StylePriority.UseFont = false;
|
|
this.xrLabel3.Text = "\r\nIch bitte um Überweisung des Betrages in Höhe von [GrossClaim] auf die folgende" +
|
|
" Bankverbindung:";
|
|
//
|
|
// xrLabel11
|
|
//
|
|
this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 410.7501F);
|
|
this.xrLabel11.Multiline = true;
|
|
this.xrLabel11.Name = "xrLabel11";
|
|
this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel11.SizeF = new System.Drawing.SizeF(669.9999F, 121.2501F);
|
|
this.xrLabel11.StylePriority.UseFont = false;
|
|
this.xrLabel11.Text = resources.GetString("xrLabel11.Text");
|
|
//
|
|
// xrLabel10
|
|
//
|
|
this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceNumber")});
|
|
this.xrLabel10.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(269.4998F, 221.21F);
|
|
this.xrLabel10.Name = "xrLabel10";
|
|
this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel10.SizeF = new System.Drawing.SizeF(163.5001F, 18F);
|
|
this.xrLabel10.StylePriority.UseFont = false;
|
|
this.xrLabel10.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
//
|
|
// xrLabel6
|
|
//
|
|
this.xrLabel6.Font = new System.Drawing.Font("Verdana", 8F);
|
|
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(288.2498F, 203.21F);
|
|
this.xrLabel6.Name = "xrLabel6";
|
|
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel6.SizeF = new System.Drawing.SizeF(128.0834F, 18F);
|
|
this.xrLabel6.StylePriority.UseFont = false;
|
|
this.xrLabel6.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel6.Text = "Rechnungsnummer";
|
|
this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
//
|
|
// xrLabel7
|
|
//
|
|
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 60.00001F);
|
|
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]";
|
|
//
|
|
// 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, 276.6667F);
|
|
this.xrLabel2.Multiline = true;
|
|
this.xrLabel2.Name = "xrLabel2";
|
|
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel2.SizeF = new System.Drawing.SizeF(669.9999F, 33.54166F);
|
|
this.xrLabel2.StylePriority.UseBackColor = false;
|
|
this.xrLabel2.StylePriority.UseFont = false;
|
|
this.xrLabel2.Text = "Abrechnung über Dienstleistungsstunden im Betreuten Wohnen für den Zeitraum \r\n[Ac" +
|
|
"countingPeriodStart!dd.MM.yyyy] bis [AccountingPeriodEnd!dd.MM.yyyy]";
|
|
this.xrLabel2.WordWrap = false;
|
|
//
|
|
// xrLabel5
|
|
//
|
|
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 351.0417F);
|
|
this.xrLabel5.Name = "xrLabel5";
|
|
this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel5.SizeF = new System.Drawing.SizeF(317F, 17F);
|
|
this.xrLabel5.StylePriority.UseFont = false;
|
|
this.xrLabel5.Text = "Sehr geehrte Damen und Herren,";
|
|
//
|
|
// xrLabel8
|
|
//
|
|
this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate", "Viersen, {0}")});
|
|
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(496.0832F, 203.21F);
|
|
this.xrLabel8.Name = "xrLabel8";
|
|
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel8.SizeF = new System.Drawing.SizeF(173.9168F, 23F);
|
|
this.xrLabel8.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
//
|
|
// lblAbrechnungszeitraum
|
|
//
|
|
this.lblAbrechnungszeitraum.LocationFloat = new DevExpress.Utils.PointFloat(0F, 379.1667F);
|
|
this.lblAbrechnungszeitraum.Multiline = true;
|
|
this.lblAbrechnungszeitraum.Name = "lblAbrechnungszeitraum";
|
|
this.lblAbrechnungszeitraum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.lblAbrechnungszeitraum.SizeF = new System.Drawing.SizeF(669.9999F, 31.58334F);
|
|
this.lblAbrechnungszeitraum.StylePriority.UseFont = false;
|
|
this.lblAbrechnungszeitraum.Text = "im o.g. Zeitraum wurden Dienstleistungsstunden lt. Anlage erbracht.";
|
|
//
|
|
// xrTable2
|
|
//
|
|
this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(387F, 0F);
|
|
this.xrTable2.Name = "xrTable2";
|
|
this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
this.xrTableRow5,
|
|
this.xrTableRow3,
|
|
this.xrTableRow2,
|
|
this.xrTableRow1,
|
|
this.xrTableRow8});
|
|
this.xrTable2.SizeF = new System.Drawing.SizeF(283F, 97F);
|
|
//
|
|
// xrTableRow5
|
|
//
|
|
this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell13});
|
|
this.xrTableRow5.Name = "xrTableRow5";
|
|
this.xrTableRow5.Weight = 0.13245033112582783D;
|
|
//
|
|
// xrTableCell13
|
|
//
|
|
this.xrTableCell13.CanShrink = true;
|
|
this.xrTableCell13.Name = "xrTableCell13";
|
|
this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrTableCell13.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrTableCell13.StylePriority.UseFont = false;
|
|
this.xrTableCell13.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell13.Text = "[SenderContactPerson]";
|
|
this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
this.xrTableCell13.Weight = 1D;
|
|
//
|
|
// xrTableRow3
|
|
//
|
|
this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell8});
|
|
this.xrTableRow3.Name = "xrTableRow3";
|
|
this.xrTableRow3.Weight = 0.13245033112582783D;
|
|
//
|
|
// xrTableCell8
|
|
//
|
|
this.xrTableCell8.CanShrink = true;
|
|
this.xrTableCell8.Name = "xrTableCell8";
|
|
this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrTableCell8.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrTableCell8.StylePriority.UseFont = false;
|
|
this.xrTableCell8.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell8.Text = "[SenderContactPersonPhone]";
|
|
this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
this.xrTableCell8.Weight = 1D;
|
|
//
|
|
// xrTableRow2
|
|
//
|
|
this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.tcSenderMobile});
|
|
this.xrTableRow2.Name = "xrTableRow2";
|
|
this.xrTableRow2.Weight = 0.13245033112582783D;
|
|
//
|
|
// tcSenderMobile
|
|
//
|
|
this.tcSenderMobile.Name = "tcSenderMobile";
|
|
this.tcSenderMobile.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.tcSenderMobile.StylePriority.UsePadding = false;
|
|
this.tcSenderMobile.StylePriority.UseTextAlignment = false;
|
|
this.tcSenderMobile.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
this.tcSenderMobile.Weight = 1D;
|
|
//
|
|
// xrTableRow1
|
|
//
|
|
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell1});
|
|
this.xrTableRow1.Name = "xrTableRow1";
|
|
this.xrTableRow1.Weight = 0.13245033112582783D;
|
|
//
|
|
// xrTableCell1
|
|
//
|
|
this.xrTableCell1.CanShrink = true;
|
|
this.xrTableCell1.Name = "xrTableCell1";
|
|
this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrTableCell1.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink;
|
|
this.xrTableCell1.StylePriority.UseFont = false;
|
|
this.xrTableCell1.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell1.Text = "[SenderContactPersonFax]";
|
|
this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
this.xrTableCell1.Weight = 1D;
|
|
//
|
|
// xrTableRow8
|
|
//
|
|
this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell5});
|
|
this.xrTableRow8.Name = "xrTableRow8";
|
|
this.xrTableRow8.Weight = 0.11258278145695365D;
|
|
//
|
|
// xrTableCell5
|
|
//
|
|
this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
|
new DevExpress.XtraReports.UI.XRBinding("Text", null, "SenderContactPersonMail")});
|
|
this.xrTableCell5.Name = "xrTableCell5";
|
|
this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrTableCell5.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
this.xrTableCell5.Weight = 1D;
|
|
//
|
|
// xrRichText1
|
|
//
|
|
this.xrRichText1.CanShrink = true;
|
|
this.xrRichText1.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 310.2084F);
|
|
this.xrRichText1.Name = "xrRichText1";
|
|
this.xrRichText1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
|
|
this.xrRichText1.SizeF = new System.Drawing.SizeF(669.9999F, 23F);
|
|
this.xrRichText1.StylePriority.UsePadding = false;
|
|
//
|
|
// xrLabel15
|
|
//
|
|
this.xrLabel15.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrLabel15.Name = "xrLabel15";
|
|
this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel15.SizeF = new System.Drawing.SizeF(175F, 17F);
|
|
this.xrLabel15.StylePriority.UseFont = false;
|
|
this.xrLabel15.Text = "Mit freundlichen Grüßen";
|
|
//
|
|
// xrLabel14
|
|
//
|
|
this.xrLabel14.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 75F);
|
|
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(225F, 38.87501F);
|
|
this.xrLabel14.StylePriority.UseFont = false;
|
|
this.xrLabel14.Text = "Stephan Fiedler\r\n(Geschäftsführer)";
|
|
//
|
|
// 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.HeightF = 0F;
|
|
this.Detail3.Name = "Detail3";
|
|
//
|
|
// GroupFooter1
|
|
//
|
|
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel14,
|
|
this.xrLabel15});
|
|
this.GroupFooter1.HeightF = 113.875F;
|
|
this.GroupFooter1.Name = "GroupFooter1";
|
|
//
|
|
// bindingSource1
|
|
//
|
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
|
|
//
|
|
// SammelrechnungSeite1
|
|
//
|
|
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 System.Drawing.Font("Verdana", 10F);
|
|
this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
|
|
this.ruleRateFactorNull});
|
|
this.Margins = new System.Drawing.Printing.Margins(82, 75, 50, 79);
|
|
this.PageHeight = 1169;
|
|
this.PageWidth = 827;
|
|
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
|
this.Version = "17.1";
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).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 xrLabel2;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
|
|
private DevExpress.XtraReports.UI.XRLabel lblAbrechnungszeitraum;
|
|
private DevExpress.XtraReports.UI.XRTable xrTable2;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow5;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell13;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow3;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell8;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow8;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell5;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel15;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel14;
|
|
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.XRLabel xrLabel7;
|
|
private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel8;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel11;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
|
|
private DevExpress.XtraReports.UI.XRLabel lblAnsprechpartner;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel9;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel12;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel13;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel16;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel17;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow2;
|
|
private DevExpress.XtraReports.UI.XRTableCell tcSenderMobile;
|
|
}
|
|
}
|