MH: Komm Mit Datum eingefügt

This commit is contained in:
2026-05-22 10:11:21 +02:00
parent 788cbc2a15
commit 1c624aa01a

View File

@@ -99,6 +99,7 @@ namespace KommMit
this.fieldBillableFLS = new DevExpress.XtraReports.UI.CalculatedField();
this.fieldAbrechenbareFLS = new DevExpress.XtraReports.UI.CalculatedField();
this.fieldGruppe = new DevExpress.XtraReports.UI.CalculatedField();
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
@@ -207,7 +208,7 @@ namespace KommMit
this.xrTableCell22.Name = "xrTableCell22";
this.xrTableCell22.StylePriority.UseFont = false;
this.xrTableCell22.Text = "FStunden";
this.xrTableCell22.Weight = 0.22032909305008847D;
this.xrTableCell22.Weight = 0.22032909305008846D;
//
// xrTableCell29
//
@@ -575,6 +576,7 @@ namespace KommMit
// ReportFooter
//
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrLabel3,
this.xrPictureBox2,
this.xrLabel20,
this.xrLabel21,
@@ -591,9 +593,9 @@ namespace KommMit
//
this.xrPictureBox2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("ImageSource", null, "EmployeeSignature")});
this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(10.0001F, 160.75F);
this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(86.00008F, 160.75F);
this.xrPictureBox2.Name = "xrPictureBox2";
this.xrPictureBox2.SizeF = new System.Drawing.SizeF(232.9163F, 42.99997F);
this.xrPictureBox2.SizeF = new System.Drawing.SizeF(183.9999F, 42.99995F);
this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
//
// xrLabel20
@@ -793,6 +795,18 @@ namespace KommMit
this.fieldGruppe.FieldType = DevExpress.XtraReports.UI.FieldType.String;
this.fieldGruppe.Name = "fieldGruppe";
//
// xrLabel3
//
this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeSignatureDate")});
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0.0001430511F, 180.75F);
this.xrLabel3.Multiline = true;
this.xrLabel3.Name = "xrLabel3";
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
this.xrLabel3.SizeF = new System.Drawing.SizeF(85.99993F, 23F);
this.xrLabel3.Text = "xrLabel3";
this.xrLabel3.TextFormatString = "{0:dd.MM.yyyy}";
//
// Stundenzettel
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
@@ -900,5 +914,6 @@ namespace KommMit
private DevExpress.XtraReports.UI.XRPictureBox picSignature;
private DevExpress.XtraReports.UI.XRTableCell cellZeitstempel;
private DevExpress.XtraReports.UI.XRTableCell cellZeitstempel2;
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
}
}