EnVisageOnline/Main/Source/EnVisage.Reports/PlannedProjects.Designer.cs

272 lines
18 KiB
C#

namespace EnVisage.Reports
{
partial class PlannedProjects
{
#region Component Designer generated code
/// <summary>
/// Required method for telerik Reporting designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Telerik.Reporting.Drawing.FormattingRule formattingRule1 = new Telerik.Reporting.Drawing.FormattingRule();
Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
Telerik.Reporting.ReportParameter reportParameter3 = new Telerik.Reporting.ReportParameter();
Telerik.Reporting.ReportParameter reportParameter4 = new Telerik.Reporting.ReportParameter();
Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
this.textBox2 = new Telerik.Reporting.TextBox();
this.textBox4 = new Telerik.Reporting.TextBox();
this.textBox5 = new Telerik.Reporting.TextBox();
this.textBox8 = new Telerik.Reporting.TextBox();
this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
this.detail = new Telerik.Reporting.DetailSection();
this.textBox1 = new Telerik.Reporting.TextBox();
this.textBox6 = new Telerik.Reporting.TextBox();
this.textBox9 = new Telerik.Reporting.TextBox();
this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
this.textBox7 = new Telerik.Reporting.TextBox();
this.textBox10 = new Telerik.Reporting.TextBox();
this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
this.textBox3 = new Telerik.Reporting.TextBox();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// groupFooterSection
//
this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
this.groupFooterSection.Name = "groupFooterSection";
//
// groupHeaderSection
//
this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40007877349853516D);
this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.textBox2,
this.textBox4,
this.textBox5,
this.textBox8});
this.groupHeaderSection.Name = "groupHeaderSection";
//
// textBox2
//
this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this.textBox2.Name = "textBox2";
this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.2999603748321533D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
this.textBox2.Style.Font.Bold = true;
this.textBox2.Value = "= Fields.Client";
//
// textBox4
//
this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Inch(0.20007865130901337D));
this.textBox4.Name = "textBox4";
this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.7999212741851807D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
this.textBox4.Style.Font.Bold = true;
this.textBox4.Value = "Project Name";
//
// textBox5
//
this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.0999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.19996054470539093D));
this.textBox5.Name = "textBox5";
this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
this.textBox5.Style.Font.Bold = true;
this.textBox5.Value = "Status";
//
// textBox8
//
this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4000792503356934D), Telerik.Reporting.Drawing.Unit.Inch(0.19996054470539093D));
this.textBox8.Name = "textBox8";
this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999206304550171D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
this.textBox8.Style.Font.Bold = true;
this.textBox8.Value = "With Parts";
//
// sqlDataSource1
//
this.sqlDataSource1.ConnectionString = "DefaultConnection";
this.sqlDataSource1.Name = "sqlDataSource1";
this.sqlDataSource1.SelectCommand = "select c.Name as Client, p.Name as Project, s.Name as Status, p.HasChildren\r\nfrom" +
" client c, project p, status s\r\nwhere p.clientId=c.Id\r\nand p.StatusId=s.Id\r\nand " +
"p.Probability=1 ";
//
// pageHeaderSection1
//
this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.29992136359214783D);
this.pageHeaderSection1.Name = "pageHeaderSection1";
//
// detail
//
formattingRule1.Filters.Add(new Telerik.Reporting.Filter("=RowNumber()%2", Telerik.Reporting.FilterOperator.Equal, "1"));
formattingRule1.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(216)))), ((int)(((byte)(230)))));
this.detail.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
formattingRule1});
this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.2001575380563736D);
this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.textBox1,
this.textBox6,
this.textBox9});
this.detail.Name = "detail";
//
// textBox1
//
this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
this.textBox1.Name = "textBox1";
this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.7999212741851807D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
this.textBox1.Value = "= Fields.Project";
//
// textBox6
//
this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.0999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.0001575152127770707D));
this.textBox6.Name = "textBox6";
this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
this.textBox6.Value = "= Fields.Status";
//
// textBox9
//
this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.7000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this.textBox9.Name = "textBox9";
this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.19999949634075165D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
this.textBox9.Value = "= IIF(Fields.HasChildren=TRUE, \"x\", \"\")";
//
// pageFooterSection1
//
this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.34783777594566345D);
this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.textBox7,
this.textBox10});
this.pageFooterSection1.Name = "pageFooterSection1";
//
// textBox7
//
this.textBox7.Format = "{0:D}";
this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.1478378027677536D));
this.textBox7.Name = "textBox7";
this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9999605417251587D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
this.textBox7.Value = "=Now()";
//
// textBox10
//
this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2999606132507324D), Telerik.Reporting.Drawing.Unit.Inch(0.14779853820800781D));
this.textBox10.Name = "textBox10";
this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2000001668930054D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
this.textBox10.Value = "=\"Page \"+PageNumber+\" of \" + PageCount";
//
// reportHeaderSection1
//
this.reportHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.5D);
this.reportHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.textBox3});
this.reportHeaderSection1.Name = "reportHeaderSection1";
//
// textBox3
//
this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
this.textBox3.Name = "textBox3";
this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7520836591720581D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
this.textBox3.Style.Font.Bold = true;
this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
this.textBox3.Value = "Planned Projects";
//
// PlannedProjects
//
this.DataSource = this.sqlDataSource1;
this.Filters.Add(new Telerik.Reporting.Filter("=IIF(Parameters.Client.Value is null OR Parameters.Client.Value.length = 0, true," +
" Fields.Client In Parameters.Client.Value)", Telerik.Reporting.FilterOperator.Equal, "=TRUE"));
this.Filters.Add(new Telerik.Reporting.Filter("=IIF(Parameters.Project.Value is null OR Parameters.Project.Value.length = 0, tr" +
"ue, Fields.Project In Parameters.Project.Value)", Telerik.Reporting.FilterOperator.Equal, "=TRUE"));
this.Filters.Add(new Telerik.Reporting.Filter("=IIF(Parameters.Status is null OR Parameters.Status.Value.length = 0, true, Fiel" +
"ds.Status In Parameters.Status.Value)", Telerik.Reporting.FilterOperator.Equal, "=TRUE"));
this.Filters.Add(new Telerik.Reporting.Filter("=IIF(Parameters.Recurring.Value is null OR Parameters.Recurring.Value.length = 0" +
", true, Fields.HasChildren In Parameters.Recurring.Value)", Telerik.Reporting.FilterOperator.Equal, "=TRUE"));
group1.GroupFooter = this.groupFooterSection;
group1.GroupHeader = this.groupHeaderSection;
group1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Client"));
group1.Name = "group";
this.Groups.AddRange(new Telerik.Reporting.Group[] {
group1});
this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.groupHeaderSection,
this.groupFooterSection,
this.pageHeaderSection1,
this.detail,
this.pageFooterSection1,
this.reportHeaderSection1});
this.Name = "PlannedProjects";
this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
reportParameter1.AllowNull = true;
reportParameter1.AvailableValues.DataSource = this.sqlDataSource1;
reportParameter1.AvailableValues.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Client", Telerik.Reporting.SortDirection.Asc));
reportParameter1.AvailableValues.ValueMember = "= Fields.Client";
reportParameter1.MultiValue = true;
reportParameter1.Name = "Client";
reportParameter1.Text = "Client";
reportParameter1.Value = "";
reportParameter1.Visible = true;
reportParameter2.AllowNull = true;
reportParameter2.AvailableValues.DataSource = this.sqlDataSource1;
reportParameter2.AvailableValues.Filters.Add(new Telerik.Reporting.Filter("=IIF(Parameters.Client.Value is null OR Parameters.Client.Value.length = 0, true" +
", Fields.Client In Parameters.Client.Value)", Telerik.Reporting.FilterOperator.Equal, "=TRUE"));
reportParameter2.AvailableValues.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Project", Telerik.Reporting.SortDirection.Asc));
reportParameter2.AvailableValues.ValueMember = "= Fields.Project";
reportParameter2.MultiValue = true;
reportParameter2.Name = "Project";
reportParameter2.Text = "Project";
reportParameter2.Visible = true;
reportParameter3.AllowNull = true;
reportParameter3.AvailableValues.DataSource = this.sqlDataSource1;
reportParameter3.AvailableValues.Filters.Add(new Telerik.Reporting.Filter("=IIF(Parameters.Project.Value is null OR Parameters.Project.Value.length = 0, tr" +
"ue, Fields.Project In Parameters.Project.Value)", Telerik.Reporting.FilterOperator.Equal, "=TRUE"));
reportParameter3.AvailableValues.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Status", Telerik.Reporting.SortDirection.Asc));
reportParameter3.AvailableValues.ValueMember = "= Fields.Status";
reportParameter3.MultiValue = true;
reportParameter3.Name = "Status";
reportParameter3.Text = "Status";
reportParameter3.Visible = true;
reportParameter4.AllowNull = true;
reportParameter4.AvailableValues.DataSource = this.sqlDataSource1;
reportParameter4.AvailableValues.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.HasChildren", Telerik.Reporting.SortDirection.Asc));
reportParameter4.AvailableValues.ValueMember = "= Fields.HasChildren";
reportParameter4.MultiValue = true;
reportParameter4.Name = "Recurring";
reportParameter4.Text = "Recurring";
reportParameter4.Visible = true;
this.ReportParameters.Add(reportParameter1);
this.ReportParameters.Add(reportParameter2);
this.ReportParameters.Add(reportParameter3);
this.ReportParameters.Add(reportParameter4);
this.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Client", Telerik.Reporting.SortDirection.Asc));
styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))});
styleRule1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(2D);
styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
styleRule1});
this.Width = Telerik.Reporting.Drawing.Unit.Inch(6.5D);
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}
#endregion
private Telerik.Reporting.PageHeaderSection pageHeaderSection1;
private Telerik.Reporting.DetailSection detail;
private Telerik.Reporting.PageFooterSection pageFooterSection1;
private Telerik.Reporting.SqlDataSource sqlDataSource1;
private Telerik.Reporting.TextBox textBox1;
private Telerik.Reporting.GroupHeaderSection groupHeaderSection;
private Telerik.Reporting.TextBox textBox2;
private Telerik.Reporting.GroupFooterSection groupFooterSection;
private Telerik.Reporting.ReportHeaderSection reportHeaderSection1;
private Telerik.Reporting.TextBox textBox3;
private Telerik.Reporting.TextBox textBox4;
private Telerik.Reporting.TextBox textBox6;
private Telerik.Reporting.TextBox textBox5;
private Telerik.Reporting.TextBox textBox7;
private Telerik.Reporting.TextBox textBox10;
private Telerik.Reporting.TextBox textBox8;
private Telerik.Reporting.TextBox textBox9;
}
}