using BeWo.Report.ReportObjects; namespace BeWo.Report.DefaultReports { partial class InvoiceCustomerReport { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.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.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow(); 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.xrRichText4 = new DevExpress.XtraReports.UI.XRRichText(); this.cellDebNumber = new DevExpress.XtraReports.UI.XRTableCell(); 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.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText4)).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.xrPictureBox1, this.xrRichText1, this.lblAdresse, this.xrLabel7, this.ortDatum}); this.ReportHeader.Font = new System.Drawing.Font("Times New Roman", 11F); this.ReportHeader.HeightF = 420F; this.ReportHeader.Name = "ReportHeader"; this.ReportHeader.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 System.Drawing.Font("Calibri", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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 System.Drawing.Font("Times New Roman", 11F); this.ReportFooter.HeightF = 171.1389F; this.ReportFooter.KeepTogether = true; this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.StylePriority.UseFont = false; // // topMarginBand1 // this.topMarginBand1.HeightF = 50F; this.topMarginBand1.Name = "topMarginBand1"; // // bottomMarginBand1 // this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrRichText2}); this.bottomMarginBand1.HeightF = 120F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // // xrRichText2 // this.xrRichText2.CanGrow = false; this.xrRichText2.Font = new System.Drawing.Font("Arial", 8F); this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrRichText2.Name = "xrRichText2"; this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString"); this.xrRichText2.SizeF = new System.Drawing.SizeF(691.9997F, 115.2071F); this.xrRichText2.StylePriority.UseFont = false; // // xrPictureBox1 // this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); 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 System.Drawing.Font("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; // // 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 System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((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; // // 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 System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((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 System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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"; // // xrRichText4 // this.xrRichText4.Font = new System.Drawing.Font("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); // // cellDebNumber // this.cellDebNumber.Name = "cellDebNumber"; this.cellDebNumber.StylePriority.UseTextAlignment = false; this.cellDebNumber.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.cellDebNumber.Weight = 0.28012821678869715D; // // bindingSource1 // this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.InvoiceCustomerRO); // // 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.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.ruleRateFactorNull}); this.Margins = new System.Drawing.Printing.Margins(90, 45, 50, 120); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).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.XRRichText xrRichText2; 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; } }