MH: Trias neues Briefpapier

This commit is contained in:
2026-01-07 13:18:19 +01:00
parent 9fd309bc7e
commit 88865ab3ee
7 changed files with 47 additions and 43 deletions

View File

@@ -42,6 +42,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
this.FirmenKopfzeile = new DevExpress.XtraReports.UI.XRTableCell();
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
this.lblZeNr = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
@@ -65,7 +66,6 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
this.DatumsAnzeige = new DevExpress.XtraReports.UI.XRLabel();
this.lblAbrechnungszeitraum = new DevExpress.XtraReports.UI.XRLabel();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.lblZeNr = new DevExpress.XtraReports.UI.XRLabel();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
@@ -146,6 +146,22 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
this.Page1.Name = "Page1";
this.Page1.StylePriority.UseFont = false;
//
// lblZeNr
//
this.lblZeNr.BackColor = System.Drawing.Color.Transparent;
this.lblZeNr.CanShrink = true;
this.lblZeNr.Font = new DevExpress.Drawing.DXFont("Arial", 9F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.lblZeNr.LocationFloat = new DevExpress.Utils.PointFloat(244.0002F, 354.7917F);
this.lblZeNr.Name = "lblZeNr";
this.lblZeNr.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblZeNr.SizeF = new System.Drawing.SizeF(244.0002F, 20F);
this.lblZeNr.StylePriority.UseBackColor = false;
this.lblZeNr.StylePriority.UseFont = false;
this.lblZeNr.Text = "ZE-Nr. 23700";
this.lblZeNr.Visible = false;
this.lblZeNr.WordWrap = false;
//
// xrLabel3
//
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(8.000024F, 808.2466F);
@@ -382,10 +398,10 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
//
// DatumsAnzeige
//
this.DatumsAnzeige.LocationFloat = new DevExpress.Utils.PointFloat(509.7085F, 298.4583F);
this.DatumsAnzeige.LocationFloat = new DevExpress.Utils.PointFloat(504.1529F, 402.7084F);
this.DatumsAnzeige.Name = "DatumsAnzeige";
this.DatumsAnzeige.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.DatumsAnzeige.SizeF = new System.Drawing.SizeF(165.2915F, 23F);
this.DatumsAnzeige.SizeF = new System.Drawing.SizeF(160.4304F, 22.99997F);
this.DatumsAnzeige.StylePriority.UseTextAlignment = false;
this.DatumsAnzeige.Text = "Itzgrund, den [InvoiceDate]";
this.DatumsAnzeige.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
@@ -404,22 +420,6 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
//
// lblZeNr
//
this.lblZeNr.BackColor = System.Drawing.Color.Transparent;
this.lblZeNr.CanShrink = true;
this.lblZeNr.Font = new DevExpress.Drawing.DXFont("Arial", 9F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.lblZeNr.LocationFloat = new DevExpress.Utils.PointFloat(244.0002F, 354.7917F);
this.lblZeNr.Name = "lblZeNr";
this.lblZeNr.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblZeNr.SizeF = new System.Drawing.SizeF(244.0002F, 20F);
this.lblZeNr.StylePriority.UseBackColor = false;
this.lblZeNr.StylePriority.UseFont = false;
this.lblZeNr.Text = "ZE-Nr. 23700";
this.lblZeNr.Visible = false;
this.lblZeNr.WordWrap = false;
//
// Rechnung
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -443,6 +443,8 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
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;
xrWatermark1.PageRange = "1,2";
this.Watermarks.Add(xrWatermark1);
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();

File diff suppressed because one or more lines are too long

View File

@@ -40,7 +40,6 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
this.lblAnrede = new DevExpress.XtraReports.UI.XRLabel();
this.lblAdresse = new DevExpress.XtraReports.UI.XRLabel();
this.RechnungsNR = new DevExpress.XtraReports.UI.XRLabel();
this.DatumsAnzeige = new DevExpress.XtraReports.UI.XRLabel();
this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
this.FirmenKopfzeile = new DevExpress.XtraReports.UI.XRTableCell();
@@ -76,6 +75,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
@@ -93,12 +93,12 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
// ReportHeader
//
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrLabel4,
this.lblIK,
this.lblAbrechnungszeitraum,
this.lblAnrede,
this.lblAdresse,
this.RechnungsNR,
this.DatumsAnzeige,
this.xrTable2});
this.ReportHeader.HeightF = 394.2083F;
this.ReportHeader.Name = "ReportHeader";
@@ -107,7 +107,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
// lblIK
//
this.lblIK.Font = new DevExpress.Drawing.DXFont("Arial", 8F, DevExpress.Drawing.DXFontStyle.Bold);
this.lblIK.LocationFloat = new DevExpress.Utils.PointFloat(508.2501F, 282.2917F);
this.lblIK.LocationFloat = new DevExpress.Utils.PointFloat(0F, 215.625F);
this.lblIK.Name = "lblIK";
this.lblIK.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblIK.SizeF = new System.Drawing.SizeF(176.7499F, 21.33337F);
@@ -158,16 +158,6 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
this.RechnungsNR.StylePriority.UseFont = false;
this.RechnungsNR.Text = "Rechn. Nr. [InvoiceNumber], Grundlage § 45b SGB XI, Versicherungsnr. [CustomerIn" +
"suranceNumber]";
//
// DatumsAnzeige
//
this.DatumsAnzeige.LocationFloat = new DevExpress.Utils.PointFloat(311.0834F, 220.1251F);
this.DatumsAnzeige.Name = "DatumsAnzeige";
this.DatumsAnzeige.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.DatumsAnzeige.SizeF = new System.Drawing.SizeF(176.7499F, 23F);
this.DatumsAnzeige.StylePriority.UseTextAlignment = false;
this.DatumsAnzeige.Text = "Itzgrund, den [InvoiceDate]";
this.DatumsAnzeige.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
//
// xrTable2
//
@@ -526,6 +516,16 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
//
// xrLabel4
//
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 196.7917F);
this.xrLabel4.Name = "xrLabel4";
this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel4.SizeF = new System.Drawing.SizeF(160.4304F, 18.83333F);
this.xrLabel4.StylePriority.UseTextAlignment = false;
this.xrLabel4.Text = "Itzgrund, den [InvoiceDate]";
this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
//
// RechnungHaushaltsnaheDienstleistung
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -549,6 +549,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
this.Version = "23.2";
xrWatermark1.Id = "Watermark1";
xrWatermark1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrWatermark1.ImageSource"));
xrWatermark1.PageRange = "1,2";
this.Watermarks.Add(xrWatermark1);
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
@@ -568,7 +569,6 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1;
private DevExpress.XtraReports.UI.XRLabel RechnungsNR;
private DevExpress.XtraReports.UI.XRLabel lblAnrede;
private DevExpress.XtraReports.UI.XRLabel DatumsAnzeige;
private DevExpress.XtraReports.UI.XRLabel lblAbrechnungszeitraum;
private DevExpress.XtraReports.UI.XRTable xrTable2;
private DevExpress.XtraReports.UI.XRTableRow xrTableRow8;
@@ -602,6 +602,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
private DevExpress.XtraReports.UI.XRLabel lblIK;
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
}
}

File diff suppressed because one or more lines are too long

View File

@@ -31,7 +31,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InvoiceCustomerReport));
DevExpress.XtraPrinting.Drawing.Watermark watermark1 = new DevExpress.XtraPrinting.Drawing.Watermark();
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.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
@@ -347,7 +347,7 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
// DatumsAnzeige
//
this.DatumsAnzeige.Font = new DevExpress.Drawing.DXFont("Arial", 9F);
this.DatumsAnzeige.LocationFloat = new DevExpress.Utils.PointFloat(501.2918F, 209.1667F);
this.DatumsAnzeige.LocationFloat = new DevExpress.Utils.PointFloat(0F, 204.3056F);
this.DatumsAnzeige.Name = "DatumsAnzeige";
this.DatumsAnzeige.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.DatumsAnzeige.SizeF = new System.Drawing.SizeF(175.7083F, 23F);
@@ -458,9 +458,10 @@ namespace BeWo.TRIASAmbulanteSozialarbeit
this.PageWidth = 827;
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
this.Version = "23.2";
watermark1.Id = "Watermark1";
watermark1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("watermark1.ImageSource"));
this.Watermarks.Add(watermark1);
xrWatermark1.Id = "Watermark1";
xrWatermark1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrWatermark1.ImageSource"));
xrWatermark1.PageRange = "1,2";
this.Watermarks.Add(xrWatermark1);
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 KiB