MH: PROgymnasiumBensberg QB Unterschriftsdatum

This commit is contained in:
2025-03-14 06:30:40 +01:00
parent 265c0acb4e
commit 142ddebdfb
2 changed files with 18 additions and 3 deletions

View File

@@ -132,6 +132,7 @@ namespace PROgymnasiumBensberg
this.fieldKontaktArt = new DevExpress.XtraReports.UI.CalculatedField();
this.TotalFLSFaktor = new DevExpress.XtraReports.UI.CalculatedField();
this.TotalFLMBillableFaktor = new DevExpress.XtraReports.UI.CalculatedField();
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
@@ -837,6 +838,7 @@ namespace PROgymnasiumBensberg
// GroupFooter1
//
this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrLabel4,
this.xrLabel5,
this.xrRichText1,
this.xrRichText2,
@@ -1366,10 +1368,10 @@ namespace PROgymnasiumBensberg
//
this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("ImageSource", null, "EmployeeSignature")});
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(435.1388F, 349.0834F);
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(502.7502F, 349.0834F);
this.xrPictureBox1.Name = "xrPictureBox1";
this.xrPictureBox1.Scripts.OnBeforePrint = "xrPictureBox1_BeforePrint";
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(269.1974F, 43.83334F);
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(232.2497F, 43.83334F);
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
//
// fieldKontaktArt
@@ -1389,6 +1391,18 @@ namespace PROgymnasiumBensberg
this.TotalFLMBillableFaktor.Expression = "[TotalFLMBillable]*1.2";
this.TotalFLMBillableFaktor.Name = "TotalFLMBillableFaktor";
//
// xrLabel4
//
this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeSignatureDate")});
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(402.7501F, 369.9167F);
this.xrLabel4.Multiline = true;
this.xrLabel4.Name = "xrLabel4";
this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
this.xrLabel4.SizeF = new System.Drawing.SizeF(100F, 23F);
this.xrLabel4.Text = "xrLabel4";
this.xrLabel4.TextFormatString = "{0:dd.MM.yyyy}";
//
// Quittierungsbeleg
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -1528,5 +1542,6 @@ namespace PROgymnasiumBensberg
private DevExpress.XtraReports.UI.XRTableCell xrTableCell30;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell31;
private DevExpress.XtraReports.UI.XRLabel xrLabel6;
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
}
}

File diff suppressed because one or more lines are too long