diff --git a/ReportImp/DiakonischesWerkPassau/Quittierungsbeleg.Designer.cs b/ReportImp/DiakonischesWerkPassau/Quittierungsbeleg.Designer.cs index 93ec751e3..c1fc992dd 100644 --- a/ReportImp/DiakonischesWerkPassau/Quittierungsbeleg.Designer.cs +++ b/ReportImp/DiakonischesWerkPassau/Quittierungsbeleg.Designer.cs @@ -837,10 +837,10 @@ namespace DiakonischesWerkPassau // this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Tag", null, "EmployeeSignature")}); - this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(193.8636F, 163.5531F); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(193.8636F, 152.0948F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.Scripts.OnBeforePrint = "xrPictureBox1_BeforePrint"; - this.xrPictureBox1.SizeF = new System.Drawing.SizeF(100F, 23F); + this.xrPictureBox1.SizeF = new System.Drawing.SizeF(195.8333F, 34.45836F); this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; this.xrPictureBox1.BeforePrint += new DevExpress.XtraReports.UI.BeforePrintEventHandler(this.EmployeeSignature_BeforePrint); // diff --git a/ReportImp/DiakonischesWerkPassau/QuittierungsbelegMitDatum.Designer.cs b/ReportImp/DiakonischesWerkPassau/QuittierungsbelegMitDatum.Designer.cs index 5c2fc7916..6893d7016 100644 --- a/ReportImp/DiakonischesWerkPassau/QuittierungsbelegMitDatum.Designer.cs +++ b/ReportImp/DiakonischesWerkPassau/QuittierungsbelegMitDatum.Designer.cs @@ -94,6 +94,8 @@ namespace DiakonischesWerkPassau this.labelStundenEinzel = new DevExpress.XtraReports.UI.XRLabel(); this.labelStundenGruppe = new DevExpress.XtraReports.UI.XRLabel(); this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField(); + this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); + this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); @@ -783,6 +785,8 @@ namespace DiakonischesWerkPassau // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { + this.xrLabel17, + this.xrPictureBox1, this.xrLabel14, this.lblUnterschriftMitarbeiter, this.xrLabel13, @@ -943,6 +947,29 @@ namespace DiakonischesWerkPassau this.fieldKontaktArt.FieldType = DevExpress.XtraReports.UI.FieldType.String; this.fieldKontaktArt.Name = "fieldKontaktArt"; // + // xrLabel17 + // + this.xrLabel17.BackColor = System.Drawing.Color.Transparent; + this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeSignatureDate", "{0:dd.MM.yyyy}")}); + this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(88.1711F, 94.15022F); + this.xrLabel17.Name = "xrLabel17"; + this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); + this.xrLabel17.SizeF = new System.Drawing.SizeF(111.8289F, 24.04169F); + this.xrLabel17.StylePriority.UseBackColor = false; + this.xrLabel17.StylePriority.UseTextAlignment = false; + this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; + // + // xrPictureBox1 + // + this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { + new DevExpress.XtraReports.UI.XRBinding("ImageSource", null, "EmployeeSignature")}); + this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(300.75F, 82.69189F); + 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; + // // Quittierungsbeleg2 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { @@ -1040,6 +1067,8 @@ namespace DiakonischesWerkPassau private DevExpress.XtraReports.UI.XRLabel lblUnterschriftMitarbeiter; private DevExpress.XtraReports.UI.XRLabel xrLabel13; private DevExpress.XtraReports.UI.XRLabel xrLabel14; - private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel12; + private DevExpress.XtraReports.UI.XRLabel xrLabel17; + private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; } }