322 lines
20 KiB
C#
322 lines
20 KiB
C#
namespace EnVisage.Reports
|
|
{
|
|
partial class ForecastQuarterlySummary
|
|
{
|
|
#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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ForecastQuarterlySummary));
|
|
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.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
|
|
this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
|
|
this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
|
|
this.textBox8 = new Telerik.Reporting.TextBox();
|
|
this.textBox20 = new Telerik.Reporting.TextBox();
|
|
this.textBox21 = new Telerik.Reporting.TextBox();
|
|
this.textBox22 = new Telerik.Reporting.TextBox();
|
|
this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
|
|
this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
|
|
this.textBox1 = new Telerik.Reporting.TextBox();
|
|
this.textBox19 = new Telerik.Reporting.TextBox();
|
|
this.detail = new Telerik.Reporting.DetailSection();
|
|
this.textBox9 = new Telerik.Reporting.TextBox();
|
|
this.textBox13 = new Telerik.Reporting.TextBox();
|
|
this.textBox3 = new Telerik.Reporting.TextBox();
|
|
this.textBox4 = new Telerik.Reporting.TextBox();
|
|
this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
|
|
this.textBox7 = new Telerik.Reporting.TextBox();
|
|
this.textBox14 = new Telerik.Reporting.TextBox();
|
|
this.textBox15 = new Telerik.Reporting.TextBox();
|
|
this.textBox16 = new Telerik.Reporting.TextBox();
|
|
this.textBox18 = new Telerik.Reporting.TextBox();
|
|
this.textBox17 = 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.20007880032062531D);
|
|
this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
|
this.textBox8,
|
|
this.textBox20,
|
|
this.textBox21,
|
|
this.textBox22});
|
|
this.groupHeaderSection.Name = "groupHeaderSection";
|
|
//
|
|
// textBox8
|
|
//
|
|
this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
|
|
this.textBox8.Name = "textBox8";
|
|
this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1998817920684814D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
|
|
this.textBox8.Style.Font.Bold = true;
|
|
this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
|
|
this.textBox8.Value = "Team Name";
|
|
//
|
|
// textBox20
|
|
//
|
|
this.textBox20.Format = "{0}";
|
|
this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0D));
|
|
this.textBox20.Name = "textBox20";
|
|
this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999215841293335D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
|
|
this.textBox20.Style.Font.Bold = true;
|
|
this.textBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
|
this.textBox20.TextWrap = true;
|
|
this.textBox20.Value = "=trim(Fields.LQ)";
|
|
//
|
|
// textBox21
|
|
//
|
|
this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(0D));
|
|
this.textBox21.Multiline = false;
|
|
this.textBox21.Name = "textBox21";
|
|
this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999209880828857D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
|
|
this.textBox21.Style.Font.Bold = true;
|
|
this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
|
this.textBox21.TextWrap = false;
|
|
this.textBox21.Value = "=trim(Fields.TQ)";
|
|
//
|
|
// textBox22
|
|
//
|
|
this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.40000057220459D), Telerik.Reporting.Drawing.Unit.Inch(0D));
|
|
this.textBox22.Name = "textBox22";
|
|
this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999603271484375D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
|
|
this.textBox22.Style.Font.Bold = true;
|
|
this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
|
this.textBox22.Value = "=trim(Fields.NQ)";
|
|
//
|
|
// sqlDataSource1
|
|
//
|
|
this.sqlDataSource1.ConnectionString = "DefaultConnection";
|
|
this.sqlDataSource1.Name = "sqlDataSource1";
|
|
this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
|
|
//
|
|
// pageHeaderSection1
|
|
//
|
|
this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.1000000238418579D);
|
|
this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
|
this.textBox1,
|
|
this.textBox19});
|
|
this.pageHeaderSection1.Name = "pageHeaderSection1";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
|
|
this.textBox1.Style.Font.Bold = true;
|
|
this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
|
|
this.textBox1.Value = "Forecast Report";
|
|
//
|
|
// textBox19
|
|
//
|
|
this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.0999222993850708D), Telerik.Reporting.Drawing.Unit.Inch(0.600078821182251D));
|
|
this.textBox19.Name = "textBox19";
|
|
this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
|
|
this.textBox19.Style.Font.Bold = true;
|
|
this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
|
|
this.textBox19.Value = "Projected Net Impact Summary by Quarter";
|
|
//
|
|
// detail
|
|
//
|
|
formattingRule1.Filters.Add(new Telerik.Reporting.Filter("=RowNumber()%2", Telerik.Reporting.FilterOperator.Equal, "=TRUE"));
|
|
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.20007880032062531D);
|
|
this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
|
this.textBox9,
|
|
this.textBox13,
|
|
this.textBox3,
|
|
this.textBox4});
|
|
this.detail.Name = "detail";
|
|
//
|
|
// textBox9
|
|
//
|
|
this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
|
|
this.textBox9.Name = "textBox9";
|
|
this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1998817920684814D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
|
|
this.textBox9.Value = "= Fields.Name";
|
|
//
|
|
// textBox13
|
|
//
|
|
this.textBox13.Format = "{0:C2}";
|
|
this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(-7.8678131103515625E-05D));
|
|
this.textBox13.Name = "textBox13";
|
|
this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
|
|
this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
|
this.textBox13.Value = "=IsNull(Fields.LQProjectedRevenue, 0)+ IsNull(Fields.LQCostSavings, 0)- IsNull(Fi" +
|
|
"elds.LQBUDirectCosts,0)";
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Format = "{0:C2}";
|
|
this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(0D));
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
|
|
this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
|
this.textBox3.Value = "=IsNull(Fields.TQProjectedRevenue, 0)+ IsNull(Fields.TQCostSavings, 0)- IsNull(Fi" +
|
|
"elds.TQBUDirectCosts,0)";
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Format = "{0:C2}";
|
|
this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.40000057220459D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
|
|
this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
|
this.textBox4.Value = "=IsNull(Fields.NQProjectedRevenue,0)+ IsNull(Fields.NQCostSavings,0)- IsNull(Fiel" +
|
|
"ds.NQBUDirectCosts, 0)";
|
|
//
|
|
// pageFooterSection1
|
|
//
|
|
this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.54775905609130859D);
|
|
this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
|
this.textBox7,
|
|
this.textBox14,
|
|
this.textBox15,
|
|
this.textBox16,
|
|
this.textBox18,
|
|
this.textBox17});
|
|
this.pageFooterSection1.Name = "pageFooterSection1";
|
|
//
|
|
// textBox7
|
|
//
|
|
this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
|
|
this.textBox7.Name = "textBox7";
|
|
this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1999216079711914D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
|
|
this.textBox7.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
|
|
this.textBox7.Style.Font.Bold = true;
|
|
this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
|
|
this.textBox7.Value = "Total";
|
|
//
|
|
// textBox14
|
|
//
|
|
this.textBox14.Format = "{0:C2}";
|
|
this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
|
|
this.textBox14.Name = "textBox14";
|
|
this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
|
|
this.textBox14.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
|
|
this.textBox14.Style.Font.Bold = true;
|
|
this.textBox14.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
|
|
this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
|
this.textBox14.Value = "=Sum(IsNull(Fields.LQProjectedRevenue, 0)+ IsNull(Fields.LQCostSavings, 0)- IsNul" +
|
|
"l(Fields.LQBUDirectCosts,0))";
|
|
//
|
|
// textBox15
|
|
//
|
|
this.textBox15.Format = "{0:C2}";
|
|
this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
|
|
this.textBox15.Name = "textBox15";
|
|
this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
|
|
this.textBox15.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
|
|
this.textBox15.Style.Font.Bold = true;
|
|
this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
|
|
this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
|
this.textBox15.Value = "=sum(IsNull(Fields.TQProjectedRevenue, 0)+ IsNull(Fields.TQCostSavings, 0)- IsNul" +
|
|
"l(Fields.TQBUDirectCosts,0))";
|
|
//
|
|
// textBox16
|
|
//
|
|
this.textBox16.Format = "{0:C2}";
|
|
this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.40000057220459D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
|
|
this.textBox16.Name = "textBox16";
|
|
this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
|
|
this.textBox16.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
|
|
this.textBox16.Style.Font.Bold = true;
|
|
this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
|
|
this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
|
this.textBox16.Value = "=sum(IsNull(Fields.NQProjectedRevenue,0)+ IsNull(Fields.NQCostSavings,0)- IsNull(" +
|
|
"Fields.NQBUDirectCosts, 0))";
|
|
//
|
|
// textBox18
|
|
//
|
|
this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.34775924682617188D));
|
|
this.textBox18.Name = "textBox18";
|
|
this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2000001668930054D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
|
|
this.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
|
this.textBox18.Value = "=\"Page \"+PageNumber+\" of \" + PageCount";
|
|
//
|
|
// textBox17
|
|
//
|
|
this.textBox17.Format = "{0:D}";
|
|
this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.34775909781455994D));
|
|
this.textBox17.Name = "textBox17";
|
|
this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999608516693115D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
|
|
this.textBox17.Value = "=Now()";
|
|
//
|
|
// ForecastQuarterlySummary
|
|
//
|
|
this.DataSource = this.sqlDataSource1;
|
|
this.Filters.Add(new Telerik.Reporting.Filter("=IIF(Parameters.Team.Value is null OR Parameters.Team.Value.length = 0, true, Fie" +
|
|
"lds.Name In Parameters.Team.Value)", Telerik.Reporting.FilterOperator.Equal, "TRUE"));
|
|
group1.GroupFooter = this.groupFooterSection;
|
|
group1.GroupHeader = this.groupHeaderSection;
|
|
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.Name = "ForecastQuarterlySummary";
|
|
this.PageSettings.Landscape = false;
|
|
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.DisplayMember = "= Fields.Name";
|
|
reportParameter1.AvailableValues.ValueMember = "= Fields.Name";
|
|
reportParameter1.MultiValue = true;
|
|
reportParameter1.Name = "Team";
|
|
reportParameter1.Text = "Team(s)";
|
|
reportParameter1.Value = "";
|
|
reportParameter1.Visible = true;
|
|
this.ReportParameters.Add(reportParameter1);
|
|
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.TextBox textBox1;
|
|
private Telerik.Reporting.TextBox textBox9;
|
|
private Telerik.Reporting.TextBox textBox13;
|
|
private Telerik.Reporting.SqlDataSource sqlDataSource1;
|
|
private Telerik.Reporting.GroupHeaderSection groupHeaderSection;
|
|
private Telerik.Reporting.TextBox textBox8;
|
|
private Telerik.Reporting.GroupFooterSection groupFooterSection;
|
|
private Telerik.Reporting.TextBox textBox3;
|
|
private Telerik.Reporting.TextBox textBox4;
|
|
private Telerik.Reporting.TextBox textBox7;
|
|
private Telerik.Reporting.TextBox textBox14;
|
|
private Telerik.Reporting.TextBox textBox15;
|
|
private Telerik.Reporting.TextBox textBox16;
|
|
private Telerik.Reporting.TextBox textBox17;
|
|
private Telerik.Reporting.TextBox textBox18;
|
|
private Telerik.Reporting.TextBox textBox19;
|
|
private Telerik.Reporting.TextBox textBox20;
|
|
private Telerik.Reporting.TextBox textBox21;
|
|
private Telerik.Reporting.TextBox textBox22;
|
|
}
|
|
} |