From 2c64b97b0379a43ef58cde545f0e065295c48ce8 Mon Sep 17 00:00:00 2001 From: Kojo Date: Fri, 16 Jun 2023 15:26:07 +0200 Subject: [PATCH] =?UTF-8?q?BWKGbR:=20Unterschriften=20Mitarbeiter/in=20und?= =?UTF-8?q?=20Klinet/in=20auf=20QB=20verkn=C3=BCpft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BWKGbR/ServicesOverviewReport.Designer.cs | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ReportImp/BWKGbR/ServicesOverviewReport.Designer.cs b/ReportImp/BWKGbR/ServicesOverviewReport.Designer.cs index aa61125d2..7d07cadb0 100644 --- a/ReportImp/BWKGbR/ServicesOverviewReport.Designer.cs +++ b/ReportImp/BWKGbR/ServicesOverviewReport.Designer.cs @@ -126,6 +126,8 @@ namespace BWKGbR this.fieldMinutesFactor = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldTotalHoursFactor = new DevExpress.XtraReports.UI.CalculatedField(); this.fieldTotalHours = new DevExpress.XtraReports.UI.CalculatedField(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); + this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); ((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTableAbwesenheiten)).BeginInit(); @@ -826,6 +828,8 @@ namespace BWKGbR // GroupFooter3 // this.GroupFooter3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrPictureBox1, + this.xrPictureBox2, this.xrLabel7, this.xrLabel6, this.xrLabel5}); @@ -1163,6 +1167,25 @@ namespace BWKGbR this.fieldTotalHours.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal; this.fieldTotalHours.Name = "fieldTotalHours"; // + // xrPictureBox1 + // + this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Image", null, "EmployeeSignature")}); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(140.6391F, 25.49998F); + this.xrPictureBox1.Name = "xrPictureBox1"; + this.xrPictureBox1.Scripts.OnBeforePrint = "xrPictureBox1_BeforePrint"; + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(199.3611F, 35.50002F); + this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // + // xrPictureBox2 + // + this.xrPictureBox2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Image", null, "CustomerSignature")}); + this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(412.6387F, 25.49998F); + this.xrPictureBox2.Name = "xrPictureBox2"; + this.xrPictureBox2.SizeF = new System.Drawing.SizeF(199.3611F, 35.50002F); + this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; + // // Stundenzettel // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -1296,5 +1319,7 @@ namespace BWKGbR private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter1; private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter2; private DevExpress.XtraReports.UI.GroupFooterBand GroupFooter3; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2; } }