393 lines
22 KiB
C#
393 lines
22 KiB
C#
using BeWo.Report.ReportObjects;
|
|
namespace BeWo.Report.DefaultReports
|
|
{
|
|
partial class InvoiceCustomerReport
|
|
{
|
|
/// <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);
|
|
}
|
|
|
|
#region Designer generated code
|
|
|
|
/// <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(InvoiceCustomerReport));
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
|
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText();
|
|
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.ortDatum = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.ruleRateFactorNull = new DevExpress.XtraReports.UI.FormattingRule();
|
|
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
|
|
this.xrRichText4 = new DevExpress.XtraReports.UI.XRRichText();
|
|
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
|
this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
|
|
this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.cellDebNumber = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.cellGeleisteteFls = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.cellStundensatz = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.cellGesamt = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.lblAnrede = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.xrRichText3 = new DevExpress.XtraReports.UI.XRRichText();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).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.xrPictureBox1,
|
|
this.xrRichText1,
|
|
this.lblAdresse,
|
|
this.xrLabel7,
|
|
this.ortDatum});
|
|
this.ReportHeader.Font = new DevExpress.Drawing.DXFont("Times New Roman", 11F);
|
|
this.ReportHeader.HeightF = 420F;
|
|
this.ReportHeader.Name = "ReportHeader";
|
|
this.ReportHeader.StylePriority.UseFont = false;
|
|
//
|
|
// xrPictureBox1
|
|
//
|
|
this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
|
|
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(482F, 0F);
|
|
this.xrPictureBox1.Name = "xrPictureBox1";
|
|
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(196.8277F, 78.64016F);
|
|
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.AutoSize;
|
|
//
|
|
// xrRichText1
|
|
//
|
|
this.xrRichText1.Font = new DevExpress.Drawing.DXFont("Arial", 8F);
|
|
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(488F, 133F);
|
|
this.xrRichText1.Name = "xrRichText1";
|
|
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
|
|
this.xrRichText1.SizeF = new System.Drawing.SizeF(203.9999F, 212.0821F);
|
|
this.xrRichText1.StylePriority.UseFont = false;
|
|
//
|
|
// lblAdresse
|
|
//
|
|
this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(0F, 182.3333F);
|
|
this.lblAdresse.Multiline = true;
|
|
this.lblAdresse.Name = "lblAdresse";
|
|
this.lblAdresse.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.lblAdresse.SizeF = new System.Drawing.SizeF(454.5F, 153.1667F);
|
|
this.lblAdresse.StylePriority.UseFont = false;
|
|
//
|
|
// xrLabel7
|
|
//
|
|
this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Calibri", 7F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 147F);
|
|
this.xrLabel7.Multiline = true;
|
|
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(415F, 35.33331F);
|
|
this.xrLabel7.StylePriority.UseFont = false;
|
|
this.xrLabel7.Text = "Caritasverband Ahlen e.V. Rottmannstraße 27 59229 Ahlen";
|
|
//
|
|
// ortDatum
|
|
//
|
|
this.ortDatum.BackColor = System.Drawing.Color.Transparent;
|
|
this.ortDatum.LocationFloat = new DevExpress.Utils.PointFloat(488F, 357.3949F);
|
|
this.ortDatum.Multiline = true;
|
|
this.ortDatum.Name = "ortDatum";
|
|
this.ortDatum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.ortDatum.SizeF = new System.Drawing.SizeF(199.4166F, 17.79282F);
|
|
this.ortDatum.StylePriority.UseBackColor = false;
|
|
this.ortDatum.StylePriority.UseFont = false;
|
|
this.ortDatum.StylePriority.UseTextAlignment = false;
|
|
this.ortDatum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
//
|
|
// ruleRateFactorNull
|
|
//
|
|
this.ruleRateFactorNull.Condition = "[RateFactorText2] == ?";
|
|
this.ruleRateFactorNull.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ruleRateFactorNull.Name = "ruleRateFactorNull";
|
|
//
|
|
// ReportFooter
|
|
//
|
|
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrRichText4});
|
|
this.ReportFooter.Font = new DevExpress.Drawing.DXFont("Times New Roman", 11F);
|
|
this.ReportFooter.HeightF = 171.1389F;
|
|
this.ReportFooter.KeepTogether = true;
|
|
this.ReportFooter.Name = "ReportFooter";
|
|
this.ReportFooter.StylePriority.UseFont = false;
|
|
//
|
|
// xrRichText4
|
|
//
|
|
this.xrRichText4.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
|
|
this.xrRichText4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrRichText4.Name = "xrRichText4";
|
|
this.xrRichText4.SerializableRtfString = resources.GetString("xrRichText4.SerializableRtfString");
|
|
this.xrRichText4.SizeF = new System.Drawing.SizeF(649.4792F, 171.1389F);
|
|
//
|
|
// topMarginBand1
|
|
//
|
|
this.topMarginBand1.HeightF = 50F;
|
|
this.topMarginBand1.Name = "topMarginBand1";
|
|
//
|
|
// bottomMarginBand1
|
|
//
|
|
this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrRichText3});
|
|
this.bottomMarginBand1.HeightF = 120F;
|
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
|
//
|
|
// GroupHeader1
|
|
//
|
|
this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrTable3,
|
|
this.xrLabel16,
|
|
this.lblAnrede});
|
|
this.GroupHeader1.HeightF = 235F;
|
|
this.GroupHeader1.Name = "GroupHeader1";
|
|
//
|
|
// xrTable3
|
|
//
|
|
this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
this.xrTable3.Font = new DevExpress.Drawing.DXFont("Arial", 10F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 143.375F);
|
|
this.xrTable3.Name = "xrTable3";
|
|
this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
this.xrTableRow14,
|
|
this.xrTableRow6});
|
|
this.xrTable3.SizeF = new System.Drawing.SizeF(609.4998F, 50F);
|
|
this.xrTable3.StylePriority.UseBorderColor = false;
|
|
this.xrTable3.StylePriority.UseBorders = false;
|
|
this.xrTable3.StylePriority.UseFont = false;
|
|
//
|
|
// xrTableRow14
|
|
//
|
|
this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.cellDebNumber,
|
|
this.xrTableCell1,
|
|
this.xrTableCell16,
|
|
this.xrTableCell53});
|
|
this.xrTableRow14.Name = "xrTableRow14";
|
|
this.xrTableRow14.StylePriority.UseBackColor = false;
|
|
this.xrTableRow14.Weight = 0.034389737059785389D;
|
|
//
|
|
// cellDebNumber
|
|
//
|
|
this.cellDebNumber.Name = "cellDebNumber";
|
|
this.cellDebNumber.StylePriority.UseTextAlignment = false;
|
|
this.cellDebNumber.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
this.cellDebNumber.Weight = 0.28012821678869715D;
|
|
//
|
|
// xrTableCell1
|
|
//
|
|
this.xrTableCell1.Name = "xrTableCell1";
|
|
this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrTableCell1.StylePriority.UseBackColor = false;
|
|
this.xrTableCell1.StylePriority.UseBorderColor = false;
|
|
this.xrTableCell1.StylePriority.UseBorders = false;
|
|
this.xrTableCell1.StylePriority.UseFont = false;
|
|
this.xrTableCell1.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell1.Text = "geleistete FLS";
|
|
this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
this.xrTableCell1.Weight = 0.27371793705745673D;
|
|
//
|
|
// xrTableCell16
|
|
//
|
|
this.xrTableCell16.Multiline = true;
|
|
this.xrTableCell16.Name = "xrTableCell16";
|
|
this.xrTableCell16.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell16.Text = "Stundensatz";
|
|
this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
this.xrTableCell16.Weight = 0.17692307692307691D;
|
|
//
|
|
// xrTableCell53
|
|
//
|
|
this.xrTableCell53.Name = "xrTableCell53";
|
|
this.xrTableCell53.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell53.Text = "Gesamtsumme";
|
|
this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
this.xrTableCell53.Weight = 0.20692270132211538D;
|
|
//
|
|
// xrTableRow6
|
|
//
|
|
this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell2,
|
|
this.cellGeleisteteFls,
|
|
this.cellStundensatz,
|
|
this.cellGesamt});
|
|
this.xrTableRow6.Name = "xrTableRow6";
|
|
this.xrTableRow6.Weight = 0.034389737059785389D;
|
|
//
|
|
// xrTableCell2
|
|
//
|
|
this.xrTableCell2.Name = "xrTableCell2";
|
|
this.xrTableCell2.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
this.xrTableCell2.Weight = 0.28012821678869715D;
|
|
//
|
|
// cellGeleisteteFls
|
|
//
|
|
this.cellGeleisteteFls.Name = "cellGeleisteteFls";
|
|
this.cellGeleisteteFls.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.cellGeleisteteFls.StylePriority.UsePadding = false;
|
|
this.cellGeleisteteFls.StylePriority.UseTextAlignment = false;
|
|
this.cellGeleisteteFls.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
this.cellGeleisteteFls.Weight = 0.27371793705745673D;
|
|
//
|
|
// cellStundensatz
|
|
//
|
|
this.cellStundensatz.Name = "cellStundensatz";
|
|
this.cellStundensatz.StylePriority.UseTextAlignment = false;
|
|
this.cellStundensatz.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
this.cellStundensatz.Weight = 0.17692307692307691D;
|
|
//
|
|
// cellGesamt
|
|
//
|
|
this.cellGesamt.Name = "cellGesamt";
|
|
this.cellGesamt.StylePriority.UseTextAlignment = false;
|
|
this.cellGesamt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
this.cellGesamt.Weight = 0.20692270132211538D;
|
|
//
|
|
// xrLabel16
|
|
//
|
|
this.xrLabel16.BackColor = System.Drawing.Color.Transparent;
|
|
this.xrLabel16.Font = new DevExpress.Drawing.DXFont("Times New Roman", 11F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrLabel16.Multiline = true;
|
|
this.xrLabel16.Name = "xrLabel16";
|
|
this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.xrLabel16.SizeF = new System.Drawing.SizeF(649.4792F, 60.22914F);
|
|
this.xrLabel16.StylePriority.UseBackColor = false;
|
|
this.xrLabel16.StylePriority.UseFont = false;
|
|
this.xrLabel16.Text = "Abrechnung der Fachleistungsstunden ambulant betreutes Wohnen\r\nfür den Monat [Acc" +
|
|
"ountingPeriodStart!MM]/[AccountingPeriodStart!yyyy]\r\n";
|
|
this.xrLabel16.WordWrap = false;
|
|
//
|
|
// lblAnrede
|
|
//
|
|
this.lblAnrede.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblAnrede.Font = new DevExpress.Drawing.DXFont("Times New Roman", 11F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
|
|
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
|
|
this.lblAnrede.LocationFloat = new DevExpress.Utils.PointFloat(0F, 60.22915F);
|
|
this.lblAnrede.Multiline = true;
|
|
this.lblAnrede.Name = "lblAnrede";
|
|
this.lblAnrede.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
|
this.lblAnrede.SizeF = new System.Drawing.SizeF(649.4792F, 83.14581F);
|
|
this.lblAnrede.StylePriority.UseBackColor = false;
|
|
this.lblAnrede.StylePriority.UseFont = false;
|
|
this.lblAnrede.Text = "Sehr geehrte Frau Althoff,\r\n\r\nhiermit stellen wir Ihnen die geleisteten Fachleist" +
|
|
"ungsstunden für Frau XXXXXXX in Rechnung.\r\n";
|
|
//
|
|
// bindingSource1
|
|
//
|
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.InvoiceCustomerRO);
|
|
//
|
|
// xrRichText3
|
|
//
|
|
this.xrRichText3.CanGrow = false;
|
|
this.xrRichText3.Font = new DevExpress.Drawing.DXFont("Arial", 8F);
|
|
this.xrRichText3.LocationFloat = new DevExpress.Utils.PointFloat(0.0003051758F, 0F);
|
|
this.xrRichText3.Name = "xrRichText3";
|
|
this.xrRichText3.SerializableRtfString = resources.GetString("xrRichText3.SerializableRtfString");
|
|
this.xrRichText3.SizeF = new System.Drawing.SizeF(691.9997F, 115.2071F);
|
|
this.xrRichText3.StylePriority.UseFont = false;
|
|
//
|
|
// InvoiceCustomerReport
|
|
//
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail,
|
|
this.ReportHeader,
|
|
this.ReportFooter,
|
|
this.topMarginBand1,
|
|
this.bottomMarginBand1,
|
|
this.GroupHeader1});
|
|
this.DataSource = this.bindingSource1;
|
|
this.ExportOptions.PrintPreview.DefaultFileName = "Spitzabrechnung";
|
|
this.Margins = new DevExpress.Drawing.DXMargins(90F, 45F, 50F, 120F);
|
|
this.PageHeight = 1169;
|
|
this.PageWidth = 827;
|
|
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
|
this.Version = "23.2";
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail;
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
|
|
private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter;
|
|
private DevExpress.XtraReports.UI.FormattingRule ruleRateFactorNull;
|
|
private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1;
|
|
private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1;
|
|
private DevExpress.XtraReports.UI.XRLabel lblAdresse;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel7;
|
|
private DevExpress.XtraReports.UI.XRLabel ortDatum;
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText1;
|
|
private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1;
|
|
private DevExpress.XtraReports.UI.XRTable xrTable3;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow14;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell16;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell53;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow6;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
|
private DevExpress.XtraReports.UI.XRTableCell cellGeleisteteFls;
|
|
private DevExpress.XtraReports.UI.XRTableCell cellStundensatz;
|
|
private DevExpress.XtraReports.UI.XRTableCell cellGesamt;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel16;
|
|
private DevExpress.XtraReports.UI.XRLabel lblAnrede;
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText4;
|
|
private DevExpress.XtraReports.UI.XRTableCell cellDebNumber;
|
|
private DevExpress.XtraReports.UI.XRRichText xrRichText3;
|
|
}
|
|
}
|