MH: Trialog QB gegendert
This commit is contained in:
@@ -49,6 +49,7 @@ namespace BeWo.TrialogReports
|
||||
this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.cellGoal = new DevExpress.XtraReports.UI.XRTableCell();
|
||||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.formattingRuleStartDate = new DevExpress.XtraReports.UI.FormattingRule();
|
||||
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
||||
this.lblBewilligt = new DevExpress.XtraReports.UI.XRLabel();
|
||||
@@ -77,7 +78,6 @@ namespace BeWo.TrialogReports
|
||||
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
||||
this.fieldAbrechenbareMinuten = new DevExpress.XtraReports.UI.CalculatedField();
|
||||
this.fieldFLSBillable = new DevExpress.XtraReports.UI.CalculatedField();
|
||||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTableServiceRecords1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||||
@@ -317,6 +317,10 @@ namespace BeWo.TrialogReports
|
||||
this.cellGoal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
||||
this.cellGoal.Weight = 0.21590898979022569D;
|
||||
//
|
||||
// bindingSource1
|
||||
//
|
||||
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO);
|
||||
//
|
||||
// formattingRuleStartDate
|
||||
//
|
||||
this.formattingRuleStartDate.Condition = "[StartDate2] < [StartDate]";
|
||||
@@ -354,7 +358,7 @@ namespace BeWo.TrialogReports
|
||||
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel2.SizeF = new System.Drawing.SizeF(324F, 18F);
|
||||
this.xrLabel2.StylePriority.UseFont = false;
|
||||
this.xrLabel2.Text = "Mitarbeiter: [MainAttendant]";
|
||||
this.xrLabel2.Text = "Mitarbeiter*in: [MainAttendant]";
|
||||
//
|
||||
// xrLabel25
|
||||
//
|
||||
@@ -513,9 +517,9 @@ namespace BeWo.TrialogReports
|
||||
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 162F);
|
||||
this.xrLabel8.Name = "xrLabel8";
|
||||
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel8.SizeF = new System.Drawing.SizeF(99.00004F, 18.00003F);
|
||||
this.xrLabel8.SizeF = new System.Drawing.SizeF(117F, 18.00003F);
|
||||
this.xrLabel8.StylePriority.UseFont = false;
|
||||
this.xrLabel8.Text = "Mitarbeiter";
|
||||
this.xrLabel8.Text = "Mitarbeiter*in";
|
||||
//
|
||||
// xrLabel7
|
||||
//
|
||||
@@ -525,7 +529,7 @@ namespace BeWo.TrialogReports
|
||||
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
|
||||
this.xrLabel7.SizeF = new System.Drawing.SizeF(99.00004F, 18.0001F);
|
||||
this.xrLabel7.StylePriority.UseFont = false;
|
||||
this.xrLabel7.Text = "Klient";
|
||||
this.xrLabel7.Text = "Klient*in";
|
||||
//
|
||||
// xrLabel6
|
||||
//
|
||||
@@ -600,10 +604,6 @@ namespace BeWo.TrialogReports
|
||||
this.fieldFLSBillable.FieldType = DevExpress.XtraReports.UI.FieldType.Decimal;
|
||||
this.fieldFLSBillable.Name = "fieldFLSBillable";
|
||||
//
|
||||
// bindingSource1
|
||||
//
|
||||
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServicesOverviewRO);
|
||||
//
|
||||
// Stundenzettel
|
||||
//
|
||||
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
||||
|
||||
Reference in New Issue
Block a user