Files
BeWoPlaner/ReportImp/FeidPartnerReports/PersonalplanungReport.Designer.cs

234 lines
18 KiB
C#

namespace FeidPartnerReports
{
partial class PersonalplanungReport
{
private System.ComponentModel.IContainer components;
protected override void Dispose(bool disposing)
{
if (disposing && components != null)
components.Dispose();
base.Dispose(disposing);
}
#region Designer generated code
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
this.xrTableDetail = new DevExpress.XtraReports.UI.XRTable();
this.xrRowDetail = new DevExpress.XtraReports.UI.XRTableRow();
this.cellKlient = new DevExpress.XtraReports.UI.XRTableCell();
this.cellKostentraeger = new DevExpress.XtraReports.UI.XRTableCell();
this.cellWohnort = new DevExpress.XtraReports.UI.XRTableCell();
this.cellBewilligt = new DevExpress.XtraReports.UI.XRTableCell();
this.cellGeleistet = new DevExpress.XtraReports.UI.XRTableCell();
this.cellAuslastung = new DevExpress.XtraReports.UI.XRTableCell();
this.cellBewilligtNext = new DevExpress.XtraReports.UI.XRTableCell();
this.cellGeleistetNext = new DevExpress.XtraReports.UI.XRTableCell();
this.cellAuslastungNext = new DevExpress.XtraReports.UI.XRTableCell();
this.cellEnddatum = new DevExpress.XtraReports.UI.XRTableCell();
this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
this.xrLabelMitarbeiter = new DevExpress.XtraReports.UI.XRLabel();
this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
this.xrTableHeader = new DevExpress.XtraReports.UI.XRTable();
this.xrRowHeader1 = new DevExpress.XtraReports.UI.XRTableRow();
this.cellHKlientSpan = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHKostentraegerSpan = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHWohnortSpan = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHDieserMonat = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHNaechsterMonat = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHEnddatumSpan = new DevExpress.XtraReports.UI.XRTableCell();
this.xrRowHeader2 = new DevExpress.XtraReports.UI.XRTableRow();
this.cellHKlient = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHKostentraeger = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHWohnort = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHBewilligt = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHGeleistet = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHAuslastung = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHBewilligtNext = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHGeleistetNext = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHAuslastungNext = new DevExpress.XtraReports.UI.XRTableCell();
this.cellHEnddatum = new DevExpress.XtraReports.UI.XRTableCell();
this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
this.xrPageInfo = new DevExpress.XtraReports.UI.XRPageInfo();
this.xrLabelFooter = new DevExpress.XtraReports.UI.XRLabel();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTableHeader)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
// bindingSource1
this.bindingSource1.DataSource = typeof(FeidPartnerReports.PersonalplanungRow);
// --- Page Header (2 Zeilen: Monatsgruppen-Label + Spaltenköpfe) ---
this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTableHeader });
this.PageHeader.HeightF = 50F;
this.PageHeader.Name = "PageHeader";
this.xrTableHeader.LocationF = new System.Drawing.PointF(0F, 0F);
this.xrTableHeader.Name = "xrTableHeader";
this.xrTableHeader.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrRowHeader1, this.xrRowHeader2 });
this.xrTableHeader.SizeF = new System.Drawing.SizeF(1050F, 50F);
this.xrTableHeader.Font = new DevExpress.Drawing.DXFont("Arial", 8F, DevExpress.Drawing.DXFontStyle.Bold);
// Zeile 1: Gruppenbezeichnungen
this.xrRowHeader1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.cellHKlientSpan, this.cellHKostentraegerSpan, this.cellHWohnortSpan,
this.cellHDieserMonat, this.cellHNaechsterMonat, this.cellHEnddatumSpan });
this.xrRowHeader1.Name = "xrRowHeader1";
this.xrRowHeader1.Weight = 1D;
this.cellHKlientSpan.Name = "cellHKlientSpan"; this.cellHKlientSpan.Text = ""; this.cellHKlientSpan.Weight = 2.5D;
this.cellHKostentraegerSpan.Name = "cellHKostentraegerSpan"; this.cellHKostentraegerSpan.Text = ""; this.cellHKostentraegerSpan.Weight = 2D;
this.cellHWohnortSpan.Name = "cellHWohnortSpan"; this.cellHWohnortSpan.Text = ""; this.cellHWohnortSpan.Weight = 1.5D;
this.cellHDieserMonat.Name = "cellHDieserMonat"; this.cellHDieserMonat.Text = "Dieser Monat"; this.cellHDieserMonat.Weight = 3D; this.cellHDieserMonat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
this.cellHNaechsterMonat.Name = "cellHNaechsterMonat"; this.cellHNaechsterMonat.Text = "Nächster Monat"; this.cellHNaechsterMonat.Weight = 3D; this.cellHNaechsterMonat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
this.cellHEnddatumSpan.Name = "cellHEnddatumSpan"; this.cellHEnddatumSpan.Text = ""; this.cellHEnddatumSpan.Weight = 1D;
// Zeile 2: Spaltenköpfe
this.xrRowHeader2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.cellHKlient, this.cellHKostentraeger, this.cellHWohnort,
this.cellHBewilligt, this.cellHGeleistet, this.cellHAuslastung,
this.cellHBewilligtNext, this.cellHGeleistetNext, this.cellHAuslastungNext,
this.cellHEnddatum });
this.xrRowHeader2.Name = "xrRowHeader2";
this.xrRowHeader2.Weight = 1D;
this.cellHKlient.Name = "cellHKlient"; this.cellHKlient.Text = "Klient"; this.cellHKlient.Weight = 2.5D;
this.cellHKostentraeger.Name = "cellHKostentraeger"; this.cellHKostentraeger.Text = "Kostenträger"; this.cellHKostentraeger.Weight = 2D;
this.cellHWohnort.Name = "cellHWohnort"; this.cellHWohnort.Text = "Wohnort"; this.cellHWohnort.Weight = 1.5D;
this.cellHBewilligt.Name = "cellHBewilligt"; this.cellHBewilligt.Text = "Bew. Std/Wo"; this.cellHBewilligt.Weight = 1D; this.cellHBewilligt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellHGeleistet.Name = "cellHGeleistet"; this.cellHGeleistet.Text = "Gel. Std/Wo"; this.cellHGeleistet.Weight = 1D; this.cellHGeleistet.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellHAuslastung.Name = "cellHAuslastung"; this.cellHAuslastung.Text = "Auslastung"; this.cellHAuslastung.Weight = 1D; this.cellHAuslastung.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellHBewilligtNext.Name = "cellHBewilligtNext"; this.cellHBewilligtNext.Text = "Bew. Std/Wo"; this.cellHBewilligtNext.Weight = 1D; this.cellHBewilligtNext.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellHGeleistetNext.Name = "cellHGeleistetNext"; this.cellHGeleistetNext.Text = "Gel. Std/Wo"; this.cellHGeleistetNext.Weight = 1D; this.cellHGeleistetNext.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellHAuslastungNext.Name = "cellHAuslastungNext"; this.cellHAuslastungNext.Text = "Auslastung"; this.cellHAuslastungNext.Weight = 1D; this.cellHAuslastungNext.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellHEnddatum.Name = "cellHEnddatum"; this.cellHEnddatum.Text = "Enddatum"; this.cellHEnddatum.Weight = 1D; this.cellHEnddatum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
// --- Group Header (Mitarbeiter) ---
this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabelMitarbeiter });
this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
new DevExpress.XtraReports.UI.GroupField("MitarbeiterName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending) });
this.GroupHeader1.HeightF = 22F;
this.GroupHeader1.Name = "GroupHeader1";
this.GroupHeader1.RepeatEveryPage = true;
this.xrLabelMitarbeiter.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "MitarbeiterNameMitVertrag") });
this.xrLabelMitarbeiter.Font = new DevExpress.Drawing.DXFont("Arial", 9F, DevExpress.Drawing.DXFontStyle.Bold);
this.xrLabelMitarbeiter.LocationF = new System.Drawing.PointF(0F, 2F);
this.xrLabelMitarbeiter.Name = "xrLabelMitarbeiter";
this.xrLabelMitarbeiter.SizeF = new System.Drawing.SizeF(500F, 18F);
// --- Detail Band ---
this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTableDetail });
this.Detail.HeightF = 22F;
this.Detail.Name = "Detail";
this.xrTableDetail.LocationF = new System.Drawing.PointF(0F, 0F);
this.xrTableDetail.Name = "xrTableDetail";
this.xrTableDetail.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrRowDetail });
this.xrTableDetail.SizeF = new System.Drawing.SizeF(1050F, 22F);
this.xrTableDetail.Font = new DevExpress.Drawing.DXFont("Arial", 8F);
this.xrRowDetail.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.cellKlient, this.cellKostentraeger, this.cellWohnort,
this.cellBewilligt, this.cellGeleistet, this.cellAuslastung,
this.cellBewilligtNext, this.cellGeleistetNext, this.cellAuslastungNext,
this.cellEnddatum });
this.xrRowDetail.Name = "xrRowDetail";
this.xrRowDetail.Weight = 1D;
this.cellKlient.Name = "cellKlient"; this.cellKlient.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "KlientName") }); this.cellKlient.Weight = 2.5D;
this.cellKostentraeger.Name = "cellKostentraeger"; this.cellKostentraeger.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Kostentraeger") }); this.cellKostentraeger.Weight = 2D;
this.cellWohnort.Name = "cellWohnort"; this.cellWohnort.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "WohnortKlient") }); this.cellWohnort.Weight = 1.5D;
this.cellBewilligt.Name = "cellBewilligt"; this.cellBewilligt.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "BewilligteStdProWoche", "{0:0.00}") }); this.cellBewilligt.Weight = 1D; this.cellBewilligt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellGeleistet.Name = "cellGeleistet"; this.cellGeleistet.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeleisteteStdProWoche", "{0:0.00}") }); this.cellGeleistet.Weight = 1D; this.cellGeleistet.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellAuslastung.Name = "cellAuslastung"; this.cellAuslastung.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "AuslastungFormatted") }); this.cellAuslastung.Weight = 1D; this.cellAuslastung.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellBewilligtNext.Name = "cellBewilligtNext"; this.cellBewilligtNext.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "BewilligteStdProWocheNaechsterMonat", "{0:0.00}") }); this.cellBewilligtNext.Weight = 1D; this.cellBewilligtNext.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellGeleistetNext.Name = "cellGeleistetNext"; this.cellGeleistetNext.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeleisteteStdProWocheNaechsterMonat", "{0:0.00}") }); this.cellGeleistetNext.Weight = 1D; this.cellGeleistetNext.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellAuslastungNext.Name = "cellAuslastungNext"; this.cellAuslastungNext.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "AuslastungNaechsterMonatFormatted") }); this.cellAuslastungNext.Weight = 1D; this.cellAuslastungNext.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.cellEnddatum.Name = "cellEnddatum"; this.cellEnddatum.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "EnddatumFormatted") }); this.cellEnddatum.Weight = 1D; this.cellEnddatum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
// --- Page Footer ---
this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo, this.xrLabelFooter });
this.PageFooter.HeightF = 25F;
this.PageFooter.Name = "PageFooter";
this.xrPageInfo.LocationF = new System.Drawing.PointF(800F, 2F);
this.xrPageInfo.Name = "xrPageInfo";
this.xrPageInfo.SizeF = new System.Drawing.SizeF(250F, 20F);
this.xrPageInfo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.xrPageInfo.Font = new DevExpress.Drawing.DXFont("Arial", 7F);
this.xrLabelFooter.LocationF = new System.Drawing.PointF(0F, 2F);
this.xrLabelFooter.Name = "xrLabelFooter";
this.xrLabelFooter.SizeF = new System.Drawing.SizeF(400F, 20F);
this.xrLabelFooter.Text = "Personalplanung";
this.xrLabelFooter.Font = new DevExpress.Drawing.DXFont("Arial", 7F);
// --- Report ---
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
this.Detail, this.GroupHeader1, this.PageHeader, this.PageFooter });
this.DataSource = this.bindingSource1;
this.Margins = new System.Drawing.Printing.Margins(20, 20, 20, 20);
this.PageWidth = 1090;
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4Rotated;
this.Name = "PersonalplanungReport";
this.Version = "17.2";
((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTableHeader)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}
#endregion
private System.Windows.Forms.BindingSource bindingSource1;
private DevExpress.XtraReports.UI.DetailBand Detail;
private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1;
private DevExpress.XtraReports.UI.XRLabel xrLabelMitarbeiter;
private DevExpress.XtraReports.UI.PageHeaderBand PageHeader;
private DevExpress.XtraReports.UI.PageFooterBand PageFooter;
private DevExpress.XtraReports.UI.XRTable xrTableDetail;
private DevExpress.XtraReports.UI.XRTableRow xrRowDetail;
private DevExpress.XtraReports.UI.XRTableCell cellKlient;
private DevExpress.XtraReports.UI.XRTableCell cellKostentraeger;
private DevExpress.XtraReports.UI.XRTableCell cellWohnort;
private DevExpress.XtraReports.UI.XRTableCell cellBewilligt;
private DevExpress.XtraReports.UI.XRTableCell cellGeleistet;
private DevExpress.XtraReports.UI.XRTableCell cellAuslastung;
private DevExpress.XtraReports.UI.XRTableCell cellBewilligtNext;
private DevExpress.XtraReports.UI.XRTableCell cellGeleistetNext;
private DevExpress.XtraReports.UI.XRTableCell cellAuslastungNext;
private DevExpress.XtraReports.UI.XRTableCell cellEnddatum;
private DevExpress.XtraReports.UI.XRTable xrTableHeader;
private DevExpress.XtraReports.UI.XRTableRow xrRowHeader1;
private DevExpress.XtraReports.UI.XRTableCell cellHKlientSpan;
private DevExpress.XtraReports.UI.XRTableCell cellHKostentraegerSpan;
private DevExpress.XtraReports.UI.XRTableCell cellHWohnortSpan;
private DevExpress.XtraReports.UI.XRTableCell cellHDieserMonat;
private DevExpress.XtraReports.UI.XRTableCell cellHNaechsterMonat;
private DevExpress.XtraReports.UI.XRTableCell cellHEnddatumSpan;
private DevExpress.XtraReports.UI.XRTableRow xrRowHeader2;
private DevExpress.XtraReports.UI.XRTableCell cellHKlient;
private DevExpress.XtraReports.UI.XRTableCell cellHKostentraeger;
private DevExpress.XtraReports.UI.XRTableCell cellHWohnort;
private DevExpress.XtraReports.UI.XRTableCell cellHBewilligt;
private DevExpress.XtraReports.UI.XRTableCell cellHGeleistet;
private DevExpress.XtraReports.UI.XRTableCell cellHAuslastung;
private DevExpress.XtraReports.UI.XRTableCell cellHBewilligtNext;
private DevExpress.XtraReports.UI.XRTableCell cellHGeleistetNext;
private DevExpress.XtraReports.UI.XRTableCell cellHAuslastungNext;
private DevExpress.XtraReports.UI.XRTableCell cellHEnddatum;
private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo;
private DevExpress.XtraReports.UI.XRLabel xrLabelFooter;
}
}