Christopherus Haus, Aktenzeichen ergänzt
This commit is contained in:
18
ReportImp/ChristopherusHausMID/Rechnung.Designer.cs
generated
18
ReportImp/ChristopherusHausMID/Rechnung.Designer.cs
generated
@@ -104,6 +104,7 @@ namespace ChristopherusHausMID
|
||||
this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.fieldAnteilAnRechnung = new DevExpress.XtraReports.UI.CalculatedField();
|
||||
this.fieldSummeStunden = new DevExpress.XtraReports.UI.CalculatedField();
|
||||
this.fieldBetragAllerStunden = new DevExpress.XtraReports.UI.CalculatedField();
|
||||
@@ -140,12 +141,11 @@ namespace ChristopherusHausMID
|
||||
this.xrTableCell56 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand();
|
||||
this.fieldAbweichungIstSoll = new DevExpress.XtraReports.UI.CalculatedField();
|
||||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||
//
|
||||
// Detail
|
||||
@@ -858,7 +858,7 @@ namespace ChristopherusHausMID
|
||||
this.xrLabel11.SizeF = new System.Drawing.SizeF(265.0002F, 20.00001F);
|
||||
this.xrLabel11.StylePriority.UseBackColor = false;
|
||||
this.xrLabel11.StylePriority.UseFont = false;
|
||||
this.xrLabel11.Text = "Vers.-Nr. [ServiceInvoice.CustomerReferenceNumber]";
|
||||
this.xrLabel11.Text = "AZ.: [ServiceInvoice.CustomerReferenceNumber]";
|
||||
this.xrLabel11.WordWrap = false;
|
||||
//
|
||||
// xrLabel6
|
||||
@@ -896,8 +896,6 @@ namespace ChristopherusHausMID
|
||||
//
|
||||
this.lblRechnungsnr.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblRechnungsnr.CanShrink = true;
|
||||
this.lblRechnungsnr.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "ServiceInvoice.InvoiceNumber")});
|
||||
this.lblRechnungsnr.Font = new DevExpress.Drawing.DXFont("Arial", 11F, DevExpress.Drawing.DXFontStyle.Bold);
|
||||
this.lblRechnungsnr.LocationFloat = new DevExpress.Utils.PointFloat(619.3312F, 0F);
|
||||
this.lblRechnungsnr.Name = "lblRechnungsnr";
|
||||
@@ -1289,6 +1287,10 @@ namespace ChristopherusHausMID
|
||||
this.xrTableCell27.TextFormatString = "{0:c} ";
|
||||
this.xrTableCell27.Weight = 2.1388968897819165D;
|
||||
//
|
||||
// bindingSource1
|
||||
//
|
||||
this.bindingSource1.DataSource = typeof(ChristopherusHausMID.RechnungRO);
|
||||
//
|
||||
// fieldAnteilAnRechnung
|
||||
//
|
||||
this.fieldAnteilAnRechnung.DataMember = "ServiceInvoicePeriods";
|
||||
@@ -1893,10 +1895,6 @@ namespace ChristopherusHausMID
|
||||
"cePeriods].[ApprovedHours]))/Sum([ServiceInvoicePeriods].[ApprovedHours]) * 100";
|
||||
this.fieldAbweichungIstSoll.Name = "fieldAbweichungIstSoll";
|
||||
//
|
||||
// bindingSource1
|
||||
//
|
||||
this.bindingSource1.DataSource = typeof(ChristopherusHausMID.RechnungRO);
|
||||
//
|
||||
// Rechnung
|
||||
//
|
||||
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||
@@ -1934,8 +1932,8 @@ namespace ChristopherusHausMID
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user