AutismusKoelnBonn/RechnungFaktor repariert

This commit is contained in:
2023-07-26 14:12:48 +02:00
parent e280484de2
commit 291cce846d

View File

@@ -41,6 +41,7 @@ namespace AutismusKoelnBonn
this.xrRichText5 = new DevExpress.XtraReports.UI.XRRichText();
this.xrRichText6 = new DevExpress.XtraReports.UI.XRRichText();
this.Page1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
this.lblBonnHZE = new DevExpress.XtraReports.UI.XRRichText();
this.lblHeaderKoelnHZE = new DevExpress.XtraReports.UI.XRRichText();
this.lblTeamKoelnHZE = new DevExpress.XtraReports.UI.XRRichText();
@@ -96,8 +97,6 @@ namespace AutismusKoelnBonn
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.AnteilFaktor = new DevExpress.XtraReports.UI.CalculatedField();
this.StdFaktor = new DevExpress.XtraReports.UI.CalculatedField();
this.lblAbrechnungszeitraum = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrRichText5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrRichText6)).BeginInit();
@@ -217,7 +216,6 @@ namespace AutismusKoelnBonn
//
this.Page1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrLabel7,
this.lblAbrechnungszeitraum,
this.lblBonnHZE,
this.lblHeaderKoelnHZE,
this.lblTeamKoelnHZE,
@@ -241,6 +239,18 @@ namespace AutismusKoelnBonn
this.Page1.HeightF = 535.3334F;
this.Page1.Name = "Page1";
this.Page1.StylePriority.UseFont = false;
//
// xrLabel7
//
this.xrLabel7.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(32.90297F, 441.7708F);
this.xrLabel7.Multiline = true;
this.xrLabel7.Name = "xrLabel7";
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel7.SizeF = new System.Drawing.SizeF(652.1389F, 62.2084F);
this.xrLabel7.StylePriority.UseFont = false;
this.xrLabel7.Text = "[Notice]\r\nWir erlauben uns, gemäß beigefügter Leistungsnachweise, für oben genann" +
"ten Klient folgende Leistungen in Rechnung zu stellen:";
//
// lblBonnHZE
//
@@ -1021,30 +1031,6 @@ namespace AutismusKoelnBonn
this.StdFaktor.DataMember = "ServiceInvoicePeriods.ServiceInvoiceItems";
this.StdFaktor.Expression = "[Hours]*1.2";
this.StdFaktor.Name = "StdFaktor";
//
// lblAbrechnungszeitraum
//
this.lblAbrechnungszeitraum.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAbrechnungszeitraum.LocationFloat = new DevExpress.Utils.PointFloat(36.43057F, 236.5625F);
this.lblAbrechnungszeitraum.Multiline = true;
this.lblAbrechnungszeitraum.Name = "lblAbrechnungszeitraum";
this.lblAbrechnungszeitraum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblAbrechnungszeitraum.SizeF = new System.Drawing.SizeF(652.1389F, 62.2084F);
this.lblAbrechnungszeitraum.StylePriority.UseFont = false;
this.lblAbrechnungszeitraum.Text = "[Notice]\r\nWir erlauben uns, gemäß beigefügter Leistungsnachweise, für oben genann" +
"ten Klient folgende Leistungen in Rechnung zu stellen:";
//
// xrLabel7
//
this.xrLabel7.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(32.90297F, 441.7708F);
this.xrLabel7.Multiline = true;
this.xrLabel7.Name = "xrLabel7";
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel7.SizeF = new System.Drawing.SizeF(652.1389F, 62.2084F);
this.xrLabel7.StylePriority.UseFont = false;
this.xrLabel7.Text = "[Notice]\r\nWir erlauben uns, gemäß beigefügter Leistungsnachweise, für oben genann" +
"ten Klient folgende Leistungen in Rechnung zu stellen:";
//
// ServiceInvoiceReportFactor
//
@@ -1156,6 +1142,5 @@ namespace AutismusKoelnBonn
private DevExpress.XtraReports.UI.CalculatedField AnteilFaktor;
private DevExpress.XtraReports.UI.CalculatedField StdFaktor;
private DevExpress.XtraReports.UI.XRLabel xrLabel7;
private DevExpress.XtraReports.UI.XRLabel lblAbrechnungszeitraum;
}
}