122 lines
5.2 KiB
C#
122 lines
5.2 KiB
C#
namespace BeWo.Report.DefaultReports
|
|
{
|
|
partial class KalenderMonatsformatReport
|
|
{
|
|
/// <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.reportMonthView1 = new DevExpress.XtraScheduler.Reporting.ReportMonthView();
|
|
this.dayOfWeekHeaders1 = new DevExpress.XtraScheduler.Reporting.DayOfWeekHeaders();
|
|
this.calendarControl1 = new DevExpress.XtraScheduler.Reporting.CalendarControl();
|
|
this.horizontalWeek1 = new DevExpress.XtraScheduler.Reporting.HorizontalWeek();
|
|
this.timeIntervalInfo1 = new DevExpress.XtraScheduler.Reporting.TimeIntervalInfo();
|
|
this.horizontalResourceHeaders1 = new DevExpress.XtraScheduler.Reporting.HorizontalResourceHeaders();
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
((System.ComponentModel.ISupportInitialize)(this.reportMonthView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
//
|
|
// reportMonthView1
|
|
//
|
|
this.reportMonthView1.GroupType = DevExpress.XtraScheduler.SchedulerGroupType.Date;
|
|
//
|
|
// dayOfWeekHeaders1
|
|
//
|
|
this.dayOfWeekHeaders1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 175F);
|
|
this.dayOfWeekHeaders1.Name = "dayOfWeekHeaders1";
|
|
this.dayOfWeekHeaders1.SizeF = new System.Drawing.SizeF(650F, 25F);
|
|
this.dayOfWeekHeaders1.TimeCells = this.horizontalWeek1;
|
|
this.dayOfWeekHeaders1.View = this.reportMonthView1;
|
|
//
|
|
// calendarControl1
|
|
//
|
|
this.calendarControl1.LocationFloat = new DevExpress.Utils.PointFloat(283F, 8F);
|
|
this.calendarControl1.Name = "calendarControl1";
|
|
this.calendarControl1.SizeF = new System.Drawing.SizeF(358F, 142F);
|
|
this.calendarControl1.TimeCells = this.horizontalWeek1;
|
|
this.calendarControl1.View = this.reportMonthView1;
|
|
//
|
|
// horizontalWeek1
|
|
//
|
|
this.horizontalWeek1.HorizontalHeaders = this.horizontalResourceHeaders1;
|
|
this.horizontalWeek1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 200F);
|
|
this.horizontalWeek1.Name = "horizontalWeek1";
|
|
this.horizontalWeek1.SizeF = new System.Drawing.SizeF(650F, 700F);
|
|
this.horizontalWeek1.View = this.reportMonthView1;
|
|
//
|
|
// timeIntervalInfo1
|
|
//
|
|
this.timeIntervalInfo1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.timeIntervalInfo1.LocationFloat = new DevExpress.Utils.PointFloat(25F, 33F);
|
|
this.timeIntervalInfo1.Name = "timeIntervalInfo1";
|
|
this.timeIntervalInfo1.SizeF = new System.Drawing.SizeF(233F, 92F);
|
|
this.timeIntervalInfo1.TimeCells = this.horizontalWeek1;
|
|
//
|
|
// horizontalResourceHeaders1
|
|
//
|
|
this.horizontalResourceHeaders1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 150F);
|
|
this.horizontalResourceHeaders1.Name = "horizontalResourceHeaders1";
|
|
this.horizontalResourceHeaders1.SizeF = new System.Drawing.SizeF(650F, 25F);
|
|
this.horizontalResourceHeaders1.View = this.reportMonthView1;
|
|
//
|
|
// Detail
|
|
//
|
|
this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.horizontalResourceHeaders1,
|
|
this.dayOfWeekHeaders1,
|
|
this.timeIntervalInfo1,
|
|
this.calendarControl1,
|
|
this.horizontalWeek1});
|
|
this.Detail.HeightF = 906F;
|
|
this.Detail.Name = "Detail";
|
|
this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
|
|
this.Detail.PageBreak = DevExpress.XtraReports.UI.PageBreak.AfterBand;
|
|
this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// KalenderMonatsformat
|
|
//
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail});
|
|
this.Version = "13.1";
|
|
this.Views.AddRange(new DevExpress.XtraScheduler.Reporting.ReportViewBase[] {
|
|
this.reportMonthView1});
|
|
((System.ComponentModel.ISupportInitialize)(this.reportMonthView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraScheduler.Reporting.ReportMonthView reportMonthView1;
|
|
private DevExpress.XtraScheduler.Reporting.DayOfWeekHeaders dayOfWeekHeaders1;
|
|
private DevExpress.XtraScheduler.Reporting.HorizontalWeek horizontalWeek1;
|
|
private DevExpress.XtraScheduler.Reporting.HorizontalResourceHeaders horizontalResourceHeaders1;
|
|
private DevExpress.XtraScheduler.Reporting.CalendarControl calendarControl1;
|
|
private DevExpress.XtraScheduler.Reporting.TimeIntervalInfo timeIntervalInfo1;
|
|
private DevExpress.XtraReports.UI.DetailBand Detail;
|
|
|
|
}
|
|
}
|