321 lines
17 KiB
C#
321 lines
17 KiB
C#
using BeWo.Report.ReportObjects;
|
|
namespace BeWo.Report.DefaultReports
|
|
{
|
|
partial class RosterReport
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
|
this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
|
|
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
|
|
this.xrLabel_Image = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel_Time = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.ruleNotApprovedAndExpiringNext4Months = new DevExpress.XtraReports.UI.FormattingRule();
|
|
this.ruleNotApprovedAndExpiringNext8Months = new DevExpress.XtraReports.UI.FormattingRule();
|
|
this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
|
|
this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
|
|
this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.lblErsteller = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo();
|
|
this.approvedText = new DevExpress.XtraReports.UI.CalculatedField();
|
|
this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
//
|
|
// Detail
|
|
//
|
|
this.Detail.HeightF = 0F;
|
|
this.Detail.Name = "Detail";
|
|
this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// ReportHeader
|
|
//
|
|
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrPageInfo1,
|
|
this.xrLabel1});
|
|
this.ReportHeader.HeightF = 48.95833F;
|
|
this.ReportHeader.Name = "ReportHeader";
|
|
//
|
|
// xrPageInfo1
|
|
//
|
|
this.xrPageInfo1.Font = new System.Drawing.Font("Arial", 8F);
|
|
this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(835.1252F, 0F);
|
|
this.xrPageInfo1.Name = "xrPageInfo1";
|
|
this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
|
|
this.xrPageInfo1.SizeF = new System.Drawing.SizeF(273.8748F, 23F);
|
|
this.xrPageInfo1.StylePriority.UseFont = false;
|
|
this.xrPageInfo1.StylePriority.UseTextAlignment = false;
|
|
this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomRight;
|
|
//
|
|
// xrLabel1
|
|
//
|
|
this.xrLabel1.Font = new System.Drawing.Font("Arial", 14F);
|
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrLabel1.Multiline = true;
|
|
this.xrLabel1.Name = "xrLabel1";
|
|
this.xrLabel1.SizeF = new System.Drawing.SizeF(835.125F, 25F);
|
|
this.xrLabel1.StylePriority.UseFont = false;
|
|
this.xrLabel1.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel1.Text = "Dienstplan für \"[WohnheimName]\" ([ReportDateTime!MMMM yyyy])";
|
|
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
|
|
//
|
|
// DetailReport
|
|
//
|
|
this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail1,
|
|
this.ReportFooter});
|
|
this.DetailReport.DataMember = "RosterReportRows";
|
|
this.DetailReport.DataSource = this.bindingSource1;
|
|
this.DetailReport.Level = 0;
|
|
this.DetailReport.Name = "DetailReport";
|
|
//
|
|
// Detail1
|
|
//
|
|
this.Detail1.HeightF = 20.00001F;
|
|
this.Detail1.Name = "Detail1";
|
|
this.Detail1.StylePriority.UseBackColor = false;
|
|
//
|
|
// ReportFooter
|
|
//
|
|
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel_Image,
|
|
this.xrLabel_Time});
|
|
this.ReportFooter.HeightF = 80.20834F;
|
|
this.ReportFooter.Name = "ReportFooter";
|
|
//
|
|
// xrLabel_Image
|
|
//
|
|
this.xrLabel_Image.BorderColor = System.Drawing.Color.Transparent;
|
|
this.xrLabel_Image.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
this.xrLabel_Image.BorderWidth = 0.25F;
|
|
this.xrLabel_Image.Font = new System.Drawing.Font("Arial", 8F);
|
|
this.xrLabel_Image.LocationFloat = new DevExpress.Utils.PointFloat(55F, 32.92F);
|
|
this.xrLabel_Image.Multiline = true;
|
|
this.xrLabel_Image.Name = "xrLabel_Image";
|
|
this.xrLabel_Image.SizeF = new System.Drawing.SizeF(20F, 20F);
|
|
this.xrLabel_Image.StylePriority.UseBorderColor = false;
|
|
this.xrLabel_Image.StylePriority.UseBorders = false;
|
|
this.xrLabel_Image.StylePriority.UseBorderWidth = false;
|
|
this.xrLabel_Image.StylePriority.UseFont = false;
|
|
this.xrLabel_Image.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel_Image.Text = "\r\n";
|
|
this.xrLabel_Image.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
//
|
|
// xrLabel_Time
|
|
//
|
|
this.xrLabel_Time.Font = new System.Drawing.Font("Arial", 8F);
|
|
this.xrLabel_Time.LocationFloat = new DevExpress.Utils.PointFloat(85F, 32.92F);
|
|
this.xrLabel_Time.Multiline = true;
|
|
this.xrLabel_Time.Name = "xrLabel_Time";
|
|
this.xrLabel_Time.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F);
|
|
this.xrLabel_Time.SizeF = new System.Drawing.SizeF(124.36F, 19.99581F);
|
|
this.xrLabel_Time.StylePriority.UseFont = false;
|
|
this.xrLabel_Time.StylePriority.UsePadding = false;
|
|
this.xrLabel_Time.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel_Time.Text = "\r\n";
|
|
this.xrLabel_Time.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
//
|
|
// bindingSource1
|
|
//
|
|
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.RosterRO);
|
|
//
|
|
// ruleNotApprovedAndExpiringNext4Months
|
|
//
|
|
this.ruleNotApprovedAndExpiringNext4Months.Condition = "[IsApproved] == False And [OpenMonths] < 4";
|
|
this.ruleNotApprovedAndExpiringNext4Months.DataMember = "SupportConceptDetailList";
|
|
this.ruleNotApprovedAndExpiringNext4Months.Formatting.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|
this.ruleNotApprovedAndExpiringNext4Months.Name = "ruleNotApprovedAndExpiringNext4Months";
|
|
//
|
|
// ruleNotApprovedAndExpiringNext8Months
|
|
//
|
|
this.ruleNotApprovedAndExpiringNext8Months.Condition = "[IsApproved] == False And [OpenMonths] < 8 And [OpenMonths] >= 4";
|
|
this.ruleNotApprovedAndExpiringNext8Months.DataMember = "SupportConceptDetailList";
|
|
this.ruleNotApprovedAndExpiringNext8Months.Formatting.BackColor = System.Drawing.Color.LightBlue;
|
|
this.ruleNotApprovedAndExpiringNext8Months.Name = "ruleNotApprovedAndExpiringNext8Months";
|
|
//
|
|
// PageHeader
|
|
//
|
|
this.PageHeader.HeightF = 20F;
|
|
this.PageHeader.Name = "PageHeader";
|
|
this.PageHeader.StylePriority.UseBorderColor = false;
|
|
this.PageHeader.StylePriority.UseTextAlignment = false;
|
|
this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
//
|
|
// PageFooter
|
|
//
|
|
this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel4,
|
|
this.xrLabel3,
|
|
this.lblErsteller,
|
|
this.xrLabel2,
|
|
this.xrPageInfo2});
|
|
this.PageFooter.HeightF = 76.87505F;
|
|
this.PageFooter.Name = "PageFooter";
|
|
//
|
|
// xrLabel4
|
|
//
|
|
this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
|
this.xrLabel4.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(393.9375F, 33.87502F);
|
|
this.xrLabel4.Multiline = true;
|
|
this.xrLabel4.Name = "xrLabel4";
|
|
this.xrLabel4.SizeF = new System.Drawing.SizeF(157F, 25F);
|
|
this.xrLabel4.StylePriority.UseBorders = false;
|
|
this.xrLabel4.StylePriority.UseFont = false;
|
|
this.xrLabel4.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
|
|
//
|
|
// xrLabel3
|
|
//
|
|
this.xrLabel3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(302.5625F, 33.87502F);
|
|
this.xrLabel3.Multiline = true;
|
|
this.xrLabel3.Name = "xrLabel3";
|
|
this.xrLabel3.SizeF = new System.Drawing.SizeF(91.37497F, 25F);
|
|
this.xrLabel3.StylePriority.UseFont = false;
|
|
this.xrLabel3.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel3.Text = "Unterschrift:";
|
|
this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
|
|
//
|
|
// lblErsteller
|
|
//
|
|
this.lblErsteller.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
|
|
this.lblErsteller.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblErsteller.LocationFloat = new DevExpress.Utils.PointFloat(91.37497F, 33.87502F);
|
|
this.lblErsteller.Multiline = true;
|
|
this.lblErsteller.Name = "lblErsteller";
|
|
this.lblErsteller.SizeF = new System.Drawing.SizeF(157F, 25F);
|
|
this.lblErsteller.StylePriority.UseBorders = false;
|
|
this.lblErsteller.StylePriority.UseFont = false;
|
|
this.lblErsteller.StylePriority.UseTextAlignment = false;
|
|
this.lblErsteller.Text = "Antijana Luburic";
|
|
this.lblErsteller.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
|
|
//
|
|
// xrLabel2
|
|
//
|
|
this.xrLabel2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.87502F);
|
|
this.xrLabel2.Multiline = true;
|
|
this.xrLabel2.Name = "xrLabel2";
|
|
this.xrLabel2.SizeF = new System.Drawing.SizeF(91.37497F, 25F);
|
|
this.xrLabel2.StylePriority.UseFont = false;
|
|
this.xrLabel2.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel2.Text = "Ersteller*in:";
|
|
this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
|
|
//
|
|
// xrPageInfo2
|
|
//
|
|
this.xrPageInfo2.Font = new System.Drawing.Font("Arial", 8F);
|
|
this.xrPageInfo2.Format = "Seite {0} von {1}";
|
|
this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(1024.917F, 33.87502F);
|
|
this.xrPageInfo2.Name = "xrPageInfo2";
|
|
this.xrPageInfo2.SizeF = new System.Drawing.SizeF(74.08325F, 18F);
|
|
this.xrPageInfo2.StylePriority.UseFont = false;
|
|
this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
//
|
|
// approvedText
|
|
//
|
|
this.approvedText.DataMember = "SupportConceptDetailList";
|
|
this.approvedText.Expression = "Iif([IsApproved], \'bewilligt\' , \'nicht bewilligt\')";
|
|
this.approvedText.Name = "approvedText";
|
|
//
|
|
// topMarginBand1
|
|
//
|
|
this.topMarginBand1.HeightF = 50F;
|
|
this.topMarginBand1.Name = "topMarginBand1";
|
|
//
|
|
// bottomMarginBand1
|
|
//
|
|
this.bottomMarginBand1.HeightF = 20F;
|
|
this.bottomMarginBand1.Name = "bottomMarginBand1";
|
|
//
|
|
// RosterReport
|
|
//
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail,
|
|
this.ReportHeader,
|
|
this.DetailReport,
|
|
this.PageHeader,
|
|
this.PageFooter,
|
|
this.topMarginBand1,
|
|
this.bottomMarginBand1});
|
|
this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
|
|
this.approvedText});
|
|
this.DataSource = this.bindingSource1;
|
|
this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
|
|
this.ruleNotApprovedAndExpiringNext8Months,
|
|
this.ruleNotApprovedAndExpiringNext4Months});
|
|
this.Landscape = true;
|
|
this.Margins = new System.Drawing.Printing.Margins(30, 30, 50, 20);
|
|
this.PageHeight = 827;
|
|
this.PageWidth = 1169;
|
|
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
|
|
this.Version = "17.1";
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail;
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
|
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport;
|
|
private DevExpress.XtraReports.UI.DetailBand Detail1;
|
|
private DevExpress.XtraReports.UI.PageHeaderBand PageHeader;
|
|
private DevExpress.XtraReports.UI.PageFooterBand PageFooter;
|
|
private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo2;
|
|
private DevExpress.XtraReports.UI.CalculatedField approvedText;
|
|
private DevExpress.XtraReports.UI.FormattingRule ruleNotApprovedAndExpiringNext8Months;
|
|
private DevExpress.XtraReports.UI.FormattingRule ruleNotApprovedAndExpiringNext4Months;
|
|
private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1;
|
|
private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1;
|
|
private DevExpress.XtraReports.UI.ReportFooterBand ReportFooter;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel_Image;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel_Time;
|
|
private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
|
private DevExpress.XtraReports.UI.XRLabel lblErsteller;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
|
|
}
|
|
}
|