예제 #1
0
         /// <summary>
         /// Required method for telerik Reporting designer support - do not modify
         /// the contents of this method with the code editor.
         /// </summary>
         private void InitializeComponent()
         {
 
             this.objectDataSource1 = new Telerik.Reporting.ObjectDataSource();
             List<Class1> list = new List<Class1>();
             list.Add(new Class1 { Nom = "Turbang", Prenom = "Yannick", Pays = "Belgium", Ville = "Arlon" });
             list.Add(new Class1 { Nom = "Turbang2", Prenom = "Yannick2", Pays = "Belgium", Ville = "Arlon2" });
 
             this.objectDataSource1 = new Telerik.Reporting.ObjectDataSource();
             this.objectDataSource1.DataSource = list;
             this.objectDataSource1.DataMember = "Class1";
 
             //Generated code
             //.....
             //.....
             Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
             Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
             Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
             Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
             Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
             Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
        /// <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(RptAmendmentInvoiceTaxes));
            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.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.sqlAmendmentInvoiceTaxes = new Telerik.Reporting.SqlDataSource();
            this.amountDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox16 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D);
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28962278366088867D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.amountDataTextBox,
            this.textBox4,
            this.textBox5,
            this.textBox18});
            this.detail.Name = "detail";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40000024437904358D);
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // sqlAmendmentInvoiceTaxes
            // 
            this.sqlAmendmentInvoiceTaxes.ConnectionString = "AriClinicContext";
            this.sqlAmendmentInvoiceTaxes.Name = "sqlAmendmentInvoiceTaxes";
            this.sqlAmendmentInvoiceTaxes.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@ATaxes", System.Data.DbType.Int32, "=Parameters.ATaxes.Value")});
            this.sqlAmendmentInvoiceTaxes.SelectCommand = resources.GetString("sqlAmendmentInvoiceTaxes.SelectCommand");
            // 
            // amountDataTextBox
            // 
            this.amountDataTextBox.CanGrow = true;
            this.amountDataTextBox.Format = "{0:##,###,##0.00 €}";
            this.amountDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.7000001668930054D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.amountDataTextBox.Name = "amountDataTextBox";
            this.amountDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.amountDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.amountDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.amountDataTextBox.StyleName = "Data";
            this.amountDataTextBox.Value = "= Fields.base";
            // 
            // textBox4
            // 
            this.textBox4.CanGrow = true;
            this.textBox4.Format = "{0:##,###,##0.00 €}";
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(3.9498012483818457E-05D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox4.StyleName = "Data";
            this.textBox4.Value = "= Fields.importe";
            // 
            // textBox5
            // 
            this.textBox5.CanGrow = true;
            this.textBox5.Format = "{0:##,###,##0.00 €}";
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox5.StyleName = "Data";
            this.textBox5.Value = "= Fields.importe - Fields.base";
            // 
            // textBox18
            // 
            this.textBox18.CanGrow = true;
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(7.8757606388535351E-05D));
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox18.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox18.StyleName = "Data";
            this.textBox18.Value = "= Fields.name";
            // 
            // groupHeaderSection
            // 
            this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.689622700214386D);
            this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox3,
            this.textBox2,
            this.textBox1,
            this.textBox16,
            this.textBox19});
            this.groupHeaderSection.Name = "groupHeaderSection";
            // 
            // groupFooterSection
            // 
            this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.21037721633911133D);
            this.groupFooterSection.Name = "groupFooterSection";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.5937893390655518D), Telerik.Reporting.Drawing.Unit.Inch(0.40628942847251892D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox3.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox3.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox3.Value = "Total";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5937893390655518D), Telerik.Reporting.Drawing.Unit.Inch(0.40628942847251892D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox2.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox2.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox2.Value = "Cuota";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6979560852050781D), Telerik.Reporting.Drawing.Unit.Inch(0.40628942847251892D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox1.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox1.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox1.Value = "Base";
            // 
            // textBox16
            // 
            this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.40628942847251892D));
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox16.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox16.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox16.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox16.Value = "Tipo";
            // 
            // textBox19
            // 
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.0999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.25106295943260193D));
            this.textBox19.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox19.Value = "Desglose impuestos";
            // 
            // RptAmendmentInvoiceTaxes
            // 
            this.DataSource = this.sqlAmendmentInvoiceTaxes;
            group1.GroupFooter = this.groupFooterSection;
            group1.GroupHeader = this.groupHeaderSection;
            group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.amendment_invoice_id"));
            group1.Name = "group";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1,
            this.groupHeaderSection,
            this.groupFooterSection});
            this.Name = "RptAmendmentInvoiceTaxes";
            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.Name = "ATaxes";
            reportParameter1.Text = "ATaxes";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            this.ReportParameters.Add(reportParameter1);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            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(4.7000002861022949D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #3
0
 /// <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(Packing));
     Telerik.Reporting.Group             group1           = new Telerik.Reporting.Group();
     Telerik.Reporting.Group             group2           = new Telerik.Reporting.Group();
     Telerik.Reporting.Group             group3           = 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();
     Telerik.Reporting.Drawing.StyleRule styleRule2       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5       = new Telerik.Reporting.Drawing.StyleRule();
     this.groupFooterSection          = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection          = new Telerik.Reporting.GroupHeaderSection();
     this.textBox3                    = new Telerik.Reporting.TextBox();
     this.totalTypeGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.totalTypeGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.textBox2                    = new Telerik.Reporting.TextBox();
     this.labelsGroupFooterSection    = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection    = new Telerik.Reporting.GroupHeaderSection();
     this.productCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.descriptionCaptionTextBox   = new Telerik.Reporting.TextBox();
     this.unitCaptionTextBox          = new Telerik.Reporting.TextBox();
     this.totalQuantityCaptionTextBox = new Telerik.Reporting.TextBox();
     this.sqlDSDelivery               = new Telerik.Reporting.SqlDataSource();
     this.pageHeader                  = new Telerik.Reporting.PageHeaderSection();
     this.textBox13                   = new Telerik.Reporting.TextBox();
     this.textCompany                 = new Telerik.Reporting.TextBox();
     this.textBox1                    = new Telerik.Reporting.TextBox();
     this.pageFooter                  = new Telerik.Reporting.PageFooterSection();
     this.textBox14                   = new Telerik.Reporting.TextBox();
     this.textBox39                   = new Telerik.Reporting.TextBox();
     this.textBox43                   = new Telerik.Reporting.TextBox();
     this.reportFooter                = new Telerik.Reporting.ReportFooterSection();
     this.detail                   = new Telerik.Reporting.DetailSection();
     this.productDataTextBox       = new Telerik.Reporting.TextBox();
     this.descriptionDataTextBox   = new Telerik.Reporting.TextBox();
     this.unitDataTextBox          = new Telerik.Reporting.TextBox();
     this.totalQuantityDataTextBox = new Telerik.Reporting.TextBox();
     this.sqlDSPacking             = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // groupFooterSection
     //
     this.groupFooterSection.Height            = Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D);
     this.groupFooterSection.KeepTogether      = true;
     this.groupFooterSection.Name              = "groupFooterSection";
     this.groupFooterSection.PageBreak         = Telerik.Reporting.PageBreak.None;
     this.groupFooterSection.PrintAtBottom     = false;
     this.groupFooterSection.PrintOnEveryPage  = false;
     this.groupFooterSection.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.groupFooterSection.Style.Visible     = true;
     //
     // groupHeaderSection
     //
     this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D);
     this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox3
     });
     this.groupHeaderSection.KeepTogether          = true;
     this.groupHeaderSection.Name                  = "groupHeaderSection";
     this.groupHeaderSection.PageBreak             = Telerik.Reporting.PageBreak.Before;
     this.groupHeaderSection.PrintOnEveryPage      = true;
     this.groupHeaderSection.Style.BackgroundColor = System.Drawing.Color.Empty;
     this.groupHeaderSection.Style.Padding.Bottom  = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.groupHeaderSection.Style.Padding.Top     = Telerik.Reporting.Drawing.Unit.Inch(0D);
     //
     // textBox3
     //
     this.textBox3.CanGrow               = true;
     this.textBox3.KeepTogether          = false;
     this.textBox3.Location              = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
     this.textBox3.Name                  = "textBox3";
     this.textBox3.Size                  = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.7125587463378906D), Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D));
     this.textBox3.Style.BackgroundColor = System.Drawing.Color.White;
     this.textBox3.Style.Color           = System.Drawing.Color.Black;
     this.textBox3.Style.Font.Bold       = true;
     this.textBox3.Style.Font.Name       = "Arial Unicode MS";
     this.textBox3.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.StyleName             = "Data";
     this.textBox3.Value                 = "= \"Delivery Person : \" + Fields.DeliveryPerson";
     //
     // totalTypeGroupFooterSection
     //
     this.totalTypeGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.20003953576087952D);
     this.totalTypeGroupFooterSection.KeepTogether  = true;
     this.totalTypeGroupFooterSection.Name          = "totalTypeGroupFooterSection";
     this.totalTypeGroupFooterSection.Style.Visible = false;
     //
     // totalTypeGroupHeaderSection
     //
     this.totalTypeGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.30000010132789612D);
     this.totalTypeGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2
     });
     this.totalTypeGroupHeaderSection.KeepTogether          = true;
     this.totalTypeGroupHeaderSection.Name                  = "totalTypeGroupHeaderSection";
     this.totalTypeGroupHeaderSection.PageBreak             = Telerik.Reporting.PageBreak.None;
     this.totalTypeGroupHeaderSection.PrintOnEveryPage      = true;
     this.totalTypeGroupHeaderSection.Style.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.totalTypeGroupHeaderSection.Style.Padding.Left    = Telerik.Reporting.Drawing.Unit.Inch(0D);
     //
     // textBox2
     //
     this.textBox2.CanGrow  = true;
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(1.5894572413799324E-07D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.9166669845581055D), Telerik.Reporting.Drawing.Unit.Inch(0.27916660904884338D));
     this.textBox2.Style.BackgroundColor = System.Drawing.Color.Empty;
     this.textBox2.Style.Font.Bold       = true;
     this.textBox2.StyleName             = "Data";
     this.textBox2.Value = "= IIF(Fields.TotalType = 0, \"Non Single Items\", \"Single Items\")";
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.17916679382324219D);
     this.labelsGroupFooterSection.KeepTogether  = true;
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.PageBreak     = Telerik.Reporting.PageBreak.None;
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.32083332538604736D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.productCaptionTextBox,
         this.descriptionCaptionTextBox,
         this.unitCaptionTextBox,
         this.totalQuantityCaptionTextBox
     });
     this.labelsGroupHeaderSection.KeepTogether     = true;
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // productCaptionTextBox
     //
     this.productCaptionTextBox.CanGrow  = true;
     this.productCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.productCaptionTextBox.Name     = "productCaptionTextBox";
     this.productCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999210357666016D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.productCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.White;
     this.productCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.productCaptionTextBox.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.productCaptionTextBox.Style.Color     = System.Drawing.Color.Black;
     this.productCaptionTextBox.Style.Font.Bold = true;
     this.productCaptionTextBox.Style.Font.Name = "Arial Unicode MS";
     this.productCaptionTextBox.StyleName       = "Caption";
     this.productCaptionTextBox.Value           = "Product";
     //
     // descriptionCaptionTextBox
     //
     this.descriptionCaptionTextBox.CanGrow  = true;
     this.descriptionCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.5D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.descriptionCaptionTextBox.Name     = "descriptionCaptionTextBox";
     this.descriptionCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.descriptionCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.White;
     this.descriptionCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.descriptionCaptionTextBox.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.descriptionCaptionTextBox.Style.Color     = System.Drawing.Color.Black;
     this.descriptionCaptionTextBox.Style.Font.Bold = true;
     this.descriptionCaptionTextBox.Style.Font.Name = "Arial Unicode MS";
     this.descriptionCaptionTextBox.StyleName       = "Caption";
     this.descriptionCaptionTextBox.Value           = "Description";
     //
     // unitCaptionTextBox
     //
     this.unitCaptionTextBox.CanGrow  = true;
     this.unitCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.6000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.unitCaptionTextBox.Name     = "unitCaptionTextBox";
     this.unitCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99992078542709351D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.unitCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.White;
     this.unitCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.unitCaptionTextBox.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.unitCaptionTextBox.Style.Color     = System.Drawing.Color.Black;
     this.unitCaptionTextBox.Style.Font.Bold = true;
     this.unitCaptionTextBox.Style.Font.Name = "Arial Unicode MS";
     this.unitCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.unitCaptionTextBox.StyleName       = "Caption";
     this.unitCaptionTextBox.Value           = "Unit";
     //
     // totalQuantityCaptionTextBox
     //
     this.totalQuantityCaptionTextBox.CanGrow  = true;
     this.totalQuantityCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.5999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.totalQuantityCaptionTextBox.Name     = "totalQuantityCaptionTextBox";
     this.totalQuantityCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.98749983310699463D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.totalQuantityCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.White;
     this.totalQuantityCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.totalQuantityCaptionTextBox.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.totalQuantityCaptionTextBox.Style.Color     = System.Drawing.Color.Black;
     this.totalQuantityCaptionTextBox.Style.Font.Bold = true;
     this.totalQuantityCaptionTextBox.Style.Font.Name = "Arial Unicode MS";
     this.totalQuantityCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.totalQuantityCaptionTextBox.StyleName       = "Caption";
     this.totalQuantityCaptionTextBox.Value           = "Quantity";
     //
     // sqlDSDelivery
     //
     this.sqlDSDelivery.ConnectionString = "SunSeven.Properties.Settings.JSConnectionString";
     this.sqlDSDelivery.Name             = "sqlDSDelivery";
     this.sqlDSDelivery.SelectCommand    = "select -1 Id,\'All\'  Person\r\nunion all\r\nSELECT        Id, Person\r\nFROM            " +
                                           "HS.vEmpDept\r\nWHERE        (Department = \'Delivery\') ";
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox13,
         this.textCompany,
         this.textBox1
     });
     this.pageHeader.Name = "pageHeader";
     this.pageHeader.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.pageHeader.Style.Padding.Bottom     = Telerik.Reporting.Drawing.Unit.Inch(0D);
     //
     // textBox13
     //
     this.textBox13.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.textBox13.Name                = "textBox13";
     this.textBox13.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4749984741210938D), Telerik.Reporting.Drawing.Unit.Inch(0.29992133378982544D));
     this.textBox13.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.textBox13.Style.Font.Bold     = true;
     this.textBox13.Style.Font.Name     = "Courier New";
     this.textBox13.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(18D);
     this.textBox13.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox13.Value               = "Packing List";
     //
     // textCompany
     //
     this.textCompany.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.4874989986419678D), Telerik.Reporting.Drawing.Unit.Inch(0.37920603156089783D));
     this.textCompany.Name                = "textCompany";
     this.textCompany.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.textCompany.Style.Font.Bold     = true;
     this.textCompany.Style.Font.Name     = "Arial Unicode MS";
     this.textCompany.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.textCompany.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textCompany.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textCompany.Value               = "Company Name";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3999989032745361D), Telerik.Reporting.Drawing.Unit.Inch(0.67920607328414917D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.1875D), Telerik.Reporting.Drawing.Unit.Inch(0.29996058344841003D));
     this.textBox1.Style.Font.Bold     = false;
     this.textBox1.Style.Font.Italic   = true;
     this.textBox1.Style.Font.Name     = "Arial";
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = resources.GetString("textBox1.Value");
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox14,
         this.textBox39,
         this.textBox43
     });
     this.pageFooter.Name = "pageFooter";
     this.pageFooter.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
     //
     // textBox14
     //
     this.textBox14.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(0.12291685491800308D));
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox14.Style.Font.Bold     = false;
     this.textBox14.Style.Font.Italic   = true;
     this.textBox14.Style.Font.Name     = "Segoe UI";
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox14.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.Value               = "= \"Client PC : \" + Parameters.paramClient.Value";
     //
     // textBox39
     //
     this.textBox39.Format              = "{0:dd-MMM-yyyy HH:mm:ss}";
     this.textBox39.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.12291685491800308D));
     this.textBox39.Name                = "textBox39";
     this.textBox39.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox39.Style.Font.Bold     = false;
     this.textBox39.Style.Font.Italic   = false;
     this.textBox39.Style.Font.Name     = "Segoe UI";
     this.textBox39.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox39.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox39.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox39.Value               = "=Format(\"{0:dd-MMM-yy HH:mm}\", ExecutionTime) + \" (\" + ExecutionTime.ToString(\"dd" +
                                          "d\") + \") \"";
     //
     // textBox43
     //
     this.textBox43.Format              = "{0}";
     this.textBox43.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0520832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.1145833358168602D));
     this.textBox43.Name                = "textBox43";
     this.textBox43.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox43.Style.Font.Bold     = false;
     this.textBox43.Style.Font.Italic   = false;
     this.textBox43.Style.Font.Name     = "Segoe UI";
     this.textBox43.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox43.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox43.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox43.Value               = "= CStr(PageNumber) + \" of \" + CStr(PageCount)";
     //
     // reportFooter
     //
     this.reportFooter.Height               = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.reportFooter.KeepTogether         = false;
     this.reportFooter.Name                 = "reportFooter";
     this.reportFooter.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.76200002431869507D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.productDataTextBox,
         this.descriptionDataTextBox,
         this.unitDataTextBox,
         this.totalQuantityDataTextBox
     });
     this.detail.KeepTogether = true;
     this.detail.Name         = "detail";
     //
     // productDataTextBox
     //
     this.productDataTextBox.CanGrow  = true;
     this.productDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.productDataTextBox.Name     = "productDataTextBox";
     this.productDataTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999212741851807D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.productDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.productDataTextBox.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.productDataTextBox.Style.Font.Name           = "Arial Unicode MS";
     this.productDataTextBox.StyleName = "Data";
     this.productDataTextBox.Value     = "= Fields.Product";
     //
     // descriptionDataTextBox
     //
     this.descriptionDataTextBox.CanGrow  = true;
     this.descriptionDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.5D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.descriptionDataTextBox.Name     = "descriptionDataTextBox";
     this.descriptionDataTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.descriptionDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.descriptionDataTextBox.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.descriptionDataTextBox.Style.Font.Name           = "Arial Unicode MS";
     this.descriptionDataTextBox.StyleName = "Data";
     this.descriptionDataTextBox.Value     = "= Fields.Description";
     //
     // unitDataTextBox
     //
     this.unitDataTextBox.CanGrow  = true;
     this.unitDataTextBox.Format   = "{0}";
     this.unitDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.6000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.unitDataTextBox.Name     = "unitDataTextBox";
     this.unitDataTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99992114305496216D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.unitDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.unitDataTextBox.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.unitDataTextBox.Style.Font.Name           = "Arial Unicode MS";
     this.unitDataTextBox.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.unitDataTextBox.StyleName = "Data";
     this.unitDataTextBox.Value     = "= Fields.Unit";
     //
     // totalQuantityDataTextBox
     //
     this.totalQuantityDataTextBox.CanGrow  = true;
     this.totalQuantityDataTextBox.Format   = "{0:0.0}";
     this.totalQuantityDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.5999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.totalQuantityDataTextBox.Name     = "totalQuantityDataTextBox";
     this.totalQuantityDataTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9874998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.totalQuantityDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.totalQuantityDataTextBox.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.totalQuantityDataTextBox.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.totalQuantityDataTextBox.StyleName = "Data";
     this.totalQuantityDataTextBox.Value     = "= Fields.totalQuantity";
     //
     // sqlDSPacking
     //
     this.sqlDSPacking.ConnectionString = "SunSeven.Properties.Settings.JSConnectionString";
     this.sqlDSPacking.Name             = "sqlDSPacking";
     this.sqlDSPacking.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@pST", System.Data.DbType.DateTime, "= Parameters.pST.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@pET", System.Data.DbType.DateTime, "= Parameters.pET.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@pDeliveryId", System.Data.DbType.DateTime, "= Parameters.pDelivery.Value")
     });
     this.sqlDSPacking.SelectCommand     = "HS.Packing";
     this.sqlDSPacking.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // Packing
     //
     this.DataSource    = this.sqlDSPacking;
     group1.GroupFooter = this.groupFooterSection;
     group1.GroupHeader = this.groupHeaderSection;
     group1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.DeliveryPerson"));
     group1.Name = "groupDelivery";
     group1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.DeliveryPerson", Telerik.Reporting.SortDirection.Asc));
     group2.GroupFooter = this.totalTypeGroupFooterSection;
     group2.GroupHeader = this.totalTypeGroupHeaderSection;
     group2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.TotalType"));
     group2.Name = "totalTypeGroup";
     group2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.TotalType", Telerik.Reporting.SortDirection.Asc));
     group3.GroupFooter = this.labelsGroupFooterSection;
     group3.GroupHeader = this.labelsGroupHeaderSection;
     group3.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1,
         group2,
         group3
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.groupHeaderSection,
         this.groupFooterSection,
         this.totalTypeGroupHeaderSection,
         this.totalTypeGroupFooterSection,
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportFooter,
         this.detail
     });
     this.Name = "Packaging";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name       = "paramClient";
     reportParameter2.Name       = "pST";
     reportParameter2.Text       = "Delivery Start Date";
     reportParameter2.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter2.Value      = "=Today()";
     reportParameter2.Visible    = true;
     reportParameter3.Name       = "pET";
     reportParameter3.Text       = "End Date";
     reportParameter3.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter3.Value      = "=Today().AddDays(CDbl(1))";
     reportParameter3.Visible    = true;
     reportParameter4.AllowBlank = false;
     reportParameter4.AvailableValues.DataSource    = this.sqlDSDelivery;
     reportParameter4.AvailableValues.DisplayMember = "= Fields.Person";
     reportParameter4.AvailableValues.ValueMember   = "= Fields.Id";
     reportParameter4.Name    = "pDelivery";
     reportParameter4.Text    = "Delivery Perrson";
     reportParameter4.Value   = "0";
     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.Product", 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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(58)))), ((int)(((byte)(112)))));
     styleRule2.Style.Font.Name = "Tahoma";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(58)))), ((int)(((byte)(112)))));
     styleRule3.Style.Color           = System.Drawing.Color.White;
     styleRule3.Style.Font.Name       = "Tahoma";
     styleRule3.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Color         = System.Drawing.Color.Black;
     styleRule4.Style.Font.Name     = "Tahoma";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Color         = System.Drawing.Color.Black;
     styleRule5.Style.Font.Name     = "Tahoma";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
     this.Width         = Telerik.Reporting.Drawing.Unit.Inch(7.7125978469848633D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #4
0
 /// <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(rptConcernCertificate));
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     this.groupFooterSection        = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection        = new Telerik.Reporting.GroupHeaderSection();
     this.textBox29                 = new Telerik.Reporting.TextBox();
     this.textBox17                 = new Telerik.Reporting.TextBox();
     this.textBox20                 = new Telerik.Reporting.TextBox();
     this.textBox5                  = new Telerik.Reporting.TextBox();
     this.textBox3                  = new Telerik.Reporting.TextBox();
     this.textBox4                  = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1        = new Telerik.Reporting.PageHeaderSection();
     this.detail                    = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1        = new Telerik.Reporting.PageFooterSection();
     this.rpt_ComConcernCertificate = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // groupFooterSection
     //
     this.groupFooterSection.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.groupFooterSection.Name            = "groupFooterSection";
     this.groupFooterSection.Style.Font.Name = "Calibri";
     this.groupFooterSection.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // groupHeaderSection
     //
     this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(5.3479170799255371D);
     this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox29,
         this.textBox17,
         this.textBox20,
         this.textBox5,
         this.textBox3,
         this.textBox4
     });
     this.groupHeaderSection.Name            = "groupHeaderSection";
     this.groupHeaderSection.Style.Font.Name = "Calibri";
     this.groupHeaderSection.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // textBox29
     //
     this.textBox29.Format          = "{0:dd/MM/yyyy}";
     this.textBox29.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.6999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(1.4479166269302368D));
     this.textBox29.Name            = "textBox29";
     this.textBox29.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5676776170730591D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox29.Style.Font.Bold = true;
     this.textBox29.Style.Font.Name = "Calibri";
     this.textBox29.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox29.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox29.Value           = "= Fields.DCDate";
     //
     // textBox17
     //
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.5479167103767395D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.3000004291534424D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox17.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox17.Style.Font.Bold           = true;
     this.textBox17.Style.Font.Name           = "Calibri";
     this.textBox17.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox17.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox17.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.Value = "To Whom It May Concern";
     //
     // textBox20
     //
     this.textBox20.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1.4479166269302368D));
     this.textBox20.Name            = "textBox20";
     this.textBox20.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox20.Style.Font.Bold = true;
     this.textBox20.Style.Font.Name = "Calibri";
     this.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox20.Value           = "REF. NO : {Fields.CompanyShortName}-DC-{Fields.DCNO}";
     //
     // textBox5
     //
     this.textBox5.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.82012939453125E-05D), Telerik.Reporting.Drawing.Unit.Inch(2.0479166507720947D));
     this.textBox5.Name            = "textBox5";
     this.textBox5.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.2675991058349609D), Telerik.Reporting.Drawing.Unit.Inch(1.6999998092651367D));
     this.textBox5.Style.Font.Name = "Calibri";
     this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox5.Value           = resources.GetString("textBox5.Value");
     //
     // textBox3
     //
     this.textBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(4.3479170799255371D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.Font.Name = "Calibri";
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox3.Value           = "For {Fields.CompanyName}";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(5.0479168891906738D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7999992370605469D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Name = "Calibri";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox4.Value           = "Authorised Signature";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.pageHeaderSection1.Name            = "pageHeaderSection1";
     this.pageHeaderSection1.Style.Font.Name = "Calibri";
     this.pageHeaderSection1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // detail
     //
     this.detail.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.detail.Name            = "detail";
     this.detail.Style.Font.Name = "Calibri";
     this.detail.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833395421505D);
     this.pageFooterSection1.Name            = "pageFooterSection1";
     this.pageFooterSection1.Style.Font.Name = "Calibri";
     this.pageFooterSection1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // rpt_ComConcernCertificate
     //
     this.rpt_ComConcernCertificate.ConnectionString = "ABS.Reports.Properties.Settings.AmberBusinessSuite";
     this.rpt_ComConcernCertificate.Name             = "rpt_ComConcernCertificate";
     this.rpt_ComConcernCertificate.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@DCID", System.Data.DbType.Int32, null)
     });
     this.rpt_ComConcernCertificate.SelectCommand     = "dbo.rpt_ComConcernCertificate";
     this.rpt_ComConcernCertificate.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // rptConcernCertificate
     //
     this.DataSource    = this.rpt_ComConcernCertificate;
     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 = "rptConcernCertificate";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Style.BackgroundColor  = System.Drawing.Color.White;
     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(7.2677168846130371D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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.TypeReportSource             typeReportSource1 = new Telerik.Reporting.TypeReportSource();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(QuoteReport));
     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();
     Telerik.Reporting.Drawing.StyleRule styleRule2       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5       = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.subItemDetail            = new Telerik.Reporting.SubReport();
     this.QuoteReportData          = new Telerik.Reporting.SqlDataSource();
     this.pageHeader        = new Telerik.Reporting.PageHeaderSection();
     this.RptHeader         = new Telerik.Reporting.TextBox();
     this.CoLogo            = new Telerik.Reporting.PictureBox();
     this.pageFooter        = new Telerik.Reporting.PageFooterSection();
     this.pageInfoTextBox   = new Telerik.Reporting.TextBox();
     this.textBox10         = new Telerik.Reporting.TextBox();
     this.reportHeader      = new Telerik.Reporting.ReportHeaderSection();
     this.textBox2          = new Telerik.Reporting.TextBox();
     this.jobCaptionTextBox = new Telerik.Reporting.TextBox();
     this.JobInfo           = new Telerik.Reporting.HtmlTextBox();
     this.textBox4          = new Telerik.Reporting.TextBox();
     this.textBox6          = new Telerik.Reporting.TextBox();
     this.textBox7          = new Telerik.Reporting.TextBox();
     this.htmlTextBox3      = new Telerik.Reporting.HtmlTextBox();
     this.textBox1          = new Telerik.Reporting.TextBox();
     this.htmlTextBox1      = new Telerik.Reporting.HtmlTextBox();
     this.reportFooter      = new Telerik.Reporting.ReportFooterSection();
     this.htmlTextBox4      = new Telerik.Reporting.HtmlTextBox();
     this.htmlTextBox2      = new Telerik.Reporting.HtmlTextBox();
     this.shape4            = new Telerik.Reporting.Shape();
     this.shape3            = new Telerik.Reporting.Shape();
     this.textBox20         = new Telerik.Reporting.TextBox();
     this.textBox19         = new Telerik.Reporting.TextBox();
     this.textBox18         = new Telerik.Reporting.TextBox();
     this.textBox17         = new Telerik.Reporting.TextBox();
     this.textBox16         = new Telerik.Reporting.TextBox();
     this.detail            = new Telerik.Reporting.DetailSection();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.1607142835855484D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.subItemDetail
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // subItemDetail
     //
     this.subItemDetail.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.1999996155500412D));
     this.subItemDetail.Name     = "subItemDetail";
     typeReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("ProjectID", "= Fields.ProjectID"));
     typeReportSource1.TypeName = "ePonti.ReportLib.ItemDetail, ePonti.ReportLib, Version=1.0.0.0, Culture=neutral, " +
                                  "PublicKeyToken=null";
     this.subItemDetail.ReportSource = typeReportSource1;
     this.subItemDetail.Size         = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.5D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     //
     // QuoteReportData
     //
     this.QuoteReportData.ConnectionString = "DefaultConnection";
     this.QuoteReportData.Name             = "QuoteReportData";
     this.QuoteReportData.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@ProjectID", System.Data.DbType.Int32, "= Parameters.ProjectID.Value")
     });
     this.QuoteReportData.SelectCommand     = "dbo.rptProjectInfoDetail";
     this.QuoteReportData.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(1.3999999761581421D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.RptHeader,
         this.CoLogo
     });
     this.pageHeader.Name = "pageHeader";
     this.pageHeader.Style.BorderColor.Bottom = System.Drawing.Color.Red;
     this.pageHeader.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     //
     // RptHeader
     //
     this.RptHeader.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.90000003576278687D));
     this.RptHeader.Name                 = "RptHeader";
     this.RptHeader.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.3999999463558197D));
     this.RptHeader.Style.Color          = System.Drawing.Color.DimGray;
     this.RptHeader.Style.Font.Name      = "Microsoft Sans Serif";
     this.RptHeader.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(21D);
     this.RptHeader.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.RptHeader.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.RptHeader.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.RptHeader.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.RptHeader.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.RptHeader.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.RptHeader.StyleName            = "Title";
     this.RptHeader.Value                = "Quote";
     //
     // CoLogo
     //
     this.CoLogo.Anchoring            = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Left)));
     this.CoLogo.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(-1.5137688436084318E-08D));
     this.CoLogo.MimeType             = "";
     this.CoLogo.Name                 = "CoLogo";
     this.CoLogo.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89999997615814209D), Telerik.Reporting.Drawing.Unit.Inch(0.89999997615814209D));
     this.CoLogo.Sizing               = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.CoLogo.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.CoLogo.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.CoLogo.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.CoLogo.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.CoLogo.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.CoLogo.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.CoLogo.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.CoLogo.Value                = "= Fields.Logo";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.22380951046943665D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageInfoTextBox,
         this.textBox10
     });
     this.pageFooter.Name = "pageFooter";
     this.pageFooter.Style.BorderColor.Top = System.Drawing.Color.Red;
     this.pageFooter.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.8689889907836914D), Telerik.Reporting.Drawing.Unit.Inch(3.9236885641003028E-05D));
     this.pageInfoTextBox.Name                 = "pageInfoTextBox";
     this.pageInfoTextBox.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.pageInfoTextBox.Style.Color          = System.Drawing.Color.DimGray;
     this.pageInfoTextBox.Style.Font.Name      = "Microsoft Sans Serif";
     this.pageInfoTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.pageInfoTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.pageInfoTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.pageInfoTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.pageInfoTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.pageInfoTextBox.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.pageInfoTextBox.StyleName            = "PageInfo";
     this.pageInfoTextBox.Value                = "=PageNumber";
     //
     // textBox10
     //
     this.textBox10.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4689903259277344D), Telerik.Reporting.Drawing.Unit.Inch(3.9236885641003028E-05D));
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.3999997079372406D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.textBox10.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox10.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox10.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.Value               = "Page";
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(4D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.jobCaptionTextBox,
         this.JobInfo,
         this.textBox4,
         this.textBox6,
         this.textBox7,
         this.htmlTextBox3,
         this.textBox1,
         this.htmlTextBox1
     });
     this.reportHeader.Name = "reportHeader";
     //
     // textBox2
     //
     this.textBox2.CanGrow         = true;
     this.textBox2.Format          = "{0:d}";
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1690673828125D), Telerik.Reporting.Drawing.Unit.Inch(1.1512566804885864D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox2.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox2.StyleName       = "Data";
     this.textBox2.Value           = "= Fields.Date.Date";
     //
     // jobCaptionTextBox
     //
     this.jobCaptionTextBox.CanGrow         = true;
     this.jobCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1.9499411582946777D));
     this.jobCaptionTextBox.Name            = "jobCaptionTextBox";
     this.jobCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.jobCaptionTextBox.Style.Color     = System.Drawing.Color.DimGray;
     this.jobCaptionTextBox.Style.Font.Name = "Microsoft Sans Serif";
     this.jobCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.jobCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.jobCaptionTextBox.StyleName       = "Caption";
     this.jobCaptionTextBox.Value           = "Job";
     //
     // JobInfo
     //
     this.JobInfo.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(2.1500198841094971D));
     this.JobInfo.Name            = "JobInfo";
     this.JobInfo.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.5D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.JobInfo.Style.Font.Name = "Roboto";
     this.JobInfo.Value           = resources.GetString("JobInfo.Value");
     //
     // textBox4
     //
     this.textBox4.CanGrow         = true;
     this.textBox4.Format          = "{0:t}";
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1690673828125D), Telerik.Reporting.Drawing.Unit.Inch(1.3525724411010742D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox4.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox4.StyleName       = "Data";
     this.textBox4.Value           = "= Fields.Status";
     //
     // textBox6
     //
     this.textBox6.CanGrow         = true;
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1689887046813965D), Telerik.Reporting.Drawing.Unit.Inch(1.1512566804885864D));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox6.Style.Color     = System.Drawing.Color.DimGray;
     this.textBox6.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox6.StyleName       = "Caption";
     this.textBox6.Value           = "Date";
     //
     // textBox7
     //
     this.textBox7.CanGrow         = true;
     this.textBox7.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1689887046813965D), Telerik.Reporting.Drawing.Unit.Inch(1.3525724411010742D));
     this.textBox7.Name            = "textBox7";
     this.textBox7.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox7.Style.Color     = System.Drawing.Color.DimGray;
     this.textBox7.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox7.StyleName       = "Caption";
     this.textBox7.Value           = "Status";
     //
     // htmlTextBox3
     //
     this.htmlTextBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1999998539686203D), Telerik.Reporting.Drawing.Unit.Inch(0.09999992698431015D));
     this.htmlTextBox3.Name            = "htmlTextBox3";
     this.htmlTextBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.htmlTextBox3.Style.Font.Name = "Roboto Condensed Light";
     this.htmlTextBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.htmlTextBox3.Value           = "{Fields.CoName}<br />{Fields.CoAddress1}<br />{Fields.CoAddress2}<br />{Fields.Co" +
                                         "Phone}<br />{Fields.License}<br />";
     //
     // textBox1
     //
     this.textBox1.CanGrow         = true;
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(3.3999998569488525D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox1.Style.Color     = System.Drawing.Color.DimGray;
     this.textBox1.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.StyleName       = "Caption";
     this.textBox1.Value           = "Scope";
     //
     // htmlTextBox1
     //
     this.htmlTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(3.60007905960083D));
     this.htmlTextBox1.Name     = "htmlTextBox1";
     this.htmlTextBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.2000001072883606D));
     this.htmlTextBox1.Value    = "{Fields.ProjectNotes}";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(3D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.htmlTextBox4,
         this.htmlTextBox2,
         this.shape4,
         this.shape3,
         this.textBox20,
         this.textBox19,
         this.textBox18,
         this.textBox17,
         this.textBox16
     });
     this.reportFooter.Name = "reportFooter";
     //
     // htmlTextBox4
     //
     this.htmlTextBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.75539690256118774D));
     this.htmlTextBox4.Name            = "htmlTextBox4";
     this.htmlTextBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.htmlTextBox4.Style.Font.Name = "Roboto";
     this.htmlTextBox4.Value           = "<span style=\"font-family: roboto\">{Fields.Customer}<br />{Fields.ProjectAddress1}" +
                                         "&nbsp; {Fields.ProjectAddress2}<br />{Fields.ProjectCity}, {Fields.ProjectState}" +
                                         " {Fields.ProjectZip}</span>";
     //
     // htmlTextBox2
     //
     this.htmlTextBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(0.75539690256118774D));
     this.htmlTextBox2.Name            = "htmlTextBox2";
     this.htmlTextBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.htmlTextBox2.Style.Font.Name = "Roboto";
     this.htmlTextBox2.Value           = "{Fields.CoName}<br />{Fields.CoAddress1}<br />{Fields.CoAddress2}<br />";
     //
     // shape4
     //
     this.shape4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(2.2553966045379639D));
     this.shape4.Name            = "shape4";
     this.shape4.ShapeType       = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.shape4.Style.LineColor = System.Drawing.Color.DimGray;
     this.shape4.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     //
     // shape3
     //
     this.shape3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(2.2553966045379639D));
     this.shape3.Name            = "shape3";
     this.shape3.ShapeType       = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.shape3.Style.LineColor = System.Drawing.Color.DimGray;
     this.shape3.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.55531781911849976D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox20.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox20.Style.Font.Bold     = true;
     this.textBox20.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox20.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox20.Style.LineColor     = System.Drawing.Color.DimGray;
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.TextWrap            = false;
     this.textBox20.Value               = "Accepted by:";
     //
     // textBox19
     //
     this.textBox19.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(2.2946827411651611D));
     this.textBox19.Name                = "textBox19";
     this.textBox19.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.textBox19.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox19.Style.Font.Bold     = true;
     this.textBox19.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox19.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox19.Style.LineColor     = System.Drawing.Color.DimGray;
     this.textBox19.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox19.TextWrap            = false;
     this.textBox19.Value               = "Accepted by:";
     //
     // textBox18
     //
     this.textBox18.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.0000009536743164D), Telerik.Reporting.Drawing.Unit.Inch(2.2946827411651611D));
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.textBox18.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox18.Style.Font.Bold     = true;
     this.textBox18.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox18.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox18.Style.LineColor     = System.Drawing.Color.DimGray;
     this.textBox18.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.TextWrap            = false;
     this.textBox18.Value               = "= Fields.CoName";
     //
     // textBox17
     //
     this.textBox17.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.9999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(2.2946827411651611D));
     this.textBox17.Name                = "textBox17";
     this.textBox17.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.textBox17.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox17.Style.Font.Bold     = true;
     this.textBox17.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox17.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox17.Style.LineColor     = System.Drawing.Color.DimGray;
     this.textBox17.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.TextWrap            = false;
     this.textBox17.Value               = "Date";
     //
     // textBox16
     //
     this.textBox16.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4999990463256836D), Telerik.Reporting.Drawing.Unit.Inch(2.2946827411651611D));
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.textBox16.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox16.Style.Font.Bold     = true;
     this.textBox16.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox16.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox16.Style.LineColor     = System.Drawing.Color.DimGray;
     this.textBox16.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.TextWrap            = false;
     this.textBox16.Value               = "Date";
     //
     // detail
     //
     this.detail.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.1607142835855484D);
     this.detail.Name          = "detail";
     this.detail.Style.Visible = false;
     //
     // QuoteReport
     //
     this.DataSource    = this.QuoteReportData;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "ItemDetail";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "QuoteReport";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D), Telerik.Reporting.Drawing.Unit.Inch(0.5D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name             = "ProjectID";
     reportParameter1.Text             = "ProjectID";
     reportParameter1.Type             = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Value            = "4188";
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.Black;
     styleRule2.Style.Font.Bold = true;
     styleRule2.Style.Font.Name = "Tahoma";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.Color         = System.Drawing.Color.Black;
     styleRule3.Style.Font.Name     = "Tahoma";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Tahoma";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Tahoma";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(7.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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.TypeReportSource             typeReportSource1 = new Telerik.Reporting.TypeReportSource();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(Por));
     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();
     Telerik.Reporting.Drawing.StyleRule styleRule2       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5       = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.subPorItemDetail         = new Telerik.Reporting.SubReport();
     this.PorData           = new Telerik.Reporting.SqlDataSource();
     this.pageHeader        = new Telerik.Reporting.PageHeaderSection();
     this.RptHeader         = new Telerik.Reporting.TextBox();
     this.CoLogo            = new Telerik.Reporting.PictureBox();
     this.pageFooter        = new Telerik.Reporting.PageFooterSection();
     this.pageInfoTextBox   = new Telerik.Reporting.TextBox();
     this.textBox10         = new Telerik.Reporting.TextBox();
     this.reportHeader      = new Telerik.Reporting.ReportHeaderSection();
     this.textBox9          = new Telerik.Reporting.TextBox();
     this.textBox2          = new Telerik.Reporting.TextBox();
     this.jobCaptionTextBox = new Telerik.Reporting.TextBox();
     this.JobInfo           = new Telerik.Reporting.HtmlTextBox();
     this.textBox3          = new Telerik.Reporting.TextBox();
     this.textBox4          = new Telerik.Reporting.TextBox();
     this.textBox5          = new Telerik.Reporting.TextBox();
     this.textBox6          = new Telerik.Reporting.TextBox();
     this.textBox7          = new Telerik.Reporting.TextBox();
     this.textBox8          = new Telerik.Reporting.TextBox();
     this.htmlTextBox3      = new Telerik.Reporting.HtmlTextBox();
     this.textBox1          = new Telerik.Reporting.TextBox();
     this.htmlTextBox1      = new Telerik.Reporting.HtmlTextBox();
     this.detail            = new Telerik.Reporting.DetailSection();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.1607142835855484D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.600000262260437D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.subPorItemDetail
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // subPorItemDetail
     //
     this.subPorItemDetail.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.1000007763504982D));
     this.subPorItemDetail.Name     = "subPorItemDetail";
     typeReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("PorID", "= Fields.PorID"));
     typeReportSource1.TypeName = "ePonti.ReportLib.PorItemDetail, ePonti.ReportLib, Version=1.0.0.0, Culture=neutra" +
                                  "l, PublicKeyToken=null";
     this.subPorItemDetail.ReportSource = typeReportSource1;
     this.subPorItemDetail.Size         = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.5D), Telerik.Reporting.Drawing.Unit.Inch(0.2999998927116394D));
     //
     // PorData
     //
     this.PorData.ConnectionString = "DefaultConnection";
     this.PorData.Name             = "PorData";
     this.PorData.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@PorID", System.Data.DbType.Int32, "= Parameters.PorID.Value")
     });
     this.PorData.SelectCommand     = "dbo.rptPorInfoDetail";
     this.PorData.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(1.3999999761581421D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.RptHeader,
         this.CoLogo
     });
     this.pageHeader.Name = "pageHeader";
     this.pageHeader.Style.BorderColor.Bottom = System.Drawing.Color.Red;
     this.pageHeader.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     //
     // RptHeader
     //
     this.RptHeader.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.90000003576278687D));
     this.RptHeader.Name                 = "RptHeader";
     this.RptHeader.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.3999999463558197D));
     this.RptHeader.Style.Color          = System.Drawing.Color.DimGray;
     this.RptHeader.Style.Font.Name      = "Microsoft Sans Serif";
     this.RptHeader.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(21D);
     this.RptHeader.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.RptHeader.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.RptHeader.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.RptHeader.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.RptHeader.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.RptHeader.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.RptHeader.StyleName            = "Title";
     this.RptHeader.Value                = "Purchase Order Request";
     //
     // CoLogo
     //
     this.CoLogo.Anchoring            = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Left)));
     this.CoLogo.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.CoLogo.MimeType             = "";
     this.CoLogo.Name                 = "CoLogo";
     this.CoLogo.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89999997615814209D), Telerik.Reporting.Drawing.Unit.Inch(0.89999997615814209D));
     this.CoLogo.Sizing               = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.CoLogo.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.CoLogo.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.CoLogo.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.CoLogo.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.CoLogo.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.CoLogo.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.CoLogo.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.CoLogo.Value                = "= Fields.Logo";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.22380951046943665D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageInfoTextBox,
         this.textBox10
     });
     this.pageFooter.Name = "pageFooter";
     this.pageFooter.Style.BorderColor.Top = System.Drawing.Color.Red;
     this.pageFooter.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.7000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.pageInfoTextBox.Name                 = "pageInfoTextBox";
     this.pageInfoTextBox.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.pageInfoTextBox.Style.Color          = System.Drawing.Color.DimGray;
     this.pageInfoTextBox.Style.Font.Name      = "Microsoft Sans Serif";
     this.pageInfoTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.pageInfoTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.pageInfoTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.pageInfoTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.pageInfoTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.pageInfoTextBox.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.pageInfoTextBox.StyleName            = "PageInfo";
     this.pageInfoTextBox.Value                = "=PageNumber";
     //
     // textBox10
     //
     this.textBox10.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.3000016212463379D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.3999997079372406D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.textBox10.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox10.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox10.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.Value               = "Page";
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(3.4999995231628418D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox9,
         this.textBox2,
         this.jobCaptionTextBox,
         this.JobInfo,
         this.textBox3,
         this.textBox4,
         this.textBox5,
         this.textBox6,
         this.textBox7,
         this.textBox8,
         this.htmlTextBox3,
         this.textBox1,
         this.htmlTextBox1
     });
     this.reportHeader.Name = "reportHeader";
     //
     // textBox9
     //
     this.textBox9.CanGrow         = true;
     this.textBox9.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1689887046813965D), Telerik.Reporting.Drawing.Unit.Inch(0.88406825065612793D));
     this.textBox9.Name            = "textBox9";
     this.textBox9.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox9.Style.Color     = System.Drawing.Color.DimGray;
     this.textBox9.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox9.StyleName       = "Caption";
     this.textBox9.Value           = "POR#";
     //
     // textBox2
     //
     this.textBox2.CanGrow         = true;
     this.textBox2.Format          = "{0:d}";
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1690673828125D), Telerik.Reporting.Drawing.Unit.Inch(1.0853836536407471D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox2.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox2.StyleName       = "Data";
     this.textBox2.Value           = "= Fields.DateOrdered.Date";
     //
     // jobCaptionTextBox
     //
     this.jobCaptionTextBox.CanGrow         = true;
     this.jobCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(2D));
     this.jobCaptionTextBox.Name            = "jobCaptionTextBox";
     this.jobCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.jobCaptionTextBox.Style.Color     = System.Drawing.Color.DimGray;
     this.jobCaptionTextBox.Style.Font.Name = "Microsoft Sans Serif";
     this.jobCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.jobCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.jobCaptionTextBox.StyleName       = "Caption";
     this.jobCaptionTextBox.Value           = "Job";
     //
     // JobInfo
     //
     this.JobInfo.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(2.2000789642333984D));
     this.JobInfo.Name            = "JobInfo";
     this.JobInfo.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.JobInfo.Style.Font.Name = "Roboto";
     this.JobInfo.Value           = resources.GetString("JobInfo.Value");
     //
     // textBox3
     //
     this.textBox3.CanGrow         = true;
     this.textBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1689887046813965D), Telerik.Reporting.Drawing.Unit.Inch(0.88406825065612793D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox3.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox3.StyleName       = "Data";
     this.textBox3.Value           = "= Fields.[POR#]";
     //
     // textBox4
     //
     this.textBox4.CanGrow         = true;
     this.textBox4.Format          = "{0:t}";
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1690673828125D), Telerik.Reporting.Drawing.Unit.Inch(1.2866994142532349D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox4.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox4.StyleName       = "Data";
     this.textBox4.Value           = "= Fields.ArrivalDate.Date";
     //
     // textBox5
     //
     this.textBox5.CanGrow         = true;
     this.textBox5.Format          = "{0:t}";
     this.textBox5.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1689887046813965D), Telerik.Reporting.Drawing.Unit.Inch(1.4880151748657227D));
     this.textBox5.Name            = "textBox5";
     this.textBox5.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox5.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox5.StyleName       = "Data";
     this.textBox5.Value           = "= Fields.Status";
     //
     // textBox6
     //
     this.textBox6.CanGrow         = true;
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1689887046813965D), Telerik.Reporting.Drawing.Unit.Inch(1.0853836536407471D));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox6.Style.Color     = System.Drawing.Color.DimGray;
     this.textBox6.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox6.StyleName       = "Caption";
     this.textBox6.Value           = "Order Date";
     //
     // textBox7
     //
     this.textBox7.CanGrow         = true;
     this.textBox7.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1689887046813965D), Telerik.Reporting.Drawing.Unit.Inch(1.2866994142532349D));
     this.textBox7.Name            = "textBox7";
     this.textBox7.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox7.Style.Color     = System.Drawing.Color.DimGray;
     this.textBox7.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox7.StyleName       = "Caption";
     this.textBox7.Value           = "Arrival Date";
     //
     // textBox8
     //
     this.textBox8.CanGrow         = true;
     this.textBox8.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1689887046813965D), Telerik.Reporting.Drawing.Unit.Inch(1.4880151748657227D));
     this.textBox8.Name            = "textBox8";
     this.textBox8.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox8.Style.Color     = System.Drawing.Color.DimGray;
     this.textBox8.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox8.StyleName       = "Caption";
     this.textBox8.Value           = "Status";
     //
     // htmlTextBox3
     //
     this.htmlTextBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D), Telerik.Reporting.Drawing.Unit.Inch(0.034127011895179749D));
     this.htmlTextBox3.Name            = "htmlTextBox3";
     this.htmlTextBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.htmlTextBox3.Style.Font.Name = "Roboto Condensed Light";
     this.htmlTextBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.htmlTextBox3.Value           = "{Fields.CoName}<br />{Fields.CoAddress1}<br />{Fields.CoAddress2}<br />{Fields.Co" +
                                         "Phone}<br />{Fields.License}<br />";
     //
     // textBox1
     //
     this.textBox1.CanGrow         = true;
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(2D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox1.Style.Color     = System.Drawing.Color.DimGray;
     this.textBox1.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.StyleName       = "Caption";
     this.textBox1.Value           = "Vendor";
     //
     // htmlTextBox1
     //
     this.htmlTextBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(2.2000787258148193D));
     this.htmlTextBox1.Name            = "htmlTextBox1";
     this.htmlTextBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.htmlTextBox1.Style.Font.Name = "Roboto";
     this.htmlTextBox1.Value           = resources.GetString("htmlTextBox1.Value");
     //
     // detail
     //
     this.detail.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.1607142835855484D);
     this.detail.Name          = "detail";
     this.detail.Style.Visible = false;
     //
     // Por
     //
     this.DataSource    = this.PorData;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.detail
     });
     this.Name = "Por";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D), Telerik.Reporting.Drawing.Unit.Inch(0.5D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name             = "PorID";
     reportParameter1.Text             = "PorID";
     reportParameter1.Type             = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Value            = "1093";
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.Black;
     styleRule2.Style.Font.Bold = true;
     styleRule2.Style.Font.Name = "Tahoma";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.Color         = System.Drawing.Color.Black;
     styleRule3.Style.Font.Name     = "Tahoma";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Tahoma";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Tahoma";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(7.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #7
0
 /// <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.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.textBox33          = new Telerik.Reporting.TextBox();
     this.textBox32          = new Telerik.Reporting.TextBox();
     this.textBox31          = new Telerik.Reporting.TextBox();
     this.textBox30          = new Telerik.Reporting.TextBox();
     this.textBox28          = new Telerik.Reporting.TextBox();
     this.textBox27          = new Telerik.Reporting.TextBox();
     this.textBox26          = new Telerik.Reporting.TextBox();
     this.textBox25          = new Telerik.Reporting.TextBox();
     this.textBox24          = new Telerik.Reporting.TextBox();
     this.textBox23          = new Telerik.Reporting.TextBox();
     this.textBox22          = new Telerik.Reporting.TextBox();
     this.textBox21          = new Telerik.Reporting.TextBox();
     this.textBox19          = new Telerik.Reporting.TextBox();
     this.textBox18          = new Telerik.Reporting.TextBox();
     this.textBox16          = new Telerik.Reporting.TextBox();
     this.textBox15          = new Telerik.Reporting.TextBox();
     this.textBox14          = new Telerik.Reporting.TextBox();
     this.textBox13          = new Telerik.Reporting.TextBox();
     this.textBox12          = new Telerik.Reporting.TextBox();
     this.textBox11          = new Telerik.Reporting.TextBox();
     this.textBox10          = new Telerik.Reporting.TextBox();
     this.textBox9           = new Telerik.Reporting.TextBox();
     this.textBox8           = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.textBox6           = new Telerik.Reporting.TextBox();
     this.textBox5           = new Telerik.Reporting.TextBox();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.textBox29          = new Telerik.Reporting.TextBox();
     this.textBox20          = new Telerik.Reporting.TextBox();
     this.textBox17          = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     this.rpt_ComBeneficiaryAndInspectionCertificate = new Telerik.Reporting.SqlDataSource();
     this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // groupFooterSection
     //
     this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(7.1437501907348633D);
     this.groupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox33,
         this.textBox32,
         this.textBox31,
         this.textBox30,
         this.textBox28,
         this.textBox27,
         this.textBox26,
         this.textBox25,
         this.textBox24,
         this.textBox23,
         this.textBox22,
         this.textBox21,
         this.textBox19,
         this.textBox18,
         this.textBox16,
         this.textBox15,
         this.textBox14,
         this.textBox13,
         this.textBox12,
         this.textBox11,
         this.textBox10,
         this.textBox9,
         this.textBox8,
         this.textBox7,
         this.textBox6,
         this.textBox5,
         this.textBox4,
         this.textBox3,
         this.textBox2
     });
     this.groupFooterSection.Name            = "groupFooterSection";
     this.groupFooterSection.Style.Font.Name = "Calibri";
     this.groupFooterSection.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // textBox1
     //
     this.textBox1.Format              = "{0:dd/MM/yyyy}";
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(3.4437501430511475D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.86767578125D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox1.Style.Font.Name     = "Calibri";
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox1.Value               = "DATE {= Fields.ExportLCNoDate}";
     //
     // textBox33
     //
     this.textBox33.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(6.9437503814697266D));
     this.textBox33.Name            = "textBox33";
     this.textBox33.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox33.Style.Font.Bold = true;
     this.textBox33.Style.Font.Name = "Calibri";
     this.textBox33.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox33.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox33.Value           = "Authorised Signature";
     //
     // textBox32
     //
     this.textBox32.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.5000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(6.34375D));
     this.textBox32.Name            = "textBox32";
     this.textBox32.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox32.Style.Font.Bold = true;
     this.textBox32.Style.Font.Name = "Calibri";
     this.textBox32.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox32.Value           = "For {Fields.CompanyName}";
     //
     // textBox31
     //
     this.textBox31.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(5.3437504768371582D));
     this.textBox31.Name                = "textBox31";
     this.textBox31.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.267636775970459D), Telerik.Reporting.Drawing.Unit.Inch(0.59992104768753052D));
     this.textBox31.Style.Font.Name     = "Calibri";
     this.textBox31.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox31.Value               = "This is to certify that the goods have supplied are strictly as per Proforma Invo" +
                                          "ice, Contract, L/C order, Export standard and condition thereof have been fully " +
                                          "complied with.";
     //
     // textBox30
     //
     this.textBox30.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(4.7437496185302734D));
     this.textBox30.Name                = "textBox30";
     this.textBox30.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2613077163696289D), Telerik.Reporting.Drawing.Unit.Inch(0.40000006556510925D));
     this.textBox30.Style.Font.Name     = "Calibri";
     this.textBox30.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox30.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox30.Value               = "As Per Proforma Invoice No. \r\n{Fields.PINO_DATE}";
     //
     // textBox28
     //
     this.textBox28.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(4.7437496185302734D));
     this.textBox28.Name                = "textBox28";
     this.textBox28.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8062105178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox28.Style.Font.Name     = "Calibri";
     this.textBox28.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox28.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox28.Value               = "Quality";
     //
     // textBox27
     //
     this.textBox27.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(4.34375D));
     this.textBox27.Name                = "textBox27";
     this.textBox27.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2613077163696289D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox27.Style.Font.Name     = "Calibri";
     this.textBox27.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox27.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox27.Value               = "{Fields.GarmentsQTY}";
     //
     // textBox26
     //
     this.textBox26.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(4.34375D));
     this.textBox26.Name                = "textBox26";
     this.textBox26.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8062105178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox26.Style.Font.Name     = "Calibri";
     this.textBox26.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox26.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox26.Value               = "For Manufacturing & Supply of";
     //
     // textBox25
     //
     this.textBox25.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(4.0437502861022949D));
     this.textBox25.Name                = "textBox25";
     this.textBox25.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2613077163696289D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox25.Style.Font.Name     = "Calibri";
     this.textBox25.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox25.Value               = "= Fields.MasterLCNO";
     //
     // textBox24
     //
     this.textBox24.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(4.0437502861022949D));
     this.textBox24.Name                = "textBox24";
     this.textBox24.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8062105178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox24.Style.Font.Name     = "Calibri";
     this.textBox24.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox24.Value               = "Master L/C No.";
     //
     // textBox23
     //
     this.textBox23.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(3.7437496185302734D));
     this.textBox23.Name                = "textBox23";
     this.textBox23.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2613077163696289D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox23.Style.Font.Name     = "Calibri";
     this.textBox23.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox23.Value               = "= Fields.SalesContractNo";
     //
     // textBox22
     //
     this.textBox22.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.7437496185302734D));
     this.textBox22.Name                = "textBox22";
     this.textBox22.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8062105178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox22.Style.Font.Name     = "Calibri";
     this.textBox22.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox22.Value               = "Sales Contract No";
     //
     // textBox21
     //
     this.textBox21.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.4437501430511475D));
     this.textBox21.Name                = "textBox21";
     this.textBox21.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8062105178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox21.Style.Font.Name     = "Calibri";
     this.textBox21.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox21.Value               = "Export L/C No.";
     //
     // textBox19
     //
     this.textBox19.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(3.4437501430511475D));
     this.textBox19.Name                = "textBox19";
     this.textBox19.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2936317920684814D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox19.Style.Font.Name     = "Calibri";
     this.textBox19.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox19.Value               = "= Fields.ExportLCNo";
     //
     // textBox18
     //
     this.textBox18.Format              = "{0:dd/MM/yyyy}";
     this.textBox18.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(3.0437500476837158D));
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.86767578125D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox18.Style.Font.Name     = "Calibri";
     this.textBox18.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox18.Value               = "Date: {= Fields.LCDate}";
     //
     // textBox16
     //
     this.textBox16.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(3.0437500476837158D));
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2936322689056396D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox16.Style.Font.Name     = "Calibri";
     this.textBox16.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox16.Value               = "= Fields.LCNo";
     //
     // textBox15
     //
     this.textBox15.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.0437500476837158D));
     this.textBox15.Name                = "textBox15";
     this.textBox15.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8062105178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox15.Style.Font.Name     = "Calibri";
     this.textBox15.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox15.Value               = "L/C No.";
     //
     // textBox14
     //
     this.textBox14.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(2.6437501907348633D));
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2613077163696289D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox14.Style.Font.Name     = "Calibri";
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox14.Value               = "{= Fields.LCOpenBankBranch}, {Fields.LCOpenBankAddress}";
     //
     // textBox13
     //
     this.textBox13.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(2.6437501907348633D));
     this.textBox13.Name                = "textBox13";
     this.textBox13.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8062105178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox13.Style.Font.Name     = "Calibri";
     this.textBox13.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox13.Value               = "Branch Address";
     //
     // textBox12
     //
     this.textBox12.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(2.2437498569488525D));
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8062105178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox12.Style.Font.Name     = "Calibri";
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox12.Value               = "Issuing Bank";
     //
     // textBox11
     //
     this.textBox11.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(2.2437498569488525D));
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2613482475280762D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox11.Style.Font.Name     = "Calibri";
     this.textBox11.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox11.Value               = "= Fields.LCOpenBank";
     //
     // textBox10
     //
     this.textBox10.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(1.7437499761581421D));
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2613086700439453D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox10.Style.Font.Name     = "Calibri";
     this.textBox10.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox10.Value               = "{Fields.QuantityYds} Yards.";
     //
     // textBox9
     //
     this.textBox9.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(1.5437501668930054D));
     this.textBox9.Name                = "textBox9";
     this.textBox9.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2613086700439453D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox9.Style.Font.Name     = "Calibri";
     this.textBox9.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox9.Value               = "= Fields.Description";
     //
     // textBox8
     //
     this.textBox8.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(1.5437501668930054D));
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8062105178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox8.Style.Font.Name     = "Calibri";
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox8.Value               = "Description of Goods";
     //
     // textBox7
     //
     this.textBox7.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.74374991655349731D));
     this.textBox7.Name                = "textBox7";
     this.textBox7.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8062105178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox7.Style.Font.Name     = "Calibri";
     this.textBox7.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox7.Value               = "Applicant";
     //
     // textBox6
     //
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(0.74374991655349731D));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2613081932067871D), Telerik.Reporting.Drawing.Unit.Inch(0.29992121458053589D));
     this.textBox6.Style.Font.Bold     = true;
     this.textBox6.Style.Font.Name     = "Calibri";
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value               = "= Fields.UserFirstName";
     //
     // textBox5
     //
     this.textBox5.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0063683986663818D), Telerik.Reporting.Drawing.Unit.Inch(1.0437501668930054D));
     this.textBox5.Name                = "textBox5";
     this.textBox5.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2613081932067871D), Telerik.Reporting.Drawing.Unit.Inch(0.2999211847782135D));
     this.textBox5.Style.Font.Name     = "Calibri";
     this.textBox5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox5.Value               = "= Fields.PreAddress1";
     //
     // textBox4
     //
     this.textBox4.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.9958732128143311D), Telerik.Reporting.Drawing.Unit.Inch(0.20007880032062531D));
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2718038558959961D), Telerik.Reporting.Drawing.Unit.Inch(0.44367119669914246D));
     this.textBox4.Style.Font.Name     = "Calibri";
     this.textBox4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox4.Value               = "Plant:{Fields.ComAddress2}. Corporate Office: {Fields.ComAddress1}";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.9958724975585938D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2718038558959961D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Name     = "Calibri";
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "M/S {Fields.CompanyName}";
     //
     // 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(2.79571533203125D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox2.Style.Font.Name     = "Calibri";
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox2.Value               = "Beneficiary";
     //
     // groupHeaderSection
     //
     this.groupHeaderSection.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.groupHeaderSection.Name            = "groupHeaderSection";
     this.groupHeaderSection.Style.Font.Name = "Calibri";
     this.groupHeaderSection.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // textBox29
     //
     this.textBox29.Format              = "{0:dd/MM/yyyy}";
     this.textBox29.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5467243194580078D), Telerik.Reporting.Drawing.Unit.Inch(0.90000009536743164D));
     this.textBox29.Name                = "textBox29";
     this.textBox29.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7209516763687134D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox29.Style.Font.Bold     = true;
     this.textBox29.Style.Font.Name     = "Calibri";
     this.textBox29.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox29.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox29.Value               = "Date: {= Fields.DCDate}";
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.90000009536743164D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.40000057220459D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox20.Style.Font.Bold     = true;
     this.textBox20.Style.Font.Name     = "Calibri";
     this.textBox20.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Value               = "REF. NO : {Fields.CompanyShortName}-PSIC-{Fields.DCNO}";
     //
     // textBox17
     //
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.0000009536743164D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox17.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox17.Style.Font.Bold           = true;
     this.textBox17.Style.Font.Name           = "Calibri";
     this.textBox17.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox17.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox17.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.Value = "PRE-SHIPMENT INSPECTION CERTIFICATE";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.1000000238418579D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox17,
         this.textBox20,
         this.textBox29
     });
     this.pageHeaderSection1.Name             = "pageHeaderSection1";
     this.pageHeaderSection1.PrintOnFirstPage = true;
     this.pageHeaderSection1.PrintOnLastPage  = false;
     this.pageHeaderSection1.Style.Font.Name  = "Calibri";
     this.pageHeaderSection1.Style.Font.Size  = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // detail
     //
     this.detail.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.detail.Name            = "detail";
     this.detail.Style.Font.Name = "Calibri";
     this.detail.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833395421505D);
     this.pageFooterSection1.Name            = "pageFooterSection1";
     this.pageFooterSection1.Style.Font.Name = "Calibri";
     this.pageFooterSection1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // rpt_ComBeneficiaryAndInspectionCertificate
     //
     this.rpt_ComBeneficiaryAndInspectionCertificate.ConnectionString = "ABS.Reports.Properties.Settings.AmberBusinessSuite";
     this.rpt_ComBeneficiaryAndInspectionCertificate.Name             = "rpt_ComBeneficiaryAndInspectionCertificate";
     this.rpt_ComBeneficiaryAndInspectionCertificate.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@DCID", System.Data.DbType.Int32, null)
     });
     this.rpt_ComBeneficiaryAndInspectionCertificate.SelectCommand     = "dbo.rpt_ComBeneficiaryAndInspectionCertificate";
     this.rpt_ComBeneficiaryAndInspectionCertificate.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // reportHeaderSection1
     //
     this.reportHeaderSection1.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.reportHeaderSection1.Name            = "reportHeaderSection1";
     this.reportHeaderSection1.Style.Font.Name = "Calibri";
     this.reportHeaderSection1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.reportHeaderSection1.Style.Visible   = false;
     //
     // rptPreShipmentInspectionCertificate
     //
     this.DataSource    = this.rpt_ComBeneficiaryAndInspectionCertificate;
     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.reportHeaderSection1
     });
     this.Name = "rptPreShipmentInspectionCertificate";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Style.BackgroundColor  = System.Drawing.Color.White;
     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(7.2676758766174316D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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.TableGroup        tableGroup1 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup2 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup3 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup4 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.Group             group1      = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1  = new Telerik.Reporting.Drawing.StyleRule();
     this.textBox43          = new Telerik.Reporting.TextBox();
     this.textBox44          = new Telerik.Reporting.TextBox();
     this.textBox45          = new Telerik.Reporting.TextBox();
     this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.table1             = new Telerik.Reporting.Table();
     this.textBox6           = new Telerik.Reporting.TextBox();
     this.textBox31          = new Telerik.Reporting.TextBox();
     this.textBox26          = new Telerik.Reporting.TextBox();
     this.sqlDataSource1     = new Telerik.Reporting.SqlDataSource();
     this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.dtFrom             = new Telerik.Reporting.TextBox();
     this.textBox49          = new Telerik.Reporting.TextBox();
     this.textBox50          = new Telerik.Reporting.TextBox();
     this.textBox17          = new Telerik.Reporting.TextBox();
     this.textBox20          = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     this.textBox36          = new Telerik.Reporting.TextBox();
     this.textBox23          = new Telerik.Reporting.TextBox();
     this.textBox5           = new Telerik.Reporting.TextBox();
     this.textBox40          = new Telerik.Reporting.TextBox();
     this.textBox37          = new Telerik.Reporting.TextBox();
     this.textBox15          = new Telerik.Reporting.TextBox();
     this.textBox13          = new Telerik.Reporting.TextBox();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox34          = new Telerik.Reporting.TextBox();
     this.textBox24          = new Telerik.Reporting.TextBox();
     this.textBox42          = new Telerik.Reporting.TextBox();
     this.textBox41          = new Telerik.Reporting.TextBox();
     this.textBox39          = new Telerik.Reporting.TextBox();
     this.textBox38          = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.textBox18          = new Telerik.Reporting.TextBox();
     this.textBox16          = new Telerik.Reporting.TextBox();
     this.textBox14          = new Telerik.Reporting.TextBox();
     this.panel1             = new Telerik.Reporting.Panel();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.panel2             = new Telerik.Reporting.Panel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox43
     //
     this.textBox43.Name = "textBox43";
     this.textBox43.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.22916579246521D), Telerik.Reporting.Drawing.Unit.Inch(0.31249997019767761D));
     this.textBox43.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox43.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox43.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox43.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox43.Style.Color         = System.Drawing.Color.White;
     this.textBox43.Style.Font.Bold     = true;
     this.textBox43.Style.Font.Name     = "Century Gothic";
     this.textBox43.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox43.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox43.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox43.Value = "Loom";
     //
     // textBox44
     //
     this.textBox44.Name = "textBox44";
     this.textBox44.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.5749969482421875D), Telerik.Reporting.Drawing.Unit.Inch(0.31249997019767761D));
     this.textBox44.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox44.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox44.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox44.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox44.Style.Color         = System.Drawing.Color.White;
     this.textBox44.Style.Font.Bold     = true;
     this.textBox44.Style.Font.Name     = "Century Gothic";
     this.textBox44.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox44.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox44.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox44.Value = "Shift A Previous";
     //
     // textBox45
     //
     this.textBox45.Name = "textBox45";
     this.textBox45.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.145831823348999D), Telerik.Reporting.Drawing.Unit.Inch(0.31249997019767761D));
     this.textBox45.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox45.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox45.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox45.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox45.Style.Color         = System.Drawing.Color.White;
     this.textBox45.Style.Font.Bold     = true;
     this.textBox45.Style.Font.Name     = "Century Gothic";
     this.textBox45.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox45.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox45.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox45.StyleName           = "";
     this.textBox45.Value = "Shift ID";
     //
     // groupFooterSection
     //
     this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.63572746515274048D);
     this.groupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table1
     });
     this.groupFooterSection.Name = "groupFooterSection";
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.2291653156280518D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(3.5749974250793457D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(2.1458323001861572D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.27083325386047363D)));
     this.table1.Body.SetCellContent(0, 0, this.textBox6);
     this.table1.Body.SetCellContent(0, 2, this.textBox31);
     this.table1.Body.SetCellContent(0, 1, this.textBox26);
     tableGroup1.Name       = "tableGroup";
     tableGroup1.ReportItem = this.textBox43;
     tableGroup2.Name       = "tableGroup1";
     tableGroup2.ReportItem = this.textBox44;
     tableGroup3.Name       = "group2";
     tableGroup3.ReportItem = this.textBox45;
     this.table1.ColumnGroups.Add(tableGroup1);
     this.table1.ColumnGroups.Add(tableGroup2);
     this.table1.ColumnGroups.Add(tableGroup3);
     this.table1.ColumnHeadersPrintOnEveryPage = true;
     this.table1.DataSource = this.sqlDataSource1;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox6,
         this.textBox31,
         this.textBox26,
         this.textBox43,
         this.textBox44,
         this.textBox45
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.table1.Name     = "table1";
     tableGroup4.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup4.Name = "detailTableGroup";
     this.table1.RowGroups.Add(tableGroup4);
     this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.9499945640563965D), Telerik.Reporting.Drawing.Unit.Inch(0.58333325386047363D));
     //
     // textBox6
     //
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.22916579246521D), Telerik.Reporting.Drawing.Unit.Inch(0.27083325386047363D));
     this.textBox6.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox6.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox6.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value = "= Fields.Loom";
     //
     // textBox31
     //
     this.textBox31.Name = "textBox31";
     this.textBox31.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.145831823348999D), Telerik.Reporting.Drawing.Unit.Inch(0.27083325386047363D));
     this.textBox31.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox31.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox31.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox31.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox31.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox31.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox31.Value = "= Fields.shiftID";
     //
     // textBox26
     //
     this.textBox26.Format = "{0}";
     this.textBox26.Name   = "textBox26";
     this.textBox26.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.5749969482421875D), Telerik.Reporting.Drawing.Unit.Inch(0.27083325386047363D));
     this.textBox26.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox26.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox26.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox26.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox26.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox26.Value = "= Fields.ShiftAPrevious";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "ABS.Reports.Properties.Settings.AmberBusinessSuite";
     this.sqlDataSource1.Name             = "sqlDataSource1";
     this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@DateFrom", System.Data.DbType.DateTime, "01 Jan 2016"),
         new Telerik.Reporting.SqlDataSourceParameter("@CompanyId", System.Data.DbType.Int32, "1")
     });
     this.sqlDataSource1.SelectCommand     = "rpt_PrdWeavingWeftCMPXDaily";
     this.sqlDataSource1.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // groupHeaderSection
     //
     this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.96010607481002808D);
     this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.dtFrom,
         this.textBox49,
         this.textBox50,
         this.textBox17,
         this.textBox20
     });
     this.groupHeaderSection.Name = "groupHeaderSection";
     //
     // dtFrom
     //
     this.dtFrom.Format              = "{0:dd.MM.yyyy}";
     this.dtFrom.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.1677565574646D), Telerik.Reporting.Drawing.Unit.Inch(0.7122681736946106D));
     this.dtFrom.Name                = "dtFrom";
     this.dtFrom.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.79890698194503784D), Telerik.Reporting.Drawing.Unit.Inch(0.19992129504680634D));
     this.dtFrom.Style.Font.Bold     = true;
     this.dtFrom.Style.Font.Name     = "Century Gothic";
     this.dtFrom.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.dtFrom.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.dtFrom.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.dtFrom.Value               = "";
     //
     // textBox49
     //
     this.textBox49.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1177322864532471D), Telerik.Reporting.Drawing.Unit.Inch(0.21226818859577179D));
     this.textBox49.Name                = "textBox49";
     this.textBox49.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.848930835723877D), Telerik.Reporting.Drawing.Unit.Inch(0.28784972429275513D));
     this.textBox49.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox49.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox49.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox49.Value               = "House No. 2, Road No.9, Block-G, Banani, Dhaka-1213, Bangladesh. \r\nPhone : 8802 9" +
                                          "872370, 987 2380, 987 2390 Fax : 8802 987236";
     //
     // textBox50
     //
     this.textBox50.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.28957986831665D), Telerik.Reporting.Drawing.Unit.Inch(0.500196635723114D));
     this.textBox50.Name                = "textBox50";
     this.textBox50.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6770832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.21199288964271545D));
     this.textBox50.Style.Font.Bold     = true;
     this.textBox50.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9.5D);
     this.textBox50.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox50.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox50.Value               = "Weaving Weft CMPX Daily";
     //
     // textBox17
     //
     this.textBox17.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.7333691120147705D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
     this.textBox17.Name                = "textBox17";
     this.textBox17.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.2343475818634033D), Telerik.Reporting.Drawing.Unit.Inch(0.21215017139911652D));
     this.textBox17.Style.Font.Bold     = true;
     this.textBox17.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10.5D);
     this.textBox17.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.Value               = "Amber Denim Mills Limited";
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5677571296691895D), Telerik.Reporting.Drawing.Unit.Inch(0.71230745315551758D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.599920928478241D), Telerik.Reporting.Drawing.Unit.Inch(0.19992129504680634D));
     this.textBox20.Style.Font.Bold     = true;
     this.textBox20.Style.Font.Name     = "Century Gothic";
     this.textBox20.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Value               = "Date : ";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.pageHeaderSection1.Name   = "pageHeaderSection1";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.detail.Name   = "detail";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.69999980926513672D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox36,
         this.textBox23
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox36
     //
     this.textBox36.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.8046150207519531D), Telerik.Reporting.Drawing.Unit.Inch(0.49999967217445374D));
     this.textBox36.Name                = "textBox36";
     this.textBox36.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.16204833984375D), Telerik.Reporting.Drawing.Unit.Inch(0.19996072351932526D));
     this.textBox36.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox36.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox36.Value               = "Page {PageNumber} of {PageCount}";
     //
     // textBox23
     //
     this.textBox23.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox23.Name     = "textBox23";
     this.textBox23.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2999999523162842D), Telerik.Reporting.Drawing.Unit.Inch(0.34375D));
     this.textBox23.Value    = "--------------------------\r\n    Prepared By";
     //
     // textBox5
     //
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(1.0312507152557373D));
     this.textBox5.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox5.StyleName = "";
     //
     // textBox40
     //
     this.textBox40.Name = "textBox40";
     this.textBox40.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.96874874830245972D), Telerik.Reporting.Drawing.Unit.Inch(0.22916676104068756D));
     this.textBox40.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox40.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox40.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox40.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox40.Style.Color         = System.Drawing.Color.White;
     this.textBox40.Style.Font.Bold     = true;
     this.textBox40.Style.Font.Name     = "Century Gothic";
     this.textBox40.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox40.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox40.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox40.StyleName           = "";
     this.textBox40.Value = "Breaks/Million";
     //
     // textBox37
     //
     this.textBox37.Name = "textBox37";
     this.textBox37.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.822916567325592D), Telerik.Reporting.Drawing.Unit.Inch(0.22916676104068756D));
     this.textBox37.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox37.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox37.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox37.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox37.Style.Color         = System.Drawing.Color.White;
     this.textBox37.Style.Font.Bold     = true;
     this.textBox37.Style.Font.Name     = "Century Gothic";
     this.textBox37.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox37.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox37.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox37.StyleName           = "";
     this.textBox37.Value = "Total Breaks";
     //
     // textBox15
     //
     this.textBox15.Name = "textBox15";
     this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.88541752099990845D), Telerik.Reporting.Drawing.Unit.Inch(0.22916676104068756D));
     this.textBox15.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox15.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox15.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox15.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox15.Style.Color         = System.Drawing.Color.White;
     this.textBox15.Style.Font.Bold     = true;
     this.textBox15.Style.Font.Name     = "Century Gothic";
     this.textBox15.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox15.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.StyleName           = "";
     this.textBox15.Value = "Set Length";
     //
     // textBox13
     //
     this.textBox13.Name = "textBox13";
     this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1145838499069214D), Telerik.Reporting.Drawing.Unit.Inch(0.22916676104068756D));
     this.textBox13.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox13.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox13.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox13.Style.Color         = System.Drawing.Color.White;
     this.textBox13.Style.Font.Bold     = true;
     this.textBox13.Style.Font.Name     = "Century Gothic";
     this.textBox13.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox13.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.StyleName           = "";
     this.textBox13.Value = "Yarn Lot No";
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.906249463558197D), Telerik.Reporting.Drawing.Unit.Inch(0.22916671633720398D));
     this.textBox1.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox1.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox1.Style.Color         = System.Drawing.Color.White;
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Name     = "Century Gothic";
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value = "Yarn Count";
     //
     // textBox4
     //
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.854165256023407D), Telerik.Reporting.Drawing.Unit.Inch(0.22916676104068756D));
     this.textBox4.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox4.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox4.Style.Color         = System.Drawing.Color.White;
     this.textBox4.Style.Font.Bold     = true;
     this.textBox4.Style.Font.Name     = "Century Gothic";
     this.textBox4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox4.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.StyleName           = "";
     this.textBox4.Value = "Set No";
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.897914707660675D), Telerik.Reporting.Drawing.Unit.Inch(0.22916676104068756D));
     this.textBox3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox3.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox3.Style.Color         = System.Drawing.Color.White;
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Name     = "Century Gothic";
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value = "ADML No";
     //
     // textBox34
     //
     this.textBox34.Name = "textBox34";
     this.textBox34.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49999925494194031D), Telerik.Reporting.Drawing.Unit.Inch(0.22916674613952637D));
     this.textBox34.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox34.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox34.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox34.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox34.Style.Color         = System.Drawing.Color.White;
     this.textBox34.Style.Font.Bold     = true;
     this.textBox34.Style.Font.Name     = "Century Gothic";
     this.textBox34.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox34.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox34.Value = "SL #";
     //
     // textBox24
     //
     this.textBox24.Name = "textBox24";
     this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.1583285331726074D), Telerik.Reporting.Drawing.Unit.Inch(0.19791677594184876D));
     this.textBox24.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox24.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox24.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox24.Style.Font.Bold           = true;
     this.textBox24.Style.Font.Name           = "Century Gothic";
     this.textBox24.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox24.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox24.StyleName = "";
     this.textBox24.Value     = "Grand Total";
     //
     // textBox42
     //
     this.textBox42.Name = "textBox42";
     this.textBox42.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.96874874830245972D), Telerik.Reporting.Drawing.Unit.Inch(0.19791677594184876D));
     this.textBox42.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox42.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox42.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox42.Style.Font.Bold           = true;
     this.textBox42.Style.Font.Name           = "Century Gothic";
     this.textBox42.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox42.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox42.StyleName = "";
     //
     // textBox41
     //
     this.textBox41.Name = "textBox41";
     this.textBox41.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.96874874830245972D), Telerik.Reporting.Drawing.Unit.Inch(0.270833283662796D));
     this.textBox41.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox41.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox41.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox41.Style.Font.Name           = "Century Gothic";
     this.textBox41.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox41.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox41.StyleName = "";
     //
     // textBox39
     //
     this.textBox39.Name = "textBox39";
     this.textBox39.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.822916567325592D), Telerik.Reporting.Drawing.Unit.Inch(0.19791677594184876D));
     this.textBox39.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox39.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox39.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox39.Style.Font.Bold           = true;
     this.textBox39.Style.Font.Name           = "Century Gothic";
     this.textBox39.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox39.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox39.StyleName = "";
     this.textBox39.Value     = "= Sum(Fields.YarnCount)";
     //
     // textBox38
     //
     this.textBox38.Name = "textBox38";
     this.textBox38.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.822916567325592D), Telerik.Reporting.Drawing.Unit.Inch(0.270833283662796D));
     this.textBox38.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox38.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox38.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox38.Style.Font.Name           = "Century Gothic";
     this.textBox38.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox38.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox38.StyleName = "";
     this.textBox38.Value     = "= Fields.TotalBreakage";
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.854165256023407D), Telerik.Reporting.Drawing.Unit.Inch(0.270833283662796D));
     this.textBox7.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox7.Value = "= Fields.SetNo";
     //
     // textBox18
     //
     this.textBox18.Format = "{0:N2}";
     this.textBox18.Name   = "textBox18";
     this.textBox18.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90624809265136719D), Telerik.Reporting.Drawing.Unit.Inch(0.27704399824142456D));
     this.textBox18.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox18.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox18.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox18.Style.Font.Name           = "Century Gothic";
     this.textBox18.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox18.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.Value = "= Fields.YarnCount";
     //
     // textBox16
     //
     this.textBox16.Format = "{0:C2}";
     this.textBox16.Name   = "textBox16";
     this.textBox16.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.88541752099990845D), Telerik.Reporting.Drawing.Unit.Inch(0.270833283662796D));
     this.textBox16.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox16.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox16.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox16.Style.Font.Name           = "Century Gothic";
     this.textBox16.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox16.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.StyleName = "";
     this.textBox16.Value     = "= Fields.SetLength";
     //
     // textBox14
     //
     this.textBox14.Format = "{0:C2}";
     this.textBox14.Name   = "textBox14";
     this.textBox14.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1145838499069214D), Telerik.Reporting.Drawing.Unit.Inch(0.270833283662796D));
     this.textBox14.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox14.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox14.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox14.Style.Font.Name           = "Century Gothic";
     this.textBox14.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox14.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.StyleName = "";
     this.textBox14.Value     = "= Fields.YarnRatioLot";
     //
     // panel1
     //
     this.panel1.Name = "panel1";
     this.panel1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.897914707660675D), Telerik.Reporting.Drawing.Unit.Inch(0.270833283662796D));
     this.panel1.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.panel1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.panel1.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     //
     // textBox2
     //
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49999937415122986D), Telerik.Reporting.Drawing.Unit.Inch(0.27704399824142456D));
     this.textBox2.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox2.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value = "= RowNumber()";
     //
     // panel2
     //
     this.panel2.Name = "panel2";
     this.panel2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9499976634979248D), Telerik.Reporting.Drawing.Unit.Inch(0.270833283662796D));
     this.panel2.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.panel2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.panel2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     //
     // rptWeavingWeftCMPXDaily
     //
     this.DataSource    = this.sqlDataSource1;
     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 = "rptWeavingWeftCMPXDaily";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Style.BackgroundColor  = System.Drawing.Color.White;
     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.9677166938781738D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #9
0
 /// <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(LabTestDetails_Sub));
     Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
     Telerik.Reporting.Group group2 = new Telerik.Reporting.Group();
     Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.labTestIDCaptionTextBox = new Telerik.Reporting.TextBox();
     this.testFeeCaptionTextBox = new Telerik.Reporting.TextBox();
     this.testNameGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.shape1 = new Telerik.Reporting.Shape();
     this.testNameGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.testNameDataTextBox = new Telerik.Reporting.TextBox();
     this.testNameCaptionTextBox = new Telerik.Reporting.TextBox();
     this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
     this.detail = new Telerik.Reporting.DetailSection();
     this.labTestIDDataTextBox = new Telerik.Reporting.TextBox();
     this.tNDescDataTextBox = new Telerik.Reporting.TextBox();
     this.testFeeDataTextBox = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.labTestIDCaptionTextBox,
     this.testFeeCaptionTextBox});
     this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // labTestIDCaptionTextBox
     //
     this.labTestIDCaptionTextBox.CanGrow = true;
     this.labTestIDCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.labTestIDCaptionTextBox.Name = "labTestIDCaptionTextBox";
     this.labTestIDCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7804708480834961D), Telerik.Reporting.Drawing.Unit.Inch(0.17916662991046906D));
     this.labTestIDCaptionTextBox.Style.Font.Bold = true;
     this.labTestIDCaptionTextBox.Style.Font.Italic = true;
     this.labTestIDCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.labTestIDCaptionTextBox.StyleName = "Caption";
     this.labTestIDCaptionTextBox.Value = "Test Details ---";
     //
     // testFeeCaptionTextBox
     //
     this.testFeeCaptionTextBox.CanGrow = true;
     this.testFeeCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.testFeeCaptionTextBox.Name = "testFeeCaptionTextBox";
     this.testFeeCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.17916662991046906D));
     this.testFeeCaptionTextBox.Style.Font.Bold = true;
     this.testFeeCaptionTextBox.Style.Font.Italic = true;
     this.testFeeCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.testFeeCaptionTextBox.StyleName = "Caption";
     this.testFeeCaptionTextBox.Value = "Test Fee";
     //
     // testNameGroupFooterSection
     //
     this.testNameGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.testNameGroupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.shape1});
     this.testNameGroupFooterSection.Name = "testNameGroupFooterSection";
     //
     // shape1
     //
     this.shape1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.shape1.Name = "shape1";
     this.shape1.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D));
     //
     // testNameGroupHeaderSection
     //
     this.testNameGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D);
     this.testNameGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.testNameDataTextBox,
     this.testNameCaptionTextBox});
     this.testNameGroupHeaderSection.Name = "testNameGroupHeaderSection";
     //
     // testNameDataTextBox
     //
     this.testNameDataTextBox.CanGrow = true;
     this.testNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.60000008344650269D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.testNameDataTextBox.Name = "testNameDataTextBox";
     this.testNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0.18759854137897492D));
     this.testNameDataTextBox.Style.Font.Bold = true;
     this.testNameDataTextBox.Style.Font.Italic = true;
     this.testNameDataTextBox.Style.Font.Name = "Arial";
     this.testNameDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.testNameDataTextBox.StyleName = "Data";
     this.testNameDataTextBox.Value = "= Fields.TNDesc";
     //
     // testNameCaptionTextBox
     //
     this.testNameCaptionTextBox.CanGrow = true;
     this.testNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.testNameCaptionTextBox.Name = "testNameCaptionTextBox";
     this.testNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.60000008344650269D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
     this.testNameCaptionTextBox.Style.Font.Bold = true;
     this.testNameCaptionTextBox.Style.Font.Italic = true;
     this.testNameCaptionTextBox.Style.Font.Name = "Arial";
     this.testNameCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.testNameCaptionTextBox.StyleName = "Caption";
     this.testNameCaptionTextBox.Value = "Sample:";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "OnLinePrescriptionConnectionString";
     this.sqlDataSource1.Name = "sqlDataSource1";
     this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20843188464641571D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.labTestIDDataTextBox,
     this.tNDescDataTextBox,
     this.testFeeDataTextBox});
     this.detail.Name = "detail";
     //
     // labTestIDDataTextBox
     //
     this.labTestIDDataTextBox.CanGrow = true;
     this.labTestIDDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.labTestIDDataTextBox.Name = "labTestIDDataTextBox";
     this.labTestIDDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90000003576278687D), Telerik.Reporting.Drawing.Unit.Inch(0.18759854137897492D));
     this.labTestIDDataTextBox.Style.Font.Name = "Arial";
     this.labTestIDDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.labTestIDDataTextBox.StyleName = "Data";
     this.labTestIDDataTextBox.Value = "=Fields.LabTestID";
     //
     // tNDescDataTextBox
     //
     this.tNDescDataTextBox.CanGrow = true;
     this.tNDescDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.tNDescDataTextBox.Name = "tNDescDataTextBox";
     this.tNDescDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7804708480834961D), Telerik.Reporting.Drawing.Unit.Inch(0.18759854137897492D));
     this.tNDescDataTextBox.Style.Font.Name = "Arial";
     this.tNDescDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.tNDescDataTextBox.StyleName = "Data";
     this.tNDescDataTextBox.Value = "= Fields.TestName";
     //
     // testFeeDataTextBox
     //
     this.testFeeDataTextBox.CanGrow = true;
     this.testFeeDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.testFeeDataTextBox.Name = "testFeeDataTextBox";
     this.testFeeDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0973917245864868D), Telerik.Reporting.Drawing.Unit.Inch(0.18759854137897492D));
     this.testFeeDataTextBox.Style.Font.Name = "Arial";
     this.testFeeDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.testFeeDataTextBox.StyleName = "Data";
     this.testFeeDataTextBox.Value = "=Fields.TestFee";
     //
     // LabTestDetails_Sub
     //
     this.DataSource = this.sqlDataSource1;
     this.Filters.Add(new Telerik.Reporting.Filter("=Fields.LabTestID", Telerik.Reporting.FilterOperator.Equal, "=Parameters.LinkPrmLabTestID.Value"));
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name = "labelsGroup";
     group2.GroupFooter = this.testNameGroupFooterSection;
     group2.GroupHeader = this.testNameGroupHeaderSection;
     group2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.TNDesc"));
     group2.Name = "testDescGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
     group1,
     group2});
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.labelsGroupHeaderSection,
     this.labelsGroupFooterSection,
     this.testNameGroupHeaderSection,
     this.testNameGroupFooterSection,
     this.detail});
     this.Name = "LabTestDetails_Sub";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AllowNull = true;
     reportParameter1.Name = "LinkPrmLabTestID";
     reportParameter1.Text = "Parameter1";
     this.ReportParameters.Add(reportParameter1);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Title")});
     styleRule1.Style.Color = System.Drawing.Color.Black;
     styleRule1.Style.Font.Bold = true;
     styleRule1.Style.Font.Italic = false;
     styleRule1.Style.Font.Name = "Tahoma";
     styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule1.Style.Font.Strikeout = false;
     styleRule1.Style.Font.Underline = false;
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Caption")});
     styleRule2.Style.Color = System.Drawing.Color.Black;
     styleRule2.Style.Font.Name = "Tahoma";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Data")});
     styleRule3.Style.Font.Name = "Tahoma";
     styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
     styleRule4.Style.Font.Name = "Tahoma";
     styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
     styleRule1,
     styleRule2,
     styleRule3,
     styleRule4});
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(4.6000003814697266D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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(PLWaterParameter));
            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();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.dateCaptionTextBox = new Telerik.Reporting.TextBox();
            this.temperatureCaptionTextBox = new Telerik.Reporting.TextBox();
            this.salinityCaptionTextBox = new Telerik.Reporting.TextBox();
            this.dOCaptionTextBox = new Telerik.Reporting.TextBox();
            this.nCaptionTextBox = new Telerik.Reporting.TextBox();
            this.nH3CaptionTextBox = new Telerik.Reporting.TextBox();
            this.alkalintyCaptionTextBox = new Telerik.Reporting.TextBox();
            this.pHCaptionTextBox = new Telerik.Reporting.TextBox();
            this.algaeCaptionTextBox = new Telerik.Reporting.TextBox();
            this.remarkCaptionTextBox = new Telerik.Reporting.TextBox();
            this.userIDCaptionTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.temperatureSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.salinitySumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.dOSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.nSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.nH3SumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.alkalintySumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.pHSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.dateDataTextBox = new Telerik.Reporting.TextBox();
            this.temperatureDataTextBox = new Telerik.Reporting.TextBox();
            this.salinityDataTextBox = new Telerik.Reporting.TextBox();
            this.dODataTextBox = new Telerik.Reporting.TextBox();
            this.nDataTextBox = new Telerik.Reporting.TextBox();
            this.nH3DataTextBox = new Telerik.Reporting.TextBox();
            this.alkalintyDataTextBox = new Telerik.Reporting.TextBox();
            this.pHDataTextBox = new Telerik.Reporting.TextBox();
            this.algaeDataTextBox = new Telerik.Reporting.TextBox();
            this.remarkDataTextBox = new Telerik.Reporting.TextBox();
            this.userIDDataTextBox = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "HatcheryReportLibrary.Properties.Settings.Hatchery";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@ProductionCycleIDParameter", System.Data.DbType.Int32, "= Parameters.ProductionCycleIDParameter.Value")});
            this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.dateCaptionTextBox,
            this.temperatureCaptionTextBox,
            this.salinityCaptionTextBox,
            this.dOCaptionTextBox,
            this.nCaptionTextBox,
            this.nH3CaptionTextBox,
            this.alkalintyCaptionTextBox,
            this.pHCaptionTextBox,
            this.algaeCaptionTextBox,
            this.remarkCaptionTextBox,
            this.userIDCaptionTextBox});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // dateCaptionTextBox
            // 
            this.dateCaptionTextBox.CanGrow = true;
            this.dateCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dateCaptionTextBox.Name = "dateCaptionTextBox";
            this.dateCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dateCaptionTextBox.StyleName = "Caption";
            this.dateCaptionTextBox.Value = "Date";
            // 
            // temperatureCaptionTextBox
            // 
            this.temperatureCaptionTextBox.CanGrow = true;
            this.temperatureCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.99725604057312012D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.temperatureCaptionTextBox.Name = "temperatureCaptionTextBox";
            this.temperatureCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.temperatureCaptionTextBox.StyleName = "Caption";
            this.temperatureCaptionTextBox.Value = "Temperature";
            // 
            // salinityCaptionTextBox
            // 
            this.salinityCaptionTextBox.CanGrow = true;
            this.salinityCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.9736787080764771D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.salinityCaptionTextBox.Name = "salinityCaptionTextBox";
            this.salinityCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.salinityCaptionTextBox.StyleName = "Caption";
            this.salinityCaptionTextBox.Value = "Salinity";
            // 
            // dOCaptionTextBox
            // 
            this.dOCaptionTextBox.CanGrow = true;
            this.dOCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.950101375579834D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dOCaptionTextBox.Name = "dOCaptionTextBox";
            this.dOCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dOCaptionTextBox.StyleName = "Caption";
            this.dOCaptionTextBox.Value = "DO";
            // 
            // nCaptionTextBox
            // 
            this.nCaptionTextBox.CanGrow = true;
            this.nCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9265241622924805D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.nCaptionTextBox.Name = "nCaptionTextBox";
            this.nCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.nCaptionTextBox.StyleName = "Caption";
            this.nCaptionTextBox.Value = "N";
            // 
            // nH3CaptionTextBox
            // 
            this.nH3CaptionTextBox.CanGrow = true;
            this.nH3CaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.902946949005127D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.nH3CaptionTextBox.Name = "nH3CaptionTextBox";
            this.nH3CaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.nH3CaptionTextBox.StyleName = "Caption";
            this.nH3CaptionTextBox.Value = "NH3";
            // 
            // alkalintyCaptionTextBox
            // 
            this.alkalintyCaptionTextBox.CanGrow = true;
            this.alkalintyCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.8793692588806152D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.alkalintyCaptionTextBox.Name = "alkalintyCaptionTextBox";
            this.alkalintyCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.alkalintyCaptionTextBox.StyleName = "Caption";
            this.alkalintyCaptionTextBox.Value = "Alkalinty";
            // 
            // pHCaptionTextBox
            // 
            this.pHCaptionTextBox.CanGrow = true;
            this.pHCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.8557920455932617D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pHCaptionTextBox.Name = "pHCaptionTextBox";
            this.pHCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pHCaptionTextBox.StyleName = "Caption";
            this.pHCaptionTextBox.Value = "PH";
            // 
            // algaeCaptionTextBox
            // 
            this.algaeCaptionTextBox.CanGrow = true;
            this.algaeCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.8322148323059082D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.algaeCaptionTextBox.Name = "algaeCaptionTextBox";
            this.algaeCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.algaeCaptionTextBox.StyleName = "Caption";
            this.algaeCaptionTextBox.Value = "Algae";
            // 
            // remarkCaptionTextBox
            // 
            this.remarkCaptionTextBox.CanGrow = true;
            this.remarkCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.8086376190185547D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.remarkCaptionTextBox.Name = "remarkCaptionTextBox";
            this.remarkCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.remarkCaptionTextBox.StyleName = "Caption";
            this.remarkCaptionTextBox.Value = "Remark";
            // 
            // userIDCaptionTextBox
            // 
            this.userIDCaptionTextBox.CanGrow = true;
            this.userIDCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.785059928894043D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.userIDCaptionTextBox.Name = "userIDCaptionTextBox";
            this.userIDCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.userIDCaptionTextBox.StyleName = "Caption";
            this.userIDCaptionTextBox.Value = "user ID";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.temperatureSumFunctionTextBox,
            this.salinitySumFunctionTextBox,
            this.dOSumFunctionTextBox,
            this.nSumFunctionTextBox,
            this.nH3SumFunctionTextBox,
            this.alkalintySumFunctionTextBox,
            this.pHSumFunctionTextBox});
            this.reportFooter.Name = "reportFooter";
            this.reportFooter.Style.Visible = true;
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox1.StyleName = "Caption";
            this.textBox1.Value = "Grand total:";
            // 
            // temperatureSumFunctionTextBox
            // 
            this.temperatureSumFunctionTextBox.CanGrow = true;
            this.temperatureSumFunctionTextBox.Format = "{0:N0}";
            this.temperatureSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.99725604057312012D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.temperatureSumFunctionTextBox.Name = "temperatureSumFunctionTextBox";
            this.temperatureSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.temperatureSumFunctionTextBox.StyleName = "Data";
            this.temperatureSumFunctionTextBox.Value = "= AVG(Fields.Temperature)";
            // 
            // salinitySumFunctionTextBox
            // 
            this.salinitySumFunctionTextBox.CanGrow = true;
            this.salinitySumFunctionTextBox.Format = "{0:N0}";
            this.salinitySumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.9736787080764771D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.salinitySumFunctionTextBox.Name = "salinitySumFunctionTextBox";
            this.salinitySumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.salinitySumFunctionTextBox.StyleName = "Data";
            this.salinitySumFunctionTextBox.Value = "= AVG(Fields.Salinity)";
            // 
            // dOSumFunctionTextBox
            // 
            this.dOSumFunctionTextBox.CanGrow = true;
            this.dOSumFunctionTextBox.Format = "{0:N0}";
            this.dOSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.950101375579834D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dOSumFunctionTextBox.Name = "dOSumFunctionTextBox";
            this.dOSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dOSumFunctionTextBox.StyleName = "Data";
            this.dOSumFunctionTextBox.Value = "= AVG(Fields.DO)";
            // 
            // nSumFunctionTextBox
            // 
            this.nSumFunctionTextBox.CanGrow = true;
            this.nSumFunctionTextBox.Format = "{0:N0}";
            this.nSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9265241622924805D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.nSumFunctionTextBox.Name = "nSumFunctionTextBox";
            this.nSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.nSumFunctionTextBox.StyleName = "Data";
            this.nSumFunctionTextBox.Value = "= AVG(Fields.N)";
            // 
            // nH3SumFunctionTextBox
            // 
            this.nH3SumFunctionTextBox.CanGrow = true;
            this.nH3SumFunctionTextBox.Format = "{0:N0}";
            this.nH3SumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.902946949005127D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.nH3SumFunctionTextBox.Name = "nH3SumFunctionTextBox";
            this.nH3SumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.nH3SumFunctionTextBox.StyleName = "Data";
            this.nH3SumFunctionTextBox.Value = "= AVG(Fields.NH3)";
            // 
            // alkalintySumFunctionTextBox
            // 
            this.alkalintySumFunctionTextBox.CanGrow = true;
            this.alkalintySumFunctionTextBox.Format = "{0:N0}";
            this.alkalintySumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.8793692588806152D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.alkalintySumFunctionTextBox.Name = "alkalintySumFunctionTextBox";
            this.alkalintySumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.alkalintySumFunctionTextBox.StyleName = "Data";
            this.alkalintySumFunctionTextBox.Value = "= AVG(Fields.Alkalinty)";
            // 
            // pHSumFunctionTextBox
            // 
            this.pHSumFunctionTextBox.CanGrow = true;
            this.pHSumFunctionTextBox.Format = "{0:N0}";
            this.pHSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.8557920455932617D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pHSumFunctionTextBox.Name = "pHSumFunctionTextBox";
            this.pHSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pHSumFunctionTextBox.StyleName = "Data";
            this.pHSumFunctionTextBox.Value = "= AVG(Fields.PH)";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.3494915962219238D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.3911581039428711D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.3494915962219238D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.80823493003845215D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.761483192443848D), Telerik.Reporting.Drawing.Unit.Inch(0.787401556968689D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Water Parameter PL";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.dateDataTextBox,
            this.temperatureDataTextBox,
            this.salinityDataTextBox,
            this.dODataTextBox,
            this.nDataTextBox,
            this.nH3DataTextBox,
            this.alkalintyDataTextBox,
            this.pHDataTextBox,
            this.algaeDataTextBox,
            this.remarkDataTextBox,
            this.userIDDataTextBox});
            this.detail.Name = "detail";
            // 
            // dateDataTextBox
            // 
            this.dateDataTextBox.CanGrow = true;
            this.dateDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dateDataTextBox.Name = "dateDataTextBox";
            this.dateDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dateDataTextBox.StyleName = "Data";
            this.dateDataTextBox.Value = "= Fields.Date";
            // 
            // temperatureDataTextBox
            // 
            this.temperatureDataTextBox.CanGrow = true;
            this.temperatureDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.99725604057312012D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.temperatureDataTextBox.Name = "temperatureDataTextBox";
            this.temperatureDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.temperatureDataTextBox.StyleName = "Data";
            this.temperatureDataTextBox.Value = "= Fields.Temperature";
            // 
            // salinityDataTextBox
            // 
            this.salinityDataTextBox.CanGrow = true;
            this.salinityDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.9736787080764771D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.salinityDataTextBox.Name = "salinityDataTextBox";
            this.salinityDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.salinityDataTextBox.StyleName = "Data";
            this.salinityDataTextBox.Value = "= Fields.Salinity";
            // 
            // dODataTextBox
            // 
            this.dODataTextBox.CanGrow = true;
            this.dODataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.950101375579834D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dODataTextBox.Name = "dODataTextBox";
            this.dODataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dODataTextBox.StyleName = "Data";
            this.dODataTextBox.Value = "= Fields.DO";
            // 
            // nDataTextBox
            // 
            this.nDataTextBox.CanGrow = true;
            this.nDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9265241622924805D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.nDataTextBox.Name = "nDataTextBox";
            this.nDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.nDataTextBox.StyleName = "Data";
            this.nDataTextBox.Value = "= Fields.N";
            // 
            // nH3DataTextBox
            // 
            this.nH3DataTextBox.CanGrow = true;
            this.nH3DataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.902946949005127D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.nH3DataTextBox.Name = "nH3DataTextBox";
            this.nH3DataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.nH3DataTextBox.StyleName = "Data";
            this.nH3DataTextBox.Value = "= Fields.NH3";
            // 
            // alkalintyDataTextBox
            // 
            this.alkalintyDataTextBox.CanGrow = true;
            this.alkalintyDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.8793692588806152D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.alkalintyDataTextBox.Name = "alkalintyDataTextBox";
            this.alkalintyDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.alkalintyDataTextBox.StyleName = "Data";
            this.alkalintyDataTextBox.Value = "= Fields.Alkalinty";
            // 
            // pHDataTextBox
            // 
            this.pHDataTextBox.CanGrow = true;
            this.pHDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.8557920455932617D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pHDataTextBox.Name = "pHDataTextBox";
            this.pHDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pHDataTextBox.StyleName = "Data";
            this.pHDataTextBox.Value = "= Fields.PH";
            // 
            // algaeDataTextBox
            // 
            this.algaeDataTextBox.CanGrow = true;
            this.algaeDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.8322148323059082D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.algaeDataTextBox.Name = "algaeDataTextBox";
            this.algaeDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.algaeDataTextBox.StyleName = "Data";
            this.algaeDataTextBox.Value = "= Fields.Algae";
            // 
            // remarkDataTextBox
            // 
            this.remarkDataTextBox.CanGrow = true;
            this.remarkDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.8086376190185547D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.remarkDataTextBox.Name = "remarkDataTextBox";
            this.remarkDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.remarkDataTextBox.StyleName = "Data";
            this.remarkDataTextBox.Value = "= Fields.Remark";
            // 
            // userIDDataTextBox
            // 
            this.userIDDataTextBox.CanGrow = true;
            this.userIDDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.785059928894043D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.userIDDataTextBox.Name = "userIDDataTextBox";
            this.userIDDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95558935403823853D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.userIDDataTextBox.StyleName = "Data";
            this.userIDDataTextBox.Value = "= Fields.userID";
            // 
            // PLWaterParameter
            // 
            this.DataSource = this.sqlDataSource1;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.reportFooter,
            this.pageFooter,
            this.reportHeader,
            this.detail});
            this.Name = "PLWaterParameter";
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.25D), Telerik.Reporting.Drawing.Unit.Cm(0.25D), Telerik.Reporting.Drawing.Unit.Cm(0.25D), Telerik.Reporting.Drawing.Unit.Cm(0.25D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.Name = "ProductionCycleIDParameter";
            reportParameter1.Text = "ProductionCycleIDParameter";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            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);
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
            styleRule2.Style.Font.Name = "Calibri";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
            styleRule3.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
            styleRule3.Style.Font.Name = "Calibri";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule4.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
            styleRule4.Style.Font.Name = "Calibri";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule5.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
            styleRule5.Style.Font.Name = "Calibri";
            styleRule5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4,
            styleRule5});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(10.761483192443848D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.articlesCaptionTextBox = new Telerik.Reporting.TextBox();
            this.customerNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.formulationIdCaptionTextBox = new Telerik.Reporting.TextBox();
            this.mediaContainerCaptionTextBox = new Telerik.Reporting.TextBox();
            this.methodNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.methodNumberNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.rinseCaptionTextBox = new Telerik.Reporting.TextBox();
            this.sampleNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.testNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.arlNumberCaptionTextBox = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.ds = new Telerik.Reporting.ObjectDataSource();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.reportNameTextBox = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.arlNumberDataTextBox = new Telerik.Reporting.TextBox();
            this.articlesDataTextBox = new Telerik.Reporting.TextBox();
            this.customerNameDataTextBox = new Telerik.Reporting.TextBox();
            this.dilutionDataTextBox = new Telerik.Reporting.TextBox();
            this.formulationIdDataTextBox = new Telerik.Reporting.TextBox();
            this.mediaContainerDataTextBox = new Telerik.Reporting.TextBox();
            this.methodNameDataTextBox = new Telerik.Reporting.TextBox();
            this.methodNumberNameDataTextBox = new Telerik.Reporting.TextBox();
            this.rinseDataTextBox = new Telerik.Reporting.TextBox();
            this.sampleNameDataTextBox = new Telerik.Reporting.TextBox();
            this.testNameDataTextBox = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40000027418136597D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.articlesCaptionTextBox,
            this.customerNameCaptionTextBox,
            this.formulationIdCaptionTextBox,
            this.mediaContainerCaptionTextBox,
            this.methodNameCaptionTextBox,
            this.methodNumberNameCaptionTextBox,
            this.rinseCaptionTextBox,
            this.sampleNameCaptionTextBox,
            this.testNameCaptionTextBox,
            this.arlNumberCaptionTextBox,
            this.textBox1});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // articlesCaptionTextBox
            // 
            this.articlesCaptionTextBox.CanGrow = true;
            this.articlesCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1692459583282471D), Telerik.Reporting.Drawing.Unit.Inch(-2.4835269396561444E-09D));
            this.articlesCaptionTextBox.Name = "articlesCaptionTextBox";
            this.articlesCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78816878795623779D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.articlesCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.articlesCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.articlesCaptionTextBox.Style.Font.Bold = true;
            this.articlesCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.articlesCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.articlesCaptionTextBox.StyleName = "Caption";
            this.articlesCaptionTextBox.Value = "No of Articles";
            // 
            // customerNameCaptionTextBox
            // 
            this.customerNameCaptionTextBox.CanGrow = true;
            this.customerNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.2997574806213379D), Telerik.Reporting.Drawing.Unit.Inch(2.384185791015625E-07D));
            this.customerNameCaptionTextBox.Name = "customerNameCaptionTextBox";
            this.customerNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1258013248443604D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.customerNameCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.customerNameCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.customerNameCaptionTextBox.Style.Font.Bold = true;
            this.customerNameCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.customerNameCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.customerNameCaptionTextBox.StyleName = "Caption";
            this.customerNameCaptionTextBox.Value = "Client";
            // 
            // formulationIdCaptionTextBox
            // 
            this.formulationIdCaptionTextBox.CanGrow = true;
            this.formulationIdCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.5773239135742188D), Telerik.Reporting.Drawing.Unit.Inch(2.384185791015625E-07D));
            this.formulationIdCaptionTextBox.Name = "formulationIdCaptionTextBox";
            this.formulationIdCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.86017692089080811D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.formulationIdCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.formulationIdCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.formulationIdCaptionTextBox.Style.Font.Bold = true;
            this.formulationIdCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.formulationIdCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.formulationIdCaptionTextBox.StyleName = "Caption";
            this.formulationIdCaptionTextBox.Value = "Formulation Id";
            // 
            // mediaContainerCaptionTextBox
            // 
            this.mediaContainerCaptionTextBox.CanGrow = true;
            this.mediaContainerCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5258808135986328D), Telerik.Reporting.Drawing.Unit.Inch(7.9472862068996619E-08D));
            this.mediaContainerCaptionTextBox.Name = "mediaContainerCaptionTextBox";
            this.mediaContainerCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.69871795177459717D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.mediaContainerCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.mediaContainerCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.mediaContainerCaptionTextBox.Style.Font.Bold = true;
            this.mediaContainerCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.mediaContainerCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.mediaContainerCaptionTextBox.StyleName = "Caption";
            this.mediaContainerCaptionTextBox.Value = "Media Container";
            // 
            // methodNameCaptionTextBox
            // 
            this.methodNameCaptionTextBox.CanGrow = true;
            this.methodNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.9574935436248779D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.methodNameCaptionTextBox.Name = "methodNameCaptionTextBox";
            this.methodNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2981154918670654D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.methodNameCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.methodNameCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.methodNameCaptionTextBox.Style.Font.Bold = true;
            this.methodNameCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.methodNameCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.methodNameCaptionTextBox.StyleName = "Caption";
            this.methodNameCaptionTextBox.Value = "Method Name";
            // 
            // methodNumberNameCaptionTextBox
            // 
            this.methodNumberNameCaptionTextBox.CanGrow = true;
            this.methodNumberNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2645840644836426D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.methodNumberNameCaptionTextBox.Name = "methodNumberNameCaptionTextBox";
            this.methodNumberNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2612179517745972D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.methodNumberNameCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.methodNumberNameCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.methodNumberNameCaptionTextBox.Style.Font.Bold = true;
            this.methodNumberNameCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.methodNumberNameCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.methodNumberNameCaptionTextBox.StyleName = "Caption";
            this.methodNumberNameCaptionTextBox.Value = "Method #";
            // 
            // rinseCaptionTextBox
            // 
            this.rinseCaptionTextBox.CanGrow = true;
            this.rinseCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.7780442237854D), Telerik.Reporting.Drawing.Unit.Inch(2.384185791015625E-07D));
            this.rinseCaptionTextBox.Name = "rinseCaptionTextBox";
            this.rinseCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.521634578704834D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.rinseCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.rinseCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.rinseCaptionTextBox.Style.Font.Bold = true;
            this.rinseCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.rinseCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.rinseCaptionTextBox.StyleName = "Caption";
            this.rinseCaptionTextBox.Value = "Rinse";
            // 
            // sampleNameCaptionTextBox
            // 
            this.sampleNameCaptionTextBox.CanGrow = true;
            this.sampleNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.4256372451782227D), Telerik.Reporting.Drawing.Unit.Inch(2.384185791015625E-07D));
            this.sampleNameCaptionTextBox.Name = "sampleNameCaptionTextBox";
            this.sampleNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1516083478927612D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.sampleNameCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.sampleNameCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.sampleNameCaptionTextBox.Style.Font.Bold = true;
            this.sampleNameCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.sampleNameCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.sampleNameCaptionTextBox.StyleName = "Caption";
            this.sampleNameCaptionTextBox.Value = "Description";
            // 
            // testNameCaptionTextBox
            // 
            this.testNameCaptionTextBox.CanGrow = true;
            this.testNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.82652366161346436D), Telerik.Reporting.Drawing.Unit.Inch(-2.4835269396561444E-09D));
            this.testNameCaptionTextBox.Name = "testNameCaptionTextBox";
            this.testNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3426433801651D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.testNameCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.testNameCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.testNameCaptionTextBox.Style.Font.Bold = true;
            this.testNameCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.testNameCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.testNameCaptionTextBox.StyleName = "Caption";
            this.testNameCaptionTextBox.Value = "Test Name";
            // 
            // arlNumberCaptionTextBox
            // 
            this.arlNumberCaptionTextBox.CanGrow = true;
            this.arlNumberCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.arlNumberCaptionTextBox.Name = "arlNumberCaptionTextBox";
            this.arlNumberCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.80561149120330811D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.arlNumberCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.arlNumberCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.arlNumberCaptionTextBox.Style.Font.Bold = true;
            this.arlNumberCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.arlNumberCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.arlNumberCaptionTextBox.StyleName = "Caption";
            this.arlNumberCaptionTextBox.Value = "Sample #";
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.2246780395507812D), Telerik.Reporting.Drawing.Unit.Inch(2.384185791015625E-07D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.55336636304855347D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.textBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox1.Style.Font.Bold = true;
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox1.StyleName = "Caption";
            this.textBox1.Value = "Dilution";
            // 
            // ds
            // 
            this.ds.DataMember = "GetSterilityFungalBeginData";
            this.ds.DataSource = "ServiceHost.Implementation.ReportDataService.OrderReportService, ServiceHost.Impl" +
    "ementation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";
            this.ds.Name = "ds";
            this.ds.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
            new Telerik.Reporting.ObjectDataSourceParameter("token", typeof(string), "=Parameters.token.Value"),
            new Telerik.Reporting.ObjectDataSourceParameter("workListDate", typeof(System.DateTime), "=Parameters.workListDate.Value")});
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.reportNameTextBox});
            this.pageHeader.Name = "pageHeader";
            // 
            // reportNameTextBox
            // 
            this.reportNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.reportNameTextBox.Name = "reportNameTextBox";
            this.reportNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.416666984558106D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.reportNameTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.reportNameTextBox.StyleName = "PageInfo";
            this.reportNameTextBox.Value = "Sterility and Fungal - (Date To Begin) {Parameters.workListDate.Value.Date.ToStri" +
    "ng(\"MM/dd/yyyy\")}";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.1979165077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2395834922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.1979165077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40000009536743164D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.arlNumberDataTextBox,
            this.articlesDataTextBox,
            this.customerNameDataTextBox,
            this.dilutionDataTextBox,
            this.formulationIdDataTextBox,
            this.mediaContainerDataTextBox,
            this.methodNameDataTextBox,
            this.methodNumberNameDataTextBox,
            this.rinseDataTextBox,
            this.sampleNameDataTextBox,
            this.testNameDataTextBox});
            this.detail.Name = "detail";
            // 
            // arlNumberDataTextBox
            // 
            this.arlNumberDataTextBox.CanGrow = true;
            this.arlNumberDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.010416666977107525D));
            this.arlNumberDataTextBox.Name = "arlNumberDataTextBox";
            this.arlNumberDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.80561149120330811D), Telerik.Reporting.Drawing.Unit.Inch(0.38958349823951721D));
            this.arlNumberDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.arlNumberDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.arlNumberDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.arlNumberDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.arlNumberDataTextBox.StyleName = "Data";
            this.arlNumberDataTextBox.Value = "=Fields.ArlNumber";
            // 
            // articlesDataTextBox
            // 
            this.articlesDataTextBox.CanGrow = true;
            this.articlesDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1692459583282471D), Telerik.Reporting.Drawing.Unit.Inch(0.00812623929232359D));
            this.articlesDataTextBox.Name = "articlesDataTextBox";
            this.articlesDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78816878795623779D), Telerik.Reporting.Drawing.Unit.Inch(0.38958343863487244D));
            this.articlesDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.articlesDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.articlesDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.articlesDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.articlesDataTextBox.StyleName = "Data";
            this.articlesDataTextBox.Value = "=Fields.Articles";
            // 
            // customerNameDataTextBox
            // 
            this.customerNameDataTextBox.CanGrow = true;
            this.customerNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.2997574806213379D), Telerik.Reporting.Drawing.Unit.Inch(0.0081262588500976562D));
            this.customerNameDataTextBox.Name = "customerNameDataTextBox";
            this.customerNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1258013248443604D), Telerik.Reporting.Drawing.Unit.Inch(0.38958343863487244D));
            this.customerNameDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.customerNameDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.customerNameDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.customerNameDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.customerNameDataTextBox.StyleName = "Data";
            this.customerNameDataTextBox.Value = "=Fields.CustomerName";
            // 
            // dilutionDataTextBox
            // 
            this.dilutionDataTextBox.CanGrow = true;
            this.dilutionDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.2246780395507812D), Telerik.Reporting.Drawing.Unit.Inch(0.0081262588500976562D));
            this.dilutionDataTextBox.Name = "dilutionDataTextBox";
            this.dilutionDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.55336636304855347D), Telerik.Reporting.Drawing.Unit.Inch(0.38958343863487244D));
            this.dilutionDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.dilutionDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.dilutionDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.dilutionDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.dilutionDataTextBox.StyleName = "Data";
            this.dilutionDataTextBox.Value = "=Fields.Dilution";
            // 
            // formulationIdDataTextBox
            // 
            this.formulationIdDataTextBox.CanGrow = true;
            this.formulationIdDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.5773248672485352D), Telerik.Reporting.Drawing.Unit.Inch(0.0081262588500976562D));
            this.formulationIdDataTextBox.Name = "formulationIdDataTextBox";
            this.formulationIdDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.86017692089080811D), Telerik.Reporting.Drawing.Unit.Inch(0.38958343863487244D));
            this.formulationIdDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.formulationIdDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.formulationIdDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.formulationIdDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.formulationIdDataTextBox.StyleName = "Data";
            this.formulationIdDataTextBox.Value = "=Fields.FormulationId";
            // 
            // mediaContainerDataTextBox
            // 
            this.mediaContainerDataTextBox.CanGrow = true;
            this.mediaContainerDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5258808135986328D), Telerik.Reporting.Drawing.Unit.Inch(0.0081262588500976562D));
            this.mediaContainerDataTextBox.Name = "mediaContainerDataTextBox";
            this.mediaContainerDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.69871795177459717D), Telerik.Reporting.Drawing.Unit.Inch(0.38958343863487244D));
            this.mediaContainerDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.mediaContainerDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.mediaContainerDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.mediaContainerDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.mediaContainerDataTextBox.StyleName = "Data";
            this.mediaContainerDataTextBox.Value = "=Fields.MediaContainer";
            // 
            // methodNameDataTextBox
            // 
            this.methodNameDataTextBox.CanGrow = true;
            this.methodNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.9574935436248779D), Telerik.Reporting.Drawing.Unit.Inch(0.0081262588500976562D));
            this.methodNameDataTextBox.Name = "methodNameDataTextBox";
            this.methodNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.298115611076355D), Telerik.Reporting.Drawing.Unit.Inch(0.38958334922790527D));
            this.methodNameDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.methodNameDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.methodNameDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.methodNameDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.methodNameDataTextBox.StyleName = "Data";
            this.methodNameDataTextBox.Value = "=Fields.MethodName";
            // 
            // methodNumberNameDataTextBox
            // 
            this.methodNumberNameDataTextBox.CanGrow = true;
            this.methodNumberNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2645840644836426D), Telerik.Reporting.Drawing.Unit.Inch(0.010416666977107525D));
            this.methodNumberNameDataTextBox.Name = "methodNumberNameDataTextBox";
            this.methodNumberNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2612179517745972D), Telerik.Reporting.Drawing.Unit.Inch(0.38958343863487244D));
            this.methodNumberNameDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.methodNumberNameDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.methodNumberNameDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.methodNumberNameDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.methodNumberNameDataTextBox.StyleName = "Data";
            this.methodNumberNameDataTextBox.Value = "=Fields.MethodNumberName";
            // 
            // rinseDataTextBox
            // 
            this.rinseDataTextBox.CanGrow = true;
            this.rinseDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.7780442237854D), Telerik.Reporting.Drawing.Unit.Inch(0.0081262588500976562D));
            this.rinseDataTextBox.Name = "rinseDataTextBox";
            this.rinseDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.521634578704834D), Telerik.Reporting.Drawing.Unit.Inch(0.38958343863487244D));
            this.rinseDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.rinseDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.rinseDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.rinseDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.rinseDataTextBox.StyleName = "Data";
            this.rinseDataTextBox.Value = "=Fields.Rinse";
            // 
            // sampleNameDataTextBox
            // 
            this.sampleNameDataTextBox.CanGrow = true;
            this.sampleNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.4256372451782227D), Telerik.Reporting.Drawing.Unit.Inch(0.0081262588500976562D));
            this.sampleNameDataTextBox.Name = "sampleNameDataTextBox";
            this.sampleNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1516083478927612D), Telerik.Reporting.Drawing.Unit.Inch(0.38958343863487244D));
            this.sampleNameDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.sampleNameDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.sampleNameDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.sampleNameDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.sampleNameDataTextBox.StyleName = "Data";
            this.sampleNameDataTextBox.Value = "=Fields.SampleName";
            // 
            // testNameDataTextBox
            // 
            this.testNameDataTextBox.CanGrow = true;
            this.testNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.82652360200881958D), Telerik.Reporting.Drawing.Unit.Inch(0.010416957549750805D));
            this.testNameDataTextBox.Name = "testNameDataTextBox";
            this.testNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3426433801651D), Telerik.Reporting.Drawing.Unit.Inch(0.38958349823951721D));
            this.testNameDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.testNameDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.testNameDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.testNameDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.testNameDataTextBox.StyleName = "Data";
            this.testNameDataTextBox.Value = "=Fields.TestName";
            // 
            // ReportSterilityFungalBegin
            // 
            this.DataSource = this.ds;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportFooter,
            this.detail});
            this.Name = "WorklistForMicro";
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.Name = "token";
            reportParameter1.Text = "token";
            reportParameter1.Value = "1";
            reportParameter2.Name = "workListDate";
            reportParameter2.Text = "workListDate";
            reportParameter2.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter2.Value = "= Now()";
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.Black;
            styleRule1.Style.Font.Bold = true;
            styleRule1.Style.Font.Italic = false;
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule1.Style.Font.Strikeout = false;
            styleRule1.Style.Font.Underline = false;
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(10.458333015441895D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
        /// <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(MonthlyUtilizationReport));
            Telerik.Reporting.TableGroup tableGroup1 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup2 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup3 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup4 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup5 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup6 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup7 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup8 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup9 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup10 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup11 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup12 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup13 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup14 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup15 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup16 = new Telerik.Reporting.TableGroup();
            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();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule6 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule7 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector();
            this.textBox47 = new Telerik.Reporting.TextBox();
            this.textBox48 = new Telerik.Reporting.TextBox();
            this.textBox49 = new Telerik.Reporting.TextBox();
            this.textBox50 = new Telerik.Reporting.TextBox();
            this.textBox51 = new Telerik.Reporting.TextBox();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.textBox23 = new Telerik.Reporting.TextBox();
            this.textBox24 = new Telerik.Reporting.TextBox();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.shape1 = new Telerik.Reporting.Shape();
            this.textBox46 = new Telerik.Reporting.TextBox();
            this.textBox77 = new Telerik.Reporting.TextBox();
            this.textBox78 = new Telerik.Reporting.TextBox();
            this.shape2 = new Telerik.Reporting.Shape();
            this.shape3 = new Telerik.Reporting.Shape();
            this.textBox79 = new Telerik.Reporting.TextBox();
            this.textBox80 = new Telerik.Reporting.TextBox();
            this.shape4 = new Telerik.Reporting.Shape();
            this.textBox81 = new Telerik.Reporting.TextBox();
            this.table1 = new Telerik.Reporting.Table();
            this.textBox53 = new Telerik.Reporting.TextBox();
            this.textBox54 = new Telerik.Reporting.TextBox();
            this.textBox55 = new Telerik.Reporting.TextBox();
            this.textBox56 = new Telerik.Reporting.TextBox();
            this.textBox57 = new Telerik.Reporting.TextBox();
            this.ForthSubReports = new Telerik.Reporting.ObjectDataSource();
            this.table2 = new Telerik.Reporting.Table();
            this.textBox25 = new Telerik.Reporting.TextBox();
            this.textBox26 = new Telerik.Reporting.TextBox();
            this.textBox27 = new Telerik.Reporting.TextBox();
            this.ThirdSubReports = new Telerik.Reporting.ObjectDataSource();
            this.table3 = new Telerik.Reporting.Table();
            this.textBox14 = new Telerik.Reporting.TextBox();
            this.textBox15 = new Telerik.Reporting.TextBox();
            this.SecondSubReports = new Telerik.Reporting.ObjectDataSource();
            this.table4 = new Telerik.Reporting.Table();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.FirstSubReports = new Telerik.Reporting.ObjectDataSource();
            this.panel1 = new Telerik.Reporting.Panel();
            this.RegNumbers = new Telerik.Reporting.ObjectDataSource();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // textBox47
            // 
            this.textBox47.Name = "textBox47";
            this.textBox47.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0599565505981445D), Telerik.Reporting.Drawing.Unit.Cm(0.99687451124191284D));
            this.textBox47.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox47.StyleName = "Normal.TableHeader";
            this.textBox47.Value = "";
            // 
            // textBox48
            // 
            this.textBox48.Name = "textBox48";
            this.textBox48.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0599565505981445D), Telerik.Reporting.Drawing.Unit.Cm(0.99687451124191284D));
            this.textBox48.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox48.Style.Font.Name = "Times New Roman";
            this.textBox48.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox48.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox48.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
            this.textBox48.StyleName = "Normal.TableHeader";
            this.textBox48.Value = "Nose \r\nLanding Gear";
            // 
            // textBox49
            // 
            this.textBox49.Name = "textBox49";
            this.textBox49.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0599565505981445D), Telerik.Reporting.Drawing.Unit.Cm(0.99687451124191284D));
            this.textBox49.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox49.Style.Font.Name = "Times New Roman";
            this.textBox49.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox49.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox49.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
            this.textBox49.StyleName = "Normal.TableHeader";
            this.textBox49.Value = "Left \r\nLanding Gear";
            // 
            // textBox50
            // 
            this.textBox50.Name = "textBox50";
            this.textBox50.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0599565505981445D), Telerik.Reporting.Drawing.Unit.Cm(0.99687451124191284D));
            this.textBox50.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox50.Style.Font.Name = "Times New Roman";
            this.textBox50.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox50.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox50.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
            this.textBox50.StyleName = "Normal.TableHeader";
            this.textBox50.Value = "Right \r\nLanding Gear";
            // 
            // textBox51
            // 
            this.textBox51.Name = "textBox51";
            this.textBox51.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0599565505981445D), Telerik.Reporting.Drawing.Unit.Cm(0.99687451124191284D));
            this.textBox51.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox51.Style.Font.Name = "Times New Roman";
            this.textBox51.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox51.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox51.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
            this.textBox51.StyleName = "Normal.TableHeader";
            this.textBox51.Value = "APU";
            // 
            // textBox22
            // 
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox22.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox22.StyleName = "Normal.TableHeader";
            this.textBox22.Value = "";
            // 
            // textBox23
            // 
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox23.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox23.Style.Font.Name = "Times New Roman";
            this.textBox23.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox23.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
            this.textBox23.StyleName = "Normal.TableHeader";
            this.textBox23.Value = "POSITION NO.1";
            // 
            // textBox24
            // 
            this.textBox24.Name = "textBox24";
            this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox24.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox24.Style.Font.Name = "Times New Roman";
            this.textBox24.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox24.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
            this.textBox24.StyleName = "Normal.TableHeader";
            this.textBox24.Value = "POSITION NO.2";
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.13229165971279144D);
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.500200271606445D), Telerik.Reporting.Drawing.Unit.Cm(1.0677083730697632D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9999992847442627D), Telerik.Reporting.Drawing.Unit.Cm(0.70583343505859375D));
            this.textBox1.Style.Font.Bold = true;
            this.textBox1.Style.Font.Name = "Times New Roman";
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox1.Value = "Report Date:";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(12.067707061767578D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox2,
            this.textBox3,
            this.shape1,
            this.textBox46,
            this.textBox77,
            this.textBox78,
            this.shape2,
            this.shape3,
            this.textBox79,
            this.textBox80,
            this.shape4,
            this.textBox1,
            this.textBox81,
            this.table1,
            this.table2,
            this.table3,
            this.table4});
            this.detail.Name = "detail";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D), Telerik.Reporting.Drawing.Unit.Cm(1.4405336380004883D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(0.62677496671676636D));
            this.textBox2.Style.Font.Name = "Times New Roman";
            this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox2.Value = "To:";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(2.0675086975097656D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.5D), Telerik.Reporting.Drawing.Unit.Cm(0.60000008344650269D));
            this.textBox3.Style.Font.Name = "Times New Roman";
            this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox3.Value = "From: Sichuan Airlines Co., Ltd";
            // 
            // shape1
            // 
            this.shape1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(2.6677086353302D));
            this.shape1.Name = "shape1";
            this.shape1.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
            this.shape1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.299901008605957D), Telerik.Reporting.Drawing.Unit.Cm(0.20020014047622681D));
            // 
            // textBox46
            // 
            this.textBox46.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.5264585018157959D), Telerik.Reporting.Drawing.Unit.Cm(5.867708683013916D));
            this.textBox46.Name = "textBox46";
            this.textBox46.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.24708366394043D), Telerik.Reporting.Drawing.Unit.Cm(0.59999889135360718D));
            this.textBox46.Style.Font.Bold = true;
            this.textBox46.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox46.Value = "(NOTE: In case of an engine removal, please note the date of on-wing or off-wing)" +
    ".";
            // 
            // textBox77
            // 
            this.textBox77.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.5264585018157959D), Telerik.Reporting.Drawing.Unit.Cm(8.7677078247070312D));
            this.textBox77.Name = "textBox77";
            this.textBox77.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.24708366394043D), Telerik.Reporting.Drawing.Unit.Cm(1.3000013828277588D));
            this.textBox77.Style.Font.Bold = true;
            this.textBox77.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox77.Value = resources.GetString("textBox77.Value");
            // 
            // textBox78
            // 
            this.textBox78.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.70020031929016113D), Telerik.Reporting.Drawing.Unit.Cm(10.867708206176758D));
            this.textBox78.Name = "textBox78";
            this.textBox78.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Cm(0.499998539686203D));
            this.textBox78.Style.Font.Bold = true;
            this.textBox78.Value = "EDIT:";
            // 
            // shape2
            // 
            this.shape2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.9002001285552979D), Telerik.Reporting.Drawing.Unit.Cm(11.235413551330566D));
            this.shape2.Name = "shape2";
            this.shape2.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
            this.shape2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.13229165971279144D));
            // 
            // shape3
            // 
            this.shape3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.1002001762390137D), Telerik.Reporting.Drawing.Unit.Cm(11.238124847412109D));
            this.shape3.Name = "shape3";
            this.shape3.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
            this.shape3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.13229165971279144D));
            // 
            // textBox79
            // 
            this.textBox79.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.3999996185302734D), Telerik.Reporting.Drawing.Unit.Cm(10.867708206176758D));
            this.textBox79.Name = "textBox79";
            this.textBox79.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.700000524520874D), Telerik.Reporting.Drawing.Unit.Cm(0.499998539686203D));
            this.textBox79.Style.Font.Bold = true;
            this.textBox79.Value = "REVIEW: ";
            // 
            // textBox80
            // 
            this.textBox80.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.500200271606445D), Telerik.Reporting.Drawing.Unit.Cm(10.867708206176758D));
            this.textBox80.Name = "textBox80";
            this.textBox80.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Cm(0.499998539686203D));
            this.textBox80.Style.Font.Bold = true;
            this.textBox80.Value = "VISA:";
            // 
            // shape4
            // 
            this.shape4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.6003999710083D), Telerik.Reporting.Drawing.Unit.Cm(11.238124847412109D));
            this.shape4.Name = "shape4";
            this.shape4.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
            this.shape4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.13229165971279144D));
            // 
            // textBox81
            // 
            this.textBox81.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox81.Name = "textBox81";
            this.textBox81.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.3000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox81.Style.Font.Bold = true;
            this.textBox81.Style.Font.Name = "Times New Roman";
            this.textBox81.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox81.Style.Font.Underline = true;
            this.textBox81.Value = "Monthly Utilization Report";
            // 
            // table1
            // 
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(3.0599563121795654D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(3.0599563121795654D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(3.0599563121795654D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(3.0599563121795654D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(3.0599563121795654D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.59999954700469971D)));
            this.table1.Body.SetCellContent(0, 0, this.textBox53);
            this.table1.Body.SetCellContent(0, 1, this.textBox54);
            this.table1.Body.SetCellContent(0, 2, this.textBox55);
            this.table1.Body.SetCellContent(0, 3, this.textBox56);
            this.table1.Body.SetCellContent(0, 4, this.textBox57);
            tableGroup1.ReportItem = this.textBox47;
            tableGroup2.ReportItem = this.textBox48;
            tableGroup3.ReportItem = this.textBox49;
            tableGroup4.ReportItem = this.textBox50;
            tableGroup5.ReportItem = this.textBox51;
            this.table1.ColumnGroups.Add(tableGroup1);
            this.table1.ColumnGroups.Add(tableGroup2);
            this.table1.ColumnGroups.Add(tableGroup3);
            this.table1.ColumnGroups.Add(tableGroup4);
            this.table1.ColumnGroups.Add(tableGroup5);
            this.table1.DataSource = this.ForthSubReports;
            this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox53,
            this.textBox54,
            this.textBox55,
            this.textBox56,
            this.textBox57,
            this.textBox47,
            this.textBox48,
            this.textBox49,
            this.textBox50,
            this.textBox51});
            this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00011950174666708335D), Telerik.Reporting.Drawing.Unit.Cm(6.7677083015441895D));
            this.table1.Name = "table1";
            tableGroup6.Groupings.Add(new Telerik.Reporting.Grouping(null));
            tableGroup6.Name = "Detail";
            this.table1.RowGroups.Add(tableGroup6);
            this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.29978084564209D), Telerik.Reporting.Drawing.Unit.Cm(1.5968741178512573D));
            this.table1.StyleName = "Normal.TableNormal";
            // 
            // textBox53
            // 
            this.textBox53.Name = "textBox53";
            this.textBox53.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0599565505981445D), Telerik.Reporting.Drawing.Unit.Cm(0.59999954700469971D));
            this.textBox53.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox53.Style.Font.Name = "Times New Roman";
            this.textBox53.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox53.StyleName = "Normal.TableBody";
            this.textBox53.Value = "=Fields.Title";
            // 
            // textBox54
            // 
            this.textBox54.Name = "textBox54";
            this.textBox54.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0599565505981445D), Telerik.Reporting.Drawing.Unit.Cm(0.59999954700469971D));
            this.textBox54.Style.Font.Name = "Times New Roman";
            this.textBox54.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox54.StyleName = "Normal.TableBody";
            this.textBox54.Value = "=Fields.FirstValue";
            // 
            // textBox55
            // 
            this.textBox55.Name = "textBox55";
            this.textBox55.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0599565505981445D), Telerik.Reporting.Drawing.Unit.Cm(0.59999954700469971D));
            this.textBox55.Style.Font.Name = "Times New Roman";
            this.textBox55.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox55.StyleName = "Normal.TableBody";
            this.textBox55.Value = "=Fields.SecondValue";
            // 
            // textBox56
            // 
            this.textBox56.Name = "textBox56";
            this.textBox56.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0599565505981445D), Telerik.Reporting.Drawing.Unit.Cm(0.59999954700469971D));
            this.textBox56.Style.Font.Name = "Times New Roman";
            this.textBox56.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox56.StyleName = "Normal.TableBody";
            this.textBox56.Value = "=Fields.ThirdValue";
            // 
            // textBox57
            // 
            this.textBox57.Name = "textBox57";
            this.textBox57.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0599565505981445D), Telerik.Reporting.Drawing.Unit.Cm(0.59999954700469971D));
            this.textBox57.Style.Font.Name = "Times New Roman";
            this.textBox57.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox57.StyleName = "Normal.TableBody";
            this.textBox57.Value = "=Fields.ForthValue";
            // 
            // ForthSubReports
            // 
            this.ForthSubReports.DataMember = "GetForthSubReports";
            this.ForthSubReports.DataSource = "ReportViewer.UtilizationReport.UtilizationReport, ReportViewer, Version=1.0.0.0, " +
    "Culture=neutral, PublicKeyToken=null";
            this.ForthSubReports.Name = "ForthSubReports";
            this.ForthSubReports.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
            new Telerik.Reporting.ObjectDataSourceParameter("regNumber", typeof(string), "= Parameters.regNumber.Value")});
            // 
            // table2
            // 
            this.table2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(5.100001335144043D)));
            this.table2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(5.100001335144043D)));
            this.table2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(5.100001335144043D)));
            this.table2.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.5D)));
            this.table2.Body.SetCellContent(0, 0, this.textBox25);
            this.table2.Body.SetCellContent(0, 1, this.textBox26);
            this.table2.Body.SetCellContent(0, 2, this.textBox27);
            tableGroup7.ReportItem = this.textBox22;
            tableGroup8.ReportItem = this.textBox23;
            tableGroup9.ReportItem = this.textBox24;
            this.table2.ColumnGroups.Add(tableGroup7);
            this.table2.ColumnGroups.Add(tableGroup8);
            this.table2.ColumnGroups.Add(tableGroup9);
            this.table2.DataSource = this.ThirdSubReports;
            this.table2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox25,
            this.textBox26,
            this.textBox27,
            this.textBox22,
            this.textBox23,
            this.textBox24});
            this.table2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D), Telerik.Reporting.Drawing.Unit.Cm(4.6677083969116211D));
            this.table2.Name = "table2";
            tableGroup10.Groupings.Add(new Telerik.Reporting.Grouping(null));
            tableGroup10.Name = "Detail";
            this.table2.RowGroups.Add(tableGroup10);
            this.table2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.300000190734863D), Telerik.Reporting.Drawing.Unit.Cm(1D));
            this.table2.StyleName = "Normal.TableNormal";
            // 
            // textBox25
            // 
            this.textBox25.Name = "textBox25";
            this.textBox25.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox25.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox25.Style.Font.Name = "Times New Roman";
            this.textBox25.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox25.StyleName = "Normal.TableBody";
            this.textBox25.Value = "=Fields.Title";
            // 
            // textBox26
            // 
            this.textBox26.Name = "textBox26";
            this.textBox26.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox26.Style.Font.Name = "Times New Roman";
            this.textBox26.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox26.StyleName = "Normal.TableBody";
            this.textBox26.Value = "=Fields.FirstValue";
            // 
            // textBox27
            // 
            this.textBox27.Name = "textBox27";
            this.textBox27.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox27.Style.Font.Name = "Times New Roman";
            this.textBox27.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox27.StyleName = "Normal.TableBody";
            this.textBox27.Value = "=Fields.SecondValue";
            // 
            // ThirdSubReports
            // 
            this.ThirdSubReports.DataMember = "GetThirdSubReports";
            this.ThirdSubReports.DataSource = "ReportViewer.UtilizationReport.UtilizationReport, ReportViewer, Version=1.0.0.0, " +
    "Culture=neutral, PublicKeyToken=null";
            this.ThirdSubReports.Name = "ThirdSubReports";
            this.ThirdSubReports.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
            new Telerik.Reporting.ObjectDataSourceParameter("regNumber", typeof(string), "= Parameters.regNumber.Value")});
            // 
            // table3
            // 
            this.table3.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(7.6499004364013672D)));
            this.table3.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(7.6499004364013672D)));
            this.table3.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.5D)));
            this.table3.Body.SetCellContent(0, 0, this.textBox14);
            this.table3.Body.SetCellContent(0, 1, this.textBox15);
            this.table3.ColumnGroups.Add(tableGroup11);
            this.table3.ColumnGroups.Add(tableGroup12);
            this.table3.DataSource = this.SecondSubReports;
            this.table3.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox14,
            this.textBox15});
            this.table3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D), Telerik.Reporting.Drawing.Unit.Cm(3.8677084445953369D));
            this.table3.Name = "table3";
            tableGroup13.Groupings.Add(new Telerik.Reporting.Grouping(null));
            tableGroup13.Name = "Detail";
            this.table3.RowGroups.Add(tableGroup13);
            this.table3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.299800872802734D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.table3.StyleName = "Normal.TableNormal";
            // 
            // textBox14
            // 
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.6499004364013672D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox14.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox14.Style.Font.Name = "Times New Roman";
            this.textBox14.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox14.StyleName = "Normal.TableBody";
            this.textBox14.Value = "=Fields.Title";
            // 
            // textBox15
            // 
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.6499004364013672D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox15.Style.Font.Name = "Times New Roman";
            this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox15.StyleName = "Normal.TableBody";
            this.textBox15.Value = "=Fields.FirstValue";
            // 
            // SecondSubReports
            // 
            this.SecondSubReports.DataMember = "GetSecondSubReports";
            this.SecondSubReports.DataSource = "ReportViewer.UtilizationReport.UtilizationReport, ReportViewer, Version=1.0.0.0, " +
    "Culture=neutral, PublicKeyToken=null";
            this.SecondSubReports.Name = "SecondSubReports";
            this.SecondSubReports.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
            new Telerik.Reporting.ObjectDataSourceParameter("regNumber", typeof(string), "= Parameters.regNumber.Value")});
            // 
            // table4
            // 
            this.table4.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(7.6499505043029785D)));
            this.table4.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(7.6499505043029785D)));
            this.table4.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.5D)));
            this.table4.Body.SetCellContent(0, 0, this.textBox6);
            this.table4.Body.SetCellContent(0, 1, this.textBox7);
            this.table4.ColumnGroups.Add(tableGroup14);
            this.table4.ColumnGroups.Add(tableGroup15);
            this.table4.DataSource = this.FirstSubReports;
            this.table4.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox6,
            this.textBox7});
            this.table4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D), Telerik.Reporting.Drawing.Unit.Cm(3.0677082538604736D));
            this.table4.Name = "table4";
            tableGroup16.Groupings.Add(new Telerik.Reporting.Grouping(null));
            tableGroup16.Name = "Detail";
            this.table4.RowGroups.Add(tableGroup16);
            this.table4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.299901008605957D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.table4.StyleName = "Normal.TableNormal";
            // 
            // textBox6
            // 
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.6499505043029785D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox6.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.textBox6.Style.Font.Name = "Times New Roman";
            this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox6.StyleName = "Normal.TableBody";
            this.textBox6.Value = "=Fields.Title";
            // 
            // textBox7
            // 
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.6499505043029785D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox7.Style.Font.Bold = true;
            this.textBox7.Style.Font.Name = "Times New Roman";
            this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox7.StyleName = "Normal.TableBody";
            this.textBox7.Value = "=Fields.FirstValue";
            // 
            // FirstSubReports
            // 
            this.FirstSubReports.DataMember = "GetFirstSubReports";
            this.FirstSubReports.DataSource = "ReportViewer.UtilizationReport.UtilizationReport, ReportViewer, Version=1.0.0.0, " +
    "Culture=neutral, PublicKeyToken=null";
            this.FirstSubReports.Name = "FirstSubReports";
            this.FirstSubReports.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
            new Telerik.Reporting.ObjectDataSourceParameter("regNumber", typeof(string), "= Parameters.regNumber.Value")});
            // 
            // panel1
            // 
            this.panel1.Name = "panel1";
            this.panel1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.0799999237060547D), Telerik.Reporting.Drawing.Unit.Cm(2.5399999618530273D));
            // 
            // RegNumbers
            // 
            this.RegNumbers.DataMember = "GetUtilizationReports";
            this.RegNumbers.DataSource = "ReportViewer.UtilizationReport.UtilizationReport, ReportViewer, Version=1.0.0.0, " +
    "Culture=neutral, PublicKeyToken=null";
            this.RegNumbers.Name = "RegNumbers";
            // 
            // MonthlyUtilizationReport
            // 
            this.DataSource = this.RegNumbers;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.reportFooter,
            this.detail});
            this.Name = "MonthlyUtilizationReport";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.AutoRefresh = true;
            reportParameter1.AvailableValues.DataSource = this.RegNumbers;
            reportParameter1.AvailableValues.DisplayMember = "= Fields.RegNumber";
            reportParameter1.AvailableValues.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.RegNumber", Telerik.Reporting.SortDirection.Asc));
            reportParameter1.AvailableValues.ValueMember = "RegNumber";
            reportParameter1.Name = "regNumber";
            reportParameter1.Text = "×¢²áºÅ";
            reportParameter1.Value = "= First(Fields.RegNumber)";
            reportParameter1.Visible = true;
            this.ReportParameters.Add(reportParameter1);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.Black;
            styleRule1.Style.Font.Bold = true;
            styleRule1.Style.Font.Italic = false;
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule1.Style.Font.Strikeout = false;
            styleRule1.Style.Font.Underline = false;
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.Table), "Normal.TableNormal")});
            styleRule5.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule5.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule5.Style.Color = System.Drawing.Color.Black;
            styleRule5.Style.Font.Name = "Tahoma";
            styleRule5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            descendantSelector1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.Table)),
            new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.ReportItem), "Normal.TableHeader")});
            styleRule6.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector1});
            styleRule6.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule6.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule6.Style.Font.Name = "Tahoma";
            styleRule6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            descendantSelector2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.Table)),
            new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.ReportItem), "Normal.TableBody")});
            styleRule7.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector2});
            styleRule7.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule7.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule7.Style.Font.Name = "Tahoma";
            styleRule7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4,
            styleRule5,
            styleRule6,
            styleRule7});
            this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.30000114440918D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #13
0
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.фамилияCaptionTextBox = new Telerik.Reporting.TextBox();
            this.имяCaptionTextBox = new Telerik.Reporting.TextBox();
            this.отчествоCaptionTextBox = new Telerik.Reporting.TextBox();
            this.дата_РожденияCaptionTextBox = new Telerik.Reporting.TextBox();
            this.дата_прибытия_в_военкоматCaptionTextBox = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.entityDataSource1 = new Telerik.Reporting.EntityDataSource();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.фамилияDataTextBox = new Telerik.Reporting.TextBox();
            this.имяDataTextBox = new Telerik.Reporting.TextBox();
            this.отчествоDataTextBox = new Telerik.Reporting.TextBox();
            this.дата_РожденияDataTextBox = new Telerik.Reporting.TextBox();
            this.дата_прибытия_в_военкоматDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.фамилияCaptionTextBox,
            this.имяCaptionTextBox,
            this.отчествоCaptionTextBox,
            this.дата_РожденияCaptionTextBox,
            this.дата_прибытия_в_военкоматCaptionTextBox,
            this.textBox1});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // фамилияCaptionTextBox
            // 
            this.фамилияCaptionTextBox.CanGrow = true;
            this.фамилияCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.фамилияCaptionTextBox.Name = "фамилияCaptionTextBox";
            this.фамилияCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.фамилияCaptionTextBox.StyleName = "Caption";
            this.фамилияCaptionTextBox.Value = "Фамилия";
            // 
            // имяCaptionTextBox
            // 
            this.имяCaptionTextBox.CanGrow = true;
            this.имяCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.6797916889190674D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.имяCaptionTextBox.Name = "имяCaptionTextBox";
            this.имяCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.имяCaptionTextBox.StyleName = "Caption";
            this.имяCaptionTextBox.Value = "Имя";
            // 
            // отчествоCaptionTextBox
            // 
            this.отчествоCaptionTextBox.CanGrow = true;
            this.отчествоCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.3066668510437012D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.отчествоCaptionTextBox.Name = "отчествоCaptionTextBox";
            this.отчествоCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.отчествоCaptionTextBox.StyleName = "Caption";
            this.отчествоCaptionTextBox.Value = "Отчество";
            // 
            // дата_РожденияCaptionTextBox
            // 
            this.дата_РожденияCaptionTextBox.CanGrow = true;
            this.дата_РожденияCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_РожденияCaptionTextBox.Name = "дата_РожденияCaptionTextBox";
            this.дата_РожденияCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_РожденияCaptionTextBox.StyleName = "Caption";
            this.дата_РожденияCaptionTextBox.Value = "Дата_Рождения";
            // 
            // дата_прибытия_в_военкоматCaptionTextBox
            // 
            this.дата_прибытия_в_военкоматCaptionTextBox.CanGrow = true;
            this.дата_прибытия_в_военкоматCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.560416221618652D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_прибытия_в_военкоматCaptionTextBox.Name = "дата_прибытия_в_военкоматCaptionTextBox";
            this.дата_прибытия_в_военкоматCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_прибытия_в_военкоматCaptionTextBox.StyleName = "Caption";
            this.дата_прибытия_в_военкоматCaptionTextBox.Value = "Дата_прибытия_в_военкомат";
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.187292098999023D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox1.StyleName = "Caption";
            this.textBox1.Value = "Статус";
            // 
            // entityDataSource1
            // 
            this.entityDataSource1.ConnectionString = "OrgSQLEntities2";
            this.entityDataSource1.Context = "OtherBase.OrgSQLEntities2, OtherBase, Version=1.0.0.0, Culture=neutral, PublicKey" +
    "Token=null";
            this.entityDataSource1.ContextMember = "Prizivnik";
            this.entityDataSource1.Name = "entityDataSource1";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageHeader.Name = "pageHeader";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(1.8995832204818726D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=\'Общее колличество\'+ Count(Fields.IDПризывника)";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.9825000762939453D), Telerik.Reporting.Drawing.Unit.Cm(1.8466665744781494D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.0529167652130127D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(2D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Отсчет по призывникам";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.фамилияDataTextBox,
            this.имяDataTextBox,
            this.отчествоDataTextBox,
            this.дата_РожденияDataTextBox,
            this.дата_прибытия_в_военкоматDataTextBox,
            this.textBox2});
            this.detail.Name = "detail";
            // 
            // фамилияDataTextBox
            // 
            this.фамилияDataTextBox.CanGrow = true;
            this.фамилияDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.фамилияDataTextBox.Name = "фамилияDataTextBox";
            this.фамилияDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.фамилияDataTextBox.StyleName = "Data";
            this.фамилияDataTextBox.Value = "=Fields.Фамилия";
            // 
            // имяDataTextBox
            // 
            this.имяDataTextBox.CanGrow = true;
            this.имяDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.6797916889190674D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.имяDataTextBox.Name = "имяDataTextBox";
            this.имяDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.имяDataTextBox.StyleName = "Data";
            this.имяDataTextBox.Value = "=Fields.Имя";
            // 
            // отчествоDataTextBox
            // 
            this.отчествоDataTextBox.CanGrow = true;
            this.отчествоDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.3066668510437012D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.отчествоDataTextBox.Name = "отчествоDataTextBox";
            this.отчествоDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.отчествоDataTextBox.StyleName = "Data";
            this.отчествоDataTextBox.Value = "=Fields.Отчество";
            // 
            // дата_РожденияDataTextBox
            // 
            this.дата_РожденияDataTextBox.CanGrow = true;
            this.дата_РожденияDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_РожденияDataTextBox.Name = "дата_РожденияDataTextBox";
            this.дата_РожденияDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_РожденияDataTextBox.StyleName = "Data";
            this.дата_РожденияDataTextBox.Value = "=Fields.Дата_Рождения";
            // 
            // дата_прибытия_в_военкоматDataTextBox
            // 
            this.дата_прибытия_в_военкоматDataTextBox.CanGrow = true;
            this.дата_прибытия_в_военкоматDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.560416221618652D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_прибытия_в_военкоматDataTextBox.Name = "дата_прибытия_в_военкоматDataTextBox";
            this.дата_прибытия_в_военкоматDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_прибытия_в_военкоматDataTextBox.StyleName = "Data";
            this.дата_прибытия_в_военкоматDataTextBox.Value = "=Fields.Дата_прибытия_в_военкомат";
            // 
            // textBox2
            // 
            this.textBox2.CanGrow = true;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.187292098999023D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox2.StyleName = "Data";
            this.textBox2.Value = "=Fields.Отсрочка.Наименование";
            // 
            // PrizivnikReport
            // 
            this.DataSource = this.entityDataSource1;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.Name = "PrizivnikReport";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.Black;
            styleRule1.Style.Font.Bold = true;
            styleRule1.Style.Font.Italic = false;
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule1.Style.Font.Strikeout = false;
            styleRule1.Style.Font.Underline = false;
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #14
0
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.Users = new Telerik.Reporting.ObjectDataSource();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.fullNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.emailCaptionTextBox = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.reportNameTextBox = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.fullNameDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.emailDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Users
            // 
            this.Users.DataMember = "GetData";
            this.Users.DataSource = typeof(ServiceHost.Implementation.ReportDataService.UserReports);
            this.Users.Name = "Users";
            this.Users.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
            new Telerik.Reporting.ObjectDataSourceParameter("token", typeof(string), "=Parameters.Token.Value")});
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.fullNameCaptionTextBox,
            this.textBox1,
            this.emailCaptionTextBox,
            this.textBox2});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.16676521301269531D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // fullNameCaptionTextBox
            // 
            this.fullNameCaptionTextBox.CanGrow = true;
            this.fullNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.fullNameCaptionTextBox.Name = "fullNameCaptionTextBox";
            this.fullNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5885416269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.fullNameCaptionTextBox.StyleName = "Caption";
            this.fullNameCaptionTextBox.Value = "Full Name";
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6302083730697632D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5885416269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.textBox1.StyleName = "Caption";
            this.textBox1.Value = "Department Department Name";
            // 
            // emailCaptionTextBox
            // 
            this.emailCaptionTextBox.CanGrow = true;
            this.emailCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.emailCaptionTextBox.Name = "emailCaptionTextBox";
            this.emailCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5885416269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.emailCaptionTextBox.StyleName = "Caption";
            this.emailCaptionTextBox.Value = "Email";
            // 
            // textBox2
            // 
            this.textBox2.CanGrow = true;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.8489584922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5885416269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.textBox2.StyleName = "Caption";
            this.textBox2.Value = "Role Role Name";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.reportNameTextBox});
            this.pageHeader.Name = "pageHeader";
            // 
            // reportNameTextBox
            // 
            this.reportNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.reportNameTextBox.Name = "reportNameTextBox";
            this.reportNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4166665077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.reportNameTextBox.StyleName = "PageInfo";
            this.reportNameTextBox.Value = "Report1";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.80823493003845215D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4583334922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.78740161657333374D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "User List";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.fullNameDataTextBox,
            this.textBox3,
            this.emailDataTextBox,
            this.textBox4});
            this.detail.Name = "detail";
            // 
            // fullNameDataTextBox
            // 
            this.fullNameDataTextBox.CanGrow = true;
            this.fullNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.fullNameDataTextBox.Name = "fullNameDataTextBox";
            this.fullNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5885416269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.fullNameDataTextBox.StyleName = "Data";
            this.fullNameDataTextBox.Value = "=Fields.FullName";
            // 
            // textBox3
            // 
            this.textBox3.CanGrow = true;
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6302083730697632D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5885416269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.textBox3.StyleName = "Data";
            this.textBox3.Value = "=Fields.Department.DepartmentName";
            // 
            // emailDataTextBox
            // 
            this.emailDataTextBox.CanGrow = true;
            this.emailDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.emailDataTextBox.Name = "emailDataTextBox";
            this.emailDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5885416269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.emailDataTextBox.StyleName = "Data";
            this.emailDataTextBox.Value = "=Fields.Email";
            // 
            // textBox4
            // 
            this.textBox4.CanGrow = true;
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.8489584922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5885416269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.textBox4.StyleName = "Data";
            this.textBox4.Value = "=Fields.Role.RoleName";
            // 
            // Report1
            // 
            this.DataSource = this.Users;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.Name = "Report1";
            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.AllowBlank = false;
            reportParameter1.Name = "Token";
            reportParameter1.Value = "1";
            this.ReportParameters.Add(reportParameter1);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(58)))), ((int)(((byte)(112)))));
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(58)))), ((int)(((byte)(112)))));
            styleRule2.Style.Color = System.Drawing.Color.White;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Color = System.Drawing.Color.Black;
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Color = System.Drawing.Color.Black;
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(6.4583334922790527D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #15
0
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.фамилияCaptionTextBox = new Telerik.Reporting.TextBox();
            this.имяCaptionTextBox = new Telerik.Reporting.TextBox();
            this.отчествоCaptionTextBox = new Telerik.Reporting.TextBox();
            this.дата_РожденияCaptionTextBox = new Telerik.Reporting.TextBox();
            this.место_работы_должность_телефонCaptionTextBox = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.entityDataSource1 = new Telerik.Reporting.EntityDataSource();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.фамилияDataTextBox = new Telerik.Reporting.TextBox();
            this.имяDataTextBox = new Telerik.Reporting.TextBox();
            this.отчествоDataTextBox = new Telerik.Reporting.TextBox();
            this.дата_РожденияDataTextBox = new Telerik.Reporting.TextBox();
            this.место_работы_должность_телефонDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1295838356018066D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.фамилияCaptionTextBox,
            this.имяCaptionTextBox,
            this.отчествоCaptionTextBox,
            this.дата_РожденияCaptionTextBox,
            this.место_работы_должность_телефонCaptionTextBox,
            this.textBox1});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // фамилияCaptionTextBox
            // 
            this.фамилияCaptionTextBox.CanGrow = true;
            this.фамилияCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.фамилияCaptionTextBox.Name = "фамилияCaptionTextBox";
            this.фамилияCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.фамилияCaptionTextBox.StyleName = "Caption";
            this.фамилияCaptionTextBox.Value = "Фамилия";
            // 
            // имяCaptionTextBox
            // 
            this.имяCaptionTextBox.CanGrow = true;
            this.имяCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2051665782928467D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.имяCaptionTextBox.Name = "имяCaptionTextBox";
            this.имяCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7948329448699951D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.имяCaptionTextBox.StyleName = "Caption";
            this.имяCaptionTextBox.Value = "Имя";
            // 
            // отчествоCaptionTextBox
            // 
            this.отчествоCaptionTextBox.CanGrow = true;
            this.отчествоCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.0002002716064453D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.отчествоCaptionTextBox.Name = "отчествоCaptionTextBox";
            this.отчествоCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8997998237609863D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.отчествоCaptionTextBox.StyleName = "Caption";
            this.отчествоCaptionTextBox.Value = "Отчество";
            // 
            // дата_РожденияCaptionTextBox
            // 
            this.дата_РожденияCaptionTextBox.CanGrow = true;
            this.дата_РожденияCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.5096664428710938D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_РожденияCaptionTextBox.Name = "дата_РожденияCaptionTextBox";
            this.дата_РожденияCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_РожденияCaptionTextBox.StyleName = "Caption";
            this.дата_РожденияCaptionTextBox.Value = "Дата_Рождения";
            // 
            // место_работы_должность_телефонCaptionTextBox
            // 
            this.место_работы_должность_телефонCaptionTextBox.CanGrow = true;
            this.место_работы_должность_телефонCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.661916732788086D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.место_работы_должность_телефонCaptionTextBox.Name = "место_работы_должность_телефонCaptionTextBox";
            this.место_работы_должность_телефонCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.место_работы_должность_телефонCaptionTextBox.StyleName = "Caption";
            this.место_работы_должность_телефонCaptionTextBox.Value = "Место_работы_должность_телефон";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.900200366973877D), Telerik.Reporting.Drawing.Unit.Cm(0.10573320835828781D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.6092653274536133D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox1.Value = "Место обучения";
            // 
            // entityDataSource1
            // 
            this.entityDataSource1.ConnectionString = "OrgSQLEntities2";
            this.entityDataSource1.Context = "OtherBase.OrgSQLEntities2, OtherBase, Version=1.0.0.0, Culture=neutral, PublicKey" +
    "Token=null";
            this.entityDataSource1.ContextMember = "Prizivnik";
            this.entityDataSource1.Name = "entityDataSource1";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageHeader.Name = "pageHeader";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.0529167652130127D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(2D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Отсрочка";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.фамилияDataTextBox,
            this.имяDataTextBox,
            this.отчествоDataTextBox,
            this.дата_РожденияDataTextBox,
            this.место_работы_должность_телефонDataTextBox,
            this.textBox2});
            this.detail.Name = "detail";
            // 
            // фамилияDataTextBox
            // 
            this.фамилияDataTextBox.CanGrow = true;
            this.фамилияDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.фамилияDataTextBox.Name = "фамилияDataTextBox";
            this.фамилияDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.фамилияDataTextBox.StyleName = "Data";
            this.фамилияDataTextBox.Value = "=Fields.Фамилия";
            // 
            // имяDataTextBox
            // 
            this.имяDataTextBox.CanGrow = true;
            this.имяDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2051665782928467D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.имяDataTextBox.Name = "имяDataTextBox";
            this.имяDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7948329448699951D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.имяDataTextBox.StyleName = "Data";
            this.имяDataTextBox.Value = "=Fields.Имя";
            // 
            // отчествоDataTextBox
            // 
            this.отчествоDataTextBox.CanGrow = true;
            this.отчествоDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.0002002716064453D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.отчествоDataTextBox.Name = "отчествоDataTextBox";
            this.отчествоDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8997998237609863D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.отчествоDataTextBox.StyleName = "Data";
            this.отчествоDataTextBox.Value = "=Fields.Отчество";
            // 
            // дата_РожденияDataTextBox
            // 
            this.дата_РожденияDataTextBox.CanGrow = true;
            this.дата_РожденияDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.5096664428710938D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_РожденияDataTextBox.Name = "дата_РожденияDataTextBox";
            this.дата_РожденияDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_РожденияDataTextBox.StyleName = "Data";
            this.дата_РожденияDataTextBox.Value = "=Fields.Дата_Рождения";
            // 
            // место_работы_должность_телефонDataTextBox
            // 
            this.место_работы_должность_телефонDataTextBox.CanGrow = true;
            this.место_работы_должность_телефонDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.661916732788086D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.место_работы_должность_телефонDataTextBox.Name = "место_работы_должность_телефонDataTextBox";
            this.место_работы_должность_телефонDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.место_работы_должность_телефонDataTextBox.StyleName = "Data";
            this.место_работы_должность_телефонDataTextBox.Value = "=Fields.Место_работы_должность_телефон";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.900200366973877D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.6092658042907715D), Telerik.Reporting.Drawing.Unit.Cm(1.0000003576278687D));
            this.textBox2.Value = "= Fields.Место_обучения";
            // 
            // Report1
            // 
            this.DataSource = this.entityDataSource1;
            this.Filters.Add(new Telerik.Reporting.Filter("=Fields.IDОтсрочки", Telerik.Reporting.FilterOperator.Equal, "1"));
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.Name = "Report1";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.Black;
            styleRule1.Style.Font.Bold = true;
            styleRule1.Style.Font.Italic = false;
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule1.Style.Font.Strikeout = false;
            styleRule1.Style.Font.Underline = false;
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #16
0
        /// <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(RptInvoiceMain));
            Telerik.Reporting.InstanceReportSource instanceReportSource1 = new Telerik.Reporting.InstanceReportSource();
            Telerik.Reporting.InstanceReportSource instanceReportSource2 = new Telerik.Reporting.InstanceReportSource();
            Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            this.rptInvoiceLine1 = new AriCliReport.RptInvoiceLine();
            this.reptInvoiceVAT1 = new AriCliReport.ReptInvoiceVAT();
            this.sqlInvoiceFilter = new Telerik.Reporting.SqlDataSource();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.sqlInvoice = new Telerik.Reporting.SqlDataSource();
            this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox13 = 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.textBox19 = new Telerik.Reporting.TextBox();
            this.subReport1 = new Telerik.Reporting.SubReport();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.textBox23 = new Telerik.Reporting.TextBox();
            this.textBox24 = new Telerik.Reporting.TextBox();
            this.textBox25 = new Telerik.Reporting.TextBox();
            this.textBox26 = new Telerik.Reporting.TextBox();
            this.subReport2 = new Telerik.Reporting.SubReport();
            ((System.ComponentModel.ISupportInitialize)(this.rptInvoiceLine1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.reptInvoiceVAT1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // rptInvoiceLine1
            // 
            this.rptInvoiceLine1.Name = "rptInvoiceLine1";
            // 
            // reptInvoiceVAT1
            // 
            this.reptInvoiceVAT1.Name = "reptInvoiceVAT1";
            // 
            // sqlInvoiceFilter
            // 
            this.sqlInvoiceFilter.ConnectionString = "AriClinicContext";
            this.sqlInvoiceFilter.Name = "sqlInvoiceFilter";
            this.sqlInvoiceFilter.SelectCommand = "SELECT invoice_id, CONCAT(YEAR,\"-\",RIGHT(CONCAT(\"000000\",invoice_number),6),\"-\",S" +
    "ERIAL) AS keyid \r\nFROM invoice ORDER BY 2 DESC;";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.23622052371501923D);
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19685046374797821D);
            this.detail.Name = "detail";
            this.detail.Style.Visible = false;
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D);
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // sqlInvoice
            // 
            this.sqlInvoice.ConnectionString = "AriClinicContext";
            this.sqlInvoice.Name = "sqlInvoice";
            this.sqlInvoice.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@InvoiceKey", System.Data.DbType.Int32, "=Parameters.InvoiceKey.Value")});
            this.sqlInvoice.SelectCommand = resources.GetString("sqlInvoice.SelectCommand");
            // 
            // groupFooterSection1
            // 
            this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.10315004736185074D);
            this.groupFooterSection1.Name = "groupFooterSection1";
            this.groupFooterSection1.PageBreak = Telerik.Reporting.PageBreak.None;
            // 
            // groupHeaderSection1
            // 
            this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(4.7637796401977539D);
            this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.textBox17,
            this.textBox2,
            this.textBox3,
            this.textBox4,
            this.textBox5,
            this.textBox6,
            this.textBox7,
            this.textBox8,
            this.textBox9,
            this.textBox10,
            this.textBox11,
            this.textBox12,
            this.textBox13,
            this.textBox14,
            this.textBox15,
            this.textBox16,
            this.textBox18,
            this.textBox19,
            this.subReport1,
            this.textBox20,
            this.textBox21,
            this.textBox22,
            this.textBox23,
            this.textBox24,
            this.textBox25,
            this.textBox26,
            this.subReport2});
            this.groupHeaderSection1.Name = "groupHeaderSection1";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3228347301483154D), Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D));
            this.textBox1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox1.Value = "FACTURA";
            // 
            // textBox17
            // 
            this.textBox17.Format = "{0:dd/MM/yyyy}";
            this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.0377197265625D));
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.31863212585449219D));
            this.textBox17.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox17.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
            this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox17.Value = "= Fields.company_name";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(0.0010012307902798057D), Telerik.Reporting.Drawing.Unit.Mm(9.0533351898193359D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(12.998998641967773D), Telerik.Reporting.Drawing.Unit.Mm(8.0932559967041016D));
            this.textBox2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
            this.textBox2.Value = "CIF:";
            // 
            // textBox3
            // 
            this.textBox3.Format = "{0:dd/MM/yyyy}";
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5118897557258606D), Telerik.Reporting.Drawing.Unit.Inch(0.3564305305480957D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8881103992462158D), Telerik.Reporting.Drawing.Unit.Inch(0.31863212585449219D));
            this.textBox3.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox3.Value = "= Fields.company_vat";
            // 
            // textBox4
            // 
            this.textBox4.Format = "{0:dd/MM/yyyy}";
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.67514133453369141D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.3307089805603027D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox4.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox4.Value = "= Fields.street";
            // 
            // textBox5
            // 
            this.textBox5.Format = "{0:dd/MM/yyyy}";
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.9055907130241394D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2204328775405884D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox5.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox5.Value = "= Fields.post_code";
            // 
            // textBox6
            // 
            this.textBox6.Format = "{0:dd/MM/yyyy}";
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.2205511331558228D), Telerik.Reporting.Drawing.Unit.Inch(0.9055907130241394D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1101577281951904D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox6.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox6.Value = "= Fields.city";
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.3000786304473877D));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.66929197311401367D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox7.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox7.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox7.Value = "Serie";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.9086613655090332D), Telerik.Reporting.Drawing.Unit.Inch(0.3000786304473877D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78740197420120239D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox8.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox8.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox8.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox8.Value = "Año";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.7748031616210938D), Telerik.Reporting.Drawing.Unit.Inch(0.30007871985435486D));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.74803179502487183D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox9.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox9.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox9.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox9.Value = "Número";
            // 
            // textBox10
            // 
            this.textBox10.Format = "{0:dd/MM/yyyy}";
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.500157356262207D));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.66929179430007935D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox10.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox10.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox10.Value = "= Fields.serial";
            // 
            // textBox11
            // 
            this.textBox11.Format = "{0:0000}";
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.9086613655090332D), Telerik.Reporting.Drawing.Unit.Inch(0.500157356262207D));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78740185499191284D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox11.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox11.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox11.Value = "= Fields.year";
            // 
            // textBox12
            // 
            this.textBox12.Format = "{0:000000}";
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.7748031616210938D), Telerik.Reporting.Drawing.Unit.Inch(0.50015741586685181D));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.748030960559845D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox12.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox12.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox12.Value = "= Fields.invoice_number";
            // 
            // textBox13
            // 
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6929134130477905D), Telerik.Reporting.Drawing.Unit.Inch(1.6141732931137085D));
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.6456694602966309D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox13.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox13.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox13.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox13.Style.Font.Bold = true;
            this.textBox13.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox13.Value = "Cliente";
            // 
            // textBox14
            // 
            this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(1.6141732931137085D));
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1417320966720581D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox14.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox14.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox14.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox14.Style.Font.Bold = true;
            this.textBox14.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox14.Value = "NIF";
            // 
            // textBox15
            // 
            this.textBox15.Format = "{0:dd/MM/yyyy}";
            this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6929134130477905D), Telerik.Reporting.Drawing.Unit.Inch(1.8503937721252441D));
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.6456694602966309D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox15.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox15.Value = "= Fields.cus_name";
            // 
            // textBox16
            // 
            this.textBox16.Format = "{0:dd/MM/yyyy}";
            this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(1.8503937721252441D));
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.141731858253479D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox16.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox16.Value = "= Fields.cus_vat";
            // 
            // textBox18
            // 
            this.textBox18.Format = "{0:dd/MM/yyyy}";
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1.1360400915145874D));
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7559053897857666D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox18.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox18.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox18.Value = "= Fields.province";
            // 
            // textBox19
            // 
            this.textBox19.Format = "{0:dd/MM/yyyy}";
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.8346455097198486D), Telerik.Reporting.Drawing.Unit.Inch(1.1360400915145874D));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.496063232421875D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox19.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox19.Value = "= Fields.country";
            // 
            // subReport1
            // 
            this.subReport1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(5.0799989700317383D), Telerik.Reporting.Drawing.Unit.Mm(72.740005493164062D));
            this.subReport1.Name = "subReport1";
            instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("InvoiceId", "=Fields.invoice_id"));
            instanceReportSource1.ReportDocument = this.rptInvoiceLine1;
            this.subReport1.ReportSource = instanceReportSource1;
            this.subReport1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(186.99998474121094D), Telerik.Reporting.Drawing.Unit.Mm(16D));
            this.subReport1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            // 
            // textBox20
            // 
            this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(132.08000183105469D), Telerik.Reporting.Drawing.Unit.Mm(21.940000534057617D));
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(17.00001335144043D), Telerik.Reporting.Drawing.Unit.Mm(5.9225873947143555D));
            this.textBox20.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox20.Value = "Fecha:";
            // 
            // textBox21
            // 
            this.textBox21.Format = "{0:dd/MM/yyyy}";
            this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.8693709373474121D), Telerik.Reporting.Drawing.Unit.Inch(0.86658173799514771D));
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6534633636474609D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox21.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox21.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox21.Value = "= Fields.invoice_date";
            // 
            // textBox22
            // 
            this.textBox22.Format = "{0:dd/MM/yyyy}";
            this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6929134130477905D), Telerik.Reporting.Drawing.Unit.Inch(2.0808432102203369D));
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.6456694602966309D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox22.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox22.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox22.Value = "= Fields.cus_address";
            // 
            // textBox23
            // 
            this.textBox23.Format = "{0:dd/MM/yyyy}";
            this.textBox23.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6929134130477905D), Telerik.Reporting.Drawing.Unit.Inch(2.3112924098968506D));
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6070867776870728D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox23.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox23.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox23.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox23.Value = "= Fields.cus_postcode";
            // 
            // textBox24
            // 
            this.textBox24.Format = "{0:dd/MM/yyyy}";
            this.textBox24.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3000791072845459D), Telerik.Reporting.Drawing.Unit.Inch(2.3112924098968506D));
            this.textBox24.Name = "textBox24";
            this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0385036468505859D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox24.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox24.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox24.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox24.Value = "= Fields.cus_city";
            // 
            // textBox25
            // 
            this.textBox25.Format = "{0:dd/MM/yyyy}";
            this.textBox25.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6929134130477905D), Telerik.Reporting.Drawing.Unit.Inch(2.5417418479919434D));
            this.textBox25.Name = "textBox25";
            this.textBox25.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5070867538452148D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox25.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox25.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox25.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox25.Value = "= Fields.cus_province";
            // 
            // textBox26
            // 
            this.textBox26.Format = "{0:dd/MM/yyyy}";
            this.textBox26.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2000789642333984D), Telerik.Reporting.Drawing.Unit.Inch(2.5417418479919434D));
            this.textBox26.Name = "textBox26";
            this.textBox26.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1385030746459961D), Telerik.Reporting.Drawing.Unit.Inch(0.23037052154541016D));
            this.textBox26.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox26.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox26.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox26.Value = "= Fields.cus_country";
            // 
            // subReport2
            // 
            this.subReport2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(5.0799989700317383D), Telerik.Reporting.Drawing.Unit.Mm(93.05999755859375D));
            this.subReport2.Name = "subReport2";
            instanceReportSource2.Parameters.Add(new Telerik.Reporting.Parameter("InvoiceIdVat", "=Fields.invoice_id"));
            instanceReportSource2.ReportDocument = this.reptInvoiceVAT1;
            this.subReport2.ReportSource = instanceReportSource2;
            this.subReport2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(186.99998474121094D), Telerik.Reporting.Drawing.Unit.Mm(21.000001907348633D));
            // 
            // RptInvoiceMain
            // 
            this.DataSource = this.sqlInvoice;
            group1.GroupFooter = this.groupFooterSection1;
            group1.GroupHeader = this.groupHeaderSection1;
            group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.invoice_id"));
            group1.Name = "invoiceId";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.groupHeaderSection1,
            this.groupFooterSection1,
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.Name = "RptInvoiceMain";
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.AvailableValues.DataSource = this.sqlInvoiceFilter;
            reportParameter1.AvailableValues.DisplayMember = "= Fields.keyid";
            reportParameter1.AvailableValues.ValueMember = "= Fields.invoice_id";
            reportParameter1.MultiValue = true;
            reportParameter1.Name = "InvoiceKey";
            reportParameter1.Text = "Factura ";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter1.Visible = true;
            this.ReportParameters.Add(reportParameter1);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Mm;
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(7.7559056282043457D);
            ((System.ComponentModel.ISupportInitialize)(this.rptInvoiceLine1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.reptInvoiceVAT1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #17
0
 /// <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(ChildrensAllReport));
     Telerik.Reporting.Barcodes.Code128Encoder      code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.fiaCaptionTextBox        = new Telerik.Reporting.TextBox();
     this.childFiaCaptionTextBox   = new Telerik.Reporting.TextBox();
     this.ifGenderCaptionTextBox   = new Telerik.Reporting.TextBox();
     this.birthDateCaptionTextBox  = new Telerik.Reporting.TextBox();
     this.PersonnellDataSource1    = new Telerik.Reporting.SqlDataSource();
     this.pageHeader           = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox    = new Telerik.Reporting.TextBox();
     this.pageFooter           = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox   = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox      = new Telerik.Reporting.TextBox();
     this.barcode1             = new Telerik.Reporting.Barcode();
     this.reportHeader         = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox         = new Telerik.Reporting.TextBox();
     this.reportFooter         = new Telerik.Reporting.ReportFooterSection();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.fiaDataTextBox       = new Telerik.Reporting.TextBox();
     this.childFiaDataTextBox  = new Telerik.Reporting.TextBox();
     this.ifGenderDataTextBox  = new Telerik.Reporting.TextBox();
     this.birthDateDataTextBox = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.fiaCaptionTextBox,
         this.childFiaCaptionTextBox,
         this.ifGenderCaptionTextBox,
         this.birthDateCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // fiaCaptionTextBox
     //
     this.fiaCaptionTextBox.CanGrow   = true;
     this.fiaCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaCaptionTextBox.Name      = "fiaCaptionTextBox";
     this.fiaCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.6468830108642578D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaCaptionTextBox.StyleName = "Caption";
     this.fiaCaptionTextBox.Value     = "ПІБ працівника";
     //
     // childFiaCaptionTextBox
     //
     this.childFiaCaptionTextBox.CanGrow   = true;
     this.childFiaCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.6999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.childFiaCaptionTextBox.Name      = "childFiaCaptionTextBox";
     this.childFiaCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.9997997283935547D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.childFiaCaptionTextBox.StyleName = "Caption";
     this.childFiaCaptionTextBox.Value     = "ПІБ дитини";
     //
     // ifGenderCaptionTextBox
     //
     this.ifGenderCaptionTextBox.CanGrow   = true;
     this.ifGenderCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.699999809265137D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.ifGenderCaptionTextBox.Name      = "ifGenderCaptionTextBox";
     this.ifGenderCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1997995376586914D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.ifGenderCaptionTextBox.StyleName = "Caption";
     this.ifGenderCaptionTextBox.Value     = "Стать";
     //
     // birthDateCaptionTextBox
     //
     this.birthDateCaptionTextBox.CanGrow   = true;
     this.birthDateCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.90000057220459D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.birthDateCaptionTextBox.Name      = "birthDateCaptionTextBox";
     this.birthDateCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1470842361450195D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.birthDateCaptionTextBox.StyleName = "Caption";
     this.birthDateCaptionTextBox.Value     = "Дата народження";
     //
     // PersonnellDataSource1
     //
     this.PersonnellDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnellDataSource1.Name             = "PersonnellDataSource1";
     this.PersonnellDataSource1.SelectCommand    = resources.GetString("PersonnellDataSource1.SelectCommand");
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(16.994167327880859D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.65291684865951538D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.1135425567626953D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.2856251001358032D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(17.100000381469727D), Telerik.Reporting.Drawing.Unit.Cm(1.2856249809265137D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Інформація про дітей працівників";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1
     });
     this.reportFooter.Name = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.fiaDataTextBox,
         this.childFiaDataTextBox,
         this.ifGenderDataTextBox,
         this.birthDateDataTextBox
     });
     this.detail.Name = "detail";
     //
     // fiaDataTextBox
     //
     this.fiaDataTextBox.CanGrow   = true;
     this.fiaDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaDataTextBox.Name      = "fiaDataTextBox";
     this.fiaDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.6468830108642578D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaDataTextBox.StyleName = "Data";
     this.fiaDataTextBox.Value     = "= Fields.Fia";
     //
     // childFiaDataTextBox
     //
     this.childFiaDataTextBox.CanGrow   = true;
     this.childFiaDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.6999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.childFiaDataTextBox.Name      = "childFiaDataTextBox";
     this.childFiaDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.9997997283935547D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.childFiaDataTextBox.StyleName = "Data";
     this.childFiaDataTextBox.Value     = "= Fields.ChildFia";
     //
     // ifGenderDataTextBox
     //
     this.ifGenderDataTextBox.CanGrow   = true;
     this.ifGenderDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.699999809265137D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.ifGenderDataTextBox.Name      = "ifGenderDataTextBox";
     this.ifGenderDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1997995376586914D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.ifGenderDataTextBox.StyleName = "Data";
     this.ifGenderDataTextBox.Value     = "= Fields.IfGender";
     //
     // birthDateDataTextBox
     //
     this.birthDateDataTextBox.CanGrow   = true;
     this.birthDateDataTextBox.Format    = "{0:d}";
     this.birthDateDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.90000057220459D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.birthDateDataTextBox.Name      = "birthDateDataTextBox";
     this.birthDateDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1470842361450195D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.birthDateDataTextBox.StyleName = "Data";
     this.birthDateDataTextBox.Value     = "= Fields.BirthDate";
     //
     // ChildrensAllReport
     //
     this.DataSource    = this.PersonnellDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "ChildrensAllReport";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(17.100000381469727D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group2 = new Telerik.Reporting.Group();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.dayGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.dayGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.dayDataTextBox = new Telerik.Reporting.TextBox();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.arlNumberCaptionTextBox = new Telerik.Reporting.TextBox();
            this.readDateCaptionTextBox = new Telerik.Reporting.TextBox();
            this.dayCaptionTextBox1 = new Telerik.Reporting.TextBox();
            this.timePointTypeCaptionTextBox = new Telerik.Reporting.TextBox();
            this.subCaptionTextBox = new Telerik.Reporting.TextBox();
            this.otherCaptionTextBox = new Telerik.Reporting.TextBox();
            this.initalsCaptionTextBox = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.textBoxPageNo = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.panel1 = new Telerik.Reporting.Panel();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.panel2 = new Telerik.Reporting.Panel();
            this.detail = new Telerik.Reporting.DetailSection();
            this.arlNumberDataTextBox = new Telerik.Reporting.TextBox();
            this.readDateDataTextBox = new Telerik.Reporting.TextBox();
            this.dayDataTextBox1 = new Telerik.Reporting.TextBox();
            this.timePointTypeDataTextBox = new Telerik.Reporting.TextBox();
            this.subDataTextBox = new Telerik.Reporting.TextBox();
            this.otherDataTextBox = new Telerik.Reporting.TextBox();
            this.initalsDataTextBox = new Telerik.Reporting.TextBox();
            this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.shape2 = new Telerik.Reporting.Shape();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.shape3 = new Telerik.Reporting.Shape();
            this.panel3 = new Telerik.Reporting.Panel();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.ds = new Telerik.Reporting.ObjectDataSource();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // dayGroupFooterSection
            // 
            this.dayGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
            this.dayGroupFooterSection.Name = "dayGroupFooterSection";
            // 
            // dayGroupHeaderSection
            // 
            this.dayGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.21646983921527863D);
            this.dayGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.dayDataTextBox});
            this.dayGroupHeaderSection.Name = "dayGroupHeaderSection";
            this.dayGroupHeaderSection.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
            this.dayGroupHeaderSection.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.dayGroupHeaderSection.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.dayGroupHeaderSection.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            // 
            // dayDataTextBox
            // 
            this.dayDataTextBox.CanGrow = true;
            this.dayDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.dayDataTextBox.Name = "dayDataTextBox";
            this.dayDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2791666984558106D), Telerik.Reporting.Drawing.Unit.Inch(0.21646983921527863D));
            this.dayDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.dayDataTextBox.StyleName = "Data";
            this.dayDataTextBox.Value = "{Fields.Day} Day Results";
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.228989377617836D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.arlNumberCaptionTextBox,
            this.readDateCaptionTextBox,
            this.dayCaptionTextBox1,
            this.timePointTypeCaptionTextBox,
            this.subCaptionTextBox,
            this.otherCaptionTextBox,
            this.initalsCaptionTextBox});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // arlNumberCaptionTextBox
            // 
            this.arlNumberCaptionTextBox.CanGrow = true;
            this.arlNumberCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(-7.4505805969238281E-09D), Telerik.Reporting.Drawing.Unit.Inch(2.7318796114172983E-08D));
            this.arlNumberCaptionTextBox.Name = "arlNumberCaptionTextBox";
            this.arlNumberCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5667057037353516D), Telerik.Reporting.Drawing.Unit.Inch(0.22891052067279816D));
            this.arlNumberCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.DarkGray;
            this.arlNumberCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.arlNumberCaptionTextBox.Style.Font.Bold = true;
            this.arlNumberCaptionTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.arlNumberCaptionTextBox.StyleName = "Caption";
            this.arlNumberCaptionTextBox.Value = "ARL Number";
            // 
            // readDateCaptionTextBox
            // 
            this.readDateCaptionTextBox.CanGrow = true;
            this.readDateCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5667848587036133D), Telerik.Reporting.Drawing.Unit.Inch(2.7318796114172983E-08D));
            this.readDateCaptionTextBox.Name = "readDateCaptionTextBox";
            this.readDateCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0123823881149292D), Telerik.Reporting.Drawing.Unit.Inch(0.22891052067279816D));
            this.readDateCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.DarkGray;
            this.readDateCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.readDateCaptionTextBox.Style.Font.Bold = true;
            this.readDateCaptionTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.readDateCaptionTextBox.StyleName = "Caption";
            this.readDateCaptionTextBox.Value = "Due Date";
            // 
            // dayCaptionTextBox1
            // 
            this.dayCaptionTextBox1.CanGrow = true;
            this.dayCaptionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5792458057403564D), Telerik.Reporting.Drawing.Unit.Inch(2.7318796114172983E-08D));
            this.dayCaptionTextBox1.Name = "dayCaptionTextBox1";
            this.dayCaptionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.574999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.22891052067279816D));
            this.dayCaptionTextBox1.Style.BorderColor.Default = System.Drawing.Color.DarkGray;
            this.dayCaptionTextBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.dayCaptionTextBox1.Style.Font.Bold = true;
            this.dayCaptionTextBox1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.dayCaptionTextBox1.StyleName = "Caption";
            this.dayCaptionTextBox1.Value = "Day";
            // 
            // timePointTypeCaptionTextBox
            // 
            this.timePointTypeCaptionTextBox.CanGrow = true;
            this.timePointTypeCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1543247699737549D), Telerik.Reporting.Drawing.Unit.Inch(2.7318796114172983E-08D));
            this.timePointTypeCaptionTextBox.Name = "timePointTypeCaptionTextBox";
            this.timePointTypeCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.79367083311080933D), Telerik.Reporting.Drawing.Unit.Inch(0.22891052067279816D));
            this.timePointTypeCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.DarkGray;
            this.timePointTypeCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.timePointTypeCaptionTextBox.Style.Font.Bold = true;
            this.timePointTypeCaptionTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.timePointTypeCaptionTextBox.StyleName = "Caption";
            this.timePointTypeCaptionTextBox.Value = "Type";
            // 
            // subCaptionTextBox
            // 
            this.subCaptionTextBox.CanGrow = true;
            this.subCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9480743408203125D), Telerik.Reporting.Drawing.Unit.Inch(2.7318796114172983E-08D));
            this.subCaptionTextBox.Name = "subCaptionTextBox";
            this.subCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.40833333134651184D), Telerik.Reporting.Drawing.Unit.Inch(0.22891052067279816D));
            this.subCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.DarkGray;
            this.subCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.subCaptionTextBox.Style.Font.Bold = true;
            this.subCaptionTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.subCaptionTextBox.StyleName = "Caption";
            this.subCaptionTextBox.Value = "Sub";
            // 
            // otherCaptionTextBox
            // 
            this.otherCaptionTextBox.CanGrow = true;
            this.otherCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3564863204956055D), Telerik.Reporting.Drawing.Unit.Inch(2.7318796114172983E-08D));
            this.otherCaptionTextBox.Name = "otherCaptionTextBox";
            this.otherCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0435135364532471D), Telerik.Reporting.Drawing.Unit.Inch(0.22891052067279816D));
            this.otherCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.DarkGray;
            this.otherCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.otherCaptionTextBox.Style.Font.Bold = true;
            this.otherCaptionTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.otherCaptionTextBox.StyleName = "Caption";
            this.otherCaptionTextBox.Value = "Method / Dilution";
            // 
            // initalsCaptionTextBox
            // 
            this.initalsCaptionTextBox.CanGrow = true;
            this.initalsCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(2.7318796114172983E-08D));
            this.initalsCaptionTextBox.Name = "initalsCaptionTextBox";
            this.initalsCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.55138826370239258D), Telerik.Reporting.Drawing.Unit.Inch(0.22898936271667481D));
            this.initalsCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.DarkGray;
            this.initalsCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.initalsCaptionTextBox.Style.Font.Bold = true;
            this.initalsCaptionTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.initalsCaptionTextBox.StyleName = "Caption";
            this.initalsCaptionTextBox.Value = "Initial";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.textBoxPageNo});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.9479167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.1791667640209198D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "Printed on {NOW()}";
            // 
            // textBoxPageNo
            // 
            this.textBoxPageNo.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.textBoxPageNo.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.9375391006469727D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBoxPageNo.Name = "textBoxPageNo";
            this.textBoxPageNo.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9999606609344482D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBoxPageNo.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBoxPageNo.Value = "= \'Page \' + PageNumber + \' of \' + PageCount";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(4.1373028755187988D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox,
            this.panel1,
            this.panel2});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.9583334922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.99999994039535522D));
            this.titleTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.titleTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.titleTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Analytical Research Laboratories Form\r\nForm Number: QUF-069-V6\r\n Implementation /" +
    " Revision Date: 4/16/2014 \r\nForm Title: FungalTesting Log";
            // 
            // panel1
            // 
            this.panel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox2,
            this.textBox3,
            this.textBox4,
            this.textBox5});
            this.panel1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1.0000789165496826D));
            this.panel1.Name = "panel1";
            this.panel1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3999998569488525D), Telerik.Reporting.Drawing.Unit.Inch(3.1372241973876953D));
            this.panel1.Style.BorderColor.Default = System.Drawing.Color.Gray;
            this.panel1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.062539421021938324D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3791275024414063D), Telerik.Reporting.Drawing.Unit.Inch(0.15829382836818695D));
            this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox2.Value = "Setup";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.2209121435880661D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3791275024414063D), Telerik.Reporting.Drawing.Unit.Inch(0.19999991357326508D));
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox3.Value = "Media Lot Numbers";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.42099094390869141D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3791275024414063D), Telerik.Reporting.Drawing.Unit.Inch(0.20000022649765015D));
            this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox4.Value = "20-25C Incubator # ";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.01944446936249733D), Telerik.Reporting.Drawing.Unit.Inch(0.89992135763168335D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.359722375869751D), Telerik.Reporting.Drawing.Unit.Inch(1.6999999284744263D));
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox5.Value = "Subculture\r\nMedia Lot Numbers\r\n20-25C Incubator #\r\n\r\n\r\nNalgene\r\nFilter Lot / Exp." +
    " Date\r\nMillipore Rinse Fluid\r\nLot /Exp. Date";
            // 
            // panel2
            // 
            this.panel2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4000786542892456D), Telerik.Reporting.Drawing.Unit.Inch(1.0001183748245239D));
            this.panel2.Name = "panel2";
            this.panel2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.5582156181335449D), Telerik.Reporting.Drawing.Unit.Inch(3.1371452808380127D));
            this.panel2.Style.BorderColor.Bottom = System.Drawing.Color.Gray;
            this.panel2.Style.BorderColor.Right = System.Drawing.Color.Gray;
            this.panel2.Style.BorderColor.Top = System.Drawing.Color.Gray;
            this.panel2.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.panel2.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.panel2.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.18744070827960968D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.arlNumberDataTextBox,
            this.readDateDataTextBox,
            this.dayDataTextBox1,
            this.timePointTypeDataTextBox,
            this.subDataTextBox,
            this.otherDataTextBox,
            this.initalsDataTextBox});
            this.detail.Name = "detail";
            // 
            // arlNumberDataTextBox
            // 
            this.arlNumberDataTextBox.CanGrow = true;
            this.arlNumberDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.arlNumberDataTextBox.Name = "arlNumberDataTextBox";
            this.arlNumberDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5666666030883789D), Telerik.Reporting.Drawing.Unit.Inch(0.18740129470825195D));
            this.arlNumberDataTextBox.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.arlNumberDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.arlNumberDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.arlNumberDataTextBox.StyleName = "Data";
            this.arlNumberDataTextBox.Value = "=Fields.ArlNumber";
            // 
            // readDateDataTextBox
            // 
            this.readDateDataTextBox.CanGrow = true;
            this.readDateDataTextBox.Format = "{0:d}";
            this.readDateDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5667848587036133D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.readDateDataTextBox.Name = "readDateDataTextBox";
            this.readDateDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0123820304870606D), Telerik.Reporting.Drawing.Unit.Inch(0.18740122020244598D));
            this.readDateDataTextBox.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.readDateDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.readDateDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.readDateDataTextBox.StyleName = "Data";
            this.readDateDataTextBox.Value = "=Fields.ReadDate";
            // 
            // dayDataTextBox1
            // 
            this.dayDataTextBox1.CanGrow = true;
            this.dayDataTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5792458057403564D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.dayDataTextBox1.Name = "dayDataTextBox1";
            this.dayDataTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.574999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.18740122020244598D));
            this.dayDataTextBox1.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.dayDataTextBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.dayDataTextBox1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.dayDataTextBox1.StyleName = "Data";
            this.dayDataTextBox1.Value = "=Fields.Day";
            // 
            // timePointTypeDataTextBox
            // 
            this.timePointTypeDataTextBox.CanGrow = true;
            this.timePointTypeDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1543247699737549D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.timePointTypeDataTextBox.Name = "timePointTypeDataTextBox";
            this.timePointTypeDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.79367053508758545D), Telerik.Reporting.Drawing.Unit.Inch(0.18740122020244598D));
            this.timePointTypeDataTextBox.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.timePointTypeDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.timePointTypeDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.timePointTypeDataTextBox.StyleName = "Data";
            this.timePointTypeDataTextBox.Value = "=Fields.TimePointType";
            // 
            // subDataTextBox
            // 
            this.subDataTextBox.CanGrow = true;
            this.subDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9480743408203125D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.subDataTextBox.Name = "subDataTextBox";
            this.subDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.40833333134651184D), Telerik.Reporting.Drawing.Unit.Inch(0.18740122020244598D));
            this.subDataTextBox.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.subDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.subDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.subDataTextBox.StyleName = "Data";
            this.subDataTextBox.Value = "";
            // 
            // otherDataTextBox
            // 
            this.otherDataTextBox.CanGrow = true;
            this.otherDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3564863204956055D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.otherDataTextBox.Name = "otherDataTextBox";
            this.otherDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0435135364532471D), Telerik.Reporting.Drawing.Unit.Inch(0.18740122020244598D));
            this.otherDataTextBox.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.otherDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.otherDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.otherDataTextBox.StyleName = "Data";
            this.otherDataTextBox.Value = "";
            // 
            // initalsDataTextBox
            // 
            this.initalsDataTextBox.CanGrow = true;
            this.initalsDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.initalsDataTextBox.Name = "initalsDataTextBox";
            this.initalsDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.55138832330703735D), Telerik.Reporting.Drawing.Unit.Inch(0.18740122020244598D));
            this.initalsDataTextBox.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.initalsDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.initalsDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.initalsDataTextBox.StyleName = "Data";
            this.initalsDataTextBox.Value = "";
            // 
            // reportFooterSection1
            // 
            this.reportFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.6774431467056274D);
            this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox6,
            this.textBox7,
            this.shape2,
            this.textBox8,
            this.shape3,
            this.panel3});
            this.reportFooterSection1.Name = "reportFooterSection1";
            this.reportFooterSection1.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.013888888992369175D), Telerik.Reporting.Drawing.Unit.Inch(1.4357371330261231D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.19999991357326508D));
            this.textBox6.Style.Font.Bold = true;
            this.textBox6.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.textBox6.Value = "– = No Growth + = Growth";
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.020833386108279228D), Telerik.Reporting.Drawing.Unit.Inch(1.0941098928451538D));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9361112117767334D), Telerik.Reporting.Drawing.Unit.Inch(0.20015758275985718D));
            this.textBox7.Value = "Reviewed By :";
            // 
            // shape2
            // 
            this.shape2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.95702338218688965D), Telerik.Reporting.Drawing.Unit.Inch(1.2421841621398926D));
            this.shape2.Name = "shape2";
            this.shape2.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
            this.shape2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8125D), Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D));
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(1.0868055820465088D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0.20015758275985718D));
            this.textBox8.Value = "Date :";
            // 
            // shape3
            // 
            this.shape3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3000788688659668D), Telerik.Reporting.Drawing.Unit.Inch(1.2348798513412476D));
            this.shape3.Name = "shape3";
            this.shape3.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
            this.shape3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2999212741851807D), Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D));
            // 
            // panel3
            // 
            this.panel3.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1});
            this.panel3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.019109513610601425D));
            this.panel3.Name = "panel3";
            this.panel3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.9513888359069824D), Telerik.Reporting.Drawing.Unit.Inch(0.94444441795349121D));
            this.panel3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(1.0408340855860843E-17D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3999602794647217D), Telerik.Reporting.Drawing.Unit.Inch(0.92842304706573486D));
            this.textBox1.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox1.Value = "Negative Control";
            // 
            // ds
            // 
            this.ds.DataMember = "GetDueFungalResultsData";
            this.ds.DataSource = "ServiceHost.Implementation.ReportDataService.OrderReportService, ServiceHost.Impl" +
    "ementation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";
            this.ds.Name = "ds";
            this.ds.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
            new Telerik.Reporting.ObjectDataSourceParameter("token", typeof(string), "=Parameters.token.Value"),
            new Telerik.Reporting.ObjectDataSourceParameter("reportDate", typeof(System.DateTime), "=Parameters.reportDate.Value")});
            // 
            // ReportDueFungalResults
            // 
            this.DataSource = this.ds;
            group1.GroupFooter = this.dayGroupFooterSection;
            group1.GroupHeader = this.dayGroupHeaderSection;
            group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Day"));
            group1.Name = "dayGroup";
            group2.GroupFooter = this.labelsGroupFooterSection;
            group2.GroupHeader = this.labelsGroupHeaderSection;
            group2.Name = "labelsGroup";
            group2.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Day", Telerik.Reporting.SortDirection.Asc));
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1,
            group2});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.dayGroupHeaderSection,
            this.dayGroupFooterSection,
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageFooter,
            this.reportHeader,
            this.detail,
            this.reportFooterSection1});
            this.Name = "ReportDueSterilityResults";
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.Name = "token";
            reportParameter1.Text = "token";
            reportParameter1.Value = "1";
            reportParameter2.Name = "reportDate";
            reportParameter2.Text = "reportDate";
            reportParameter2.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter2.Value = "=Now()";
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.Black;
            styleRule1.Style.Font.Bold = true;
            styleRule1.Style.Font.Italic = false;
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule1.Style.Font.Strikeout = false;
            styleRule1.Style.Font.Underline = false;
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(7.9583334922790527D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
 /// <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.Group             group1           = new Telerik.Reporting.Group();
     Telerik.Reporting.Group             group2           = new Telerik.Reporting.Group();
     Telerik.Reporting.Group             group3           = 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.textBox14           = new Telerik.Reporting.TextBox();
     this.groupHeaderSection  = new Telerik.Reporting.GroupHeaderSection();
     this.textBox4            = new Telerik.Reporting.TextBox();
     this.textBox5            = new Telerik.Reporting.TextBox();
     this.textBox6            = new Telerik.Reporting.TextBox();
     this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
     this.textBox11           = new Telerik.Reporting.TextBox();
     this.textBox12           = new Telerik.Reporting.TextBox();
     this.textBox13           = new Telerik.Reporting.TextBox();
     this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
     this.groupFooterSection2 = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection2 = new Telerik.Reporting.GroupHeaderSection();
     this.textBox1            = new Telerik.Reporting.TextBox();
     this.textBox2            = new Telerik.Reporting.TextBox();
     this.textBox3            = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1  = new Telerik.Reporting.PageHeaderSection();
     this.textBox7            = new Telerik.Reporting.TextBox();
     this.textBox8            = new Telerik.Reporting.TextBox();
     this.textBox9            = new Telerik.Reporting.TextBox();
     this.textBox10           = new Telerik.Reporting.TextBox();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1   = new Telerik.Reporting.PageFooterSection();
     this.textBox17            = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox      = new Telerik.Reporting.TextBox();
     this.sqlDataSource1       = new Telerik.Reporting.SqlDataSource();
     this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
     this.textBox16            = new Telerik.Reporting.TextBox();
     this.textBox15            = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // groupFooterSection
     //
     this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19996070861816406D);
     this.groupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox14
     });
     this.groupFooterSection.Name = "groupFooterSection";
     //
     // textBox14
     //
     this.textBox14.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox14.Name                 = "textBox14";
     this.textBox14.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.2124214172363281D), Telerik.Reporting.Drawing.Unit.Inch(0.19996070861816406D));
     this.textBox14.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox14.Style.Font.Underline = false;
     this.textBox14.Value                = "---------------------------------------------------------------------------------" +
                                           "---";
     //
     // groupHeaderSection
     //
     this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.352083295583725D);
     this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.textBox5,
         this.textBox6
     });
     this.groupHeaderSection.Name                  = "groupHeaderSection";
     this.groupHeaderSection.PrintOnEveryPage      = true;
     this.groupHeaderSection.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(58)))), ((int)(((byte)(112)))));
     //
     // textBox4
     //
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8999605178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox4.Style.BackgroundColor = System.Drawing.Color.Transparent;
     this.textBox4.Style.Color           = System.Drawing.Color.White;
     this.textBox4.Style.Font.Bold       = true;
     this.textBox4.Style.Font.Strikeout  = false;
     this.textBox4.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox4.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Value = "Item Description";
     //
     // textBox5
     //
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.052083253860473633D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox5.Style.BackgroundColor = System.Drawing.Color.Transparent;
     this.textBox5.Style.Color           = System.Drawing.Color.White;
     this.textBox5.Style.Font.Bold       = true;
     this.textBox5.Style.Font.Strikeout  = false;
     this.textBox5.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox5.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value = "Quantity Hire";
     //
     // textBox6
     //
     this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.7000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.052043914794921875D));
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5999599695205689D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox6.Style.BackgroundColor = System.Drawing.Color.Transparent;
     this.textBox6.Style.Color           = System.Drawing.Color.White;
     this.textBox6.Style.Font.Bold       = true;
     this.textBox6.Style.Font.Strikeout  = false;
     this.textBox6.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value = "Total Sales";
     //
     // groupFooterSection1
     //
     this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.45200443267822266D);
     this.groupFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox11,
         this.textBox12,
         this.textBox13
     });
     this.groupFooterSection1.Name = "groupFooterSection1";
     //
     // textBox11
     //
     this.textBox11.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.15208339691162109D));
     this.textBox11.Name            = "textBox11";
     this.textBox11.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8999606370925903D), Telerik.Reporting.Drawing.Unit.Inch(0.29992103576660156D));
     this.textBox11.Style.Font.Bold = true;
     this.textBox11.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox11.Value           = "Total Cash";
     //
     // textBox12
     //
     this.textBox12.Format          = "₵{0:N2}";
     this.textBox12.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.7000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.2041667252779007D));
     this.textBox12.Name            = "textBox12";
     this.textBox12.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5999594926834106D), Telerik.Reporting.Drawing.Unit.Inch(0.24783770740032196D));
     this.textBox12.Style.Font.Bold = true;
     this.textBox12.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox12.Value           = "= Sum(Fields.[Total Cost])";
     //
     // textBox13
     //
     this.textBox13.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox13.Name                 = "textBox13";
     this.textBox13.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.2124214172363281D), Telerik.Reporting.Drawing.Unit.Inch(0.15200455486774445D));
     this.textBox13.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox13.Style.Font.Underline = false;
     this.textBox13.Value                = "---------------------------------------------------------------------------------" +
                                           "---";
     //
     // groupHeaderSection1
     //
     this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.groupHeaderSection1.Name   = "groupHeaderSection1";
     //
     // groupFooterSection2
     //
     this.groupFooterSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.groupFooterSection2.Name   = "groupFooterSection2";
     //
     // groupHeaderSection2
     //
     this.groupHeaderSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19583351910114288D);
     this.groupHeaderSection2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox2,
         this.textBox3
     });
     this.groupHeaderSection2.Name = "groupHeaderSection2";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9259593904716894E-05D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8999605178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.19579394161701202D));
     this.textBox1.Value    = "= Fields.[Item Description]";
     //
     // textBox2
     //
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(3.9259593904716894E-05D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5D), Telerik.Reporting.Drawing.Unit.Inch(0.19579362869262695D));
     this.textBox2.Value    = "= Sum(Fields.Quantity)";
     //
     // textBox3
     //
     this.textBox3.Format   = "₵{0:N2}";
     this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.7000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(3.9259593904716894E-05D));
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5999597311019898D), Telerik.Reporting.Drawing.Unit.Inch(0.19579362869262695D));
     this.textBox3.Value    = "= Sum(Fields.[Total Cost])";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.5D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox7,
         this.textBox8,
         this.textBox9,
         this.textBox10
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     this.pageHeaderSection1.Style.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     // textBox7
     //
     this.textBox7.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0.90000009536743164D));
     this.textBox7.Name                 = "textBox7";
     this.textBox7.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.39992108941078186D));
     this.textBox7.Style.Color          = System.Drawing.Color.Teal;
     this.textBox7.Style.Font.Bold      = true;
     this.textBox7.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(20D);
     this.textBox7.Style.Font.Underline = true;
     this.textBox7.Value                = "Today Sales Report";
     //
     // textBox8
     //
     this.textBox8.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
     this.textBox8.Name            = "textBox8";
     this.textBox8.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3999998569488525D), Telerik.Reporting.Drawing.Unit.Inch(0.80000013113021851D));
     this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.textBox8.Style.Visible   = true;
     this.textBox8.Value           = "Misskay Enterprise\r\nTema Community 10 \r\nNear Data Link University\r\nTell: 02435257" +
                                     "05";
     //
     // textBox9
     //
     this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.3999999761581421D), Telerik.Reporting.Drawing.Unit.Inch(1.3000000715255737D));
     this.textBox9.Name     = "textBox9";
     this.textBox9.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2000007629394531D), Telerik.Reporting.Drawing.Unit.Inch(0.19992096722126007D));
     this.textBox9.Value    = "Date: ";
     //
     // textBox10
     //
     this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(1.3000000715255737D));
     this.textBox10.Name     = "textBox10";
     this.textBox10.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1999597549438477D), Telerik.Reporting.Drawing.Unit.Inch(0.19992096722126007D));
     this.textBox10.Value    = "= Now()";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.detail.Name   = "detail";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.34791660308837891D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox17,
         this.pageInfoTextBox
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox17
     //
     this.textBox17.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1999213695526123D), Telerik.Reporting.Drawing.Unit.Inch(0.080115951597690582D));
     this.textBox17.Name            = "textBox17";
     this.textBox17.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.192800834774971D));
     this.textBox17.Style.Font.Name = "Arial Black";
     this.textBox17.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox17.Value           = "Sales Report - Misskay Enterprise";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.0729166641831398D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1124601364135742D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString  = "Report.Properties.Settings.Rental";
     this.sqlDataSource1.Name              = "sqlDataSource1";
     this.sqlDataSource1.SelectCommand     = "dbo.DailyReportOnItems";
     this.sqlDataSource1.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // reportFooterSection1
     //
     this.reportFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.2729167938232422D);
     this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox16,
         this.textBox15
     });
     this.reportFooterSection1.Name = "reportFooterSection1";
     //
     // textBox16
     //
     this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.5207931995391846D), Telerik.Reporting.Drawing.Unit.Inch(0.4479166567325592D));
     this.textBox16.Name     = "textBox16";
     this.textBox16.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7791666984558106D), Telerik.Reporting.Drawing.Unit.Inch(0.69996070861816406D));
     this.textBox16.Value    = "Manager Signature\r\n\r\n........................";
     //
     // textBox15
     //
     this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.4479166567325592D));
     this.textBox15.Name     = "textBox15";
     this.textBox15.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7791666984558106D), Telerik.Reporting.Drawing.Unit.Inch(0.69996070861816406D));
     this.textBox15.Value    = "Sales Person Signature\r\n\r\n............................";
     //
     // DailyReport
     //
     this.DataSource = this.sqlDataSource1;
     this.Filters.Add(new Telerik.Reporting.Filter("= Fields.[Date Sold]", Telerik.Reporting.FilterOperator.GreaterOrEqual, "= Parameters.startDate.Value"));
     group1.GroupFooter = this.groupFooterSection;
     group1.GroupHeader = this.groupHeaderSection;
     group1.Name        = "LabelGroup";
     group2.GroupFooter = this.groupFooterSection1;
     group2.GroupHeader = this.groupHeaderSection1;
     group2.Name        = "group";
     group3.GroupFooter = this.groupFooterSection2;
     group3.GroupHeader = this.groupHeaderSection2;
     group3.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.[Item Description]"));
     group3.Name = "group1";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1,
         group2,
         group3
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.groupHeaderSection,
         this.groupFooterSection,
         this.groupHeaderSection1,
         this.groupFooterSection1,
         this.groupHeaderSection2,
         this.groupFooterSection2,
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1,
         this.reportFooterSection1
     });
     this.Name = "DailyReport";
     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.AutoRefresh = true;
     reportParameter1.Name        = "startDate";
     reportParameter1.Text        = "From";
     reportParameter1.Type        = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter1.Value       = "= Today()";
     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.2125000953674316D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #20
0
        /// <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(RptVATResumeCat));
            Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group2 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group3 = new Telerik.Reporting.Group();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
            this.groupFooterVatType = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderLabels = new Telerik.Reporting.GroupHeaderSection();
            this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderVatType = new Telerik.Reporting.GroupHeaderSection();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.comercial_nameDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox15 = new Telerik.Reporting.TextBox();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.textBox14 = new Telerik.Reporting.TextBox();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.pictureBox1 = new Telerik.Reporting.PictureBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.ticket_dateDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.amountDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox16 = new Telerik.Reporting.TextBox();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.sqlVATResume = new Telerik.Reporting.SqlDataSource();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // groupFooterVatType
            // 
            this.groupFooterVatType.Height = Telerik.Reporting.Drawing.Unit.Inch(0.11811033636331558D);
            this.groupFooterVatType.Name = "groupFooterVatType";
            // 
            // groupHeaderLabels
            // 
            this.groupHeaderLabels.Height = Telerik.Reporting.Drawing.Unit.Inch(0.11814975738525391D);
            this.groupHeaderLabels.Name = "groupHeaderLabels";
            this.groupHeaderLabels.Style.Visible = false;
            // 
            // groupFooterSection
            // 
            this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(2D);
            this.groupFooterSection.Name = "groupFooterSection";
            // 
            // groupHeaderSection
            // 
            this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.47952762246131897D);
            this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox19,
            this.textBox20});
            this.groupHeaderSection.Name = "groupHeaderSection";
            // 
            // textBox19
            // 
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.020833650603890419D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1287729740142822D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox19.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox19.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox19.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox19.Value = "CATEGORIA";
            // 
            // textBox20
            // 
            this.textBox20.CanGrow = true;
            this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.20007880032062531D));
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1287729740142822D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox20.StyleName = "Data";
            this.textBox20.Value = "= Fields.category";
            // 
            // groupFooterSection1
            // 
            this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.15748023986816406D);
            this.groupFooterSection1.Name = "groupFooterSection1";
            // 
            // groupHeaderVatType
            // 
            this.groupHeaderVatType.Height = Telerik.Reporting.Drawing.Unit.Inch(0.62992125749588013D);
            this.groupHeaderVatType.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox10,
            this.textBox9,
            this.comercial_nameDataTextBox,
            this.textBox7,
            this.textBox6,
            this.textBox11,
            this.textBox12,
            this.textBox15});
            this.groupHeaderVatType.Name = "groupHeaderVatType";
            // 
            // textBox10
            // 
            this.textBox10.CanGrow = true;
            this.textBox10.Format = "{0:##,###,##0.00 €}";
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.3645834922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.3125D));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2760829925537109D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox10.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox10.StyleName = "Data";
            this.textBox10.Value = "= Sum(Fields.pvp)";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.3645834922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.0625D));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.276081919670105D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox9.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox9.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox9.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox9.Value = "Total tipo";
            // 
            // comercial_nameDataTextBox
            // 
            this.comercial_nameDataTextBox.CanGrow = true;
            this.comercial_nameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.3125D));
            this.comercial_nameDataTextBox.Name = "comercial_nameDataTextBox";
            this.comercial_nameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1287729740142822D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.comercial_nameDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.comercial_nameDataTextBox.StyleName = "Data";
            this.comercial_nameDataTextBox.Value = "= Fields.name";
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.0625D));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1287729740142822D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox7.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox7.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox7.Value = "Tipo";
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.4645671844482422D), Telerik.Reporting.Drawing.Unit.Inch(0.0625D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.276081919670105D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox6.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox6.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox6.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox6.Value = "Total base";
            // 
            // textBox11
            // 
            this.textBox11.CanGrow = true;
            this.textBox11.Format = "{0:##,###,##0.00 €}";
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.4645671844482422D), Telerik.Reporting.Drawing.Unit.Inch(0.3125D));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2760829925537109D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox11.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox11.StyleName = "Data";
            this.textBox11.Value = "= Sum(Fields.b)";
            // 
            // textBox12
            // 
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.881889820098877D), Telerik.Reporting.Drawing.Unit.Inch(0.0625D));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.276081919670105D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox12.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox12.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox12.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox12.Value = "Total cuota";
            // 
            // textBox15
            // 
            this.textBox15.CanGrow = true;
            this.textBox15.Format = "{0:##,###,##0.00 €}";
            this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.881889820098877D), Telerik.Reporting.Drawing.Unit.Inch(0.3125D));
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2760829925537109D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox15.StyleName = "Data";
            this.textBox15.Value = "= Sum(Fields.c)";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.1023226976394653D);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox14,
            this.textBox13,
            this.textBox1,
            this.pictureBox1,
            this.textBox2,
            this.textBox4,
            this.textBox8,
            this.textBox3,
            this.textBox5});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // textBox14
            // 
            this.textBox14.Format = "{0:dd/MM/yyyy}";
            this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5687336921691895D), Telerik.Reporting.Drawing.Unit.Inch(0.3899899423122406D));
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0866143703460693D), Telerik.Reporting.Drawing.Unit.Inch(0.31863212585449219D));
            this.textBox14.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox14.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
            this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox14.Value = "= Parameters.TDate.Value";
            // 
            // textBox13
            // 
            this.textBox13.Format = "{0:dd/MM/yyyy}";
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.4645671844482422D), Telerik.Reporting.Drawing.Unit.Inch(0.3899899423122406D));
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0866143703460693D), Telerik.Reporting.Drawing.Unit.Inch(0.31863212585449219D));
            this.textBox13.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox13.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
            this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox13.Value = "= Parameters.FDate.Value";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.0416666679084301D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.469907283782959D), Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D));
            this.textBox1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox1.Value = "Informe de liquidación de IVA (Categorias)";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.0416666679084301D));
            this.pictureBox1.MimeType = "image/png";
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D), Telerik.Reporting.Drawing.Unit.Inch(0.30003929138183594D));
            this.pictureBox1.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
            this.pictureBox1.Value = ((object)(resources.GetObject("pictureBox1.Value")));
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.8582677841186523D), Telerik.Reporting.Drawing.Unit.Inch(0.78740167617797852D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99967211484909058D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox2.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox2.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox2.Value = "Base";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4960628747940064D), Telerik.Reporting.Drawing.Unit.Inch(0.787441074848175D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2520482540130615D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox4.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox4.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox4.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox4.Value = "Clave";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.535433292388916D), Telerik.Reporting.Drawing.Unit.Inch(0.78740167617797852D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99967211484909058D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox8.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox8.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox8.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox8.Value = "Importe";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.47244104743003845D), Telerik.Reporting.Drawing.Unit.Inch(0.787441074848175D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90551203489303589D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox3.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox3.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox3.Value = "Fecha factura";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5D), Telerik.Reporting.Drawing.Unit.Inch(0.78740167617797852D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99967211484909058D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox5.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox5.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox5.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox5.Value = "Cuota";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.31496047973632812D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.ticket_dateDataTextBox,
            this.textBox18,
            this.amountDataTextBox,
            this.textBox16,
            this.textBox17});
            this.detail.Name = "detail";
            // 
            // ticket_dateDataTextBox
            // 
            this.ticket_dateDataTextBox.CanGrow = true;
            this.ticket_dateDataTextBox.Format = "{0:dd/MM/yyyy}";
            this.ticket_dateDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.47244104743003845D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.ticket_dateDataTextBox.Name = "ticket_dateDataTextBox";
            this.ticket_dateDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90551191568374634D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.ticket_dateDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.ticket_dateDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.ticket_dateDataTextBox.StyleName = "Data";
            this.ticket_dateDataTextBox.Value = "= Fields.invoice_date";
            // 
            // textBox18
            // 
            this.textBox18.CanGrow = true;
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4960626363754273D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2520482540130615D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox18.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox18.StyleName = "Data";
            this.textBox18.Value = "= Fields.invoice_key";
            // 
            // amountDataTextBox
            // 
            this.amountDataTextBox.CanGrow = true;
            this.amountDataTextBox.Format = "{0:##,###,##0.00 €}";
            this.amountDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.8582677841186523D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.amountDataTextBox.Name = "amountDataTextBox";
            this.amountDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99967193603515625D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.amountDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.amountDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.amountDataTextBox.StyleName = "Data";
            this.amountDataTextBox.Value = "= Fields.b";
            // 
            // textBox16
            // 
            this.textBox16.CanGrow = true;
            this.textBox16.Format = "{0:##,###,##0.00 €}";
            this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5D), 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(0.99967193603515625D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox16.StyleName = "Data";
            this.textBox16.Value = "= Fields.c";
            // 
            // textBox17
            // 
            this.textBox17.CanGrow = true;
            this.textBox17.Format = "{0:##,###,##0.00 €}";
            this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.535433292388916D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99967193603515625D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox17.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox17.StyleName = "Data";
            this.textBox17.Value = "= Fields.pvp";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.27559056878089905D);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.textBox22,
            this.pageInfoTextBox,
            this.textBox21});
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Format = "{0:d}";
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7952756881713867D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.currentTimeTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // textBox22
            // 
            this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.891568660736084D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.23622004687786102D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox22.Value = "/";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.7874016761779785D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0831693410873413D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pageInfoTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // textBox21
            // 
            this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.1311516761779785D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49261793494224548D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox21.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox21.StyleName = "PageInfo";
            this.textBox21.Value = "= PageCount";
            // 
            // sqlVATResume
            // 
            this.sqlVATResume.ConnectionString = "AriClinicContext";
            this.sqlVATResume.Name = "sqlVATResume";
            this.sqlVATResume.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@FDate", System.Data.DbType.Date, "=Parameters.FDate.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@TDate", System.Data.DbType.Date, "=Parameters.TDate.Value")});
            this.sqlVATResume.SelectCommand = resources.GetString("sqlVATResume.SelectCommand");
            // 
            // RptVATResumeCat
            // 
            this.DataSource = this.sqlVATResume;
            group1.GroupFooter = this.groupFooterVatType;
            group1.GroupHeader = this.groupHeaderLabels;
            group1.Name = "labelsGroup";
            group2.GroupFooter = this.groupFooterSection;
            group2.GroupHeader = this.groupHeaderSection;
            group2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.category"));
            group2.Name = "category";
            group3.GroupFooter = this.groupFooterSection1;
            group3.GroupHeader = this.groupHeaderVatType;
            group3.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.name"));
            group3.Name = "vatTypeGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1,
            group2,
            group3});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.groupHeaderLabels,
            this.groupFooterVatType,
            this.groupHeaderSection,
            this.groupFooterSection,
            this.groupHeaderVatType,
            this.groupFooterSection1,
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.Name = "RptVATResume";
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.Name = "FDate";
            reportParameter1.Text = "Desde fecha";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter1.Visible = true;
            reportParameter2.Name = "TDate";
            reportParameter2.Text = "Hasta fecha";
            reportParameter2.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter2.Visible = true;
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.invoice_date", Telerik.Reporting.SortDirection.Asc));
            this.Style.BackgroundColor = System.Drawing.Color.White;
            this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Mm;
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(7.6699471473693848D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #21
0
 /// <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.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();
     Telerik.Reporting.Drawing.StyleRule styleRule2       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4       = new Telerik.Reporting.Drawing.StyleRule();
     this.clientCodeGroupFooterSection   = new Telerik.Reporting.GroupFooterSection();
     this.clientCodeCountFunctionTextBox = new Telerik.Reporting.TextBox();
     this.textBox3 = new Telerik.Reporting.TextBox();
     this.clientCodeGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.productCodeCaptionTextBox    = new Telerik.Reporting.TextBox();
     this.clientCodeCaptionTextBox1    = new Telerik.Reporting.TextBox();
     this.dateCaptionTextBox           = new Telerik.Reporting.TextBox();
     this.objectDataSource1            = new Telerik.Reporting.ObjectDataSource();
     this.reportFooter           = new Telerik.Reporting.ReportFooterSection();
     this.pageFooter             = new Telerik.Reporting.PageFooterSection();
     this.pageInfoTextBox        = new Telerik.Reporting.TextBox();
     this.reportHeader           = new Telerik.Reporting.ReportHeaderSection();
     this.textBox2               = new Telerik.Reporting.TextBox();
     this.textBox1               = new Telerik.Reporting.TextBox();
     this.titleTextBox           = new Telerik.Reporting.TextBox();
     this.textBox4               = new Telerik.Reporting.TextBox();
     this.pictureBox1            = new Telerik.Reporting.PictureBox();
     this.textBox6               = new Telerik.Reporting.TextBox();
     this.detail                 = new Telerik.Reporting.DetailSection();
     this.productCodeDataTextBox = new Telerik.Reporting.TextBox();
     this.clientCodeDataTextBox1 = new Telerik.Reporting.TextBox();
     this.dateDataTextBox        = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // clientCodeGroupFooterSection
     //
     this.clientCodeGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.62428462505340576D);
     this.clientCodeGroupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.clientCodeCountFunctionTextBox,
         this.textBox3
     });
     this.clientCodeGroupFooterSection.Name = "clientCodeGroupFooterSection";
     //
     // clientCodeCountFunctionTextBox
     //
     this.clientCodeCountFunctionTextBox.CanGrow         = true;
     this.clientCodeCountFunctionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.clientCodeCountFunctionTextBox.Name            = "clientCodeCountFunctionTextBox";
     this.clientCodeCountFunctionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9791667461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.clientCodeCountFunctionTextBox.Style.Font.Bold = true;
     this.clientCodeCountFunctionTextBox.Style.Font.Name = "Arial";
     this.clientCodeCountFunctionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.clientCodeCountFunctionTextBox.StyleName       = "Data";
     this.clientCodeCountFunctionTextBox.Value           = "=Fields.ProductDescription";
     //
     // textBox3
     //
     this.textBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4083333015441895D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.0291662216186523D), Telerik.Reporting.Drawing.Unit.Inch(0.40000024437904358D));
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox3.Value           = "= Count(Fields.ProductCode) + \" Cases Bison\"";
     //
     // clientCodeGroupHeaderSection
     //
     this.clientCodeGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0099999997764825821D);
     this.clientCodeGroupHeaderSection.Name   = "clientCodeGroupHeaderSection";
     //
     // productCodeCaptionTextBox
     //
     this.productCodeCaptionTextBox.CanGrow         = true;
     this.productCodeCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(1.9240487813949585D));
     this.productCodeCaptionTextBox.Name            = "productCodeCaptionTextBox";
     this.productCodeCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2666666507720947D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.productCodeCaptionTextBox.Style.Font.Bold = true;
     this.productCodeCaptionTextBox.Style.Font.Name = "Arial";
     this.productCodeCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.productCodeCaptionTextBox.StyleName       = "Caption";
     this.productCodeCaptionTextBox.Value           = "Product Code";
     //
     // clientCodeCaptionTextBox1
     //
     this.clientCodeCaptionTextBox1.CanGrow         = true;
     this.clientCodeCaptionTextBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4083333015441895D), Telerik.Reporting.Drawing.Unit.Inch(1.9240487813949585D));
     this.clientCodeCaptionTextBox1.Name            = "clientCodeCaptionTextBox1";
     this.clientCodeCaptionTextBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5666666030883789D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.clientCodeCaptionTextBox1.Style.Font.Bold = true;
     this.clientCodeCaptionTextBox1.Style.Font.Name = "Arial";
     this.clientCodeCaptionTextBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.clientCodeCaptionTextBox1.StyleName       = "Caption";
     this.clientCodeCaptionTextBox1.Value           = "Product Description";
     //
     // dateCaptionTextBox
     //
     this.dateCaptionTextBox.CanGrow         = true;
     this.dateCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1708331108093262D), Telerik.Reporting.Drawing.Unit.Inch(1.9240487813949585D));
     this.dateCaptionTextBox.Name            = "dateCaptionTextBox";
     this.dateCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2666666507720947D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.dateCaptionTextBox.Style.Font.Bold = true;
     this.dateCaptionTextBox.Style.Font.Name = "Arial";
     this.dateCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.dateCaptionTextBox.StyleName       = "Caption";
     this.dateCaptionTextBox.Value           = "Date";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = "DoubleJ.Oms.Web.Reports.Model.ProductDetailItem, DoubleJ.Oms.Web, Version=1.0.0.0" +
                                         ", Culture=neutral, PublicKeyToken=null";
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // reportFooter
     //
     this.reportFooter.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
     this.reportFooter.Name          = "reportFooter";
     this.reportFooter.Style.Visible = true;
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(2.3240487575531006D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox1,
         this.titleTextBox,
         this.textBox4,
         this.pictureBox1,
         this.productCodeCaptionTextBox,
         this.clientCodeCaptionTextBox1,
         this.dateCaptionTextBox,
         this.textBox6
     });
     this.reportHeader.Name = "reportHeader";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(1.0999220609664917D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1978771686553955D), Telerik.Reporting.Drawing.Unit.Inch(0.29980349540710449D));
     this.textBox2.Style.Font.Bold = true;
     this.textBox2.Style.Font.Name = "Arial";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.StyleName       = "Title";
     this.textBox2.Value           = "= \"Customer PO \" + Parameters.CustomerPO.Value";
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.30007871985435486D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.29988199472427368D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.StyleName       = "Title";
     this.textBox1.Value           = "Order Manifest";
     //
     // titleTextBox
     //
     this.titleTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
     this.titleTextBox.Name            = "titleTextBox";
     this.titleTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.2999606728553772D));
     this.titleTextBox.Style.Font.Bold = true;
     this.titleTextBox.Style.Font.Name = "Arial";
     this.titleTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.titleTextBox.StyleName       = "Title";
     this.titleTextBox.Value           = "Double J Meat Packing";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.899921715259552D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.19992133975028992D));
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Name = "Arial";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(13D);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.StyleName       = "Title";
     this.textBox4.Value           = "= Parameters.SubCaption.Value";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.020833253860473633D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
     this.pictureBox1.MimeType = "";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0791668891906738D), Telerik.Reporting.Drawing.Unit.Inch(1.5999606847763062D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = "= Parameters.Logo.Value";
     //
     // textBox6
     //
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.60003942251205444D));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3625004291534424D), Telerik.Reporting.Drawing.Unit.Inch(0.29980349540710449D));
     this.textBox6.Style.Font.Bold = true;
     this.textBox6.Style.Font.Name = "Arial";
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.StyleName       = "Title";
     this.textBox6.Value           = "= \"P.O.# \" + Parameters.PONumber.Value";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.productCodeDataTextBox,
         this.clientCodeDataTextBox1,
         this.dateDataTextBox
     });
     this.detail.Name = "detail";
     //
     // productCodeDataTextBox
     //
     this.productCodeDataTextBox.CanGrow            = true;
     this.productCodeDataTextBox.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.productCodeDataTextBox.Name               = "productCodeDataTextBox";
     this.productCodeDataTextBox.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.productCodeDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.productCodeDataTextBox.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.productCodeDataTextBox.StyleName          = "Data";
     this.productCodeDataTextBox.Value              = "=Fields.ProductCode";
     //
     // clientCodeDataTextBox1
     //
     this.clientCodeDataTextBox1.CanGrow            = true;
     this.clientCodeDataTextBox1.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4083335399627686D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.clientCodeDataTextBox1.Name               = "clientCodeDataTextBox1";
     this.clientCodeDataTextBox1.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8916667699813843D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.clientCodeDataTextBox1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.clientCodeDataTextBox1.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.clientCodeDataTextBox1.StyleName          = "Data";
     this.clientCodeDataTextBox1.Value              = "=Fields.ProductDescription";
     //
     // dateDataTextBox
     //
     this.dateDataTextBox.CanGrow            = true;
     this.dateDataTextBox.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1708331108093262D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.dateDataTextBox.Name               = "dateDataTextBox";
     this.dateDataTextBox.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2291673421859741D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.dateDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.dateDataTextBox.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.dateDataTextBox.StyleName          = "Data";
     this.dateDataTextBox.Value              = "=Fields.Date";
     //
     // ProductionManifestDetailSuppressWeight
     //
     this.DataSource    = this.objectDataSource1;
     group1.GroupFooter = this.clientCodeGroupFooterSection;
     group1.GroupHeader = this.clientCodeGroupHeaderSection;
     group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.ProductCode"));
     group1.Name = "clientCodeGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.clientCodeGroupHeaderSection,
         this.clientCodeGroupFooterSection,
         this.reportFooter,
         this.pageFooter,
         this.reportHeader,
         this.detail
     });
     this.Name = "ProductionManifestDetail";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name       = "PONumber";
     reportParameter2.Name       = "SubCaption";
     reportParameter3.Name       = "Logo";
     reportParameter4.Name       = "CustomerPO";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule1.Style.Color          = System.Drawing.Color.Black;
     styleRule1.Style.Font.Bold      = true;
     styleRule1.Style.Font.Italic    = false;
     styleRule1.Style.Font.Name      = "Tahoma";
     styleRule1.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule1.Style.Font.Strikeout = false;
     styleRule1.Style.Font.Underline = false;
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule2.Style.Color         = System.Drawing.Color.Black;
     styleRule2.Style.Font.Name     = "Tahoma";
     styleRule2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule3.Style.Font.Name     = "Tahoma";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule4.Style.Font.Name     = "Tahoma";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(6.4375D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #22
0
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.objectDataSource1 = new Telerik.Reporting.ObjectDataSource();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.idCaptionTextBox = new Telerik.Reporting.TextBox();
            this.nameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.reportNameTextBox = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.idDataTextBox = new Telerik.Reporting.TextBox();
            this.nameDataTextBox = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // objectDataSource1
            // 
            this.objectDataSource1.DataMember = "GetDesignations";
            this.objectDataSource1.DataSource = "QTec.Hrms.Business.Personal.EmployeeManager, QTec.Hrms.Business, Version=1.0.0.0," +
    " Culture=neutral, PublicKeyToken=null";
            this.objectDataSource1.Name = "objectDataSource1";
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.idCaptionTextBox,
            this.nameCaptionTextBox});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // idCaptionTextBox
            // 
            this.idCaptionTextBox.CanGrow = true;
            this.idCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.idCaptionTextBox.Name = "idCaptionTextBox";
            this.idCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.idCaptionTextBox.StyleName = "Caption";
            this.idCaptionTextBox.Value = "Id";
            // 
            // nameCaptionTextBox
            // 
            this.nameCaptionTextBox.CanGrow = true;
            this.nameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.nameCaptionTextBox.Name = "nameCaptionTextBox";
            this.nameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.nameCaptionTextBox.StyleName = "Caption";
            this.nameCaptionTextBox.Value = "Name";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.reportNameTextBox});
            this.pageHeader.Name = "pageHeader";
            // 
            // reportNameTextBox
            // 
            this.reportNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.reportNameTextBox.Name = "reportNameTextBox";
            this.reportNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.708333015441895D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.reportNameTextBox.StyleName = "PageInfo";
            this.reportNameTextBox.Value = "Employees";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.0529167652130127D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(2D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Employees";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.idDataTextBox,
            this.nameDataTextBox});
            this.detail.Name = "detail";
            // 
            // idDataTextBox
            // 
            this.idDataTextBox.CanGrow = true;
            this.idDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.idDataTextBox.Name = "idDataTextBox";
            this.idDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.idDataTextBox.StyleName = "Data";
            this.idDataTextBox.Value = "=Fields.Id";
            // 
            // nameDataTextBox
            // 
            this.nameDataTextBox.CanGrow = true;
            this.nameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.nameDataTextBox.Name = "nameDataTextBox";
            this.nameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.nameDataTextBox.StyleName = "Data";
            this.nameDataTextBox.Value = "=Fields.Name";
            // 
            // Employees
            // 
            this.DataSource = this.objectDataSource1;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.Name = "Employees";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.Black;
            styleRule1.Style.Font.Bold = true;
            styleRule1.Style.Font.Italic = false;
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule1.Style.Font.Strikeout = false;
            styleRule1.Style.Font.Underline = false;
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
 /// <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.TableGroup                 tableGroup1         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup2         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup3         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup4         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup5         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup6         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup7         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup8         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.Group                      group1              = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule          styleRule1          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule          styleRule2          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector();
     Telerik.Reporting.Drawing.StyleRule          styleRule3          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector();
     this.textBox2            = new Telerik.Reporting.TextBox();
     this.textBox3            = new Telerik.Reporting.TextBox();
     this.textBox4            = new Telerik.Reporting.TextBox();
     this.textBox5            = new Telerik.Reporting.TextBox();
     this.textBox6            = new Telerik.Reporting.TextBox();
     this.textBox7            = new Telerik.Reporting.TextBox();
     this.textBox9            = new Telerik.Reporting.TextBox();
     this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
     this.table1             = new Telerik.Reporting.Table();
     this.textBox10          = new Telerik.Reporting.TextBox();
     this.textBox11          = new Telerik.Reporting.TextBox();
     this.textBox12          = new Telerik.Reporting.TextBox();
     this.textBox13          = new Telerik.Reporting.TextBox();
     this.textBox15          = new Telerik.Reporting.TextBox();
     this.textBox16          = new Telerik.Reporting.TextBox();
     this.textBox17          = new Telerik.Reporting.TextBox();
     this.sqlDataSource1     = new Telerik.Reporting.SqlDataSource();
     this.textBox19          = new Telerik.Reporting.TextBox();
     this.textBox20          = new Telerik.Reporting.TextBox();
     this.textBox21          = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.pictureBox1        = new Telerik.Reporting.PictureBox();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.textBox8           = new Telerik.Reporting.TextBox();
     this.textBox14          = new Telerik.Reporting.TextBox();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     this.textBox28          = new Telerik.Reporting.TextBox();
     this.textBox25          = new Telerik.Reporting.TextBox();
     this.textBox18          = new Telerik.Reporting.TextBox();
     this.textBox22          = new Telerik.Reporting.TextBox();
     this.textBox39          = new Telerik.Reporting.TextBox();
     this.textBox45          = new Telerik.Reporting.TextBox();
     this.textBox40          = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox2
     //
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24791643023490906D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox2.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(255)))));
     this.textBox2.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox2.Style.Color     = System.Drawing.Color.White;
     this.textBox2.Style.Font.Bold = true;
     this.textBox2.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.StyleName       = "Normal.TableHeader";
     this.textBox2.Value           = "Sl";
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6333315372467041D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(255)))));
     this.textBox3.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox3.Style.Color     = System.Drawing.Color.White;
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.StyleName       = "Normal.TableHeader";
     this.textBox3.Value           = "Voucher No";
     //
     // textBox4
     //
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.91458112001419067D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox4.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(255)))));
     this.textBox4.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox4.Style.Color     = System.Drawing.Color.White;
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.StyleName       = "Normal.TableHeader";
     this.textBox4.Value           = "Date";
     //
     // textBox5
     //
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.164583683013916D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox5.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(255)))));
     this.textBox5.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox5.Style.Color     = System.Drawing.Color.White;
     this.textBox5.Style.Font.Bold = true;
     this.textBox5.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox5.StyleName       = "Normal.TableHeader";
     this.textBox5.Value           = "Ledger Name";
     //
     // textBox6
     //
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2999986410140991D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox6.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(255)))));
     this.textBox6.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox6.Style.Color     = System.Drawing.Color.White;
     this.textBox6.Style.Font.Bold = true;
     this.textBox6.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.StyleName       = "Normal.TableHeader";
     this.textBox6.Value           = "Narration";
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.91458231210708618D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox7.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(255)))));
     this.textBox7.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox7.Style.Color     = System.Drawing.Color.White;
     this.textBox7.Style.Font.Bold = true;
     this.textBox7.Style.Font.Name = "Century Gothic";
     this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox7.StyleName       = "Normal.TableHeader";
     this.textBox7.Value           = "Debit (Tk)";
     //
     // textBox9
     //
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.91458356380462646D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox9.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(255)))));
     this.textBox9.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox9.Style.Color     = System.Drawing.Color.White;
     this.textBox9.Style.Font.Bold = true;
     this.textBox9.Style.Font.Name = "Century Gothic";
     this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox9.StyleName       = "Normal.TableHeader";
     this.textBox9.Value           = "Credit (Tk)";
     //
     // groupFooterSection1
     //
     this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.052083313465118408D);
     this.groupFooterSection1.Name   = "groupFooterSection1";
     //
     // groupHeaderSection1
     //
     this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.70884954929351807D);
     this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table1,
         this.textBox19,
         this.textBox20,
         this.textBox21
     });
     this.groupHeaderSection1.Name = "groupHeaderSection1";
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.24791625142097473D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.6333315372467041D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.9145808219909668D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(5.164583683013916D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.2999979257583618D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.91458243131637573D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.91458380222320557D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D)));
     this.table1.Body.SetCellContent(0, 0, this.textBox10);
     this.table1.Body.SetCellContent(0, 1, this.textBox11);
     this.table1.Body.SetCellContent(0, 2, this.textBox12);
     this.table1.Body.SetCellContent(0, 3, this.textBox13);
     this.table1.Body.SetCellContent(0, 4, this.textBox15);
     this.table1.Body.SetCellContent(0, 5, this.textBox16);
     this.table1.Body.SetCellContent(0, 6, this.textBox17);
     tableGroup1.ReportItem = this.textBox2;
     tableGroup2.ReportItem = this.textBox3;
     tableGroup3.ReportItem = this.textBox4;
     tableGroup4.ReportItem = this.textBox5;
     tableGroup5.ReportItem = this.textBox6;
     tableGroup6.ReportItem = this.textBox7;
     tableGroup7.ReportItem = this.textBox9;
     this.table1.ColumnGroups.Add(tableGroup1);
     this.table1.ColumnGroups.Add(tableGroup2);
     this.table1.ColumnGroups.Add(tableGroup3);
     this.table1.ColumnGroups.Add(tableGroup4);
     this.table1.ColumnGroups.Add(tableGroup5);
     this.table1.ColumnGroups.Add(tableGroup6);
     this.table1.ColumnGroups.Add(tableGroup7);
     this.table1.DataSource = this.sqlDataSource1;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox10,
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox15,
         this.textBox16,
         this.textBox17,
         this.textBox2,
         this.textBox3,
         this.textBox4,
         this.textBox5,
         this.textBox6,
         this.textBox7,
         this.textBox9
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
     this.table1.Name     = "table1";
     tableGroup8.Groupings.Add(new Telerik.Reporting.Grouping(""));
     tableGroup8.Name = "Detail";
     this.table1.RowGroups.Add(tableGroup8);
     this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(11.089577674865723D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.table1.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.table1.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.table1.StyleName = "Normal.TableNormal";
     //
     // textBox10
     //
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24791643023490906D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox10.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox10.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.StyleName           = "Normal.TableBody";
     this.textBox10.Value               = "= RowNumber()";
     //
     // textBox11
     //
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6333315372467041D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox11.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox11.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox11.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.StyleName           = "Normal.TableBody";
     this.textBox11.Value               = "=Fields.RVNO";
     //
     // textBox12
     //
     this.textBox12.Format              = "{0:dd-MM-yyyy}";
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.91458112001419067D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox12.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox12.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.StyleName           = "Normal.TableBody";
     this.textBox12.Value               = "=Fields.RVDate";
     //
     // textBox13
     //
     this.textBox13.Name                = "textBox13";
     this.textBox13.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.164583683013916D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox13.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox13.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.StyleName           = "Normal.TableBody";
     this.textBox13.Value               = "=Fields.ACName";
     //
     // textBox15
     //
     this.textBox15.Name                = "textBox15";
     this.textBox15.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2999986410140991D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox15.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox15.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.StyleName           = "Normal.TableBody";
     this.textBox15.Value               = "=Fields.Narration";
     //
     // textBox16
     //
     this.textBox16.Format              = "{0:N2}";
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.91458231210708618D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox16.Style.Font.Name     = "Century Gothic";
     this.textBox16.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox16.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.StyleName           = "Normal.TableBody";
     this.textBox16.Value               = "=Fields.DebitAmount";
     //
     // textBox17
     //
     this.textBox17.Format              = "{0:N2}";
     this.textBox17.Name                = "textBox17";
     this.textBox17.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.91458356380462646D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox17.Style.Font.Name     = "Century Gothic";
     this.textBox17.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox17.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.StyleName           = "Normal.TableBody";
     this.textBox17.Value               = "=Fields.CreditAmount";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "ABS.Reports.Properties.Settings.AmberBusinessSuite";
     this.sqlDataSource1.Name             = "sqlDataSource1";
     this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@sdate", System.Data.DbType.DateTime, null),
         new Telerik.Reporting.SqlDataSourceParameter("@edate", System.Data.DbType.DateTime, null),
         new Telerik.Reporting.SqlDataSourceParameter("@accountcode", System.Data.DbType.Int32, null),
         new Telerik.Reporting.SqlDataSourceParameter("@costcenter", System.Data.DbType.Int32, null),
         new Telerik.Reporting.SqlDataSourceParameter("@CompanyID", System.Data.DbType.Int32, null)
     });
     this.sqlDataSource1.SelectCommand     = "spRptReceiptStatement";
     this.sqlDataSource1.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // textBox19
     //
     this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.50007885694503784D));
     this.textBox19.Name     = "textBox19";
     this.textBox19.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9.2499551773071289D), Telerik.Reporting.Drawing.Unit.Inch(0.20877067744731903D));
     this.textBox19.Style.BackgroundColor     = System.Drawing.Color.Silver;
     this.textBox19.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox19.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox19.Style.Font.Bold           = true;
     this.textBox19.Style.Font.Name           = "Microsoft Sans Serif";
     this.textBox19.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox19.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox19.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox19.StyleName = "Normal.TableBody";
     this.textBox19.Value     = "Total Amount(Tk)";
     //
     // textBox20
     //
     this.textBox20.Format   = "{0:N2}";
     this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.2500333786010742D), Telerik.Reporting.Drawing.Unit.Inch(0.50884979963302612D));
     this.textBox20.Name     = "textBox20";
     this.textBox20.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.91458159685134888D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox20.Style.BackgroundColor     = System.Drawing.Color.Silver;
     this.textBox20.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox20.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox20.Style.Font.Bold           = true;
     this.textBox20.Style.Font.Name           = "Century Gothic";
     this.textBox20.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox20.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Value = "= Sum(Fields.DebitAmount)";
     //
     // textBox21
     //
     this.textBox21.Format   = "{0:N2}";
     this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(10.164615631103516D), Telerik.Reporting.Drawing.Unit.Inch(0.50884979963302612D));
     this.textBox21.Name     = "textBox21";
     this.textBox21.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.91458278894424438D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox21.Style.BackgroundColor     = System.Drawing.Color.Silver;
     this.textBox21.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox21.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox21.Style.Font.Bold           = true;
     this.textBox21.Style.Font.Name           = "Century Gothic";
     this.textBox21.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox21.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox21.Value = "= Sum(Fields.CreditAmount)";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.textBox1,
         this.textBox8,
         this.textBox14
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     this.pageHeaderSection1.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.pageHeaderSection1.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
     this.pictureBox1.MimeType = "";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.60000002384185791D), Telerik.Reporting.Drawing.Unit.Inch(0.59996062517166138D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Style.BackgroundImage.Repeat = Telerik.Reporting.Drawing.BackgroundRepeat.NoRepeat;
     this.pictureBox1.Value = "= Fields.Logo";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.8199582099914551D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.2729172706604D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox1.Style.BackgroundColor     = System.Drawing.Color.White;
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox1.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox1.Style.Color         = System.Drawing.Color.Black;
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox1.Style.LineWidth     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox1.Value = "= Fields.CompanyName";
     //
     // textBox8
     //
     this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.8199577331542969D), Telerik.Reporting.Drawing.Unit.Inch(0.30212268233299255D));
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.2677168846130371D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox8.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox8.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox8.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0.5D);
     this.textBox8.Style.Color         = System.Drawing.Color.Black;
     this.textBox8.Style.Font.Bold     = false;
     this.textBox8.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox8.Style.LineWidth     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox8.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox8.Value = "= Fields.CompanyAddress";
     //
     // textBox14
     //
     this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.5178742408752441D), Telerik.Reporting.Drawing.Unit.Inch(0.5022011399269104D));
     this.textBox14.Name     = "textBox14";
     this.textBox14.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.5676376819610596D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox14.Style.BackgroundColor     = System.Drawing.Color.White;
     this.textBox14.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox14.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox14.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox14.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(255)))));
     this.textBox14.Style.Font.Bold     = true;
     this.textBox14.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox14.Style.LineWidth     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox14.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox14.Value = "Receipt Statement";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.detail.Name   = "detail";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(2.0686321258544922D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox28,
         this.textBox25,
         this.textBox18,
         this.textBox22,
         this.textBox39,
         this.textBox45,
         this.textBox40
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox28
     //
     this.textBox28.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.8791990280151367D), Telerik.Reporting.Drawing.Unit.Inch(0.69999980926513672D));
     this.textBox28.Name     = "textBox28";
     this.textBox28.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999999284744263D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox28.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox28.Style.BorderColor.Top     = System.Drawing.Color.Black;
     this.textBox28.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox28.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox28.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox28.Style.Font.Name           = "Century Gothic";
     this.textBox28.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox28.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox28.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox28.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox28.Value = "Approved By";
     //
     // textBox25
     //
     this.textBox25.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.69999980926513672D));
     this.textBox25.Name     = "textBox25";
     this.textBox25.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999999284744263D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox25.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox25.Style.BorderColor.Top     = System.Drawing.Color.Black;
     this.textBox25.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox25.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox25.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox25.Style.Font.Name           = "Microsoft Sans Serif";
     this.textBox25.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox25.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox25.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox25.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.Value = "Verified By";
     //
     // textBox18
     //
     this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.7500357627868652D), Telerik.Reporting.Drawing.Unit.Inch(0.69999980926513672D));
     this.textBox18.Name     = "textBox18";
     this.textBox18.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999999284744263D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox18.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox18.Style.BorderColor.Top     = System.Drawing.Color.Black;
     this.textBox18.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox18.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox18.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox18.Style.Font.Name           = "Microsoft Sans Serif";
     this.textBox18.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox18.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox18.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox18.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.Value = "Accounts Dept.";
     //
     // textBox22
     //
     this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.69999980926513672D));
     this.textBox22.Name     = "textBox22";
     this.textBox22.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999999284744263D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox22.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox22.Style.BorderColor.Top     = System.Drawing.Color.Black;
     this.textBox22.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox22.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox22.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox22.Style.Font.Name           = "Microsoft Sans Serif";
     this.textBox22.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox22.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox22.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox22.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox22.Value = "Prepared By";
     //
     // textBox39
     //
     this.textBox39.Format              = "{0:F}";
     this.textBox39.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(1.6687498092651367D));
     this.textBox39.Name                = "textBox39";
     this.textBox39.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39940428733825684D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox39.Style.Font.Italic   = true;
     this.textBox39.Style.Font.Name     = "Century Gothic";
     this.textBox39.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox39.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox39.Value               = "print:";
     //
     // textBox45
     //
     this.textBox45.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.9791984558105469D), Telerik.Reporting.Drawing.Unit.Inch(1.6687498092651367D));
     this.textBox45.Name                = "textBox45";
     this.textBox45.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox45.Style.Font.Italic   = true;
     this.textBox45.Style.Font.Name     = "Century Gothic";
     this.textBox45.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox45.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox45.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox45.Value               = "Report is generated by ABS";
     //
     // textBox40
     //
     this.textBox40.Format              = "{0:F}";
     this.textBox40.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.42031636834144592D), Telerik.Reporting.Drawing.Unit.Inch(1.6687498092651367D));
     this.textBox40.Name                = "textBox40";
     this.textBox40.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.5826587677001953D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox40.Style.Font.Italic   = true;
     this.textBox40.Style.Font.Name     = "Century Gothic";
     this.textBox40.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox40.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox40.Value               = "= Now() ";
     //
     // ReceivedStatReport
     //
     this.DataSource    = this.sqlDataSource1;
     group1.GroupFooter = this.groupFooterSection1;
     group1.GroupHeader = this.groupHeaderSection1;
     group1.Name        = "ReceivedStat";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.groupHeaderSection1,
         this.groupFooterSection1,
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "ReceivedStatReport";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Style.BackgroundColor  = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.Table), "Normal.TableNormal")
     });
     styleRule1.Style.BackgroundColor     = System.Drawing.Color.White;
     styleRule1.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule1.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule1.Style.Color     = System.Drawing.Color.Black;
     styleRule1.Style.Font.Name = "Tahoma";
     styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     descendantSelector1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.Table)),
         new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.ReportItem), "Normal.TableHeader")
     });
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector1
     });
     styleRule2.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule2.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     descendantSelector2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.Table)),
         new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.ReportItem), "Normal.TableBody")
     });
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector2
     });
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(11.092914581298828D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #24
0
 /// <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(CC_Sub));
     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();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.srNoCaptionTextBox = new Telerik.Reporting.TextBox();
     this.chiefComplainceCaptionTextBox = new Telerik.Reporting.TextBox();
     this.yYCaptionTextBox = new Telerik.Reporting.TextBox();
     this.mMCaptionTextBox = new Telerik.Reporting.TextBox();
     this.dDCaptionTextBox = new Telerik.Reporting.TextBox();
     this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
     this.detail = new Telerik.Reporting.DetailSection();
     this.srNoDataTextBox = new Telerik.Reporting.TextBox();
     this.chiefComplainceDataTextBox = new Telerik.Reporting.TextBox();
     this.yYDataTextBox = new Telerik.Reporting.TextBox();
     this.mMDataTextBox = new Telerik.Reporting.TextBox();
     this.dDDataTextBox = new Telerik.Reporting.TextBox();
     this.shape1 = new Telerik.Reporting.Shape();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.srNoCaptionTextBox,
     this.chiefComplainceCaptionTextBox,
     this.yYCaptionTextBox,
     this.mMCaptionTextBox,
     this.dDCaptionTextBox});
     this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // srNoCaptionTextBox
     //
     this.srNoCaptionTextBox.CanGrow = true;
     this.srNoCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.srNoCaptionTextBox.Name = "srNoCaptionTextBox";
     this.srNoCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.37916669249534607D), Telerik.Reporting.Drawing.Unit.Inch(0.17916662991046906D));
     this.srNoCaptionTextBox.Style.Color = System.Drawing.Color.Black;
     this.srNoCaptionTextBox.Style.Font.Bold = true;
     this.srNoCaptionTextBox.Style.Font.Name = "Arial";
     this.srNoCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.srNoCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.srNoCaptionTextBox.StyleName = "Caption";
     this.srNoCaptionTextBox.Value = "Sr No";
     //
     // chiefComplainceCaptionTextBox
     //
     this.chiefComplainceCaptionTextBox.CanGrow = true;
     this.chiefComplainceCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.chiefComplainceCaptionTextBox.Name = "chiefComplainceCaptionTextBox";
     this.chiefComplainceCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.17916662991046906D));
     this.chiefComplainceCaptionTextBox.Style.Color = System.Drawing.Color.Black;
     this.chiefComplainceCaptionTextBox.Style.Font.Bold = true;
     this.chiefComplainceCaptionTextBox.Style.Font.Name = "Arial";
     this.chiefComplainceCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.chiefComplainceCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.chiefComplainceCaptionTextBox.StyleName = "Caption";
     this.chiefComplainceCaptionTextBox.Value = "Chief Complaince";
     //
     // yYCaptionTextBox
     //
     this.yYCaptionTextBox.CanGrow = true;
     this.yYCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.yYCaptionTextBox.Name = "yYCaptionTextBox";
     this.yYCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.2265583723783493D), Telerik.Reporting.Drawing.Unit.Inch(0.17916662991046906D));
     this.yYCaptionTextBox.Style.Color = System.Drawing.Color.Black;
     this.yYCaptionTextBox.Style.Font.Bold = true;
     this.yYCaptionTextBox.Style.Font.Name = "Arial";
     this.yYCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.yYCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.yYCaptionTextBox.StyleName = "Caption";
     this.yYCaptionTextBox.Value = "YY";
     //
     // mMCaptionTextBox
     //
     this.mMCaptionTextBox.CanGrow = true;
     this.mMCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4265584945678711D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.mMCaptionTextBox.Name = "mMCaptionTextBox";
     this.mMCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000019073486328D), Telerik.Reporting.Drawing.Unit.Inch(0.17916662991046906D));
     this.mMCaptionTextBox.Style.Color = System.Drawing.Color.Black;
     this.mMCaptionTextBox.Style.Font.Bold = true;
     this.mMCaptionTextBox.Style.Font.Name = "Arial";
     this.mMCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.mMCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.mMCaptionTextBox.StyleName = "Caption";
     this.mMCaptionTextBox.Value = "MM";
     //
     // dDCaptionTextBox
     //
     this.dDCaptionTextBox.CanGrow = true;
     this.dDCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.7265584468841553D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.dDCaptionTextBox.Name = "dDCaptionTextBox";
     this.dDCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30902257561683655D), Telerik.Reporting.Drawing.Unit.Inch(0.17916662991046906D));
     this.dDCaptionTextBox.Style.Color = System.Drawing.Color.Black;
     this.dDCaptionTextBox.Style.Font.Bold = true;
     this.dDCaptionTextBox.Style.Font.Name = "Arial";
     this.dDCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.dDCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.dDCaptionTextBox.StyleName = "Caption";
     this.dDCaptionTextBox.Value = "DD";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "OnLinePrescriptionConnectionString";
     this.sqlDataSource1.Name = "sqlDataSource1";
     this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19999995827674866D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.srNoDataTextBox,
     this.chiefComplainceDataTextBox,
     this.yYDataTextBox,
     this.mMDataTextBox,
     this.dDDataTextBox,
     this.shape1});
     this.detail.Name = "detail";
     //
     // srNoDataTextBox
     //
     this.srNoDataTextBox.CanGrow = true;
     this.srNoDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.srNoDataTextBox.Name = "srNoDataTextBox";
     this.srNoDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.37916669249534607D), Telerik.Reporting.Drawing.Unit.Inch(0.13750004768371582D));
     this.srNoDataTextBox.Style.Font.Name = "Arial";
     this.srNoDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.srNoDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.srNoDataTextBox.StyleName = "Data";
     this.srNoDataTextBox.Value = "=Fields.SrNo";
     //
     // chiefComplainceDataTextBox
     //
     this.chiefComplainceDataTextBox.CanGrow = true;
     this.chiefComplainceDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.chiefComplainceDataTextBox.Name = "chiefComplainceDataTextBox";
     this.chiefComplainceDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.13750004768371582D));
     this.chiefComplainceDataTextBox.Style.Font.Name = "Arial";
     this.chiefComplainceDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.chiefComplainceDataTextBox.StyleName = "Data";
     this.chiefComplainceDataTextBox.Value = "=Fields.ChiefComplaince";
     //
     // yYDataTextBox
     //
     this.yYDataTextBox.CanGrow = true;
     this.yYDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.yYDataTextBox.Name = "yYDataTextBox";
     this.yYDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.2265583723783493D), Telerik.Reporting.Drawing.Unit.Inch(0.13750004768371582D));
     this.yYDataTextBox.Style.Font.Name = "Arial";
     this.yYDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.yYDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.yYDataTextBox.StyleName = "Data";
     this.yYDataTextBox.Value = "=Fields.YY";
     //
     // mMDataTextBox
     //
     this.mMDataTextBox.CanGrow = true;
     this.mMDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4265584945678711D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.mMDataTextBox.Name = "mMDataTextBox";
     this.mMDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000019073486328D), Telerik.Reporting.Drawing.Unit.Inch(0.13750004768371582D));
     this.mMDataTextBox.Style.Font.Name = "Arial";
     this.mMDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.mMDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.mMDataTextBox.StyleName = "Data";
     this.mMDataTextBox.Value = "=Fields.MM";
     //
     // dDDataTextBox
     //
     this.dDDataTextBox.CanGrow = true;
     this.dDDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.7265584468841553D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.dDDataTextBox.Name = "dDDataTextBox";
     this.dDDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(0.13750004768371582D));
     this.dDDataTextBox.Style.Font.Name = "Arial";
     this.dDDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.dDDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.dDDataTextBox.StyleName = "Data";
     this.dDDataTextBox.Value = "=Fields.DD";
     //
     // shape1
     //
     this.shape1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.13757872581481934D));
     this.shape1.Name = "shape1";
     this.shape1.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0147478580474854D), Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D));
     //
     // CC_Sub
     //
     this.DataSource = this.sqlDataSource1;
     this.Filters.Add(new Telerik.Reporting.Filter("=Fields.VisitID", Telerik.Reporting.FilterOperator.Equal, "=Parameters.LinkprmCCVisitID.Value"));
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
     group1});
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.labelsGroupHeaderSection,
     this.labelsGroupFooterSection,
     this.detail});
     this.Name = "CC_Sub";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AllowNull = true;
     reportParameter1.AvailableValues.DataSource = this.sqlDataSource1;
     reportParameter1.AvailableValues.ValueMember = "= Fields.VisitID";
     reportParameter1.Name = "LinkprmCCVisitID";
     reportParameter1.Text = "Parameter1";
     this.ReportParameters.Add(reportParameter1);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     this.Style.Visible = true;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Title")});
     styleRule1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule1.Style.Font.Name = "Georgia";
     styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Caption")});
     styleRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule2.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Data")});
     styleRule3.Style.Font.Name = "Georgia";
     styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
     styleRule4.Style.Font.Name = "Georgia";
     styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
     styleRule1,
     styleRule2,
     styleRule3,
     styleRule4});
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(3.03558087348938D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #25
0
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.дата_прибытияCaptionTextBox = new Telerik.Reporting.TextBox();
            this.entityDataSource1 = new Telerik.Reporting.EntityDataSource();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.дата_прибытияDataTextBox = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.4354170560836792D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.textBox2,
            this.textBox3,
            this.textBox4,
            this.дата_прибытияCaptionTextBox});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox1.StyleName = "Caption";
            this.textBox1.Value = "Фамилия";
            // 
            // textBox2
            // 
            this.textBox2.CanGrow = true;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2051665782928467D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox2.StyleName = "Caption";
            this.textBox2.Value = " Имя";
            // 
            // textBox3
            // 
            this.textBox3.CanGrow = true;
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.35741662979126D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox3.StyleName = "Caption";
            this.textBox3.Value = " Отчество";
            // 
            // textBox4
            // 
            this.textBox4.CanGrow = true;
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.5096664428710938D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox4.StyleName = "Caption";
            this.textBox4.Value = " Дата_Рождения";
            // 
            // дата_прибытияCaptionTextBox
            // 
            this.дата_прибытияCaptionTextBox.CanGrow = true;
            this.дата_прибытияCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.661916732788086D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_прибытияCaptionTextBox.Name = "дата_прибытияCaptionTextBox";
            this.дата_прибытияCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_прибытияCaptionTextBox.StyleName = "Caption";
            this.дата_прибытияCaptionTextBox.Value = "Дата_прибытия";
            // 
            // entityDataSource1
            // 
            this.entityDataSource1.ConnectionString = "OrgSQLEntities2";
            this.entityDataSource1.Context = "OtherBase.OrgSQLEntities2, OtherBase, Version=1.0.0.0, Culture=neutral, PublicKey" +
    "Token=null";
            this.entityDataSource1.ContextMember = "Розыск";
            this.entityDataSource1.Name = "entityDataSource1";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.0529167652130127D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(2D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Розыск по району Текстильщики";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(1.42958402633667D);
            this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox9,
            this.textBox10});
            this.reportFooter.Name = "reportFooter";
            // 
            // textBox9
            // 
            this.textBox9.CanGrow = true;
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.029583949595689774D));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox9.StyleName = "Data";
            this.textBox9.Value = "= Count(Fields.IDПризывника)";
            // 
            // textBox10
            // 
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.029583949595689774D));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(1.0000003576278687D));
            this.textBox10.Value = "Общее количество";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox5,
            this.textBox6,
            this.textBox7,
            this.textBox8,
            this.дата_прибытияDataTextBox});
            this.detail.Name = "detail";
            // 
            // textBox5
            // 
            this.textBox5.CanGrow = true;
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox5.StyleName = "Data";
            this.textBox5.Value = "=Fields.Prizivnik.Фамилия";
            // 
            // textBox6
            // 
            this.textBox6.CanGrow = true;
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2051665782928467D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox6.StyleName = "Data";
            this.textBox6.Value = "=Fields.Prizivnik.Имя";
            // 
            // textBox7
            // 
            this.textBox7.CanGrow = true;
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.35741662979126D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox7.StyleName = "Data";
            this.textBox7.Value = "=Fields.Prizivnik.Отчество";
            // 
            // textBox8
            // 
            this.textBox8.CanGrow = true;
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.5096664428710938D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox8.StyleName = "Data";
            this.textBox8.Value = "= Fields.Prizivnik.Дата_Рождения.Day+\".\"+ Fields.Prizivnik.Дата_Рождения.Month+\"." +
    "\"+ Fields.Prizivnik.Дата_Рождения.Year";
            // 
            // дата_прибытияDataTextBox
            // 
            this.дата_прибытияDataTextBox.CanGrow = true;
            this.дата_прибытияDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.661916732788086D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_прибытияDataTextBox.Name = "дата_прибытияDataTextBox";
            this.дата_прибытияDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_прибытияDataTextBox.StyleName = "Data";
            this.дата_прибытияDataTextBox.Value = "=Fields.Дата_прибытия";
            // 
            // RoziskT
            // 
            this.DataSource = this.entityDataSource1;
            this.Filters.Add(new Telerik.Reporting.Filter("= Fields.Prizivnik.Район1.Название", Telerik.Reporting.FilterOperator.Equal, "Текстильщики"));
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.Name = "Report1";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
            styleRule1.Style.Font.Name = "Georgia";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
            styleRule2.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
            styleRule2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
            styleRule2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
            styleRule2.Style.Font.Name = "Georgia";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Georgia";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Georgia";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
        /// <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(Usuarios));
            Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.DsUsuarios = new Telerik.Reporting.SqlDataSource();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.nombreCaptionTextBox = new Telerik.Reporting.TextBox();
            this.apellidoCaptionTextBox = new Telerik.Reporting.TextBox();
            this.cedulaCaptionTextBox = new Telerik.Reporting.TextBox();
            this.userNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.matriculaCaptionTextBox = new Telerik.Reporting.TextBox();
            this.contactoCaptionTextBox = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.reportNameTextBox = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.nombreDataTextBox = new Telerik.Reporting.TextBox();
            this.apellidoDataTextBox = new Telerik.Reporting.TextBox();
            this.cedulaDataTextBox = new Telerik.Reporting.TextBox();
            this.userNameDataTextBox = new Telerik.Reporting.TextBox();
            this.matriculaDataTextBox = new Telerik.Reporting.TextBox();
            this.contactoDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // DsUsuarios
            // 
            this.DsUsuarios.ConnectionString = "SigeretContext";
            this.DsUsuarios.Name = "DsUsuarios";
            this.DsUsuarios.SelectCommand = resources.GetString("DsUsuarios.SelectCommand");
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.nombreCaptionTextBox,
            this.apellidoCaptionTextBox,
            this.cedulaCaptionTextBox,
            this.userNameCaptionTextBox,
            this.matriculaCaptionTextBox,
            this.contactoCaptionTextBox,
            this.textBox1});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // nombreCaptionTextBox
            // 
            this.nombreCaptionTextBox.CanGrow = true;
            this.nombreCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.nombreCaptionTextBox.Name = "nombreCaptionTextBox";
            this.nombreCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.nombreCaptionTextBox.StyleName = "Caption";
            this.nombreCaptionTextBox.Value = "Nombre";
            // 
            // apellidoCaptionTextBox
            // 
            this.apellidoCaptionTextBox.CanGrow = true;
            this.apellidoCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.3045237064361572D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.apellidoCaptionTextBox.Name = "apellidoCaptionTextBox";
            this.apellidoCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.apellidoCaptionTextBox.StyleName = "Caption";
            this.apellidoCaptionTextBox.Value = "Apellido";
            // 
            // cedulaCaptionTextBox
            // 
            this.cedulaCaptionTextBox.CanGrow = true;
            this.cedulaCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.5561308860778809D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.cedulaCaptionTextBox.Name = "cedulaCaptionTextBox";
            this.cedulaCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.cedulaCaptionTextBox.StyleName = "Caption";
            this.cedulaCaptionTextBox.Value = "Cedula";
            // 
            // userNameCaptionTextBox
            // 
            this.userNameCaptionTextBox.CanGrow = true;
            this.userNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.8077383041381836D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.userNameCaptionTextBox.Name = "userNameCaptionTextBox";
            this.userNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.userNameCaptionTextBox.StyleName = "Caption";
            this.userNameCaptionTextBox.Value = "User Name";
            // 
            // matriculaCaptionTextBox
            // 
            this.matriculaCaptionTextBox.CanGrow = true;
            this.matriculaCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.0593452453613281D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.matriculaCaptionTextBox.Name = "matriculaCaptionTextBox";
            this.matriculaCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.matriculaCaptionTextBox.StyleName = "Caption";
            this.matriculaCaptionTextBox.Value = "Matricula";
            // 
            // contactoCaptionTextBox
            // 
            this.contactoCaptionTextBox.CanGrow = true;
            this.contactoCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.310952186584473D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.contactoCaptionTextBox.Name = "contactoCaptionTextBox";
            this.contactoCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.contactoCaptionTextBox.StyleName = "Caption";
            this.contactoCaptionTextBox.Value = "Contacto";
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.562559127807617D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox1.StyleName = "Caption";
            this.textBox1.Value = "Tipo Contacto";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.reportNameTextBox});
            this.pageHeader.Name = "pageHeader";
            // 
            // reportNameTextBox
            // 
            this.reportNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.reportNameTextBox.Name = "reportNameTextBox";
            this.reportNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.708333015441895D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.reportNameTextBox.StyleName = "PageInfo";
            this.reportNameTextBox.Value = "Usuarios";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.0529167652130127D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(2D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Usuarios";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.nombreDataTextBox,
            this.apellidoDataTextBox,
            this.cedulaDataTextBox,
            this.userNameDataTextBox,
            this.matriculaDataTextBox,
            this.contactoDataTextBox,
            this.textBox2});
            this.detail.Name = "detail";
            // 
            // nombreDataTextBox
            // 
            this.nombreDataTextBox.CanGrow = true;
            this.nombreDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.nombreDataTextBox.Name = "nombreDataTextBox";
            this.nombreDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.nombreDataTextBox.StyleName = "Data";
            this.nombreDataTextBox.Value = "=Fields.Nombre";
            // 
            // apellidoDataTextBox
            // 
            this.apellidoDataTextBox.CanGrow = true;
            this.apellidoDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.3045237064361572D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.apellidoDataTextBox.Name = "apellidoDataTextBox";
            this.apellidoDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.apellidoDataTextBox.StyleName = "Data";
            this.apellidoDataTextBox.Value = "=Fields.Apellido";
            // 
            // cedulaDataTextBox
            // 
            this.cedulaDataTextBox.CanGrow = true;
            this.cedulaDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.5561308860778809D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.cedulaDataTextBox.Name = "cedulaDataTextBox";
            this.cedulaDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.cedulaDataTextBox.StyleName = "Data";
            this.cedulaDataTextBox.Value = "=Fields.Cedula";
            // 
            // userNameDataTextBox
            // 
            this.userNameDataTextBox.CanGrow = true;
            this.userNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.8077383041381836D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.userNameDataTextBox.Name = "userNameDataTextBox";
            this.userNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.userNameDataTextBox.StyleName = "Data";
            this.userNameDataTextBox.Value = "=Fields.UserName";
            // 
            // matriculaDataTextBox
            // 
            this.matriculaDataTextBox.CanGrow = true;
            this.matriculaDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.0593452453613281D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.matriculaDataTextBox.Name = "matriculaDataTextBox";
            this.matriculaDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.matriculaDataTextBox.StyleName = "Data";
            this.matriculaDataTextBox.Value = "=Fields.Matricula";
            // 
            // contactoDataTextBox
            // 
            this.contactoDataTextBox.CanGrow = true;
            this.contactoDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.310952186584473D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.contactoDataTextBox.Name = "contactoDataTextBox";
            this.contactoDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.contactoDataTextBox.StyleName = "Data";
            this.contactoDataTextBox.Value = "=Fields.Contacto";
            // 
            // textBox2
            // 
            this.textBox2.CanGrow = true;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.562559127807617D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1986904144287109D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox2.StyleName = "Data";
            this.textBox2.Value = "=Fields.[Tipo Contacto]";
            // 
            // Usuarios
            // 
            this.DataSource = this.DsUsuarios;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.Name = "Usuarios";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(103)))), ((int)(((byte)(109)))));
            styleRule1.Style.Font.Name = "Book Antiqua";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(103)))), ((int)(((byte)(109)))));
            styleRule2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(185)))), ((int)(((byte)(102)))));
            styleRule2.Style.Font.Name = "Book Antiqua";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Book Antiqua";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(160)))), ((int)(((byte)(160)))));
            styleRule4.Style.Font.Name = "Book Antiqua";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
 /// <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.Drawing.FormattingRule       formattingRule2 = new Telerik.Reporting.Drawing.FormattingRule();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(DisplayAllInvoicesByZoneReport));
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Group             group2     = new Telerik.Reporting.Group();
     Telerik.Reporting.Group             group3     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     this.groupFooterSection  = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection  = new Telerik.Reporting.GroupHeaderSection();
     this.textBox1            = new Telerik.Reporting.TextBox();
     this.groupFooterSection2 = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection2 = new Telerik.Reporting.GroupHeaderSection();
     this.textBox13           = new Telerik.Reporting.TextBox();
     this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
     this.textBox15           = new Telerik.Reporting.TextBox();
     this.textBox16           = new Telerik.Reporting.TextBox();
     this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
     this.textBox7            = new Telerik.Reporting.TextBox();
     this.textBox8            = new Telerik.Reporting.TextBox();
     this.textBox9            = new Telerik.Reporting.TextBox();
     this.textBox11           = new Telerik.Reporting.TextBox();
     this.textBox10           = new Telerik.Reporting.TextBox();
     this.textBox12           = new Telerik.Reporting.TextBox();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.textBox2             = new Telerik.Reporting.TextBox();
     this.textBox3             = new Telerik.Reporting.TextBox();
     this.textBox5             = new Telerik.Reporting.TextBox();
     this.textBox6             = new Telerik.Reporting.TextBox();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.textBox14            = new Telerik.Reporting.TextBox();
     this.pageFooterSection1   = new Telerik.Reporting.PageFooterSection();
     this.textBox19            = new Telerik.Reporting.TextBox();
     this.sqlDataSource1       = new Telerik.Reporting.SqlDataSource();
     this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
     this.textBox21            = new Telerik.Reporting.TextBox();
     this.textBox22            = new Telerik.Reporting.TextBox();
     this.pictureBox1          = new Telerik.Reporting.PictureBox();
     this.pictureBox2          = new Telerik.Reporting.PictureBox();
     this.textBox17            = new Telerik.Reporting.TextBox();
     this.textBox18            = new Telerik.Reporting.TextBox();
     this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // groupFooterSection
     //
     this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.13229165971279144D);
     this.groupFooterSection.Name   = "groupFooterSection";
     //
     // groupHeaderSection
     //
     this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.49008342623710632D);
     this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1
     });
     this.groupHeaderSection.Name = "groupHeaderSection";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999909400939941D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.8999619483947754D), Telerik.Reporting.Drawing.Unit.Inch(0.19294622540473938D));
     this.textBox1.Style.BackgroundColor = System.Drawing.Color.Goldenrod;
     this.textBox1.Style.Font.Bold       = true;
     this.textBox1.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Pixel(16D);
     this.textBox1.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value = "Zona Geográfica {Fields.Zone}";
     //
     // groupFooterSection2
     //
     this.groupFooterSection2.Height = Telerik.Reporting.Drawing.Unit.Cm(0.13229171931743622D);
     this.groupFooterSection2.Name   = "groupFooterSection2";
     //
     // groupHeaderSection2
     //
     this.groupHeaderSection2.Height = Telerik.Reporting.Drawing.Unit.Cm(1.0159989595413208D);
     this.groupHeaderSection2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox13
     });
     this.groupHeaderSection2.Name = "groupHeaderSection2";
     //
     // textBox13
     //
     this.textBox13.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
     this.textBox13.Name                = "textBox13";
     this.textBox13.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.0999612808227539D), Telerik.Reporting.Drawing.Unit.Inch(0.39988169074058533D));
     this.textBox13.Style.Font.Bold     = true;
     this.textBox13.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(20D);
     this.textBox13.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.Value               = "PROVINCIA: {Fields.Province}";
     //
     // groupFooterSection1
     //
     this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.29988193511962891D);
     this.groupFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox15,
         this.textBox16
     });
     this.groupFooterSection1.Name = "groupFooterSection1";
     //
     // textBox15
     //
     this.textBox15.Format              = "{0:C2}";
     this.textBox15.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.59375D), Telerik.Reporting.Drawing.Unit.Inch(0.09988180547952652D));
     this.textBox15.Name                = "textBox15";
     this.textBox15.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4763784408569336D), Telerik.Reporting.Drawing.Unit.Inch(0.19984245300292969D));
     this.textBox15.Style.Font.Bold     = true;
     this.textBox15.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox15.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.textBox15.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.Value               = "=Sum((Fields.SubTotal - IsNull(Fields.DisCount,0) + IsNull(Fields.ITBIS,0)))\r\n\r\n";
     //
     // textBox16
     //
     this.textBox16.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.03125D), Telerik.Reporting.Drawing.Unit.Inch(0.09988180547952652D));
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.5388782024383545D), Telerik.Reporting.Drawing.Unit.Inch(0.19984245300292969D));
     this.textBox16.Style.Font.Bold     = true;
     this.textBox16.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.Value               = "Total de Venta(s):";
     //
     // groupHeaderSection1
     //
     this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.2001190185546875D);
     this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox7,
         this.textBox8,
         this.textBox9,
         this.textBox11,
         this.textBox10,
         this.textBox12
     });
     this.groupHeaderSection1.Name = "groupHeaderSection1";
     //
     // textBox7
     //
     this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999909400939941D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1000007390975952D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox7.Style.BackgroundColor     = System.Drawing.Color.Gainsboro;
     this.textBox7.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox7.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox7.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox7.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox7.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox7.Style.Font.Bold           = true;
     this.textBox7.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox7.Style.Font.Underline      = false;
     this.textBox7.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox7.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox7.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox7.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.Value = "Num. Fáctura";
     //
     // textBox8
     //
     this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.3000787496566773D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9999204874038696D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox8.Style.BackgroundColor     = System.Drawing.Color.Gainsboro;
     this.textBox8.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox8.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox8.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox8.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox8.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox8.Style.Font.Bold           = true;
     this.textBox8.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox8.Style.Font.Underline      = false;
     this.textBox8.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox8.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox8.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox8.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.Value = "Cliente";
     //
     // textBox9
     //
     this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3000781536102295D), Telerik.Reporting.Drawing.Unit.Inch(3.9736431062920019E-05D));
     this.textBox9.Name     = "textBox9";
     this.textBox9.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4999212026596069D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox9.Style.BackgroundColor     = System.Drawing.Color.Gainsboro;
     this.textBox9.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox9.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox9.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox9.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox9.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox9.Style.Font.Bold           = true;
     this.textBox9.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox9.Style.Font.Underline      = false;
     this.textBox9.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox9.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox9.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox9.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.Value = "Monto de la fáctura";
     //
     // textBox11
     //
     this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.2000775337219238D), Telerik.Reporting.Drawing.Unit.Inch(3.9736431062920019E-05D));
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.88653659820556641D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox11.Style.BackgroundColor     = System.Drawing.Color.Gainsboro;
     this.textBox11.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox11.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox11.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox11.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox11.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox11.Style.Font.Bold           = true;
     this.textBox11.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox11.Style.Font.Underline      = false;
     this.textBox11.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox11.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox11.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox11.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.Value = "Pago";
     //
     // textBox10
     //
     this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.80007791519165D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.textBox10.Name     = "textBox10";
     this.textBox10.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3999204635620117D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox10.Style.BackgroundColor     = System.Drawing.Color.Gainsboro;
     this.textBox10.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox10.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox10.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox10.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox10.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox10.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox10.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox10.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox10.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox10.Style.Font.Bold           = true;
     this.textBox10.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox10.Style.Font.Underline      = false;
     this.textBox10.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox10.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox10.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox10.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.Value = "Fecha Facturación";
     //
     // textBox12
     //
     this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.0866928100585938D), Telerik.Reporting.Drawing.Unit.Inch(0.00011920928955078125D));
     this.textBox12.Name     = "textBox12";
     this.textBox12.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0132678747177124D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox12.Style.BackgroundColor     = System.Drawing.Color.Gainsboro;
     this.textBox12.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox12.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox12.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox12.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox12.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox12.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox12.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox12.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox12.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox12.Style.Font.Bold           = true;
     this.textBox12.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox12.Style.Font.Underline      = false;
     this.textBox12.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox12.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox12.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox12.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.Value = "Estado";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20011870563030243D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox3,
         this.textBox5,
         this.textBox6,
         this.textBox4,
         this.textBox14
     });
     this.detail.Name = "detail";
     //
     // textBox2
     //
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.20000100135803223D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1000007390975952D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox2.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox2.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox2.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox2.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox2.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox2.Style.Font.Bold           = false;
     this.textBox2.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox2.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox2.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox2.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox2.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value = "=Koontabi.Reporting.DisplayAllSalesReport.GetInvoiceNumberFormat(Fields.InvoiceNu" +
                           "mber)";
     //
     // textBox3
     //
     this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.30008065700531D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9999204874038696D), Telerik.Reporting.Drawing.Unit.Inch(0.19996060431003571D));
     this.textBox3.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox3.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox3.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox3.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox3.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox3.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox3.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox3.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox3.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox3.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value = "= Fields.CompanyName";
     //
     // textBox5
     //
     this.textBox5.Format   = "{0:d}";
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.8000798225402832D), Telerik.Reporting.Drawing.Unit.Inch(0.00011857350909849629D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.399919867515564D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox5.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox5.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox5.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox5.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox5.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox5.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox5.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox5.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox5.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox5.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox5.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value = "= Fields.InvoiceDate";
     //
     // textBox6
     //
     this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.20007848739624D), Telerik.Reporting.Drawing.Unit.Inch(0.00011857350909849629D));
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.88653564453125D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox6.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox6.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox6.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox6.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox6.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox6.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox6.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox6.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox6.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox6.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox6.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value = "= Fields.TypeOfP";
     //
     // textBox4
     //
     this.textBox4.Format   = "{0:C2}";
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3000800609588623D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4999210834503174D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox4.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox4.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox4.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox4.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox4.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox4.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox4.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox4.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox4.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox4.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox4.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Value = "= (Fields.SubTotal - IsNull(Fields.DisCount,0) + IsNull(Fields.ITBIS,0))";
     //
     // textBox14
     //
     formattingRule1.Filters.Add(new Telerik.Reporting.Filter("= Fields.TypeOfP", Telerik.Reporting.FilterOperator.Equal, "Credito"));
     formattingRule1.Style.BackgroundColor = System.Drawing.Color.Empty;
     formattingRule1.Style.Color           = System.Drawing.Color.Red;
     formattingRule1.Style.Font.Bold       = true;
     formattingRule2.Filters.Add(new Telerik.Reporting.Filter("=Fields.TypeOfP", Telerik.Reporting.FilterOperator.Equal, "Efectivo"));
     formattingRule2.Style.Color     = System.Drawing.Color.Blue;
     formattingRule2.Style.Font.Bold = true;
     this.textBox14.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
         formattingRule1,
         formattingRule2
     });
     this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.0866928100585938D), Telerik.Reporting.Drawing.Unit.Inch(0.00019804637122433633D));
     this.textBox14.Name     = "textBox14";
     this.textBox14.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0132681131362915D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
     this.textBox14.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox14.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox14.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox14.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox14.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox14.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox14.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox14.Style.BorderWidth.Left    = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox14.Style.BorderWidth.Right   = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox14.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox14.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox14.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox14.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox14.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox14.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.Value = "= Koontabi.Reporting.DisplayAllInvoicesByZoneReport.GetStatus(StateInvoice)";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox19
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     this.pageFooterSection1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.pageFooterSection1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.pageFooterSection1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     //
     // textBox19
     //
     this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.6687889099121094D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox19.Name     = "textBox19";
     this.textBox19.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3311712741851807D), Telerik.Reporting.Drawing.Unit.Inch(0.19996070861816406D));
     this.textBox19.Value    = "Pagina {PageNumber} de {PageCount}";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString  = "Data Source=.\\SQLEXPRESS;Initial Catalog=KoontabiDB;Integrated Security=True";
     this.sqlDataSource1.Name              = "sqlDataSource1";
     this.sqlDataSource1.ProviderName      = "System.Data.SqlClient";
     this.sqlDataSource1.SelectCommand     = "dbo.test_display";
     this.sqlDataSource1.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // reportHeaderSection1
     //
     this.reportHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(2.5070538520812988D);
     this.reportHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox21,
         this.textBox22,
         this.pictureBox1,
         this.pictureBox2
     });
     this.reportHeaderSection1.Name = "reportHeaderSection1";
     //
     // textBox21
     //
     this.textBox21.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999909400939941D), Telerik.Reporting.Drawing.Unit.Inch(2.2708332538604736D));
     this.textBox21.Name                = "textBox21";
     this.textBox21.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.8999619483947754D), Telerik.Reporting.Drawing.Unit.Inch(0.23622067272663117D));
     this.textBox21.Style.Font.Bold     = true;
     this.textBox21.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(18D);
     this.textBox21.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox21.Value               = "REPORTE DE VENTAS";
     //
     // textBox22
     //
     this.textBox22.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.3958334922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.1875D));
     this.textBox22.Name                = "textBox22";
     this.textBox22.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6041274070739746D), Telerik.Reporting.Drawing.Unit.Inch(0.39370092749595642D));
     this.textBox22.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox22.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.textBox22.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox22.Value               = "= \"Emitido: \" + ExecutionTime.ToString().ToUpper()";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.8899993896484375D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.pictureBox1.MimeType = "image/jpeg";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.75D), Telerik.Reporting.Drawing.Unit.Cm(3.4999001026153564D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // pictureBox2
     //
     this.pictureBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.318000316619873D), Telerik.Reporting.Drawing.Unit.Cm(3.7677164077758789D));
     this.pictureBox2.MimeType = "image/jpeg";
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.589899063110352D), Telerik.Reporting.Drawing.Unit.Cm(1.9999997615814209D));
     this.pictureBox2.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
     this.pictureBox2.Value    = ((object)(resources.GetObject("pictureBox2.Value")));
     //
     // textBox17
     //
     this.textBox17.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.09583282470703125D));
     this.textBox17.Name                = "textBox17";
     this.textBox17.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0934345722198486D), Telerik.Reporting.Drawing.Unit.Inch(0.19984245300292969D));
     this.textBox17.Style.Font.Bold     = true;
     this.textBox17.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.Value               = "Total General de Ventas:";
     //
     // textBox18
     //
     this.textBox18.Format              = "{0:C2}";
     this.textBox18.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.0935134887695312D), Telerik.Reporting.Drawing.Unit.Inch(0.09583282470703125D));
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4763784408569336D), Telerik.Reporting.Drawing.Unit.Inch(0.19984245300292969D));
     this.textBox18.Style.Color         = System.Drawing.Color.Red;
     this.textBox18.Style.Font.Bold     = true;
     this.textBox18.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox18.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.textBox18.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.Value               = "=Sum((Fields.SubTotal - IsNull(Fields.DisCount,0) + IsNull(Fields.ITBIS,0)))\r\n\r\n";
     //
     // reportFooterSection1
     //
     this.reportFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.75141572952270508D);
     this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox17,
         this.textBox18
     });
     this.reportFooterSection1.Name = "reportFooterSection1";
     //
     // DisplayAllInvoicesByZoneReport
     //
     this.DataSource    = null;
     group1.GroupFooter = this.groupFooterSection;
     group1.GroupHeader = this.groupHeaderSection;
     group1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Zone"));
     group1.Name        = "group";
     group2.GroupFooter = this.groupFooterSection2;
     group2.GroupHeader = this.groupHeaderSection2;
     group2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Province"));
     group2.Name        = "group2";
     group3.GroupFooter = this.groupFooterSection1;
     group3.GroupHeader = this.groupHeaderSection1;
     group3.Name        = "group1";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1,
         group2,
         group3
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.groupHeaderSection,
         this.groupFooterSection,
         this.groupHeaderSection2,
         this.groupFooterSection2,
         this.groupHeaderSection1,
         this.groupFooterSection1,
         this.detail,
         this.pageFooterSection1,
         this.reportHeaderSection1,
         this.reportFooterSection1
     });
     this.Name = "DisplayAllInvoicesByZoneReport";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Pixel(2D), Telerik.Reporting.Drawing.Unit.Pixel(0D), Telerik.Reporting.Drawing.Unit.Mm(0D), Telerik.Reporting.Drawing.Unit.Mm(0D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     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.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Inch;
     this.Width         = Telerik.Reporting.Drawing.Unit.Inch(8.1000003814697266D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.usuarioCaptionTextBox = new Telerik.Reporting.TextBox();
            this.nombreCaptionTextBox = new Telerik.Reporting.TextBox();
            this.edificioCaptionTextBox = new Telerik.Reporting.TextBox();
            this.aulaCaptionTextBox = new Telerik.Reporting.TextBox();
            this.fechaCaptionTextBox = new Telerik.Reporting.TextBox();
            this.horaInicioCaptionTextBox = new Telerik.Reporting.TextBox();
            this.horaFinCaptionTextBox = new Telerik.Reporting.TextBox();
            this.DsSolicitudes = new Telerik.Reporting.SqlDataSource();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.reportNameTextBox = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.usuarioDataTextBox = new Telerik.Reporting.TextBox();
            this.nombreDataTextBox = new Telerik.Reporting.TextBox();
            this.edificioDataTextBox = new Telerik.Reporting.TextBox();
            this.aulaDataTextBox = new Telerik.Reporting.TextBox();
            this.fechaDataTextBox = new Telerik.Reporting.TextBox();
            this.horaInicioDataTextBox = new Telerik.Reporting.TextBox();
            this.horaFinDataTextBox = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.usuarioCaptionTextBox,
            this.nombreCaptionTextBox,
            this.edificioCaptionTextBox,
            this.aulaCaptionTextBox,
            this.fechaCaptionTextBox,
            this.horaInicioCaptionTextBox,
            this.horaFinCaptionTextBox});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // usuarioCaptionTextBox
            // 
            this.usuarioCaptionTextBox.CanGrow = true;
            this.usuarioCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.usuarioCaptionTextBox.Name = "usuarioCaptionTextBox";
            this.usuarioCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9172395467758179D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.usuarioCaptionTextBox.StyleName = "Caption";
            this.usuarioCaptionTextBox.Value = "Usuario";
            // 
            // nombreCaptionTextBox
            // 
            this.nombreCaptionTextBox.CanGrow = true;
            this.nombreCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.0230729579925537D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.nombreCaptionTextBox.Name = "nombreCaptionTextBox";
            this.nombreCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.3769266605377197D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.nombreCaptionTextBox.StyleName = "Caption";
            this.nombreCaptionTextBox.Value = "Nombre";
            // 
            // edificioCaptionTextBox
            // 
            this.edificioCaptionTextBox.CanGrow = true;
            this.edificioCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.6000003814697266D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.edificioCaptionTextBox.Name = "edificioCaptionTextBox";
            this.edificioCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2806248664855957D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.edificioCaptionTextBox.StyleName = "Caption";
            this.edificioCaptionTextBox.Value = "Edificio";
            // 
            // aulaCaptionTextBox
            // 
            this.aulaCaptionTextBox.CanGrow = true;
            this.aulaCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.aulaCaptionTextBox.Name = "aulaCaptionTextBox";
            this.aulaCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9172395467758179D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.aulaCaptionTextBox.StyleName = "Caption";
            this.aulaCaptionTextBox.Value = "Aula";
            // 
            // fechaCaptionTextBox
            // 
            this.fechaCaptionTextBox.CanGrow = true;
            this.fechaCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.9036979675292969D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.fechaCaptionTextBox.Name = "fechaCaptionTextBox";
            this.fechaCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9172395467758179D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.fechaCaptionTextBox.StyleName = "Caption";
            this.fechaCaptionTextBox.Value = "Fecha";
            // 
            // horaInicioCaptionTextBox
            // 
            this.horaInicioCaptionTextBox.CanGrow = true;
            this.horaInicioCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.873854637145996D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.horaInicioCaptionTextBox.Name = "horaInicioCaptionTextBox";
            this.horaInicioCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9172395467758179D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.horaInicioCaptionTextBox.StyleName = "Caption";
            this.horaInicioCaptionTextBox.Value = "Hora Inicio";
            // 
            // horaFinCaptionTextBox
            // 
            this.horaFinCaptionTextBox.CanGrow = true;
            this.horaFinCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.844010353088379D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.horaFinCaptionTextBox.Name = "horaFinCaptionTextBox";
            this.horaFinCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9172395467758179D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.horaFinCaptionTextBox.StyleName = "Caption";
            this.horaFinCaptionTextBox.Value = "Hora Fin";
            // 
            // DsSolicitudes
            // 
            this.DsSolicitudes.ConnectionString = "SigeretContext";
            this.DsSolicitudes.Name = "DsSolicitudes";
            this.DsSolicitudes.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@FechaInicio", System.Data.DbType.Date, "=Parameters.FechaInicio.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@FechaFin", System.Data.DbType.Date, "=Parameters.FechaFin.Value")});
            this.DsSolicitudes.SelectCommand = "dbo.UspSolicitudes";
            this.DsSolicitudes.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.reportNameTextBox});
            this.pageHeader.Name = "pageHeader";
            // 
            // reportNameTextBox
            // 
            this.reportNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.reportNameTextBox.Name = "reportNameTextBox";
            this.reportNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.708333015441895D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.reportNameTextBox.StyleName = "PageInfo";
            this.reportNameTextBox.Value = "Solicitudes";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.0529167652130127D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(2D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Solicitudes";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.usuarioDataTextBox,
            this.nombreDataTextBox,
            this.edificioDataTextBox,
            this.aulaDataTextBox,
            this.fechaDataTextBox,
            this.horaInicioDataTextBox,
            this.horaFinDataTextBox});
            this.detail.Name = "detail";
            // 
            // usuarioDataTextBox
            // 
            this.usuarioDataTextBox.CanGrow = true;
            this.usuarioDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.usuarioDataTextBox.Name = "usuarioDataTextBox";
            this.usuarioDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9172395467758179D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.usuarioDataTextBox.StyleName = "Data";
            this.usuarioDataTextBox.Value = "=Fields.Usuario";
            // 
            // nombreDataTextBox
            // 
            this.nombreDataTextBox.CanGrow = true;
            this.nombreDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.0230729579925537D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.nombreDataTextBox.Name = "nombreDataTextBox";
            this.nombreDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.3769266605377197D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.nombreDataTextBox.StyleName = "Data";
            this.nombreDataTextBox.Value = "=Fields.Nombre";
            // 
            // edificioDataTextBox
            // 
            this.edificioDataTextBox.CanGrow = true;
            this.edificioDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.6000003814697266D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.edificioDataTextBox.Name = "edificioDataTextBox";
            this.edificioDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2806248664855957D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.edificioDataTextBox.StyleName = "Data";
            this.edificioDataTextBox.Value = "=Fields.Edificio";
            // 
            // aulaDataTextBox
            // 
            this.aulaDataTextBox.CanGrow = true;
            this.aulaDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.aulaDataTextBox.Name = "aulaDataTextBox";
            this.aulaDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9172395467758179D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.aulaDataTextBox.StyleName = "Data";
            this.aulaDataTextBox.Value = "=Fields.Aula";
            // 
            // fechaDataTextBox
            // 
            this.fechaDataTextBox.CanGrow = true;
            this.fechaDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.9036979675292969D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.fechaDataTextBox.Name = "fechaDataTextBox";
            this.fechaDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9172395467758179D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.fechaDataTextBox.StyleName = "Data";
            this.fechaDataTextBox.Value = "=Fields.Fecha";
            // 
            // horaInicioDataTextBox
            // 
            this.horaInicioDataTextBox.CanGrow = true;
            this.horaInicioDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.873854637145996D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.horaInicioDataTextBox.Name = "horaInicioDataTextBox";
            this.horaInicioDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9172395467758179D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.horaInicioDataTextBox.StyleName = "Data";
            this.horaInicioDataTextBox.Value = "=Fields.HoraInicio";
            // 
            // horaFinDataTextBox
            // 
            this.horaFinDataTextBox.CanGrow = true;
            this.horaFinDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.844010353088379D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.horaFinDataTextBox.Name = "horaFinDataTextBox";
            this.horaFinDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9172395467758179D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.horaFinDataTextBox.StyleName = "Data";
            this.horaFinDataTextBox.Value = "=Fields.HoraFin";
            // 
            // Solicitudes
            // 
            this.DataSource = this.DsSolicitudes;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.Name = "Solicitudes";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.Name = "FechaInicio";
            reportParameter1.Text = "FechaInicio";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter1.Value = "= Date(2014,01,01)";
            reportParameter2.Name = "FechaFin";
            reportParameter2.Text = "FechaFin";
            reportParameter2.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter2.Value = "=Now()";
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(103)))), ((int)(((byte)(109)))));
            styleRule1.Style.Font.Name = "Book Antiqua";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(103)))), ((int)(((byte)(109)))));
            styleRule2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(185)))), ((int)(((byte)(102)))));
            styleRule2.Style.Font.Name = "Book Antiqua";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Book Antiqua";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(160)))), ((int)(((byte)(160)))));
            styleRule4.Style.Font.Name = "Book Antiqua";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
 /// <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(PassportDataForeignReport));
     Telerik.Reporting.Barcodes.Code128Encoder      code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection      = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection      = new Telerik.Reporting.GroupHeaderSection();
     this.rowCaptionTextBox             = new Telerik.Reporting.TextBox();
     this.fiaCaptionTextBox             = new Telerik.Reporting.TextBox();
     this.foreignPassportCaptionTextBox = new Telerik.Reporting.TextBox();
     this.foreignExpiryCaptionTextBox   = new Telerik.Reporting.TextBox();
     this.PersonnelDataSource1          = new Telerik.Reporting.SqlDataSource();
     this.pageHeader                 = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox          = new Telerik.Reporting.TextBox();
     this.pageFooter                 = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox         = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox            = new Telerik.Reporting.TextBox();
     this.barcode1                   = new Telerik.Reporting.Barcode();
     this.reportHeader               = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox               = new Telerik.Reporting.TextBox();
     this.reportFooter               = new Telerik.Reporting.ReportFooterSection();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.rowDataTextBox             = new Telerik.Reporting.TextBox();
     this.fiaDataTextBox             = new Telerik.Reporting.TextBox();
     this.foreignPassportDataTextBox = new Telerik.Reporting.TextBox();
     this.foreignExpiryDataTextBox   = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.rowCaptionTextBox,
         this.fiaCaptionTextBox,
         this.foreignPassportCaptionTextBox,
         this.foreignExpiryCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // rowCaptionTextBox
     //
     this.rowCaptionTextBox.CanGrow   = true;
     this.rowCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.rowCaptionTextBox.Name      = "rowCaptionTextBox";
     this.rowCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.9470832347869873D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.rowCaptionTextBox.StyleName = "Caption";
     this.rowCaptionTextBox.Value     = "№";
     //
     // fiaCaptionTextBox
     //
     this.fiaCaptionTextBox.CanGrow   = true;
     this.fiaCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.0001996755599976D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaCaptionTextBox.Name      = "fiaCaptionTextBox";
     this.fiaCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.6996002197265625D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaCaptionTextBox.StyleName = "Caption";
     this.fiaCaptionTextBox.Value     = "ПІБ працівника";
     //
     // foreignPassportCaptionTextBox
     //
     this.foreignPassportCaptionTextBox.CanGrow   = true;
     this.foreignPassportCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.7000007629394531D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.foreignPassportCaptionTextBox.Name      = "foreignPassportCaptionTextBox";
     this.foreignPassportCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.3997979164123535D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.foreignPassportCaptionTextBox.StyleName = "Caption";
     this.foreignPassportCaptionTextBox.Value     = "серія / номер";
     //
     // foreignExpiryCaptionTextBox
     //
     this.foreignExpiryCaptionTextBox.CanGrow   = true;
     this.foreignExpiryCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.09999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.foreignExpiryCaptionTextBox.Name      = "foreignExpiryCaptionTextBox";
     this.foreignExpiryCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.6612513065338135D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.foreignExpiryCaptionTextBox.StyleName = "Caption";
     this.foreignExpiryCaptionTextBox.Value     = "Термін дії";
     //
     // PersonnelDataSource1
     //
     this.PersonnelDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDataSource1.Name             = "PersonnelDataSource1";
     this.PersonnelDataSource1.SelectCommand    = resources.GetString("PersonnelDataSource1.SelectCommand");
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.708333015441895D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.75687479972839355D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.4856253862380981D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(1.3856250047683716D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Паспортні дані працівників (закордонний)";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1
     });
     this.reportFooter.Name = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.rowDataTextBox,
         this.fiaDataTextBox,
         this.foreignPassportDataTextBox,
         this.foreignExpiryDataTextBox
     });
     this.detail.Name = "detail";
     //
     // rowDataTextBox
     //
     this.rowDataTextBox.CanGrow   = true;
     this.rowDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.rowDataTextBox.Name      = "rowDataTextBox";
     this.rowDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.9470832347869873D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.rowDataTextBox.StyleName = "Data";
     this.rowDataTextBox.Value     = "= Fields.Row";
     //
     // fiaDataTextBox
     //
     this.fiaDataTextBox.CanGrow   = true;
     this.fiaDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.0001996755599976D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaDataTextBox.Name      = "fiaDataTextBox";
     this.fiaDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.6996002197265625D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaDataTextBox.StyleName = "Data";
     this.fiaDataTextBox.Value     = "= Fields.Fia";
     //
     // foreignPassportDataTextBox
     //
     this.foreignPassportDataTextBox.CanGrow   = true;
     this.foreignPassportDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.7000007629394531D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.foreignPassportDataTextBox.Name      = "foreignPassportDataTextBox";
     this.foreignPassportDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.3997979164123535D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.foreignPassportDataTextBox.StyleName = "Data";
     this.foreignPassportDataTextBox.Value     = "= Fields.ForeignPassport";
     //
     // foreignExpiryDataTextBox
     //
     this.foreignExpiryDataTextBox.CanGrow   = true;
     this.foreignExpiryDataTextBox.Format    = "{0:d}";
     this.foreignExpiryDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.09999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.foreignExpiryDataTextBox.Name      = "foreignExpiryDataTextBox";
     this.foreignExpiryDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.6612513065338135D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.foreignExpiryDataTextBox.StyleName = "Data";
     this.foreignExpiryDataTextBox.Value     = "= Fields.ForeignExpiry";
     //
     // PassportDataForeignReport
     //
     this.DataSource    = this.PersonnelDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "PassportDataForeignReport";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.ds = new Telerik.Reporting.ObjectDataSource();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.analyteNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.arlNumberCaptionTextBox = new Telerik.Reporting.TextBox();
            this.concCaptionTextBox = new Telerik.Reporting.TextBox();
            this.customerNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.dil1CaptionTextBox = new Telerik.Reporting.TextBox();
            this.dil2CaptionTextBox = new Telerik.Reporting.TextBox();
            this.endotoxinLimitCaptionTextBox = new Telerik.Reporting.TextBox();
            this.finalDilCaptionTextBox = new Telerik.Reporting.TextBox();
            this.mvdMvcCaptionTextBox = new Telerik.Reporting.TextBox();
            this.phCaptionTextBox = new Telerik.Reporting.TextBox();
            this.reagentUsedCaptionTextBox = new Telerik.Reporting.TextBox();
            this.sampleNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.reportNameTextBox = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.analyteNameDataTextBox = new Telerik.Reporting.TextBox();
            this.arlNumberDataTextBox = new Telerik.Reporting.TextBox();
            this.concDataTextBox = new Telerik.Reporting.TextBox();
            this.customerNameDataTextBox = new Telerik.Reporting.TextBox();
            this.dil1DataTextBox = new Telerik.Reporting.TextBox();
            this.dil2DataTextBox = new Telerik.Reporting.TextBox();
            this.endotoxinLimitDataTextBox = new Telerik.Reporting.TextBox();
            this.finalDilDataTextBox = new Telerik.Reporting.TextBox();
            this.lotNumberDataTextBox = new Telerik.Reporting.TextBox();
            this.mvdMvcDataTextBox = new Telerik.Reporting.TextBox();
            this.phDataTextBox = new Telerik.Reporting.TextBox();
            this.reagentUsedDataTextBox = new Telerik.Reporting.TextBox();
            this.sampleNameDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // ds
            // 
            this.ds.DataMember = "GetWorksheetForEndotoxin";
            this.ds.DataSource = "ServiceHost.Implementation.ReportDataService.OrderReportService, ServiceHost.Impl" +
    "ementation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";
            this.ds.Name = "ds";
            this.ds.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
            new Telerik.Reporting.ObjectDataSourceParameter("token", typeof(string), "=Parameters.token.Value")});
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.400039404630661D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.arlNumberCaptionTextBox,
            this.concCaptionTextBox,
            this.customerNameCaptionTextBox,
            this.dil1CaptionTextBox,
            this.dil2CaptionTextBox,
            this.endotoxinLimitCaptionTextBox,
            this.finalDilCaptionTextBox,
            this.mvdMvcCaptionTextBox,
            this.phCaptionTextBox,
            this.reagentUsedCaptionTextBox,
            this.sampleNameCaptionTextBox,
            this.analyteNameCaptionTextBox,
            this.textBox1});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // analyteNameCaptionTextBox
            // 
            this.analyteNameCaptionTextBox.CanGrow = true;
            this.analyteNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.2413432598114014D), Telerik.Reporting.Drawing.Unit.Inch(7.9472862068996619E-08D));
            this.analyteNameCaptionTextBox.Name = "analyteNameCaptionTextBox";
            this.analyteNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.511138916015625D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.analyteNameCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.analyteNameCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.analyteNameCaptionTextBox.Style.Font.Bold = true;
            this.analyteNameCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.analyteNameCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.analyteNameCaptionTextBox.StyleName = "Caption";
            this.analyteNameCaptionTextBox.Value = "Drug Name";
            // 
            // arlNumberCaptionTextBox
            // 
            this.arlNumberCaptionTextBox.CanGrow = true;
            this.arlNumberCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.arlNumberCaptionTextBox.Name = "arlNumberCaptionTextBox";
            this.arlNumberCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78205126523971558D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.arlNumberCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.arlNumberCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.arlNumberCaptionTextBox.Style.Font.Bold = true;
            this.arlNumberCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.arlNumberCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.arlNumberCaptionTextBox.StyleName = "Caption";
            this.arlNumberCaptionTextBox.Value = "Sample #";
            // 
            // concCaptionTextBox
            // 
            this.concCaptionTextBox.CanGrow = true;
            this.concCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.9783658981323242D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.concCaptionTextBox.Name = "concCaptionTextBox";
            this.concCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.521634578704834D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.concCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.concCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.concCaptionTextBox.Style.Font.Bold = true;
            this.concCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.concCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.concCaptionTextBox.StyleName = "Caption";
            this.concCaptionTextBox.Value = "Conc.";
            // 
            // customerNameCaptionTextBox
            // 
            this.customerNameCaptionTextBox.CanGrow = true;
            this.customerNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.75256085395813D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.customerNameCaptionTextBox.Name = "customerNameCaptionTextBox";
            this.customerNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2821298837661743D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.customerNameCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.customerNameCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.customerNameCaptionTextBox.Style.Font.Bold = true;
            this.customerNameCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.customerNameCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.customerNameCaptionTextBox.StyleName = "Caption";
            this.customerNameCaptionTextBox.Value = "Client";
            // 
            // dil1CaptionTextBox
            // 
            this.dil1CaptionTextBox.CanGrow = true;
            this.dil1CaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.6077651977539062D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.dil1CaptionTextBox.Name = "dil1CaptionTextBox";
            this.dil1CaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39663460850715637D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.dil1CaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.dil1CaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.dil1CaptionTextBox.Style.Font.Bold = true;
            this.dil1CaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.dil1CaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.dil1CaptionTextBox.StyleName = "Caption";
            this.dil1CaptionTextBox.Value = "Dil 1";
            // 
            // dil2CaptionTextBox
            // 
            this.dil2CaptionTextBox.CanGrow = true;
            this.dil2CaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.0044784545898438D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.dil2CaptionTextBox.Name = "dil2CaptionTextBox";
            this.dil2CaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39840906858444214D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.dil2CaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.dil2CaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.dil2CaptionTextBox.Style.Font.Bold = true;
            this.dil2CaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.dil2CaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.dil2CaptionTextBox.StyleName = "Caption";
            this.dil2CaptionTextBox.Value = "Dil 2";
            // 
            // endotoxinLimitCaptionTextBox
            // 
            this.endotoxinLimitCaptionTextBox.CanGrow = true;
            this.endotoxinLimitCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.0435051918029785D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.endotoxinLimitCaptionTextBox.Name = "endotoxinLimitCaptionTextBox";
            this.endotoxinLimitCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78205126523971558D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.endotoxinLimitCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.endotoxinLimitCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.endotoxinLimitCaptionTextBox.Style.Font.Bold = true;
            this.endotoxinLimitCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.endotoxinLimitCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.endotoxinLimitCaptionTextBox.StyleName = "Caption";
            this.endotoxinLimitCaptionTextBox.Value = "Endotoxin Limit";
            // 
            // finalDilCaptionTextBox
            // 
            this.finalDilCaptionTextBox.CanGrow = true;
            this.finalDilCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.4029664993286133D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.finalDilCaptionTextBox.Name = "finalDilCaptionTextBox";
            this.finalDilCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39663460850715637D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.finalDilCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.finalDilCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.finalDilCaptionTextBox.Style.Font.Bold = true;
            this.finalDilCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.finalDilCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.finalDilCaptionTextBox.StyleName = "Caption";
            this.finalDilCaptionTextBox.Value = "Final Dil";
            // 
            // mvdMvcCaptionTextBox
            // 
            this.mvdMvcCaptionTextBox.CanGrow = true;
            this.mvdMvcCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.8256354331970215D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.mvdMvcCaptionTextBox.Name = "mvdMvcCaptionTextBox";
            this.mvdMvcCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78205126523971558D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.mvdMvcCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.mvdMvcCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.mvdMvcCaptionTextBox.Style.Font.Bold = true;
            this.mvdMvcCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.mvdMvcCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.mvdMvcCaptionTextBox.StyleName = "Caption";
            this.mvdMvcCaptionTextBox.Value = "MVD / MVC";
            // 
            // phCaptionTextBox
            // 
            this.phCaptionTextBox.CanGrow = true;
            this.phCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.79967975616455D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.phCaptionTextBox.Name = "phCaptionTextBox";
            this.phCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39663460850715637D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.phCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.phCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.phCaptionTextBox.Style.Font.Bold = true;
            this.phCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.phCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.phCaptionTextBox.StyleName = "Caption";
            this.phCaptionTextBox.Value = "pH";
            // 
            // reagentUsedCaptionTextBox
            // 
            this.reagentUsedCaptionTextBox.CanGrow = true;
            this.reagentUsedCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.1963138580322266D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.reagentUsedCaptionTextBox.Name = "reagentUsedCaptionTextBox";
            this.reagentUsedCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78205126523971558D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.reagentUsedCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.reagentUsedCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.reagentUsedCaptionTextBox.Style.Font.Bold = true;
            this.reagentUsedCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.reagentUsedCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.reagentUsedCaptionTextBox.StyleName = "Caption";
            this.reagentUsedCaptionTextBox.Value = "Reagent Used";
            // 
            // sampleNameCaptionTextBox
            // 
            this.sampleNameCaptionTextBox.CanGrow = true;
            this.sampleNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.80288439989089966D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.sampleNameCaptionTextBox.Name = "sampleNameCaptionTextBox";
            this.sampleNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4383798837661743D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.sampleNameCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.sampleNameCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.sampleNameCaptionTextBox.Style.Font.Bold = true;
            this.sampleNameCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.sampleNameCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.sampleNameCaptionTextBox.StyleName = "Caption";
            this.sampleNameCaptionTextBox.Value = "Description";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.reportNameTextBox});
            this.pageHeader.Name = "pageHeader";
            // 
            // reportNameTextBox
            // 
            this.reportNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.reportNameTextBox.Name = "reportNameTextBox";
            this.reportNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.458333015441895D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.reportNameTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.reportNameTextBox.StyleName = "PageInfo";
            this.reportNameTextBox.Value = "Worksheet - Endotoxin";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.1979165077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2395834922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.1979165077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40428486466407776D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.analyteNameDataTextBox,
            this.arlNumberDataTextBox,
            this.concDataTextBox,
            this.customerNameDataTextBox,
            this.dil1DataTextBox,
            this.dil2DataTextBox,
            this.endotoxinLimitDataTextBox,
            this.finalDilDataTextBox,
            this.lotNumberDataTextBox,
            this.mvdMvcDataTextBox,
            this.phDataTextBox,
            this.reagentUsedDataTextBox,
            this.sampleNameDataTextBox});
            this.detail.Name = "detail";
            // 
            // analyteNameDataTextBox
            // 
            this.analyteNameDataTextBox.CanGrow = true;
            this.analyteNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.2413432598114014D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.analyteNameDataTextBox.Name = "analyteNameDataTextBox";
            this.analyteNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5111391544342041D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.analyteNameDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.analyteNameDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.analyteNameDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.analyteNameDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.analyteNameDataTextBox.StyleName = "Data";
            this.analyteNameDataTextBox.Value = "=Fields.AnalyteName";
            // 
            // arlNumberDataTextBox
            // 
            this.arlNumberDataTextBox.CanGrow = true;
            this.arlNumberDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.arlNumberDataTextBox.Name = "arlNumberDataTextBox";
            this.arlNumberDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78205126523971558D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.arlNumberDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.arlNumberDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.arlNumberDataTextBox.Style.Font.Bold = true;
            this.arlNumberDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.arlNumberDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.arlNumberDataTextBox.StyleName = "Data";
            this.arlNumberDataTextBox.Value = "=Fields.ArlNumber";
            // 
            // concDataTextBox
            // 
            this.concDataTextBox.CanGrow = true;
            this.concDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.9783658981323242D), Telerik.Reporting.Drawing.Unit.Inch(0.0042848587036132812D));
            this.concDataTextBox.Name = "concDataTextBox";
            this.concDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.52163439989089966D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.concDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.concDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.concDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.concDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.concDataTextBox.StyleName = "Data";
            this.concDataTextBox.Value = "=Fields.Conc";
            // 
            // customerNameDataTextBox
            // 
            this.customerNameDataTextBox.CanGrow = true;
            this.customerNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.75256085395813D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.customerNameDataTextBox.Name = "customerNameDataTextBox";
            this.customerNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2821301221847534D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.customerNameDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.customerNameDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.customerNameDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.customerNameDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.customerNameDataTextBox.StyleName = "Data";
            this.customerNameDataTextBox.Value = "=Fields.CustomerName";
            // 
            // dil1DataTextBox
            // 
            this.dil1DataTextBox.CanGrow = true;
            this.dil1DataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.6077651977539062D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.dil1DataTextBox.Name = "dil1DataTextBox";
            this.dil1DataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39663460850715637D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.dil1DataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.dil1DataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.dil1DataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.dil1DataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.dil1DataTextBox.StyleName = "Data";
            this.dil1DataTextBox.Value = "=Fields.Dil1";
            // 
            // dil2DataTextBox
            // 
            this.dil2DataTextBox.CanGrow = true;
            this.dil2DataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.0062532424926758D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.dil2DataTextBox.Name = "dil2DataTextBox";
            this.dil2DataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39663460850715637D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.dil2DataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.dil2DataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.dil2DataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.dil2DataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.dil2DataTextBox.StyleName = "Data";
            this.dil2DataTextBox.Value = "=Fields.Dil2";
            // 
            // endotoxinLimitDataTextBox
            // 
            this.endotoxinLimitDataTextBox.CanGrow = true;
            this.endotoxinLimitDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.0435051918029785D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.endotoxinLimitDataTextBox.Name = "endotoxinLimitDataTextBox";
            this.endotoxinLimitDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78205126523971558D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.endotoxinLimitDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.endotoxinLimitDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.endotoxinLimitDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.endotoxinLimitDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.endotoxinLimitDataTextBox.StyleName = "Data";
            this.endotoxinLimitDataTextBox.Value = "=Fields.EndotoxinLimit";
            // 
            // finalDilDataTextBox
            // 
            this.finalDilDataTextBox.CanGrow = true;
            this.finalDilDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.4029664993286133D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.finalDilDataTextBox.Name = "finalDilDataTextBox";
            this.finalDilDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39663460850715637D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.finalDilDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.finalDilDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.finalDilDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.finalDilDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.finalDilDataTextBox.StyleName = "Data";
            this.finalDilDataTextBox.Value = "=Fields.FinalDil";
            // 
            // lotNumberDataTextBox
            // 
            this.lotNumberDataTextBox.CanGrow = true;
            this.lotNumberDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.043426513671875D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.lotNumberDataTextBox.Name = "lotNumberDataTextBox";
            this.lotNumberDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0000002384185791D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.lotNumberDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.lotNumberDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.lotNumberDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.lotNumberDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.lotNumberDataTextBox.StyleName = "Data";
            this.lotNumberDataTextBox.Value = "=Fields.LotNumber";
            // 
            // mvdMvcDataTextBox
            // 
            this.mvdMvcDataTextBox.CanGrow = true;
            this.mvdMvcDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.8256354331970215D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.mvdMvcDataTextBox.Name = "mvdMvcDataTextBox";
            this.mvdMvcDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78205126523971558D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.mvdMvcDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.mvdMvcDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.mvdMvcDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.mvdMvcDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.mvdMvcDataTextBox.StyleName = "Data";
            this.mvdMvcDataTextBox.Value = "=Fields.MvdMvc";
            // 
            // phDataTextBox
            // 
            this.phDataTextBox.CanGrow = true;
            this.phDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.79967975616455D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.phDataTextBox.Name = "phDataTextBox";
            this.phDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39663460850715637D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.phDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.phDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.phDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.phDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.phDataTextBox.StyleName = "Data";
            this.phDataTextBox.Value = "=Fields.Ph";
            // 
            // reagentUsedDataTextBox
            // 
            this.reagentUsedDataTextBox.CanGrow = true;
            this.reagentUsedDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.1963138580322266D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.reagentUsedDataTextBox.Name = "reagentUsedDataTextBox";
            this.reagentUsedDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78205126523971558D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.reagentUsedDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.reagentUsedDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.reagentUsedDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.reagentUsedDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.reagentUsedDataTextBox.StyleName = "Data";
            this.reagentUsedDataTextBox.Value = "=Fields.ReagentUsed";
            // 
            // sampleNameDataTextBox
            // 
            this.sampleNameDataTextBox.CanGrow = true;
            this.sampleNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.80288439989089966D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.sampleNameDataTextBox.Name = "sampleNameDataTextBox";
            this.sampleNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4383801221847534D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.sampleNameDataTextBox.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.sampleNameDataTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.sampleNameDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.sampleNameDataTextBox.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D);
            this.sampleNameDataTextBox.StyleName = "Data";
            this.sampleNameDataTextBox.Value = "=Fields.SampleName";
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.043426513671875D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Silver;
            this.textBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox1.Style.Font.Bold = true;
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox1.StyleName = "Caption";
            this.textBox1.Value = "Lot #";
            // 
            // WorksheetForEndotoxin
            // 
            this.DataSource = this.ds;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportFooter,
            this.detail});
            this.Name = "WorksheetForEndotoxin";
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.Name = "token";
            reportParameter1.Text = "token";
            reportParameter1.Value = "1";
            this.ReportParameters.Add(reportParameter1);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.Black;
            styleRule1.Style.Font.Bold = true;
            styleRule1.Style.Font.Italic = false;
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule1.Style.Font.Strikeout = false;
            styleRule1.Style.Font.Underline = false;
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(10.5D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #31
0
 /// <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(LaneSummaryRPT));
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection   = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection   = new Telerik.Reporting.GroupHeaderSection();
     this.customerNameCaptionTextBox = new Telerik.Reporting.TextBox();
     this.baylocationCaptionTextBox  = new Telerik.Reporting.TextBox();
     this.recordsCountCaptionTextBox = new Telerik.Reporting.TextBox();
     this.pageHeader                  = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox           = new Telerik.Reporting.TextBox();
     this.pageFooter                  = new Telerik.Reporting.PageFooterSection();
     this.pageInfoTextBox             = new Telerik.Reporting.TextBox();
     this.currentTimeTextBox          = new Telerik.Reporting.TextBox();
     this.reportHeader                = new Telerik.Reporting.ReportHeaderSection();
     this.pictureBox1                 = new Telerik.Reporting.PictureBox();
     this.htmlTextBox9                = new Telerik.Reporting.HtmlTextBox();
     this.shape1                      = new Telerik.Reporting.Shape();
     this.htmlTextBox2                = new Telerik.Reporting.HtmlTextBox();
     this.addressLine1DataTextBox     = new Telerik.Reporting.TextBox();
     this.cityDataTextBox             = new Telerik.Reporting.TextBox();
     this.phoneDataTextBox            = new Telerik.Reporting.TextBox();
     this.companyNameDataTextBox      = new Telerik.Reporting.TextBox();
     this.reportFooter                = new Telerik.Reporting.ReportFooterSection();
     this.detail                      = new Telerik.Reporting.DetailSection();
     this.baylocationDataTextBox      = new Telerik.Reporting.TextBox();
     this.customerNameDataTextBox     = new Telerik.Reporting.TextBox();
     this.recordsCountDataTextBox     = new Telerik.Reporting.TextBox();
     this.objectDataSourceLaneSummary = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.customerNameCaptionTextBox,
         this.baylocationCaptionTextBox,
         this.recordsCountCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // customerNameCaptionTextBox
     //
     this.customerNameCaptionTextBox.CanGrow         = true;
     this.customerNameCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.customerNameCaptionTextBox.Name            = "customerNameCaptionTextBox";
     this.customerNameCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6916666030883789D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.customerNameCaptionTextBox.Style.Font.Bold = true;
     this.customerNameCaptionTextBox.StyleName       = "Caption";
     this.customerNameCaptionTextBox.Value           = "Customer Name";
     //
     // baylocationCaptionTextBox
     //
     this.baylocationCaptionTextBox.CanGrow         = true;
     this.baylocationCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.baylocationCaptionTextBox.Name            = "baylocationCaptionTextBox";
     this.baylocationCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3000000715255737D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.baylocationCaptionTextBox.Style.Font.Bold = true;
     this.baylocationCaptionTextBox.StyleName       = "Caption";
     this.baylocationCaptionTextBox.Value           = "Lane";
     //
     // recordsCountCaptionTextBox
     //
     this.recordsCountCaptionTextBox.CanGrow         = true;
     this.recordsCountCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3125D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.recordsCountCaptionTextBox.Name            = "recordsCountCaptionTextBox";
     this.recordsCountCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.125D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.recordsCountCaptionTextBox.Style.Font.Bold = true;
     this.recordsCountCaptionTextBox.StyleName       = "Caption";
     this.recordsCountCaptionTextBox.Value           = "Unit Count";
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4166665077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Format    = "{0:g}";
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.0999617576599121D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3374996185302734D), Telerik.Reporting.Drawing.Unit.Inch(0.21875002980232239D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW().ToString(\'MM/dd/yyyy\')";
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(1.4604166746139526D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.htmlTextBox9,
         this.currentTimeTextBox,
         this.shape1,
         this.htmlTextBox2,
         this.addressLine1DataTextBox,
         this.cityDataTextBox,
         this.phoneDataTextBox,
         this.companyNameDataTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.pictureBox1.MimeType = "image/png";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999999284744263D), Telerik.Reporting.Drawing.Unit.Inch(1.2395439147949219D));
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // htmlTextBox9
     //
     this.htmlTextBox9.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.6999611854553223D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.htmlTextBox9.Name                = "htmlTextBox9";
     this.htmlTextBox9.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39992141723632812D), Telerik.Reporting.Drawing.Unit.Inch(0.21875D));
     this.htmlTextBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.htmlTextBox9.Value               = "Date:";
     //
     // shape1
     //
     this.shape1.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(1.2396227121353149D));
     this.shape1.Name      = "shape1";
     this.shape1.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4166665077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
     //
     // htmlTextBox2
     //
     this.htmlTextBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(1.0187499523162842D));
     this.htmlTextBox2.Name            = "htmlTextBox2";
     this.htmlTextBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.2999999523162842D), Telerik.Reporting.Drawing.Unit.Inch(0.22079387307167053D));
     this.htmlTextBox2.Style.Font.Bold = true;
     this.htmlTextBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.htmlTextBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.htmlTextBox2.Value           = "Port Storage Lane Summary";
     //
     // addressLine1DataTextBox
     //
     this.addressLine1DataTextBox.CanGrow   = true;
     this.addressLine1DataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.3021998405456543D), Telerik.Reporting.Drawing.Unit.Cm(0.57233768701553345D));
     this.addressLine1DataTextBox.Name      = "addressLine1DataTextBox";
     this.addressLine1DataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.5986337661743164D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.addressLine1DataTextBox.StyleName = "Data";
     this.addressLine1DataTextBox.Value     = "= Fields.AddressLine1";
     //
     // cityDataTextBox
     //
     this.cityDataTextBox.CanGrow   = true;
     this.cityDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.3021998405456543D), Telerik.Reporting.Drawing.Unit.Cm(1.1725378036499023D));
     this.cityDataTextBox.Name      = "cityDataTextBox";
     this.cityDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.5986332893371582D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.cityDataTextBox.StyleName = "Data";
     this.cityDataTextBox.Value     = "= Fields.City";
     //
     // phoneDataTextBox
     //
     this.phoneDataTextBox.CanGrow   = true;
     this.phoneDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.3021998405456543D), Telerik.Reporting.Drawing.Unit.Cm(1.7810794115066528D));
     this.phoneDataTextBox.Name      = "phoneDataTextBox";
     this.phoneDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.5986337661743164D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.phoneDataTextBox.StyleName = "Data";
     this.phoneDataTextBox.Value     = "= Fields.Phone";
     //
     // companyNameDataTextBox
     //
     this.companyNameDataTextBox.CanGrow         = true;
     this.companyNameDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.3021998405456543D), Telerik.Reporting.Drawing.Unit.Cm(0.0083711780607700348D));
     this.companyNameDataTextBox.Name            = "companyNameDataTextBox";
     this.companyNameDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.5986337661743164D), Telerik.Reporting.Drawing.Unit.Cm(0.52896672487258911D));
     this.companyNameDataTextBox.Style.Font.Bold = true;
     this.companyNameDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.companyNameDataTextBox.StyleName       = "Data";
     this.companyNameDataTextBox.Value           = "= Fields.CompanyName";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.reportFooter.Name   = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.baylocationDataTextBox,
         this.customerNameDataTextBox,
         this.recordsCountDataTextBox
     });
     this.detail.Name = "detail";
     //
     // baylocationDataTextBox
     //
     this.baylocationDataTextBox.CanGrow   = true;
     this.baylocationDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.baylocationDataTextBox.Name      = "baylocationDataTextBox";
     this.baylocationDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3000000715255737D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.baylocationDataTextBox.StyleName = "Data";
     this.baylocationDataTextBox.Value     = "= Fields.Baylocation";
     //
     // customerNameDataTextBox
     //
     this.customerNameDataTextBox.CanGrow   = true;
     this.customerNameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.customerNameDataTextBox.Name      = "customerNameDataTextBox";
     this.customerNameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6916666030883789D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.customerNameDataTextBox.StyleName = "Data";
     this.customerNameDataTextBox.Value     = "= Fields.CustomerName";
     //
     // recordsCountDataTextBox
     //
     this.recordsCountDataTextBox.CanGrow   = true;
     this.recordsCountDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3125D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.recordsCountDataTextBox.Name      = "recordsCountDataTextBox";
     this.recordsCountDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.125D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.recordsCountDataTextBox.StyleName = "Data";
     this.recordsCountDataTextBox.Value     = "= Fields.RecordsCount";
     //
     // objectDataSourceLaneSummary
     //
     this.objectDataSourceLaneSummary.DataSource = typeof(Appworks.Reports.LaneSummaryReport);
     this.objectDataSourceLaneSummary.Name       = "objectDataSourceLaneSummary";
     //
     // LaneSummaryRPT
     //
     this.DataSource    = this.objectDataSourceLaneSummary;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "LaneSummaryRPT";
     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;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color          = System.Drawing.Color.Black;
     styleRule2.Style.Font.Bold      = true;
     styleRule2.Style.Font.Italic    = false;
     styleRule2.Style.Font.Name      = "Tahoma";
     styleRule2.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule2.Style.Font.Strikeout = false;
     styleRule2.Style.Font.Underline = false;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.Color         = System.Drawing.Color.Black;
     styleRule3.Style.Font.Name     = "Tahoma";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Tahoma";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Tahoma";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(6.4375004768371582D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #32
0
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.entityDataSource1 = new Telerik.Reporting.EntityDataSource();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.диагнозCaptionTextBox = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.диагнозDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // entityDataSource1
            // 
            this.entityDataSource1.ConnectionString = "OrgSQLEntities2";
            this.entityDataSource1.Context = "OtherBase.OrgSQLEntities2, OtherBase, Version=1.0.0.0, Culture=neutral, PublicKey" +
    "Token=null";
            this.entityDataSource1.ContextMember = "Обследование";
            this.entityDataSource1.Name = "entityDataSource1";
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.textBox2,
            this.textBox3,
            this.textBox4,
            this.диагнозCaptionTextBox,
            this.textBox5});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox1.StyleName = "Caption";
            this.textBox1.Value = "Prizivnik Фамилия";
            // 
            // textBox2
            // 
            this.textBox2.CanGrow = true;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.6797916889190674D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox2.StyleName = "Caption";
            this.textBox2.Value = "Prizivnik Имя";
            // 
            // textBox3
            // 
            this.textBox3.CanGrow = true;
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.3066668510437012D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox3.StyleName = "Caption";
            this.textBox3.Value = "Prizivnik Отчество";
            // 
            // textBox4
            // 
            this.textBox4.CanGrow = true;
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox4.StyleName = "Caption";
            this.textBox4.Value = "Prizivnik Дата_Рождения";
            // 
            // диагнозCaptionTextBox
            // 
            this.диагнозCaptionTextBox.CanGrow = true;
            this.диагнозCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.560416221618652D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.диагнозCaptionTextBox.Name = "диагнозCaptionTextBox";
            this.диагнозCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.диагнозCaptionTextBox.StyleName = "Caption";
            this.диагнозCaptionTextBox.Value = "Диагноз";
            // 
            // textBox5
            // 
            this.textBox5.CanGrow = true;
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.187292098999023D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox5.StyleName = "Caption";
            this.textBox5.Value = "Prizivnik Годности Обозначение";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageHeader.Name = "pageHeader";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "= \'Всего на обследовании=\'+ Count(Fields.IDобследования)";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.0529167652130127D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(2D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Обследование";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox6,
            this.textBox7,
            this.textBox8,
            this.textBox9,
            this.диагнозDataTextBox,
            this.textBox10});
            this.detail.Name = "detail";
            // 
            // textBox6
            // 
            this.textBox6.CanGrow = true;
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox6.StyleName = "Data";
            this.textBox6.Value = "=Fields.Prizivnik.Фамилия";
            // 
            // textBox7
            // 
            this.textBox7.CanGrow = true;
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.6797916889190674D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox7.StyleName = "Data";
            this.textBox7.Value = "=Fields.Prizivnik.Имя";
            // 
            // textBox8
            // 
            this.textBox8.CanGrow = true;
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.3066668510437012D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox8.StyleName = "Data";
            this.textBox8.Value = "=Fields.Prizivnik.Отчество";
            // 
            // textBox9
            // 
            this.textBox9.CanGrow = true;
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox9.StyleName = "Data";
            this.textBox9.Value = "=Fields.Prizivnik.Дата_Рождения";
            // 
            // диагнозDataTextBox
            // 
            this.диагнозDataTextBox.CanGrow = true;
            this.диагнозDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.560416221618652D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.диагнозDataTextBox.Name = "диагнозDataTextBox";
            this.диагнозDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.диагнозDataTextBox.StyleName = "Data";
            this.диагнозDataTextBox.Value = "=Fields.Диагноз";
            // 
            // textBox10
            // 
            this.textBox10.CanGrow = true;
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.187292098999023D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.textBox10.StyleName = "Data";
            this.textBox10.Value = "=Fields.Prizivnik.Годности.Обозначение";
            // 
            // Report2
            // 
            this.DataSource = this.entityDataSource1;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.Name = "Report2";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.Black;
            styleRule1.Style.Font.Bold = true;
            styleRule1.Style.Font.Italic = false;
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule1.Style.Font.Strikeout = false;
            styleRule1.Style.Font.Underline = false;
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #33
0
 /// <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(DismissedWorkersReport));
     Telerik.Reporting.Barcodes.Code128Encoder      code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection  = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection  = new Telerik.Reporting.GroupHeaderSection();
     this.iDCaptionTextBox          = new Telerik.Reporting.TextBox();
     this.surnameCaptionTextBox     = new Telerik.Reporting.TextBox();
     this.nameCaptionTextBox        = new Telerik.Reporting.TextBox();
     this.middleNameCaptionTextBox  = new Telerik.Reporting.TextBox();
     this.dismissDateCaptionTextBox = new Telerik.Reporting.TextBox();
     this.positionCaptionTextBox    = new Telerik.Reporting.TextBox();
     this.PersonnelDataSource1      = new Telerik.Reporting.SqlDataSource();
     this.pageHeader             = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox      = new Telerik.Reporting.TextBox();
     this.pageFooter             = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox     = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox        = new Telerik.Reporting.TextBox();
     this.barcode1               = new Telerik.Reporting.Barcode();
     this.reportHeader           = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox           = new Telerik.Reporting.TextBox();
     this.reportFooter           = new Telerik.Reporting.ReportFooterSection();
     this.detail                 = new Telerik.Reporting.DetailSection();
     this.iDDataTextBox          = new Telerik.Reporting.TextBox();
     this.surnameDataTextBox     = new Telerik.Reporting.TextBox();
     this.nameDataTextBox        = new Telerik.Reporting.TextBox();
     this.middleNameDataTextBox  = new Telerik.Reporting.TextBox();
     this.dismissDateDataTextBox = new Telerik.Reporting.TextBox();
     this.positionDataTextBox    = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.iDCaptionTextBox,
         this.surnameCaptionTextBox,
         this.nameCaptionTextBox,
         this.middleNameCaptionTextBox,
         this.dismissDateCaptionTextBox,
         this.positionCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // iDCaptionTextBox
     //
     this.iDCaptionTextBox.CanGrow   = true;
     this.iDCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.iDCaptionTextBox.Name      = "iDCaptionTextBox";
     this.iDCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.iDCaptionTextBox.StyleName = "Caption";
     this.iDCaptionTextBox.Value     = "Табельний №";
     //
     // surnameCaptionTextBox
     //
     this.surnameCaptionTextBox.CanGrow   = true;
     this.surnameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.6270751953125D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.surnameCaptionTextBox.Name      = "surnameCaptionTextBox";
     this.surnameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.972724437713623D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.surnameCaptionTextBox.StyleName = "Caption";
     this.surnameCaptionTextBox.Value     = "Прізвище";
     //
     // nameCaptionTextBox
     //
     this.nameCaptionTextBox.CanGrow   = true;
     this.nameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.5999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.nameCaptionTextBox.Name      = "nameCaptionTextBox";
     this.nameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5997982025146484D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.nameCaptionTextBox.StyleName = "Caption";
     this.nameCaptionTextBox.Value     = "Ім\'я";
     //
     // middleNameCaptionTextBox
     //
     this.middleNameCaptionTextBox.CanGrow   = true;
     this.middleNameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.1999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.middleNameCaptionTextBox.Name      = "middleNameCaptionTextBox";
     this.middleNameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1997997760772705D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.middleNameCaptionTextBox.StyleName = "Caption";
     this.middleNameCaptionTextBox.Value     = "По-батькові";
     //
     // dismissDateCaptionTextBox
     //
     this.dismissDateCaptionTextBox.CanGrow   = true;
     this.dismissDateCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.399999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.dismissDateCaptionTextBox.Name      = "dismissDateCaptionTextBox";
     this.dismissDateCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1997988224029541D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.dismissDateCaptionTextBox.StyleName = "Caption";
     this.dismissDateCaptionTextBox.Value     = "Дата звільнення";
     //
     // positionCaptionTextBox
     //
     this.positionCaptionTextBox.CanGrow   = true;
     this.positionCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.600000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.positionCaptionTextBox.Name      = "positionCaptionTextBox";
     this.positionCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.4000008106231689D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.positionCaptionTextBox.StyleName = "Caption";
     this.positionCaptionTextBox.Value     = "Посада";
     //
     // PersonnelDataSource1
     //
     this.PersonnelDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDataSource1.Name             = "PersonnelDataSource1";
     this.PersonnelDataSource1.SelectCommand    = resources.GetString("PersonnelDataSource1.SelectCommand");
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(17.947084426879883D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.75687527656555176D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(10.066459655761719D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.2856251001358032D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.05291748046875D), Telerik.Reporting.Drawing.Unit.Cm(1.1856249570846558D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Звільнені працівники";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1
     });
     this.reportFooter.Name = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.iDDataTextBox,
         this.surnameDataTextBox,
         this.nameDataTextBox,
         this.middleNameDataTextBox,
         this.dismissDateDataTextBox,
         this.positionDataTextBox
     });
     this.detail.Name = "detail";
     //
     // iDDataTextBox
     //
     this.iDDataTextBox.CanGrow   = true;
     this.iDDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.iDDataTextBox.Name      = "iDDataTextBox";
     this.iDDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5739583969116211D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.iDDataTextBox.StyleName = "Data";
     this.iDDataTextBox.Value     = "= Fields.ID";
     //
     // surnameDataTextBox
     //
     this.surnameDataTextBox.CanGrow   = true;
     this.surnameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.6270751953125D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.surnameDataTextBox.Name      = "surnameDataTextBox";
     this.surnameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.972724437713623D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.surnameDataTextBox.StyleName = "Data";
     this.surnameDataTextBox.Value     = "= Fields.Surname";
     //
     // nameDataTextBox
     //
     this.nameDataTextBox.CanGrow   = true;
     this.nameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.5999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.nameDataTextBox.Name      = "nameDataTextBox";
     this.nameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5997982025146484D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.nameDataTextBox.StyleName = "Data";
     this.nameDataTextBox.Value     = "= Fields.Name";
     //
     // middleNameDataTextBox
     //
     this.middleNameDataTextBox.CanGrow   = true;
     this.middleNameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.1999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.middleNameDataTextBox.Name      = "middleNameDataTextBox";
     this.middleNameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1997997760772705D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.middleNameDataTextBox.StyleName = "Data";
     this.middleNameDataTextBox.Value     = "= Fields.MiddleName";
     //
     // dismissDateDataTextBox
     //
     this.dismissDateDataTextBox.CanGrow   = true;
     this.dismissDateDataTextBox.Format    = "{0:d}";
     this.dismissDateDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.399999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.dismissDateDataTextBox.Name      = "dismissDateDataTextBox";
     this.dismissDateDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1997988224029541D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.dismissDateDataTextBox.StyleName = "Data";
     this.dismissDateDataTextBox.Value     = "= Fields.DismissDate";
     //
     // positionDataTextBox
     //
     this.positionDataTextBox.CanGrow   = true;
     this.positionDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.600000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.positionDataTextBox.Name      = "positionDataTextBox";
     this.positionDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.4000008106231689D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.positionDataTextBox.StyleName = "Data";
     this.positionDataTextBox.Value     = "= Fields.Position";
     //
     // DismissedWorkersReport
     //
     this.DataSource    = this.PersonnelDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "DismissedWorkersReport";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(18.05291748046875D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #34
0
        /// <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(RptPriceList));
            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.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.sqlPriceList = new Telerik.Reporting.SqlDataSource();
            this.sqlInsurance = new Telerik.Reporting.SqlDataSource();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.86614179611206055D);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.textBox7,
            this.textBox2,
            this.textBox11});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.23622052371501923D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox5,
            this.textBox6,
            this.textBox8});
            this.detail.Name = "detail";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40157508850097656D);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox21,
            this.pageInfoTextBox,
            this.textBox22,
            this.currentTimeTextBox});
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // sqlPriceList
            // 
            this.sqlPriceList.ConnectionString = "AriClinicContext";
            this.sqlPriceList.Name = "sqlPriceList";
            this.sqlPriceList.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@Insurance", System.Data.DbType.Int32, "=Parameters.Insurance.Value")});
            this.sqlPriceList.SelectCommand = resources.GetString("sqlPriceList.SelectCommand");
            // 
            // sqlInsurance
            // 
            this.sqlInsurance.ConnectionString = "AriClinicContext";
            this.sqlInsurance.Name = "sqlInsurance";
            this.sqlInsurance.SelectCommand = "SELECT        insurance_id, name\r\nFROM            insurance";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.0739359855651855D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8000009059906006D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.textBox1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(20D);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox1.Value = "Tarifario";
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.43307080864906311D), Telerik.Reporting.Drawing.Unit.Inch(0.59055119752883911D));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.52755880355835D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox7.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox7.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox7.Value = "Servicio";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.078740119934082D), Telerik.Reporting.Drawing.Unit.Inch(0.59055119752883911D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4960631132125855D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox2.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox2.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox2.Value = "IVA";
            // 
            // textBox11
            // 
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.7716536521911621D), Telerik.Reporting.Drawing.Unit.Inch(0.59055119752883911D));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.999960720539093D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox11.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox11.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox11.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox11.Value = "Precio";
            // 
            // textBox21
            // 
            this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.25D), Telerik.Reporting.Drawing.Unit.Inch(0.09375D));
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49261793494224548D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox21.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox21.StyleName = "PageInfo";
            this.textBox21.Value = "= PageCount";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.90625D), Telerik.Reporting.Drawing.Unit.Inch(0.09375D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0831693410873413D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pageInfoTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // textBox22
            // 
            this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.0104165077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.09375D));
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.23622004687786102D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox22.Value = "/";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Format = "{0:d}";
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.125D), Telerik.Reporting.Drawing.Unit.Inch(0.09375D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7952756881713867D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.currentTimeTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // groupHeaderSection
            // 
            this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.35433068871498108D);
            this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox3,
            this.textBox4});
            this.groupHeaderSection.Name = "groupHeaderSection";
            // 
            // groupFooterSection
            // 
            this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.15748023986816406D);
            this.groupFooterSection.Name = "groupFooterSection";
            this.groupFooterSection.PageBreak = Telerik.Reporting.PageBreak.After;
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.078740119934082031D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1416928768157959D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox3.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
            this.textBox3.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox3.Style.Font.Bold = true;
            this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox3.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(0D);
            this.textBox3.Value = "Aseguradora:";
            // 
            // textBox4
            // 
            this.textBox4.Format = "{0}";
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.2598425149917603D), Telerik.Reporting.Drawing.Unit.Inch(0.078740119934082031D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4827752113342285D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox4.Value = "= Fields.n_insurance";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(10.999998092651367D), Telerik.Reporting.Drawing.Unit.Mm(0.0010012307902798057D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(114.99999237060547D), Telerik.Reporting.Drawing.Unit.Mm(5.0000014305114746D));
            this.textBox5.Value = "= Fields.s_name";
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(129D), Telerik.Reporting.Drawing.Unit.Mm(0.0010052680736407638D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(38.000003814697266D), Telerik.Reporting.Drawing.Unit.Mm(5.0000014305114746D));
            this.textBox6.Value = "= Fields.tx_name";
            // 
            // textBox8
            // 
            this.textBox8.Format = "{0:C2}";
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(172D), Telerik.Reporting.Drawing.Unit.Mm(0.0010052680736407638D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(25.398996353149414D), Telerik.Reporting.Drawing.Unit.Mm(5.0000014305114746D));
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox8.Value = "= Fields.price";
            // 
            // RptPriceList
            // 
            this.DataSource = this.sqlPriceList;
            group1.GroupFooter = this.groupFooterSection;
            group1.GroupHeader = this.groupHeaderSection;
            group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.n_insurance"));
            group1.Name = "group";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1,
            this.groupHeaderSection,
            this.groupFooterSection});
            this.Name = "RptPriceList";
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.AvailableValues.DataSource = this.sqlInsurance;
            reportParameter1.AvailableValues.DisplayMember = "= Fields.name";
            reportParameter1.AvailableValues.ValueMember = "= Fields.insurance_id";
            reportParameter1.MultiValue = true;
            reportParameter1.Name = "Insurance";
            reportParameter1.Text = "Aseguradora ";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter1.Visible = true;
            this.ReportParameters.Add(reportParameter1);
            this.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.n_insurance", Telerik.Reporting.SortDirection.Asc));
            this.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.s_name", Telerik.Reporting.SortDirection.Asc));
            this.Style.BackgroundColor = System.Drawing.Color.White;
            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.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Mm;
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(7.8739762306213379D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #35
0
 /// <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(CountOfWorkers2Report));
     Telerik.Reporting.Barcodes.Code128Encoder      code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection      = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection      = new Telerik.Reporting.GroupHeaderSection();
     this.departmentNameCaptionTextBox  = new Telerik.Reporting.TextBox();
     this.numberOfWorkersCaptionTextBox = new Telerik.Reporting.TextBox();
     this.PersonnelDataSource1          = new Telerik.Reporting.SqlDataSource();
     this.pageHeader                 = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox          = new Telerik.Reporting.TextBox();
     this.pageFooter                 = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox         = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox            = new Telerik.Reporting.TextBox();
     this.barcode1                   = new Telerik.Reporting.Barcode();
     this.reportHeader               = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox               = new Telerik.Reporting.TextBox();
     this.reportFooter               = new Telerik.Reporting.ReportFooterSection();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.departmentNameDataTextBox  = new Telerik.Reporting.TextBox();
     this.numberOfWorkersDataTextBox = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.departmentNameCaptionTextBox,
         this.numberOfWorkersCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // departmentNameCaptionTextBox
     //
     this.departmentNameCaptionTextBox.CanGrow   = true;
     this.departmentNameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.departmentNameCaptionTextBox.Name      = "departmentNameCaptionTextBox";
     this.departmentNameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.747082710266113D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.departmentNameCaptionTextBox.StyleName = "Caption";
     this.departmentNameCaptionTextBox.Value     = "Назва відділу";
     //
     // numberOfWorkersCaptionTextBox
     //
     this.numberOfWorkersCaptionTextBox.CanGrow   = true;
     this.numberOfWorkersCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.800200462341309D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.numberOfWorkersCaptionTextBox.Name      = "numberOfWorkersCaptionTextBox";
     this.numberOfWorkersCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.961050271987915D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.numberOfWorkersCaptionTextBox.StyleName = "Caption";
     this.numberOfWorkersCaptionTextBox.Value     = "Кількість працівників";
     //
     // PersonnelDataSource1
     //
     this.PersonnelDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDataSource1.Name             = "PersonnelDataSource1";
     this.PersonnelDataSource1.SelectCommand    = resources.GetString("PersonnelDataSource1.SelectCommand");
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.708333015441895D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.65687471628189087D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.2856251001358032D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(1.1856250762939453D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Кількість працівників у відділах";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1
     });
     this.reportFooter.Name = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.departmentNameDataTextBox,
         this.numberOfWorkersDataTextBox
     });
     this.detail.Name = "detail";
     //
     // departmentNameDataTextBox
     //
     this.departmentNameDataTextBox.CanGrow   = true;
     this.departmentNameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.departmentNameDataTextBox.Name      = "departmentNameDataTextBox";
     this.departmentNameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.747082710266113D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.departmentNameDataTextBox.StyleName = "Data";
     this.departmentNameDataTextBox.Value     = "= Fields.DepartmentName";
     //
     // numberOfWorkersDataTextBox
     //
     this.numberOfWorkersDataTextBox.CanGrow   = true;
     this.numberOfWorkersDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.800199508666992D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.numberOfWorkersDataTextBox.Name      = "numberOfWorkersDataTextBox";
     this.numberOfWorkersDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.9610500335693359D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.numberOfWorkersDataTextBox.StyleName = "Data";
     this.numberOfWorkersDataTextBox.Value     = "= Fields.NumberOfWorkers";
     //
     // CountOfWorkers2Report
     //
     this.DataSource    = this.PersonnelDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "CountOfWorkers2Report";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RptDebtByCustomer));
            Telerik.Reporting.Drawing.FormattingRule formattingRule2 = new Telerik.Reporting.Drawing.FormattingRule();
            Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
            this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.comercial_nameDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.pictureBox1 = new Telerik.Reporting.PictureBox();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.textBox15 = new Telerik.Reporting.TextBox();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.sqlDebtByCustomer = new Telerik.Reporting.SqlDataSource();
            this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.textBox23 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // groupFooterSection1
            // 
            this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19992129504680634D);
            this.groupFooterSection1.Name = "groupFooterSection1";
            this.groupFooterSection1.Style.Visible = false;
            // 
            // groupHeaderSection1
            // 
            formattingRule1.Filters.Add(new Telerik.Reporting.Filter("=Fields.saldo", Telerik.Reporting.FilterOperator.Equal, "0"));
            formattingRule1.Style.Visible = false;
            this.groupHeaderSection1.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
            formattingRule1});
            this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.60000008344650269D);
            this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox9,
            this.comercial_nameDataTextBox,
            this.textBox7,
            this.textBox19});
            this.groupHeaderSection1.Name = "groupHeaderSection1";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4437499046325684D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.276081919670105D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox9.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox9.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox9.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox9.Style.Font.Bold = true;
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox9.Value = "Total pendiente";
            // 
            // comercial_nameDataTextBox
            // 
            this.comercial_nameDataTextBox.CanGrow = true;
            this.comercial_nameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D), Telerik.Reporting.Drawing.Unit.Inch(0.25003942847251892D));
            this.comercial_nameDataTextBox.Name = "comercial_nameDataTextBox";
            this.comercial_nameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8951771259307861D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.comercial_nameDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.comercial_nameDataTextBox.StyleName = "Data";
            this.comercial_nameDataTextBox.Value = "= Fields.full_name";
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8951771259307861D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox7.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox7.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox7.Style.Font.Bold = true;
            this.textBox7.Value = "Paciente";
            // 
            // textBox19
            // 
            this.textBox19.CanGrow = true;
            this.textBox19.Format = "{0:N2}";
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4437499046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.25003942847251892D));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2760816812515259D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox19.StyleName = "Data";
            this.textBox19.Value = "= Fields.saldo";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.pictureBox1,
            this.textBox17});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.27855920791626D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.5954561233520508D), Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D));
            this.textBox1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox1.Value = "Informe de cobros pendientes";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
            this.pictureBox1.MimeType = "image/png";
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D), Telerik.Reporting.Drawing.Unit.Inch(0.30003929138183594D));
            this.pictureBox1.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
            this.pictureBox1.Value = ((object)(resources.GetObject("pictureBox1.Value")));
            // 
            // textBox17
            // 
            this.textBox17.Format = "{0:dd/MM/yyyy}";
            this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.31253933906555176D));
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.31863212585449219D));
            this.textBox17.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox17.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
            this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox17.Value = "= Fields.company_name";
            // 
            // detail
            // 
            formattingRule2.Filters.Add(new Telerik.Reporting.Filter("=Fields.saldo", Telerik.Reporting.FilterOperator.Equal, "0"));
            formattingRule2.Style.Visible = false;
            this.detail.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
            formattingRule2});
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.30000019073486328D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox3,
            this.textBox5,
            this.textBox8,
            this.textBox11,
            this.textBox13,
            this.textBox15,
            this.textBox18});
            this.detail.Name = "detail";
            // 
            // textBox3
            // 
            this.textBox3.CanGrow = true;
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox3.StyleName = "Data";
            this.textBox3.Value = "= Fields.service_note_id";
            // 
            // textBox5
            // 
            this.textBox5.CanGrow = true;
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.70000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59999990463256836D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox5.StyleName = "Data";
            this.textBox5.Value = "= Fields.ticket_id";
            // 
            // textBox8
            // 
            this.textBox8.CanGrow = true;
            this.textBox8.Format = "{0:dd/MM/yyyy}";
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox8.StyleName = "Data";
            this.textBox8.Value = "= Fields.ticket_date";
            // 
            // textBox11
            // 
            this.textBox11.CanGrow = true;
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5999603271484375D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox11.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox11.StyleName = "Data";
            this.textBox11.Value = "= Fields.description";
            // 
            // textBox13
            // 
            this.textBox13.CanGrow = true;
            this.textBox13.Format = "{0:N2}";
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox13.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox13.StyleName = "Data";
            this.textBox13.Value = "= Fields.amount";
            // 
            // textBox15
            // 
            this.textBox15.CanGrow = true;
            this.textBox15.Format = "{0:N2}";
            this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox15.StyleName = "Data";
            this.textBox15.Value = "= Fields.paid";
            // 
            // textBox18
            // 
            this.textBox18.CanGrow = true;
            this.textBox18.Format = "{0:N2}";
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.9198317527771D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox18.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox18.StyleName = "Data";
            this.textBox18.Value = "= Fields.debt";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.3999999463558197D);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox22,
            this.pageInfoTextBox,
            this.textBox21,
            this.currentTimeTextBox});
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // textBox22
            // 
            this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.1354165077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.23622004687786102D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox22.Value = "/";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.03125D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0831693410873413D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pageInfoTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // textBox21
            // 
            this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.375D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49261793494224548D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox21.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox21.StyleName = "PageInfo";
            this.textBox21.Value = "= PageCount";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Format = "{0:dd/MM/yyyy}";
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7952756881713867D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.currentTimeTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // sqlDebtByCustomer
            // 
            this.sqlDebtByCustomer.ConnectionString = "AriClinicContext";
            this.sqlDebtByCustomer.Name = "sqlDebtByCustomer";
            this.sqlDebtByCustomer.SelectCommand = resources.GetString("sqlDebtByCustomer.SelectCommand");
            // 
            // reportFooterSection1
            // 
            this.reportFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.70007896423339844D);
            this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox20,
            this.textBox23});
            this.reportFooterSection1.Name = "reportFooterSection1";
            // 
            // textBox20
            // 
            this.textBox20.CanGrow = true;
            this.textBox20.Format = "{0:N2}";
            this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4437499046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.35007891058921814D));
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2760816812515259D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox20.StyleName = "Data";
            this.textBox20.Value = "= Sum(Fields.debt)";
            // 
            // textBox23
            // 
            this.textBox23.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4437499046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.10007890313863754D));
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.276081919670105D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox23.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox23.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox23.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox23.Style.Font.Bold = true;
            this.textBox23.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox23.Value = "DEUDA GLOBAL";
            // 
            // RptDebtByCustomer
            // 
            this.DataSource = this.sqlDebtByCustomer;
            group1.GroupFooter = this.groupFooterSection1;
            group1.GroupHeader = this.groupHeaderSection1;
            group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.full_name"));
            group1.Name = "grp_paciente";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.groupHeaderSection1,
            this.groupFooterSection1,
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1,
            this.reportFooterSection1});
            this.Name = "RptDebtByCustomer";
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Style.BackgroundColor = System.Drawing.Color.White;
            this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Mm;
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(7.8739762306213379D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #37
0
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.entityDataSource1 = new Telerik.Reporting.EntityDataSource();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.фамилияCaptionTextBox = new Telerik.Reporting.TextBox();
            this.имяCaptionTextBox = new Telerik.Reporting.TextBox();
            this.отчествоCaptionTextBox = new Telerik.Reporting.TextBox();
            this.дата_РожденияCaptionTextBox = new Telerik.Reporting.TextBox();
            this.дата_прибытия_в_военкоматCaptionTextBox = new Telerik.Reporting.TextBox();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.фамилияDataTextBox = new Telerik.Reporting.TextBox();
            this.имяDataTextBox = new Telerik.Reporting.TextBox();
            this.отчествоDataTextBox = new Telerik.Reporting.TextBox();
            this.дата_РожденияDataTextBox = new Telerik.Reporting.TextBox();
            this.дата_прибытия_в_военкоматDataTextBox = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // entityDataSource1
            // 
            this.entityDataSource1.ConnectionString = "OrgSQLEntities2";
            this.entityDataSource1.Context = "OtherBase.OrgSQLEntities2, OtherBase, Version=1.0.0.0, Culture=neutral, PublicKey" +
    "Token=null";
            this.entityDataSource1.ContextMember = "Prizivnik";
            this.entityDataSource1.Name = "entityDataSource1";
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.фамилияCaptionTextBox,
            this.имяCaptionTextBox,
            this.отчествоCaptionTextBox,
            this.дата_РожденияCaptionTextBox,
            this.дата_прибытия_в_военкоматCaptionTextBox});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // фамилияCaptionTextBox
            // 
            this.фамилияCaptionTextBox.CanGrow = true;
            this.фамилияCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.фамилияCaptionTextBox.Name = "фамилияCaptionTextBox";
            this.фамилияCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.фамилияCaptionTextBox.StyleName = "Caption";
            this.фамилияCaptionTextBox.Value = "Фамилия";
            // 
            // имяCaptionTextBox
            // 
            this.имяCaptionTextBox.CanGrow = true;
            this.имяCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2051665782928467D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.имяCaptionTextBox.Name = "имяCaptionTextBox";
            this.имяCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.имяCaptionTextBox.StyleName = "Caption";
            this.имяCaptionTextBox.Value = "Имя";
            // 
            // отчествоCaptionTextBox
            // 
            this.отчествоCaptionTextBox.CanGrow = true;
            this.отчествоCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.35741662979126D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.отчествоCaptionTextBox.Name = "отчествоCaptionTextBox";
            this.отчествоCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.отчествоCaptionTextBox.StyleName = "Caption";
            this.отчествоCaptionTextBox.Value = "Отчество";
            // 
            // дата_РожденияCaptionTextBox
            // 
            this.дата_РожденияCaptionTextBox.CanGrow = true;
            this.дата_РожденияCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.5096664428710938D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_РожденияCaptionTextBox.Name = "дата_РожденияCaptionTextBox";
            this.дата_РожденияCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_РожденияCaptionTextBox.StyleName = "Caption";
            this.дата_РожденияCaptionTextBox.Value = "Дата_Рождения";
            // 
            // дата_прибытия_в_военкоматCaptionTextBox
            // 
            this.дата_прибытия_в_военкоматCaptionTextBox.CanGrow = true;
            this.дата_прибытия_в_военкоматCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.661916732788086D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_прибытия_в_военкоматCaptionTextBox.Name = "дата_прибытия_в_военкоматCaptionTextBox";
            this.дата_прибытия_в_военкоматCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_прибытия_в_военкоматCaptionTextBox.StyleName = "Caption";
            this.дата_прибытия_в_военкоматCaptionTextBox.Value = "Дата_прибытия_в_военкомат";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageHeader.Name = "pageHeader";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=\'Общее количество\'+Count(Fields.IDПризывника)";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.0529167652130127D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(2D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Розыск по району Лефортово";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.фамилияDataTextBox,
            this.имяDataTextBox,
            this.отчествоDataTextBox,
            this.дата_РожденияDataTextBox,
            this.дата_прибытия_в_военкоматDataTextBox});
            this.detail.Name = "detail";
            // 
            // фамилияDataTextBox
            // 
            this.фамилияDataTextBox.CanGrow = true;
            this.фамилияDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.фамилияDataTextBox.Name = "фамилияDataTextBox";
            this.фамилияDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.фамилияDataTextBox.StyleName = "Data";
            this.фамилияDataTextBox.Value = "=Fields.Фамилия";
            // 
            // имяDataTextBox
            // 
            this.имяDataTextBox.CanGrow = true;
            this.имяDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2051665782928467D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.имяDataTextBox.Name = "имяDataTextBox";
            this.имяDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.имяDataTextBox.StyleName = "Data";
            this.имяDataTextBox.Value = "=Fields.Имя";
            // 
            // отчествоDataTextBox
            // 
            this.отчествоDataTextBox.CanGrow = true;
            this.отчествоDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.35741662979126D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.отчествоDataTextBox.Name = "отчествоDataTextBox";
            this.отчествоDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.отчествоDataTextBox.StyleName = "Data";
            this.отчествоDataTextBox.Value = "=Fields.Отчество";
            // 
            // дата_РожденияDataTextBox
            // 
            this.дата_РожденияDataTextBox.CanGrow = true;
            this.дата_РожденияDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.5096664428710938D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_РожденияDataTextBox.Name = "дата_РожденияDataTextBox";
            this.дата_РожденияDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_РожденияDataTextBox.StyleName = "Data";
            this.дата_РожденияDataTextBox.Value = "= Fields.Дата_Рождения.Day+\'.\'+ Fields.Дата_Рождения.Month+\'.\'+ Fields.Дата_Рожде" +
    "ния.Year";
            // 
            // дата_прибытия_в_военкоматDataTextBox
            // 
            this.дата_прибытия_в_военкоматDataTextBox.CanGrow = true;
            this.дата_прибытия_в_военкоматDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.661916732788086D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
            this.дата_прибытия_в_военкоматDataTextBox.Name = "дата_прибытия_в_военкоматDataTextBox";
            this.дата_прибытия_в_военкоматDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
            this.дата_прибытия_в_военкоматDataTextBox.StyleName = "Data";
            this.дата_прибытия_в_военкоматDataTextBox.Value = "= Fields.Дата_прибытия_в_военкомат.Day+\'.\'+ Fields.Дата_прибытия_в_военкомат.Mont" +
    "h+\'.\'+ Fields.Дата_прибытия_в_военкомат.Year";
            // 
            // RoziskL
            // 
            this.DataSource = this.entityDataSource1;
            this.Filters.Add(new Telerik.Reporting.Filter("=Fields.IDОтсрочки", Telerik.Reporting.FilterOperator.Equal, "4"));
            this.Filters.Add(new Telerik.Reporting.Filter("=Fields.Район", Telerik.Reporting.FilterOperator.Equal, "1"));
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.Name = "RoziskL";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule1.Style.Color = System.Drawing.Color.Black;
            styleRule1.Style.Font.Bold = true;
            styleRule1.Style.Font.Italic = false;
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule1.Style.Font.Strikeout = false;
            styleRule1.Style.Font.Underline = false;
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
        /// <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(RptPriceComparer));
            Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group2 = new Telerik.Reporting.Group();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.pictureBox1 = new Telerik.Reporting.PictureBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.sqlPriceComparer = new Telerik.Reporting.SqlDataSource();
            this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
            this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.3999999463558197D);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pictureBox1,
            this.textBox1});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20003955066204071D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox3,
            this.textBox5});
            this.detail.Name = "detail";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40000009536743164D);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox22,
            this.pageInfoTextBox,
            this.textBox21,
            this.currentTimeTextBox});
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.pictureBox1.MimeType = "image/png";
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D), Telerik.Reporting.Drawing.Unit.Inch(0.30003929138183594D));
            this.pictureBox1.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
            this.pictureBox1.Value = ((object)(resources.GetObject("pictureBox1.Value")));
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D), 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(4.8676376342773438D), Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D));
            this.textBox1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(15D);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox1.Value = "Comparativa de precios por servicio y aseguradora";
            // 
            // textBox22
            // 
            this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4637012481689453D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.23622004687786102D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox22.Value = "/";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3804531097412109D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0831693410873413D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pageInfoTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // textBox21
            // 
            this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.7000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49261793494224548D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox21.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox21.StyleName = "PageInfo";
            this.textBox21.Value = "= PageCount";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Format = "{0:d}";
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7952756881713867D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.currentTimeTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // sqlPriceComparer
            // 
            this.sqlPriceComparer.ConnectionString = "AriClinicContext";
            this.sqlPriceComparer.Name = "sqlPriceComparer";
            this.sqlPriceComparer.SelectCommand = resources.GetString("sqlPriceComparer.SelectCommand");
            // 
            // groupHeaderSection
            // 
            this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40000009536743164D);
            this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox17});
            this.groupHeaderSection.Name = "groupHeaderSection";
            // 
            // groupFooterSection
            // 
            this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.3999999463558197D);
            this.groupFooterSection.Name = "groupFooterSection";
            this.groupFooterSection.Style.Visible = false;
            // 
            // groupHeaderSection1
            // 
            this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.60000008344650269D);
            this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox2,
            this.textBox4,
            this.textBox8});
            this.groupHeaderSection1.Name = "groupHeaderSection1";
            // 
            // groupFooterSection1
            // 
            this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.3999999463558197D);
            this.groupFooterSection1.Name = "groupFooterSection1";
            this.groupFooterSection1.Style.Visible = false;
            // 
            // textBox17
            // 
            this.textBox17.Format = "{0:dd/MM/yyyy}";
            this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6D), Telerik.Reporting.Drawing.Unit.Inch(0.31863212585449219D));
            this.textBox17.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox17.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox17.Value = "= Fields.CATEGORY";
            // 
            // textBox2
            // 
            this.textBox2.Format = "{0:dd/MM/yyyy}";
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.90000057220459D), Telerik.Reporting.Drawing.Unit.Inch(0.31863212585449219D));
            this.textBox2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox2.Value = "= Fields.SERVICE";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Inch(0.31871095299720764D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox4.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox4.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox4.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox4.Value = "Aseguradora";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.0003280639648438D), Telerik.Reporting.Drawing.Unit.Inch(0.31871095299720764D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99967211484909058D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox8.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox8.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox8.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox8.Value = "Precio";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(7.62000036239624D), Telerik.Reporting.Drawing.Unit.Mm(0D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(106.68001556396484D), Telerik.Reporting.Drawing.Unit.Mm(5.0790019035339355D));
            this.textBox3.Value = "= Fields.INSURANCE";
            // 
            // textBox5
            // 
            this.textBox5.Format = "{0:N2}";
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(126.81249237060547D), Telerik.Reporting.Drawing.Unit.Mm(0.0010012307902798057D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(25.587503433227539D), Telerik.Reporting.Drawing.Unit.Mm(5.0800032615661621D));
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox5.Value = "= Fields.PRICE";
            // 
            // RptPriceComparer
            // 
            this.DataSource = this.sqlPriceComparer;
            group1.GroupFooter = this.groupFooterSection;
            group1.GroupHeader = this.groupHeaderSection;
            group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.CATEGORY"));
            group1.Name = "grpCategory";
            group2.GroupFooter = this.groupFooterSection1;
            group2.GroupHeader = this.groupHeaderSection1;
            group2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.SERVICE"));
            group2.Name = "grpService";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1,
            group2});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1,
            this.groupHeaderSection,
            this.groupFooterSection,
            this.groupHeaderSection1,
            this.groupFooterSection1});
            this.Name = "RptPriceComparer";
            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.A4;
            this.Style.BackgroundColor = System.Drawing.Color.White;
            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.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Mm;
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(6.2676377296447754D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #39
0
 /// <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.Group           group1           = new Telerik.Reporting.Group();
     Telerik.Reporting.Group           group2           = new Telerik.Reporting.Group();
     Telerik.Reporting.Group           group3           = 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.ReportParameter reportParameter5 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter reportParameter6 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter reportParameter7 = new Telerik.Reporting.ReportParameter();
     this.groupFooterSection  = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection  = new Telerik.Reporting.GroupHeaderSection();
     this.textBox38           = new Telerik.Reporting.TextBox();
     this.groupFooterSection2 = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection2 = new Telerik.Reporting.GroupHeaderSection();
     this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
     this.textBox9            = new Telerik.Reporting.TextBox();
     this.textBox10           = new Telerik.Reporting.TextBox();
     this.pageHeader          = new Telerik.Reporting.PageHeaderSection();
     this.textBox4            = new Telerik.Reporting.TextBox();
     this.textBox2            = new Telerik.Reporting.TextBox();
     this.textBox3            = new Telerik.Reporting.TextBox();
     this.textBox6            = new Telerik.Reporting.TextBox();
     this.textBox22           = new Telerik.Reporting.TextBox();
     this.textBox20           = new Telerik.Reporting.TextBox();
     this.textBox18           = new Telerik.Reporting.TextBox();
     this.textBox17           = new Telerik.Reporting.TextBox();
     this.textBox21           = new Telerik.Reporting.TextBox();
     this.textBox23           = new Telerik.Reporting.TextBox();
     this.textBox24           = new Telerik.Reporting.TextBox();
     this.textBox25           = new Telerik.Reporting.TextBox();
     this.textBox11           = new Telerik.Reporting.TextBox();
     this.textBox13           = new Telerik.Reporting.TextBox();
     this.textBox44           = new Telerik.Reporting.TextBox();
     this.textBox45           = new Telerik.Reporting.TextBox();
     this.textBox46           = new Telerik.Reporting.TextBox();
     this.textBox47           = new Telerik.Reporting.TextBox();
     this.detail            = new Telerik.Reporting.DetailSection();
     this.textBox26         = new Telerik.Reporting.TextBox();
     this.textBox28         = new Telerik.Reporting.TextBox();
     this.textBox30         = new Telerik.Reporting.TextBox();
     this.textBox31         = new Telerik.Reporting.TextBox();
     this.textBox32         = new Telerik.Reporting.TextBox();
     this.textBox33         = new Telerik.Reporting.TextBox();
     this.textBox34         = new Telerik.Reporting.TextBox();
     this.textBox8          = new Telerik.Reporting.TextBox();
     this.textBox41         = new Telerik.Reporting.TextBox();
     this.pageFooter        = new Telerik.Reporting.PageFooterSection();
     this.sqlConnection1    = new System.Data.SqlClient.SqlConnection();
     this.sqlConnection2    = new System.Data.SqlClient.SqlConnection();
     this.sqlDataAdapter1   = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
     this.textBox1          = new Telerik.Reporting.TextBox();
     this.textBox5          = new Telerik.Reporting.TextBox();
     this.textBox7          = new Telerik.Reporting.TextBox();
     this.textBox12         = new Telerik.Reporting.TextBox();
     this.textBox14         = new Telerik.Reporting.TextBox();
     this.textBox15         = new Telerik.Reporting.TextBox();
     this.textBox16         = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // groupFooterSection
     //
     this.groupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.13229155540466309D);
     this.groupFooterSection.Name          = "groupFooterSection";
     this.groupFooterSection.Style.Visible = false;
     //
     // groupHeaderSection
     //
     this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.40000024437904358D);
     this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox38
     });
     this.groupHeaderSection.Name = "groupHeaderSection";
     this.groupHeaderSection.Style.BackgroundColor = System.Drawing.Color.LightSlateGray;
     //
     // textBox38
     //
     this.textBox38.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox38.Name     = "textBox38";
     this.textBox38.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(19.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox38.Style.BackgroundColor = System.Drawing.Color.Empty;
     this.textBox38.Style.Font.Bold       = true;
     this.textBox38.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox38.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox38.Value = "=Fields.CDI";
     //
     // groupFooterSection2
     //
     this.groupFooterSection2.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.13229155540466309D);
     this.groupFooterSection2.Name          = "groupFooterSection2";
     this.groupFooterSection2.Style.Visible = false;
     //
     // groupHeaderSection2
     //
     this.groupHeaderSection2.Height = Telerik.Reporting.Drawing.Unit.Cm(0.13229165971279144D);
     this.groupHeaderSection2.Name   = "groupHeaderSection2";
     this.groupHeaderSection2.Style.BackgroundColor = System.Drawing.Color.Gray;
     this.groupHeaderSection2.Style.Visible         = false;
     //
     // groupFooterSection1
     //
     this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.46770721673965454D);
     this.groupFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox5,
         this.textBox7
     });
     this.groupFooterSection1.Name = "groupFooterSection1";
     //
     // groupHeaderSection1
     //
     this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D);
     this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox9,
         this.textBox10
     });
     this.groupHeaderSection1.Name = "groupHeaderSection1";
     this.groupHeaderSection1.Style.BackgroundColor = System.Drawing.Color.LightGray;
     //
     // textBox9
     //
     this.textBox9.Name            = "textBox9";
     this.textBox9.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox9.Style.Font.Bold = true;
     this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox9.Value           = "Producto";
     //
     // textBox10
     //
     this.textBox10.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox10.Name            = "textBox10";
     this.textBox10.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox10.Style.Font.Bold = true;
     this.textBox10.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox10.Value           = "=Fields.Producto";
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(3.3000009059906006D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.textBox2,
         this.textBox3,
         this.textBox6,
         this.textBox22,
         this.textBox20,
         this.textBox18,
         this.textBox17,
         this.textBox21,
         this.textBox23,
         this.textBox24,
         this.textBox25,
         this.textBox11,
         this.textBox13,
         this.textBox44,
         this.textBox45,
         this.textBox46,
         this.textBox47,
         this.textBox12,
         this.textBox14,
         this.textBox15,
         this.textBox16
     });
     this.pageHeader.Name = "pageHeader";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Name = "Verdana";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Value           = "KEY QUÍMICA S.A. DE C.V.";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6D), Telerik.Reporting.Drawing.Unit.Cm(0.60000008344650269D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12D), Telerik.Reporting.Drawing.Unit.Cm(0.69999974966049194D));
     this.textBox2.Style.Font.Bold = true;
     this.textBox2.Style.Font.Name = "Verdana";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Value           = "SIANWeb Central";
     //
     // textBox3
     //
     this.textBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6D), Telerik.Reporting.Drawing.Unit.Cm(1.2999999523162842D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.Font.Name = "Verdana";
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Value           = "Entradas virtuales";
     //
     // textBox6
     //
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox6.Style.Font.Name = "Verdana";
     this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox6.Value           = "=\"Usuario: \" + Parameters.Usuario";
     //
     // textBox22
     //
     this.textBox22.Format          = "{0:g}";
     this.textBox22.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17.999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0.49999994039535522D));
     this.textBox22.Name            = "textBox22";
     this.textBox22.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox22.Style.Font.Name = "Verdana";
     this.textBox22.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox22.Value           = "=Now()";
     //
     // textBox20
     //
     this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.9999990463256836D), Telerik.Reporting.Drawing.Unit.Cm(2.90000057220459D));
     this.textBox20.Name     = "textBox20";
     this.textBox20.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000007152557373D), Telerik.Reporting.Drawing.Unit.Cm(0.39999979734420776D));
     this.textBox20.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox20.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox20.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox20.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox20.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Value = "Núm. Mov.";
     //
     // textBox18
     //
     this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(2.9000003337860107D));
     this.textBox18.Name     = "textBox18";
     this.textBox18.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.9999990463256836D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox18.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox18.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox18.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox18.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox18.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.Value = "Movimiento";
     //
     // textBox17
     //
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.2111663636460435E-06D), Telerik.Reporting.Drawing.Unit.Cm(2.9000003337860107D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9999988079071045D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox17.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox17.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox17.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.Value = "Fecha";
     //
     // textBox21
     //
     this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(2.9000003337860107D));
     this.textBox21.Name     = "textBox21";
     this.textBox21.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000007152557373D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox21.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox21.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox21.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox21.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox21.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox21.Value = "Referencia";
     //
     // textBox23
     //
     this.textBox23.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(2.90000057220459D));
     this.textBox23.Name     = "textBox23";
     this.textBox23.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.999998927116394D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox23.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox23.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox23.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox23.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox23.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox23.Value = "Entradas";
     //
     // textBox24
     //
     this.textBox24.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18D), Telerik.Reporting.Drawing.Unit.Cm(2.90000057220459D));
     this.textBox24.Name     = "textBox24";
     this.textBox24.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000021457672119D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox24.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox24.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox24.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox24.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox24.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox24.Value = "Salidas";
     //
     // textBox25
     //
     this.textBox25.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(20D), Telerik.Reporting.Drawing.Unit.Cm(2.9000000953674316D));
     this.textBox25.Name     = "textBox25";
     this.textBox25.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox25.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox25.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox25.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox25.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox25.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.Value = "Saldo";
     //
     // textBox11
     //
     this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(22D), Telerik.Reporting.Drawing.Unit.Cm(2.9000000953674316D));
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999988079071045D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox11.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox11.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox11.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.Value = "Importe";
     //
     // textBox13
     //
     this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(2.90000057220459D));
     this.textBox13.Name     = "textBox13";
     this.textBox13.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox13.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox13.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox13.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.Value = "Costo u.";
     //
     // textBox44
     //
     this.textBox44.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.59999990463256836D));
     this.textBox44.Name            = "textBox44";
     this.textBox44.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(0.49236121773719788D));
     this.textBox44.Style.Font.Bold = true;
     this.textBox44.Style.Font.Name = "Verdana";
     this.textBox44.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox44.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox44.Value           = "Alm. Inicial:";
     //
     // textBox45
     //
     this.textBox45.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(1.0999997854232788D));
     this.textBox45.Name            = "textBox45";
     this.textBox45.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox45.Style.Font.Bold = true;
     this.textBox45.Style.Font.Name = "Verdana";
     this.textBox45.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox45.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox45.Value           = "Alm. Final:";
     //
     // textBox46
     //
     this.textBox46.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.0000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(0.59999990463256836D));
     this.textBox46.Name            = "textBox46";
     this.textBox46.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox46.Style.Font.Bold = false;
     this.textBox46.Style.Font.Name = "Verdana";
     this.textBox46.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox46.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox46.Value           = "=Parameters.AlmIni";
     //
     // textBox47
     //
     this.textBox47.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.0000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(1.0999997854232788D));
     this.textBox47.Name            = "textBox47";
     this.textBox47.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox47.Style.Font.Bold = false;
     this.textBox47.Style.Font.Name = "Verdana";
     this.textBox47.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox47.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox47.Value           = "=Parameters.AlmFin";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox26,
         this.textBox28,
         this.textBox30,
         this.textBox31,
         this.textBox32,
         this.textBox33,
         this.textBox34,
         this.textBox8,
         this.textBox41
     });
     this.detail.Name = "detail";
     //
     // textBox26
     //
     this.textBox26.Format          = "{0:dd/MM/yyyy HH:mm:ss}";
     this.textBox26.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox26.Name            = "textBox26";
     this.textBox26.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox26.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox26.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox26.Value           = "=Fields.MovC_Fecha";
     //
     // textBox28
     //
     this.textBox28.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox28.Name            = "textBox28";
     this.textBox28.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.9999990463256836D), Telerik.Reporting.Drawing.Unit.Cm(0.39999938011169434D));
     this.textBox28.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox28.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox28.Value           = "=Fields.Tm_Nombre";
     //
     // textBox30
     //
     this.textBox30.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.9999961853027344D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox30.Name            = "textBox30";
     this.textBox30.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.39999979734420776D));
     this.textBox30.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox30.Value           = "=Fields.Id_MovC";
     //
     // textBox31
     //
     this.textBox31.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox31.Name            = "textBox31";
     this.textBox31.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000016689300537D), Telerik.Reporting.Drawing.Unit.Cm(0.39999979734420776D));
     this.textBox31.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox31.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox31.Value           = "=Fields.Id_Ref";
     //
     // textBox32
     //
     this.textBox32.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox32.Name            = "textBox32";
     this.textBox32.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999996423721314D), Telerik.Reporting.Drawing.Unit.Cm(0.39999938011169434D));
     this.textBox32.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox32.Value           = "=Fields.Entrada";
     //
     // textBox33
     //
     this.textBox33.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17.999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox33.Name            = "textBox33";
     this.textBox33.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.39999979734420776D));
     this.textBox33.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox33.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox33.Value           = "=Fields.Salida";
     //
     // textBox34
     //
     this.textBox34.Format          = "{0:N2}";
     this.textBox34.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(22D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox34.Name            = "textBox34";
     this.textBox34.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.39999979734420776D));
     this.textBox34.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox34.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox34.Value           = "=Fields.CostoFinal";
     //
     // textBox8
     //
     this.textBox8.Format          = "{0:N2}";
     this.textBox8.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox8.Name            = "textBox8";
     this.textBox8.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(0.39999979734420776D));
     this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox8.Value           = "=Fields.Costo";
     //
     // textBox41
     //
     this.textBox41.Format          = "{0:N2}";
     this.textBox41.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(20.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox41.Name            = "textBox41";
     this.textBox41.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999980926513672D), Telerik.Reporting.Drawing.Unit.Cm(0.39999979734420776D));
     this.textBox41.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox41.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox41.Value           = "=Fields.Saldo";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.13229170441627502D);
     this.pageFooter.Name   = "pageFooter";
     //
     // sqlConnection1
     //
     this.sqlConnection1.ConnectionString = "Data Source=189.206.126.68;Initial Catalog=SIANWebNewCosto;Persist Security Info=" +
                                            "True;User ID=sa;Password=Lp@dm73HKey";
     this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlConnection2
     //
     this.sqlConnection2.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlDataAdapter1
     //
     this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
     this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "spRep_InvKardex", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("Doc_Fecha", "Doc_Fecha"),
             new System.Data.Common.DataColumnMapping("Id_Tm", "Id_Tm"),
             new System.Data.Common.DataColumnMapping("Tm_Nombre", "Tm_Nombre"),
             new System.Data.Common.DataColumnMapping("Id_Doc", "Id_Doc"),
             new System.Data.Common.DataColumnMapping("Doc_Referencia", "Doc_Referencia"),
             new System.Data.Common.DataColumnMapping("Entradas", "Entradas"),
             new System.Data.Common.DataColumnMapping("Salidas", "Salidas"),
             new System.Data.Common.DataColumnMapping("Prd_InvInicial", "Prd_InvInicial")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText    = "spRepEntradasVirtuales";
     this.sqlSelectCommand1.CommandTimeout = 600;
     this.sqlSelectCommand1.CommandType    = System.Data.CommandType.StoredProcedure;
     this.sqlSelectCommand1.Connection     = this.sqlConnection1;
     this.sqlSelectCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@Id_AlmIni", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@Id_AlmFin", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@FechaCorte", System.Data.SqlDbType.DateTime, 8),
         new System.Data.SqlClient.SqlParameter("@Tipo", System.Data.SqlDbType.Int, 4)
     });
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17.999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0.067706897854804993D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000007152557373D), Telerik.Reporting.Drawing.Unit.Cm(0.36770781874656677D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Value           = "Saldo";
     //
     // textBox5
     //
     this.textBox5.Format   = "{0:N2}";
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(20D), Telerik.Reporting.Drawing.Unit.Cm(0.067706897854804993D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999980926513672D), Telerik.Reporting.Drawing.Unit.Cm(0.39999979734420776D));
     this.textBox5.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox5.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox5.Value = "=SUM(Fields.MovC_Cantidad)";
     //
     // textBox7
     //
     this.textBox7.Format   = "{0:N2}";
     this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(22D), Telerik.Reporting.Drawing.Unit.Cm(0.067706897854804993D));
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.39999979734420776D));
     this.textBox7.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox7.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox7.Value = "=SUM(Fields.CostoTotal)";
     //
     // textBox12
     //
     this.textBox12.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(1.5999999046325684D));
     this.textBox12.Name            = "textBox12";
     this.textBox12.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox12.Style.Font.Bold = true;
     this.textBox12.Style.Font.Name = "Verdana";
     this.textBox12.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox12.Value           = "Fecha corte:";
     //
     // textBox14
     //
     this.textBox14.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(1.5999999046325684D));
     this.textBox14.Name            = "textBox14";
     this.textBox14.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox14.Style.Font.Bold = false;
     this.textBox14.Style.Font.Name = "Verdana";
     this.textBox14.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox14.Value           = "=Parameters.FechaCorte";
     //
     // textBox15
     //
     this.textBox15.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(2.0999999046325684D));
     this.textBox15.Name            = "textBox15";
     this.textBox15.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox15.Style.Font.Bold = false;
     this.textBox15.Style.Font.Name = "Verdana";
     this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox15.Value           = "=Parameters.TipoStr";
     //
     // textBox16
     //
     this.textBox16.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(2.0999999046325684D));
     this.textBox16.Name            = "textBox16";
     this.textBox16.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox16.Style.Font.Bold = true;
     this.textBox16.Style.Font.Name = "Verdana";
     this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox16.Value           = "Tipo:";
     //
     // RepEntradasVirtuales
     //
     this.DataSource    = this.sqlDataAdapter1;
     group1.GroupFooter = this.groupFooterSection;
     group1.GroupHeader = this.groupHeaderSection;
     group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Id_CD"));
     group1.Name = "group";
     group1.Sortings.Add(new Telerik.Reporting.Sorting("Fields.Id_CD", Telerik.Reporting.SortDirection.Asc));
     group2.GroupFooter = this.groupFooterSection2;
     group2.GroupHeader = this.groupHeaderSection2;
     group2.Groupings.Add(new Telerik.Reporting.Grouping("Fields.IdUnique"));
     group2.Name        = "group1";
     group3.GroupFooter = this.groupFooterSection1;
     group3.GroupHeader = this.groupHeaderSection1;
     group3.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.[Id_Prd]"));
     group3.Sortings.Add(new Telerik.Reporting.Sorting("Fields.Id_Prd", Telerik.Reporting.SortDirection.Asc));
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1,
         group2,
         group3
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.groupHeaderSection,
         this.groupFooterSection,
         this.groupHeaderSection2,
         this.groupFooterSection2,
         this.groupHeaderSection1,
         this.groupFooterSection1,
         this.pageHeader,
         this.detail,
         this.pageFooter
     });
     this.Name = "Reporte_EntradasVirtuales";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name       = "Conexion";
     reportParameter2.Name       = "AlmIni";
     reportParameter2.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter3.Name       = "AlmFin";
     reportParameter3.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter4.Name       = "FechaCorte";
     reportParameter5.Name       = "Tipo";
     reportParameter5.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter6.Name       = "TipoStr";
     reportParameter7.Name       = "Usuario";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     this.ReportParameters.Add(reportParameter5);
     this.ReportParameters.Add(reportParameter6);
     this.ReportParameters.Add(reportParameter7);
     this.Style.BackgroundColor    = System.Drawing.Color.White;
     this.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
     this.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.None;
     this.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.Width           = Telerik.Reporting.Drawing.Unit.Cm(24.000001907348633D);
     this.NeedDataSource += new System.EventHandler(this.RepEntradasVirtuales_NeedDataSource);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #40
0
 /// <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(PortStorageInBoundRPT));
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection   = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection   = new Telerik.Reporting.GroupHeaderSection();
     this.customerNameCaptionTextBox = new Telerik.Reporting.TextBox();
     this.vINCaptionTextBox          = new Telerik.Reporting.TextBox();
     this.makeCaptionTextBox         = new Telerik.Reporting.TextBox();
     this.modelCaptionTextBox        = new Telerik.Reporting.TextBox();
     this.baylocationCaptionTextBox  = new Telerik.Reporting.TextBox();
     this.loadNumberCaptionTextBox   = new Telerik.Reporting.TextBox();
     this.dateInCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.pageHeader                         = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox                  = new Telerik.Reporting.TextBox();
     this.pageFooter                         = new Telerik.Reporting.PageFooterSection();
     this.pageInfoTextBox                    = new Telerik.Reporting.TextBox();
     this.reportHeader                       = new Telerik.Reporting.ReportHeaderSection();
     this.pictureBox1                        = new Telerik.Reporting.PictureBox();
     this.shape1                             = new Telerik.Reporting.Shape();
     this.htmlTextBox9                       = new Telerik.Reporting.HtmlTextBox();
     this.textBox1                           = new Telerik.Reporting.TextBox();
     this.addressLine1DataTextBox            = new Telerik.Reporting.TextBox();
     this.cityDataTextBox                    = new Telerik.Reporting.TextBox();
     this.phoneDataTextBox                   = new Telerik.Reporting.TextBox();
     this.companyNameDataTextBox             = new Telerik.Reporting.TextBox();
     this.htmlTextBox10                      = new Telerik.Reporting.HtmlTextBox();
     this.reportFooter                       = new Telerik.Reporting.ReportFooterSection();
     this.detail                             = new Telerik.Reporting.DetailSection();
     this.customerNameDataTextBox            = new Telerik.Reporting.TextBox();
     this.vINDataTextBox                     = new Telerik.Reporting.TextBox();
     this.makeDataTextBox                    = new Telerik.Reporting.TextBox();
     this.modelDataTextBox                   = new Telerik.Reporting.TextBox();
     this.baylocationDataTextBox             = new Telerik.Reporting.TextBox();
     this.loadNumberDataTextBox              = new Telerik.Reporting.TextBox();
     this.dateInDataTextBox                  = new Telerik.Reporting.TextBox();
     this.objectDataSourcePortStorageInBound = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.customerNameCaptionTextBox,
         this.vINCaptionTextBox,
         this.makeCaptionTextBox,
         this.modelCaptionTextBox,
         this.baylocationCaptionTextBox,
         this.loadNumberCaptionTextBox,
         this.dateInCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // customerNameCaptionTextBox
     //
     this.customerNameCaptionTextBox.CanGrow         = true;
     this.customerNameCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
     this.customerNameCaptionTextBox.Name            = "customerNameCaptionTextBox";
     this.customerNameCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3000000715255737D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.customerNameCaptionTextBox.Style.Font.Bold = true;
     this.customerNameCaptionTextBox.StyleName       = "Caption";
     this.customerNameCaptionTextBox.Value           = "Location Name";
     //
     // vINCaptionTextBox
     //
     this.vINCaptionTextBox.CanGrow         = true;
     this.vINCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
     this.vINCaptionTextBox.Name            = "vINCaptionTextBox";
     this.vINCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.vINCaptionTextBox.Style.Font.Bold = true;
     this.vINCaptionTextBox.StyleName       = "Caption";
     this.vINCaptionTextBox.Value           = "VIN";
     //
     // makeCaptionTextBox
     //
     this.makeCaptionTextBox.CanGrow         = true;
     this.makeCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
     this.makeCaptionTextBox.Name            = "makeCaptionTextBox";
     this.makeCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.82291680574417114D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.makeCaptionTextBox.Style.Font.Bold = true;
     this.makeCaptionTextBox.StyleName       = "Caption";
     this.makeCaptionTextBox.Value           = "Make";
     //
     // modelCaptionTextBox
     //
     this.modelCaptionTextBox.CanGrow         = true;
     this.modelCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
     this.modelCaptionTextBox.Name            = "modelCaptionTextBox";
     this.modelCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.80000066757202148D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.modelCaptionTextBox.Style.Font.Bold = true;
     this.modelCaptionTextBox.StyleName       = "Caption";
     this.modelCaptionTextBox.Value           = "Model";
     //
     // baylocationCaptionTextBox
     //
     this.baylocationCaptionTextBox.CanGrow         = true;
     this.baylocationCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
     this.baylocationCaptionTextBox.Name            = "baylocationCaptionTextBox";
     this.baylocationCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89999979734420776D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.baylocationCaptionTextBox.Style.Font.Bold = true;
     this.baylocationCaptionTextBox.StyleName       = "Caption";
     this.baylocationCaptionTextBox.Value           = "Location";
     //
     // loadNumberCaptionTextBox
     //
     this.loadNumberCaptionTextBox.CanGrow         = true;
     this.loadNumberCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
     this.loadNumberCaptionTextBox.Name            = "loadNumberCaptionTextBox";
     this.loadNumberCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0478771924972534D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.loadNumberCaptionTextBox.Style.Font.Bold = true;
     this.loadNumberCaptionTextBox.StyleName       = "Caption";
     this.loadNumberCaptionTextBox.Value           = "Load Number";
     //
     // dateInCaptionTextBox
     //
     this.dateInCaptionTextBox.CanGrow         = true;
     this.dateInCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
     this.dateInCaptionTextBox.Name            = "dateInCaptionTextBox";
     this.dateInCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.62291663885116577D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.dateInCaptionTextBox.Style.Font.Bold = true;
     this.dateInCaptionTextBox.StyleName       = "Caption";
     this.dateInCaptionTextBox.Value           = "Date In";
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.9166669845581055D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8D), Telerik.Reporting.Drawing.Unit.Inch(0.081210456788539886D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.83749961853027344D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(1.6187500953674316D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.shape1,
         this.htmlTextBox9,
         this.textBox1,
         this.addressLine1DataTextBox,
         this.cityDataTextBox,
         this.phoneDataTextBox,
         this.companyNameDataTextBox,
         this.htmlTextBox10
     });
     this.reportHeader.Name = "reportHeader";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.pictureBox1.MimeType = "image/png";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1875001192092896D), Telerik.Reporting.Drawing.Unit.Inch(1.21875D));
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // shape1
     //
     this.shape1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(1.4167062044143677D));
     this.shape1.Name            = "shape1";
     this.shape1.ShapeType       = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.9166669845581055D), Telerik.Reporting.Drawing.Unit.Inch(0.20200443267822266D));
     this.shape1.Style.Font.Bold = true;
     //
     // htmlTextBox9
     //
     this.htmlTextBox9.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.2041668891906738D), Telerik.Reporting.Drawing.Unit.Inch(0.046755235642194748D));
     this.htmlTextBox9.Name                = "htmlTextBox9";
     this.htmlTextBox9.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39575448632240295D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
     this.htmlTextBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.htmlTextBox9.Value               = "Date:";
     //
     // textBox1
     //
     this.textBox1.Format    = "{0:d}";
     this.textBox1.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.6000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.046755235642194748D));
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3374601602554321D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox1.StyleName = "PageInfo";
     this.textBox1.Value     = "=NOW().ToString(\'MM/dd/yyyy\')";
     //
     // addressLine1DataTextBox
     //
     this.addressLine1DataTextBox.CanGrow   = true;
     this.addressLine1DataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2704503536224365D), Telerik.Reporting.Drawing.Unit.Cm(0.62695825099945068D));
     this.addressLine1DataTextBox.Name      = "addressLine1DataTextBox";
     this.addressLine1DataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.237340927124023D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.addressLine1DataTextBox.StyleName = "Data";
     this.addressLine1DataTextBox.Value     = "= Fields.AddressLine1";
     //
     // cityDataTextBox
     //
     this.cityDataTextBox.CanGrow   = true;
     this.cityDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2704503536224365D), Telerik.Reporting.Drawing.Unit.Cm(1.2271581888198853D));
     this.cityDataTextBox.Name      = "cityDataTextBox";
     this.cityDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.237339973449707D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.cityDataTextBox.StyleName = "Data";
     this.cityDataTextBox.Value     = "= Fields.City";
     //
     // phoneDataTextBox
     //
     this.phoneDataTextBox.CanGrow   = true;
     this.phoneDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2704503536224365D), Telerik.Reporting.Drawing.Unit.Cm(1.8273584842681885D));
     this.phoneDataTextBox.Name      = "phoneDataTextBox";
     this.phoneDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.237340927124023D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.phoneDataTextBox.StyleName = "Data";
     this.phoneDataTextBox.Value     = "= Fields.Phone";
     //
     // companyNameDataTextBox
     //
     this.companyNameDataTextBox.CanGrow         = true;
     this.companyNameDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2704503536224365D), Telerik.Reporting.Drawing.Unit.Cm(0.026758298277854919D));
     this.companyNameDataTextBox.Name            = "companyNameDataTextBox";
     this.companyNameDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.237340927124023D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.companyNameDataTextBox.Style.Font.Bold = true;
     this.companyNameDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.companyNameDataTextBox.StyleName       = "Data";
     this.companyNameDataTextBox.Value           = "= Fields.CompanyName";
     //
     // htmlTextBox10
     //
     this.htmlTextBox10.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.2424392700195312D), Telerik.Reporting.Drawing.Unit.Inch(1.1612995862960815D));
     this.htmlTextBox10.Name            = "htmlTextBox10";
     this.htmlTextBox10.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.862990140914917D), Telerik.Reporting.Drawing.Unit.Inch(0.25532785058021545D));
     this.htmlTextBox10.Style.Font.Bold = true;
     this.htmlTextBox10.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.htmlTextBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.htmlTextBox10.Value           = "Port Storage InBound Report";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.reportFooter.Name   = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.customerNameDataTextBox,
         this.vINDataTextBox,
         this.makeDataTextBox,
         this.modelDataTextBox,
         this.baylocationDataTextBox,
         this.loadNumberDataTextBox,
         this.dateInDataTextBox
     });
     this.detail.Name = "detail";
     //
     // customerNameDataTextBox
     //
     this.customerNameDataTextBox.CanGrow   = true;
     this.customerNameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.customerNameDataTextBox.Name      = "customerNameDataTextBox";
     this.customerNameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3999999761581421D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.customerNameDataTextBox.StyleName = "Data";
     this.customerNameDataTextBox.Value     = "= Fields.Location";
     //
     // vINDataTextBox
     //
     this.vINDataTextBox.CanGrow   = true;
     this.vINDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.vINDataTextBox.Name      = "vINDataTextBox";
     this.vINDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5999996662139893D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.vINDataTextBox.StyleName = "Data";
     this.vINDataTextBox.Value     = "= Fields.VIN";
     //
     // makeDataTextBox
     //
     this.makeDataTextBox.CanGrow   = true;
     this.makeDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.makeDataTextBox.Name      = "makeDataTextBox";
     this.makeDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.82291716337203979D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.makeDataTextBox.StyleName = "Data";
     this.makeDataTextBox.Value     = "= Fields.Make";
     //
     // modelDataTextBox
     //
     this.modelDataTextBox.CanGrow   = true;
     this.modelDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.modelDataTextBox.Name      = "modelDataTextBox";
     this.modelDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.80000036954879761D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.modelDataTextBox.StyleName = "Data";
     this.modelDataTextBox.Value     = "= Fields.Model";
     //
     // baylocationDataTextBox
     //
     this.baylocationDataTextBox.CanGrow   = true;
     this.baylocationDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.baylocationDataTextBox.Name      = "baylocationDataTextBox";
     this.baylocationDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89999979734420776D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.baylocationDataTextBox.StyleName = "Data";
     this.baylocationDataTextBox.Value     = "= Fields.Baylocation";
     //
     // loadNumberDataTextBox
     //
     this.loadNumberDataTextBox.CanGrow   = true;
     this.loadNumberDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.loadNumberDataTextBox.Name      = "loadNumberDataTextBox";
     this.loadNumberDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0478770732879639D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.loadNumberDataTextBox.StyleName = "Data";
     this.loadNumberDataTextBox.Value     = "= Fields.LoadNumber";
     //
     // dateInDataTextBox
     //
     this.dateInDataTextBox.CanGrow   = true;
     this.dateInDataTextBox.Format    = "{0:d}";
     this.dateInDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.dateInDataTextBox.Name      = "dateInDataTextBox";
     this.dateInDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.899999737739563D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.dateInDataTextBox.StyleName = "Data";
     this.dateInDataTextBox.Value     = "= Fields.DateIn";
     //
     // objectDataSourcePortStorageInBound
     //
     this.objectDataSourcePortStorageInBound.DataSource = typeof(Appworks.Reports.PortStorageInBoundReport);
     this.objectDataSourcePortStorageInBound.Name       = "objectDataSourcePortStorageInBound";
     //
     // PortStorageInBoundRPT
     //
     this.DataSource    = this.objectDataSourcePortStorageInBound;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "PortStorageInBoundRPT";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color          = System.Drawing.Color.Black;
     styleRule2.Style.Font.Bold      = true;
     styleRule2.Style.Font.Italic    = false;
     styleRule2.Style.Font.Name      = "Tahoma";
     styleRule2.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule2.Style.Font.Strikeout = false;
     styleRule2.Style.Font.Underline = false;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.Color         = System.Drawing.Color.Black;
     styleRule3.Style.Font.Name     = "Tahoma";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Tahoma";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Tahoma";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(8.9375D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #41
0
 /// <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.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();
     Telerik.Reporting.Drawing.StyleRule styleRule2       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4       = new Telerik.Reporting.Drawing.StyleRule();
     this.clientCodeGroupFooterSection  = new Telerik.Reporting.GroupFooterSection();
     this.weightKgCountFunctionTextBox  = new Telerik.Reporting.TextBox();
     this.weightLbsCountFunctionTextBox = new Telerik.Reporting.TextBox();
     this.textBox3 = new Telerik.Reporting.TextBox();
     this.textBox5 = new Telerik.Reporting.TextBox();
     this.textBox7 = new Telerik.Reporting.TextBox();
     this.clientCodeGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.productCodeCaptionTextBox    = new Telerik.Reporting.TextBox();
     this.clientCodeCaptionTextBox1    = new Telerik.Reporting.TextBox();
     this.weightKgCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.weightLbsCaptionTextBox      = new Telerik.Reporting.TextBox();
     this.dateCaptionTextBox           = new Telerik.Reporting.TextBox();
     this.objectDataSource1            = new Telerik.Reporting.ObjectDataSource();
     this.pageFooter             = new Telerik.Reporting.PageFooterSection();
     this.pageInfoTextBox        = new Telerik.Reporting.TextBox();
     this.reportHeader           = new Telerik.Reporting.ReportHeaderSection();
     this.textBox2               = new Telerik.Reporting.TextBox();
     this.textBox1               = new Telerik.Reporting.TextBox();
     this.titleTextBox           = new Telerik.Reporting.TextBox();
     this.textBox4               = new Telerik.Reporting.TextBox();
     this.pictureBox1            = new Telerik.Reporting.PictureBox();
     this.textBox6               = new Telerik.Reporting.TextBox();
     this.detail                 = new Telerik.Reporting.DetailSection();
     this.weightKgDataTextBox    = new Telerik.Reporting.TextBox();
     this.productCodeDataTextBox = new Telerik.Reporting.TextBox();
     this.clientCodeDataTextBox1 = new Telerik.Reporting.TextBox();
     this.weightLbsDataTextBox   = new Telerik.Reporting.TextBox();
     this.dateDataTextBox        = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // clientCodeGroupFooterSection
     //
     this.clientCodeGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.30000025033950806D);
     this.clientCodeGroupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.weightKgCountFunctionTextBox,
         this.weightLbsCountFunctionTextBox,
         this.textBox3,
         this.textBox5,
         this.textBox7
     });
     this.clientCodeGroupFooterSection.Name = "clientCodeGroupFooterSection";
     //
     // weightKgCountFunctionTextBox
     //
     this.weightKgCountFunctionTextBox.CanGrow             = true;
     this.weightKgCountFunctionTextBox.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.weightKgCountFunctionTextBox.Name                = "weightKgCountFunctionTextBox";
     this.weightKgCountFunctionTextBox.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99992120265960693D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.weightKgCountFunctionTextBox.Style.Font.Bold     = true;
     this.weightKgCountFunctionTextBox.Style.Font.Name     = "Arial";
     this.weightKgCountFunctionTextBox.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.weightKgCountFunctionTextBox.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.weightKgCountFunctionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.weightKgCountFunctionTextBox.StyleName           = "Data";
     this.weightKgCountFunctionTextBox.Value               = "=Sum(Fields.WeightKg)";
     //
     // weightLbsCountFunctionTextBox
     //
     this.weightLbsCountFunctionTextBox.CanGrow             = true;
     this.weightLbsCountFunctionTextBox.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.weightLbsCountFunctionTextBox.Name                = "weightLbsCountFunctionTextBox";
     this.weightLbsCountFunctionTextBox.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.weightLbsCountFunctionTextBox.Style.Font.Bold     = true;
     this.weightLbsCountFunctionTextBox.Style.Font.Name     = "Arial";
     this.weightLbsCountFunctionTextBox.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.weightLbsCountFunctionTextBox.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.weightLbsCountFunctionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.weightLbsCountFunctionTextBox.StyleName           = "Data";
     this.weightLbsCountFunctionTextBox.Value               = "=Sum(Fields.WeightLbs)";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2000789642333984D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2374206781387329D), Telerik.Reporting.Drawing.Unit.Inch(0.30000028014183044D));
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.StyleName           = "Data";
     this.textBox3.Value               = "= Count(Fields.ProductCode) + \"  \"+Fields.SpeciesName";
     //
     // textBox5
     //
     this.textBox5.CanGrow             = true;
     this.textBox5.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox5.Name                = "textBox5";
     this.textBox5.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.97916668653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox5.Style.Font.Bold     = true;
     this.textBox5.Style.Font.Name     = "Arial";
     this.textBox5.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox5.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.StyleName           = "Caption";
     this.textBox5.Value               = "Total:";
     //
     // textBox7
     //
     this.textBox7.CanGrow             = true;
     this.textBox7.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.0000789165496826D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox7.Name                = "textBox7";
     this.textBox7.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0998425483703613D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox7.Style.Font.Bold     = true;
     this.textBox7.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox7.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.StyleName           = "Data";
     this.textBox7.Value               = "=Fields.ProductDescription";
     //
     // clientCodeGroupHeaderSection
     //
     this.clientCodeGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0099999997764825821D);
     this.clientCodeGroupHeaderSection.Name   = "clientCodeGroupHeaderSection";
     //
     // productCodeCaptionTextBox
     //
     this.productCodeCaptionTextBox.CanGrow         = true;
     this.productCodeCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(1.690000057220459D));
     this.productCodeCaptionTextBox.Name            = "productCodeCaptionTextBox";
     this.productCodeCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.97916668653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.productCodeCaptionTextBox.Style.Font.Bold = true;
     this.productCodeCaptionTextBox.Style.Font.Name = "Arial";
     this.productCodeCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.productCodeCaptionTextBox.StyleName       = "Caption";
     this.productCodeCaptionTextBox.Value           = "Product Code";
     //
     // clientCodeCaptionTextBox1
     //
     this.clientCodeCaptionTextBox1.CanGrow         = true;
     this.clientCodeCaptionTextBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.0000787973403931D), Telerik.Reporting.Drawing.Unit.Inch(1.690000057220459D));
     this.clientCodeCaptionTextBox1.Name            = "clientCodeCaptionTextBox1";
     this.clientCodeCaptionTextBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0998427867889404D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.clientCodeCaptionTextBox1.Style.Font.Bold = true;
     this.clientCodeCaptionTextBox1.Style.Font.Name = "Arial";
     this.clientCodeCaptionTextBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.clientCodeCaptionTextBox1.StyleName       = "Caption";
     this.clientCodeCaptionTextBox1.Value           = "Product Description";
     //
     // weightKgCaptionTextBox
     //
     this.weightKgCaptionTextBox.CanGrow         = true;
     this.weightKgCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(1.690000057220459D));
     this.weightKgCaptionTextBox.Name            = "weightKgCaptionTextBox";
     this.weightKgCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99992096424102783D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.weightKgCaptionTextBox.Style.Font.Bold = true;
     this.weightKgCaptionTextBox.Style.Font.Name = "Arial";
     this.weightKgCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.weightKgCaptionTextBox.StyleName       = "Caption";
     this.weightKgCaptionTextBox.Value           = "Weight (Kg)";
     //
     // weightLbsCaptionTextBox
     //
     this.weightLbsCaptionTextBox.CanGrow         = true;
     this.weightLbsCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.0999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(1.690000057220459D));
     this.weightLbsCaptionTextBox.Name            = "weightLbsCaptionTextBox";
     this.weightLbsCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.weightLbsCaptionTextBox.Style.Font.Bold = true;
     this.weightLbsCaptionTextBox.Style.Font.Name = "Arial";
     this.weightLbsCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.weightLbsCaptionTextBox.StyleName       = "Caption";
     this.weightLbsCaptionTextBox.Value           = "Weight (Lbs)";
     //
     // dateCaptionTextBox
     //
     this.dateCaptionTextBox.CanGrow         = true;
     this.dateCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2000794410705566D), Telerik.Reporting.Drawing.Unit.Inch(1.690000057220459D));
     this.dateCaptionTextBox.Name            = "dateCaptionTextBox";
     this.dateCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2998812198638916D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.dateCaptionTextBox.Style.Font.Bold = true;
     this.dateCaptionTextBox.Style.Font.Name = "Arial";
     this.dateCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.dateCaptionTextBox.StyleName       = "Caption";
     this.dateCaptionTextBox.Value           = "Date";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = "DoubleJ.Oms.Web.Reports.Model.ProductDetailItem, DoubleJ.Oms.Web, Version=1.0.0.0" +
                                         ", Culture=neutral, PublicKeyToken=null";
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(2.1099607944488525D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox1,
         this.titleTextBox,
         this.textBox4,
         this.pictureBox1,
         this.productCodeCaptionTextBox,
         this.clientCodeCaptionTextBox1,
         this.weightKgCaptionTextBox,
         this.weightLbsCaptionTextBox,
         this.dateCaptionTextBox,
         this.textBox6
     });
     this.reportHeader.Name = "reportHeader";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.9999992847442627D), Telerik.Reporting.Drawing.Unit.Inch(1.0998822450637817D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.29980349540710449D));
     this.textBox2.Style.Font.Bold = true;
     this.textBox2.Style.Font.Name = "Arial";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.StyleName       = "Title";
     this.textBox2.Value           = "= \"Customer PO \" + Parameters.CustomerPO.Value";
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.9999992847442627D), Telerik.Reporting.Drawing.Unit.Inch(0.30003929138183594D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.29988199472427368D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.textBox1.StyleName       = "Title";
     this.textBox1.Value           = "Order Manifest";
     //
     // titleTextBox
     //
     this.titleTextBox.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(3.9259593904716894E-05D));
     this.titleTextBox.Name                = "titleTextBox";
     this.titleTextBox.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.2999606728553772D));
     this.titleTextBox.Style.Font.Bold     = true;
     this.titleTextBox.Style.Font.Name     = "Arial";
     this.titleTextBox.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.titleTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.titleTextBox.StyleName           = "Title";
     this.titleTextBox.Value               = "Double J Meat Packing";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.59999996423721313D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(0.19992133975028992D));
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Name = "Arial";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(13D);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.textBox4.StyleName       = "Title";
     this.textBox4.Value           = "= Parameters.SubCaption.Value";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
     this.pictureBox1.MimeType = "";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(1.5999608039855957D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = "= Parameters.Logo.Value";
     //
     // textBox6
     //
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.9999992847442627D), Telerik.Reporting.Drawing.Unit.Inch(0.80000013113021851D));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.29980349540710449D));
     this.textBox6.Style.Font.Bold = true;
     this.textBox6.Style.Font.Name = "Arial";
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.StyleName       = "Title";
     this.textBox6.Value           = "= \"P.O.# \" + Parameters.PONumber.Value";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28003919124603271D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.weightKgDataTextBox,
         this.productCodeDataTextBox,
         this.clientCodeDataTextBox1,
         this.weightLbsDataTextBox,
         this.dateDataTextBox
     });
     this.detail.Name = "detail";
     //
     // weightKgDataTextBox
     //
     this.weightKgDataTextBox.CanGrow            = true;
     this.weightKgDataTextBox.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.weightKgDataTextBox.Name               = "weightKgDataTextBox";
     this.weightKgDataTextBox.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.999921441078186D), Telerik.Reporting.Drawing.Unit.Inch(0.27999979257583618D));
     this.weightKgDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.weightKgDataTextBox.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.weightKgDataTextBox.StyleName          = "Data";
     this.weightKgDataTextBox.Value              = "=Fields.WeightKg";
     //
     // productCodeDataTextBox
     //
     this.productCodeDataTextBox.CanGrow            = true;
     this.productCodeDataTextBox.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.productCodeDataTextBox.Name               = "productCodeDataTextBox";
     this.productCodeDataTextBox.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.97916668653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.27999979257583618D));
     this.productCodeDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.productCodeDataTextBox.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.productCodeDataTextBox.StyleName          = "Data";
     this.productCodeDataTextBox.Value              = "=Fields.ProductCode";
     //
     // clientCodeDataTextBox1
     //
     this.clientCodeDataTextBox1.CanGrow            = true;
     this.clientCodeDataTextBox1.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.0000787973403931D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.clientCodeDataTextBox1.Name               = "clientCodeDataTextBox1";
     this.clientCodeDataTextBox1.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0998427867889404D), Telerik.Reporting.Drawing.Unit.Inch(0.27999979257583618D));
     this.clientCodeDataTextBox1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.clientCodeDataTextBox1.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.clientCodeDataTextBox1.StyleName          = "Data";
     this.clientCodeDataTextBox1.Value              = "=Fields.ProductDescription";
     //
     // weightLbsDataTextBox
     //
     this.weightLbsDataTextBox.CanGrow            = true;
     this.weightLbsDataTextBox.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.0999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.weightLbsDataTextBox.Name               = "weightLbsDataTextBox";
     this.weightLbsDataTextBox.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.27999979257583618D));
     this.weightLbsDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.weightLbsDataTextBox.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.weightLbsDataTextBox.StyleName          = "Data";
     this.weightLbsDataTextBox.Value              = "=Fields.WeightLbs";
     //
     // dateDataTextBox
     //
     this.dateDataTextBox.CanGrow            = true;
     this.dateDataTextBox.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2000789642333984D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.dateDataTextBox.Name               = "dateDataTextBox";
     this.dateDataTextBox.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2998812198638916D), Telerik.Reporting.Drawing.Unit.Inch(0.27999979257583618D));
     this.dateDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.dateDataTextBox.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.dateDataTextBox.StyleName          = "Data";
     this.dateDataTextBox.Value              = "=Fields.Date";
     //
     // ProductionManifestDetail
     //
     this.DataSource    = this.objectDataSource1;
     group1.GroupFooter = this.clientCodeGroupFooterSection;
     group1.GroupHeader = this.clientCodeGroupHeaderSection;
     group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.ProductCode"));
     group1.Name = "clientCodeGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.clientCodeGroupHeaderSection,
         this.clientCodeGroupFooterSection,
         this.pageFooter,
         this.reportHeader,
         this.detail
     });
     this.Name = "ProductionManifestDetail";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name       = "PONumber";
     reportParameter2.Name       = "SubCaption";
     reportParameter3.Name       = "Logo";
     reportParameter4.Name       = "CustomerPO";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule1.Style.Color          = System.Drawing.Color.Black;
     styleRule1.Style.Font.Bold      = true;
     styleRule1.Style.Font.Italic    = false;
     styleRule1.Style.Font.Name      = "Tahoma";
     styleRule1.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule1.Style.Font.Strikeout = false;
     styleRule1.Style.Font.Underline = false;
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule2.Style.Color         = System.Drawing.Color.Black;
     styleRule2.Style.Font.Name     = "Tahoma";
     styleRule2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule3.Style.Font.Name     = "Tahoma";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule4.Style.Font.Name     = "Tahoma";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(6.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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(EducationReport));
     Telerik.Reporting.Barcodes.Code128Encoder      code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection     = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection     = new Telerik.Reporting.GroupHeaderSection();
     this.rowCaptionTextBox            = new Telerik.Reporting.TextBox();
     this.fiaCaptionTextBox            = new Telerik.Reporting.TextBox();
     this.institutionCaptionTextBox    = new Telerik.Reporting.TextBox();
     this.graduationYearCaptionTextBox = new Telerik.Reporting.TextBox();
     this.professionCaptionTextBox     = new Telerik.Reporting.TextBox();
     this.educationFormCaptionTextBox  = new Telerik.Reporting.TextBox();
     this.PersonnelDataSource1         = new Telerik.Reporting.SqlDataSource();
     this.pageHeader                = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox         = new Telerik.Reporting.TextBox();
     this.pageFooter                = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox        = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox           = new Telerik.Reporting.TextBox();
     this.barcode1                  = new Telerik.Reporting.Barcode();
     this.reportHeader              = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox              = new Telerik.Reporting.TextBox();
     this.reportFooter              = new Telerik.Reporting.ReportFooterSection();
     this.detail                    = new Telerik.Reporting.DetailSection();
     this.rowDataTextBox            = new Telerik.Reporting.TextBox();
     this.fiaDataTextBox            = new Telerik.Reporting.TextBox();
     this.institutionDataTextBox    = new Telerik.Reporting.TextBox();
     this.graduationYearDataTextBox = new Telerik.Reporting.TextBox();
     this.professionDataTextBox     = new Telerik.Reporting.TextBox();
     this.educationFormDataTextBox  = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.rowCaptionTextBox,
         this.fiaCaptionTextBox,
         this.institutionCaptionTextBox,
         this.graduationYearCaptionTextBox,
         this.professionCaptionTextBox,
         this.educationFormCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // rowCaptionTextBox
     //
     this.rowCaptionTextBox.CanGrow   = true;
     this.rowCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.rowCaptionTextBox.Name      = "rowCaptionTextBox";
     this.rowCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.84708321094512939D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.rowCaptionTextBox.StyleName = "Caption";
     this.rowCaptionTextBox.Value     = "№";
     //
     // fiaCaptionTextBox
     //
     this.fiaCaptionTextBox.CanGrow   = true;
     this.fiaCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.9001995325088501D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaCaptionTextBox.Name      = "fiaCaptionTextBox";
     this.fiaCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.4996004104614258D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaCaptionTextBox.StyleName = "Caption";
     this.fiaCaptionTextBox.Value     = "ПІБ працівника";
     //
     // institutionCaptionTextBox
     //
     this.institutionCaptionTextBox.CanGrow   = true;
     this.institutionCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.4000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.institutionCaptionTextBox.Name      = "institutionCaptionTextBox";
     this.institutionCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.5998001098632812D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.institutionCaptionTextBox.StyleName = "Caption";
     this.institutionCaptionTextBox.Value     = "Назва навчального закладу";
     //
     // graduationYearCaptionTextBox
     //
     this.graduationYearCaptionTextBox.CanGrow   = true;
     this.graduationYearCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.graduationYearCaptionTextBox.Name      = "graduationYearCaptionTextBox";
     this.graduationYearCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.199798583984375D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.graduationYearCaptionTextBox.StyleName = "Caption";
     this.graduationYearCaptionTextBox.Value     = "Рік закінчення";
     //
     // professionCaptionTextBox
     //
     this.professionCaptionTextBox.CanGrow   = true;
     this.professionCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17.19999885559082D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.professionCaptionTextBox.Name      = "professionCaptionTextBox";
     this.professionCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.29979944229126D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.professionCaptionTextBox.StyleName = "Caption";
     this.professionCaptionTextBox.Value     = "Спеціальність";
     //
     // educationFormCaptionTextBox
     //
     this.educationFormCaptionTextBox.CanGrow   = true;
     this.educationFormCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(21.499998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.educationFormCaptionTextBox.Name      = "educationFormCaptionTextBox";
     this.educationFormCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9470860958099365D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.educationFormCaptionTextBox.StyleName = "Caption";
     this.educationFormCaptionTextBox.Value     = "Форма навчання";
     //
     // PersonnelDataSource1
     //
     this.PersonnelDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDataSource1.Name             = "PersonnelDataSource1";
     this.PersonnelDataSource1.SelectCommand    = resources.GetString("PersonnelDataSource1.SelectCommand");
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(23.394166946411133D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.65687525272369385D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.513542175292969D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.2856251001358032D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(23.5D), Telerik.Reporting.Drawing.Unit.Cm(1.2856249809265137D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Освіта працівників";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1
     });
     this.reportFooter.Name = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.rowDataTextBox,
         this.fiaDataTextBox,
         this.institutionDataTextBox,
         this.graduationYearDataTextBox,
         this.professionDataTextBox,
         this.educationFormDataTextBox
     });
     this.detail.Name = "detail";
     //
     // rowDataTextBox
     //
     this.rowDataTextBox.CanGrow   = true;
     this.rowDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.rowDataTextBox.Name      = "rowDataTextBox";
     this.rowDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.84708321094512939D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.rowDataTextBox.StyleName = "Data";
     this.rowDataTextBox.Value     = "= Fields.Row";
     //
     // fiaDataTextBox
     //
     this.fiaDataTextBox.CanGrow   = true;
     this.fiaDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.9001995325088501D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaDataTextBox.Name      = "fiaDataTextBox";
     this.fiaDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.4996004104614258D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaDataTextBox.StyleName = "Data";
     this.fiaDataTextBox.Value     = "= Fields.Fia";
     //
     // institutionDataTextBox
     //
     this.institutionDataTextBox.CanGrow   = true;
     this.institutionDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.3999996185302734D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.institutionDataTextBox.Name      = "institutionDataTextBox";
     this.institutionDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.5998001098632812D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.institutionDataTextBox.StyleName = "Data";
     this.institutionDataTextBox.Value     = "= Fields.Institution";
     //
     // graduationYearDataTextBox
     //
     this.graduationYearDataTextBox.CanGrow   = true;
     this.graduationYearDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.graduationYearDataTextBox.Name      = "graduationYearDataTextBox";
     this.graduationYearDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.199798583984375D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.graduationYearDataTextBox.StyleName = "Data";
     this.graduationYearDataTextBox.Value     = "= Fields.GraduationYear";
     //
     // professionDataTextBox
     //
     this.professionDataTextBox.CanGrow   = true;
     this.professionDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17.19999885559082D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.professionDataTextBox.Name      = "professionDataTextBox";
     this.professionDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.29979944229126D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.professionDataTextBox.StyleName = "Data";
     this.professionDataTextBox.Value     = "= Fields.Profession";
     //
     // educationFormDataTextBox
     //
     this.educationFormDataTextBox.CanGrow   = true;
     this.educationFormDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(21.499998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.educationFormDataTextBox.Name      = "educationFormDataTextBox";
     this.educationFormDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9470860958099365D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.educationFormDataTextBox.StyleName = "Data";
     this.educationFormDataTextBox.Value     = "= Fields.EducationForm";
     //
     // EducationReport
     //
     this.DataSource    = this.PersonnelDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "EducationReport";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(23.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #43
0
 /// <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(Investigations_Sub));
     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();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.srNoCaptionTextBox = new Telerik.Reporting.TextBox();
     this.investigationCaptionTextBox = new Telerik.Reporting.TextBox();
     this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
     this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox = new Telerik.Reporting.TextBox();
     this.detail = new Telerik.Reporting.DetailSection();
     this.srNoDataTextBox = new Telerik.Reporting.TextBox();
     this.investigationDataTextBox = new Telerik.Reporting.TextBox();
     this.shape1 = new Telerik.Reporting.Shape();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.srNoCaptionTextBox,
     this.investigationCaptionTextBox});
     this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // srNoCaptionTextBox
     //
     this.srNoCaptionTextBox.CanGrow = true;
     this.srNoCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.srNoCaptionTextBox.Name = "srNoCaptionTextBox";
     this.srNoCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.27916669845581055D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.srNoCaptionTextBox.Style.Font.Bold = true;
     this.srNoCaptionTextBox.Style.Font.Name = "Arial";
     this.srNoCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.srNoCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.srNoCaptionTextBox.StyleName = "Caption";
     this.srNoCaptionTextBox.Value = "Sr No";
     //
     // investigationCaptionTextBox
     //
     this.investigationCaptionTextBox.CanGrow = true;
     this.investigationCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.investigationCaptionTextBox.Name = "investigationCaptionTextBox";
     this.investigationCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.investigationCaptionTextBox.Style.Font.Bold = true;
     this.investigationCaptionTextBox.Style.Font.Name = "Arial";
     this.investigationCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.investigationCaptionTextBox.StyleName = "Caption";
     this.investigationCaptionTextBox.Value = "Investigation";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "OnLinePrescriptionConnectionString";
     this.sqlDataSource1.Name = "sqlDataSource1";
     this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.titleTextBox});
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.titleTextBox.Name = "titleTextBox";
     this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.titleTextBox.Style.Color = System.Drawing.Color.Black;
     this.titleTextBox.Style.Font.Name = "Arial";
     this.titleTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value = "Investigations";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20216202735900879D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.srNoDataTextBox,
     this.investigationDataTextBox,
     this.shape1});
     this.detail.Name = "detail";
     //
     // srNoDataTextBox
     //
     this.srNoDataTextBox.CanGrow = true;
     this.srNoDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.srNoDataTextBox.Name = "srNoDataTextBox";
     this.srNoDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.27916669845581055D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.srNoDataTextBox.Style.Font.Name = "Arial";
     this.srNoDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.srNoDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.srNoDataTextBox.StyleName = "Data";
     this.srNoDataTextBox.Value = "=Fields.SrNo";
     //
     // investigationDataTextBox
     //
     this.investigationDataTextBox.CanGrow = true;
     this.investigationDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.investigationDataTextBox.Name = "investigationDataTextBox";
     this.investigationDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.investigationDataTextBox.Style.Font.Name = "Arial";
     this.investigationDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.investigationDataTextBox.StyleName = "Data";
     this.investigationDataTextBox.Value = "=Fields.Investigation";
     //
     // shape1
     //
     this.shape1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.15007869899272919D));
     this.shape1.Name = "shape1";
     this.shape1.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D));
     //
     // Investigations_Sub
     //
     this.DataSource = this.sqlDataSource1;
     this.Filters.Add(new Telerik.Reporting.Filter("=Fields.VisitID", Telerik.Reporting.FilterOperator.Equal, "=Parameters.LinkPrmVisitID.Value"));
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
     group1});
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.labelsGroupHeaderSection,
     this.labelsGroupFooterSection,
     this.reportHeader,
     this.detail});
     this.Name = "Investigations_Sub";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.B4;
     reportParameter1.AllowNull = true;
     reportParameter1.Name = "LinkPrmVisitID";
     reportParameter1.Text = "Parameter1";
     this.ReportParameters.Add(reportParameter1);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Title")});
     styleRule1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
     styleRule1.Style.Font.Name = "Calibri";
     styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Caption")});
     styleRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     styleRule2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
     styleRule2.Style.Font.Name = "Calibri";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Data")});
     styleRule3.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
     styleRule3.Style.Font.Name = "Calibri";
     styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
     styleRule4.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
     styleRule4.Style.Font.Name = "Calibri";
     styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
     styleRule1,
     styleRule2,
     styleRule3,
     styleRule4});
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(2.4000003337860107D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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.ReportParameter reportParameter5 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter6 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter7 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter8 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter9 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter10 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter11 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter12 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter14 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter15 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.rowPanel = new Telerik.Reporting.Panel();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D);
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.pageHeader.Name = "pageHeader";
            this.pageHeader.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.199999809265137D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.titleTextBox.Style.BackgroundColor = System.Drawing.Color.White;
            this.titleTextBox.Style.Font.Bold = true;
            this.titleTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.titleTextBox.Style.LineStyle = Telerik.Reporting.Drawing.LineStyle.Solid;
            this.titleTextBox.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(1D);
            this.titleTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.titleTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
            this.titleTextBox.Value = "= Parameters.title.Value";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.rowPanel});
            this.detail.Name = "detail";
            this.detail.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.detail.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
            // 
            // rowPanel
            // 
            formattingRule1.Filters.Add(new Telerik.Reporting.Filter("=RowNumber() % 2", Telerik.Reporting.FilterOperator.Equal, "=0"));
            formattingRule1.Style.BackgroundColor = System.Drawing.Color.AliceBlue;
            this.rowPanel.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
            formattingRule1});
            this.rowPanel.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.rowPanel.Name = "rowPanel";
            this.rowPanel.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.199999809265137D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.rowPanel.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageInfoTextBox,
            this.currentTimeTextBox});
            this.pageFooter.Name = "pageFooter";
            this.pageFooter.Style.BackgroundColor = System.Drawing.SystemColors.MenuBar;
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Bottom | Telerik.Reporting.AnchoringStyles.Right)));
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.8499603271484375D), Telerik.Reporting.Drawing.Unit.Inch(0.0999605655670166D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pageInfoTextBox.Style.BackgroundColor = System.Drawing.Color.White;
            this.pageInfoTextBox.Style.Font.Name = "Arial Unicode MS";
            this.pageInfoTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=\'Page \' + PageNumber + \' of \' + PageCount";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Bottom | Telerik.Reporting.AnchoringStyles.Left)));
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.currentTimeTextBox.Style.BackgroundColor = System.Drawing.Color.White;
            this.currentTimeTextBox.Style.Font.Name = "Arial Unicode MS";
            this.currentTimeTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.currentTimeTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=\'Report printed on \' + NOW()";
            // 
            // EasyReportLandscape
            //
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.pageHeader,
            this.detail,
            this.pageFooter});
            this.Name = "EasyReportLandscapeFitToPage";
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.Name = "title";
            reportParameter2.Name = "columns";
            reportParameter3.Name = "processName";
            reportParameter4.Name = "userRights";
            reportParameter5.Name = "filterDefinition";
            reportParameter6.Name = "sorting";
            reportParameter7.Name = "globalFilter";
            reportParameter8.Name = "pageNumber";
            reportParameter8.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter9.Name = "pageSize";
            reportParameter9.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter10.Name = "groupColumn";
            reportParameter11.Name = "groups";
            reportParameter12.Name = "aggregates";
            reportParameter14.Name = "userCurrency";
            reportParameter15.Name = "accountId";
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.ReportParameters.Add(reportParameter3);
            this.ReportParameters.Add(reportParameter4);
            this.ReportParameters.Add(reportParameter5);
            this.ReportParameters.Add(reportParameter6);
            this.ReportParameters.Add(reportParameter7);
            this.ReportParameters.Add(reportParameter8);
            this.ReportParameters.Add(reportParameter9);
            this.ReportParameters.Add(reportParameter10);
            this.ReportParameters.Add(reportParameter11);
            this.ReportParameters.Add(reportParameter12);
            this.ReportParameters.Add(reportParameter14);
            this.ReportParameters.Add(reportParameter15);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule1.Style.Font.Name = "Arial Unicode MS";
            styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(20D);
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
            styleRule2.Style.Font.Bold = true;
            styleRule2.Style.Font.Name = "Arial Unicode MS";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(30D);
            styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule3.Style.Font.Name = "Arial Unicode MS";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule4.Style.Font.Name = "Arial Unicode MS";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Inch;
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(10.199999809265137D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #45
0
 /// <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(ProvisionalDx_Sub));
     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();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.srNoCaptionTextBox = new Telerik.Reporting.TextBox();
     this.provisionalDxCaptionTextBox = new Telerik.Reporting.TextBox();
     this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
     this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox = new Telerik.Reporting.TextBox();
     this.detail = new Telerik.Reporting.DetailSection();
     this.srNoDataTextBox = new Telerik.Reporting.TextBox();
     this.provisionalDxDataTextBox = new Telerik.Reporting.TextBox();
     this.shape1 = new Telerik.Reporting.Shape();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.srNoCaptionTextBox,
     this.provisionalDxCaptionTextBox});
     this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // srNoCaptionTextBox
     //
     this.srNoCaptionTextBox.CanGrow = true;
     this.srNoCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.srNoCaptionTextBox.Name = "srNoCaptionTextBox";
     this.srNoCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.37916669249534607D), Telerik.Reporting.Drawing.Unit.Inch(0.17916671931743622D));
     this.srNoCaptionTextBox.Style.BackgroundColor = System.Drawing.Color.Silver;
     this.srNoCaptionTextBox.Style.Font.Bold = true;
     this.srNoCaptionTextBox.Style.Font.Name = "Arial";
     this.srNoCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.srNoCaptionTextBox.StyleName = "Caption";
     this.srNoCaptionTextBox.Value = "Sr No";
     //
     // provisionalDxCaptionTextBox
     //
     this.provisionalDxCaptionTextBox.CanGrow = true;
     this.provisionalDxCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.provisionalDxCaptionTextBox.Name = "provisionalDxCaptionTextBox";
     this.provisionalDxCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.17916671931743622D));
     this.provisionalDxCaptionTextBox.Style.BackgroundColor = System.Drawing.Color.Silver;
     this.provisionalDxCaptionTextBox.Style.Font.Bold = true;
     this.provisionalDxCaptionTextBox.Style.Font.Name = "Arial";
     this.provisionalDxCaptionTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.provisionalDxCaptionTextBox.StyleName = "Caption";
     this.provisionalDxCaptionTextBox.Value = "Provisional Dx";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "OnLinePrescriptionConnectionString";
     this.sqlDataSource1.Name = "sqlDataSource1";
     this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.titleTextBox});
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.titleTextBox.Name = "titleTextBox";
     this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.15833337604999542D));
     this.titleTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value = "ProvisionalDx";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20216202735900879D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.srNoDataTextBox,
     this.provisionalDxDataTextBox,
     this.shape1});
     this.detail.Name = "detail";
     //
     // srNoDataTextBox
     //
     this.srNoDataTextBox.CanGrow = true;
     this.srNoDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.srNoDataTextBox.Name = "srNoDataTextBox";
     this.srNoDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.37916669249534607D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.srNoDataTextBox.Style.Font.Name = "Arial";
     this.srNoDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.srNoDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.srNoDataTextBox.StyleName = "Data";
     this.srNoDataTextBox.Value = "=Fields.SrNo";
     //
     // provisionalDxDataTextBox
     //
     this.provisionalDxDataTextBox.CanGrow = true;
     this.provisionalDxDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.provisionalDxDataTextBox.Name = "provisionalDxDataTextBox";
     this.provisionalDxDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D));
     this.provisionalDxDataTextBox.Style.Font.Name = "Arial";
     this.provisionalDxDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.provisionalDxDataTextBox.StyleName = "Data";
     this.provisionalDxDataTextBox.Value = "=Fields.ProvisionalDx";
     //
     // shape1
     //
     this.shape1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.014238993637263775D), Telerik.Reporting.Drawing.Unit.Inch(0.15007869899272919D));
     this.shape1.Name = "shape1";
     this.shape1.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1857612133026123D), Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D));
     this.shape1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     //
     // ProvisionalDx_Sub
     //
     this.DataSource = this.sqlDataSource1;
     this.Filters.Add(new Telerik.Reporting.Filter("=Fields.VisitID", Telerik.Reporting.FilterOperator.Equal, "=Parameters.LinkPrmVisitID.Value"));
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
     group1});
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.labelsGroupHeaderSection,
     this.labelsGroupFooterSection,
     this.reportHeader,
     this.detail});
     this.Name = "ProvisionalDx_Sub";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AllowNull = true;
     reportParameter1.Name = "LinkPrmVisitID";
     reportParameter1.Text = "Parameter1";
     this.ReportParameters.Add(reportParameter1);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Title")});
     styleRule1.Style.Color = System.Drawing.Color.Black;
     styleRule1.Style.Font.Bold = true;
     styleRule1.Style.Font.Italic = false;
     styleRule1.Style.Font.Name = "Tahoma";
     styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule1.Style.Font.Strikeout = false;
     styleRule1.Style.Font.Underline = false;
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Caption")});
     styleRule2.Style.Color = System.Drawing.Color.Black;
     styleRule2.Style.Font.Name = "Tahoma";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Data")});
     styleRule3.Style.Font.Name = "Tahoma";
     styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
     styleRule4.Style.Font.Name = "Tahoma";
     styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
     styleRule1,
     styleRule2,
     styleRule3,
     styleRule4});
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(3.2000000476837158D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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(RptConsultaRevisionGeneral));
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupHeader               = new Telerik.Reporting.GroupHeaderSection();
     this.expr1CaptionTextBox             = new Telerik.Reporting.TextBox();
     this.fecha_revisionCaptionTextBox    = new Telerik.Reporting.TextBox();
     this.estadoCaptionTextBox            = new Telerik.Reporting.TextBox();
     this.fecha_programadaCaptionTextBox  = new Telerik.Reporting.TextBox();
     this.fecha_planificadaCaptionTextBox = new Telerik.Reporting.TextBox();
     this.nombreCaptionTextBox            = new Telerik.Reporting.TextBox();
     this.revision_idCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.expr2CaptionTextBox             = new Telerik.Reporting.TextBox();
     this.expr3CaptionTextBox             = new Telerik.Reporting.TextBox();
     this.resultadoCaptionTextBox         = new Telerik.Reporting.TextBox();
     this.labelsGroupFooter               = new Telerik.Reporting.GroupFooterSection();
     this.pageHeader                   = new Telerik.Reporting.PageHeaderSection();
     this.textBox1                     = new Telerik.Reporting.TextBox();
     this.pictureBox1                  = new Telerik.Reporting.PictureBox();
     this.pageFooter                   = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox           = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox              = new Telerik.Reporting.TextBox();
     this.reportFooter                 = new Telerik.Reporting.ReportFooterSection();
     this.detail                       = new Telerik.Reporting.DetailSection();
     this.revision_idDataTextBox       = new Telerik.Reporting.TextBox();
     this.resultadoDataTextBox         = new Telerik.Reporting.TextBox();
     this.fecha_revisionDataTextBox    = new Telerik.Reporting.TextBox();
     this.estadoDataTextBox            = new Telerik.Reporting.TextBox();
     this.fecha_programadaDataTextBox  = new Telerik.Reporting.TextBox();
     this.fecha_planificadaDataTextBox = new Telerik.Reporting.TextBox();
     this.nombreDataTextBox            = new Telerik.Reporting.TextBox();
     this.expr1DataTextBox             = new Telerik.Reporting.TextBox();
     this.expr2DataTextBox             = new Telerik.Reporting.TextBox();
     this.expr3DataTextBox             = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupHeader
     //
     this.labelsGroupHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.50000673532485962D);
     this.labelsGroupHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.expr1CaptionTextBox,
         this.fecha_revisionCaptionTextBox,
         this.estadoCaptionTextBox,
         this.fecha_programadaCaptionTextBox,
         this.fecha_planificadaCaptionTextBox,
         this.nombreCaptionTextBox,
         this.revision_idCaptionTextBox,
         this.expr2CaptionTextBox,
         this.expr3CaptionTextBox,
         this.resultadoCaptionTextBox
     });
     this.labelsGroupHeader.Name             = "labelsGroupHeader";
     this.labelsGroupHeader.PrintOnEveryPage = true;
     //
     // expr1CaptionTextBox
     //
     this.expr1CaptionTextBox.CanGrow  = true;
     this.expr1CaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.0965104103088379D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.expr1CaptionTextBox.Name     = "expr1CaptionTextBox";
     this.expr1CaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7912101149559021D), Telerik.Reporting.Drawing.Unit.Inch(0.47913411259651184D));
     this.expr1CaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
     this.expr1CaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.expr1CaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.expr1CaptionTextBox.Style.Color          = System.Drawing.Color.Black;
     this.expr1CaptionTextBox.Style.Font.Name      = "Arial";
     this.expr1CaptionTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr1CaptionTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr1CaptionTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr1CaptionTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr1CaptionTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.expr1CaptionTextBox.StyleName            = "Caption";
     this.expr1CaptionTextBox.Value = "instalación";
     //
     // fecha_revisionCaptionTextBox
     //
     this.fecha_revisionCaptionTextBox.CanGrow  = true;
     this.fecha_revisionCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.7765153646469116D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.fecha_revisionCaptionTextBox.Name     = "fecha_revisionCaptionTextBox";
     this.fecha_revisionCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.923484742641449D), Telerik.Reporting.Drawing.Unit.Inch(0.47921279072761536D));
     this.fecha_revisionCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
     this.fecha_revisionCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.fecha_revisionCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.fecha_revisionCaptionTextBox.Style.Color          = System.Drawing.Color.Black;
     this.fecha_revisionCaptionTextBox.Style.Font.Name      = "Arial";
     this.fecha_revisionCaptionTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_revisionCaptionTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_revisionCaptionTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_revisionCaptionTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_revisionCaptionTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.fecha_revisionCaptionTextBox.StyleName            = "Caption";
     this.fecha_revisionCaptionTextBox.Value = "fecha revisión";
     //
     // estadoCaptionTextBox
     //
     this.estadoCaptionTextBox.CanGrow  = true;
     this.estadoCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.7000789642333984D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.estadoCaptionTextBox.Name     = "estadoCaptionTextBox";
     this.estadoCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.811284601688385D), Telerik.Reporting.Drawing.Unit.Inch(0.47921279072761536D));
     this.estadoCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
     this.estadoCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.estadoCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.estadoCaptionTextBox.Style.Color          = System.Drawing.Color.Black;
     this.estadoCaptionTextBox.Style.Font.Name      = "Arial";
     this.estadoCaptionTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.estadoCaptionTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.estadoCaptionTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.estadoCaptionTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.estadoCaptionTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.estadoCaptionTextBox.StyleName            = "Caption";
     this.estadoCaptionTextBox.Value = "estado";
     //
     // fecha_programadaCaptionTextBox
     //
     this.fecha_programadaCaptionTextBox.CanGrow  = true;
     this.fecha_programadaCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.5114424228668213D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.fecha_programadaCaptionTextBox.Name     = "fecha_programadaCaptionTextBox";
     this.fecha_programadaCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.929387629032135D), Telerik.Reporting.Drawing.Unit.Inch(0.47921279072761536D));
     this.fecha_programadaCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
     this.fecha_programadaCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.fecha_programadaCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.fecha_programadaCaptionTextBox.Style.Color          = System.Drawing.Color.Black;
     this.fecha_programadaCaptionTextBox.Style.Font.Name      = "Arial";
     this.fecha_programadaCaptionTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_programadaCaptionTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_programadaCaptionTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_programadaCaptionTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_programadaCaptionTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.fecha_programadaCaptionTextBox.StyleName            = "Caption";
     this.fecha_programadaCaptionTextBox.Value = "fecha programada";
     //
     // fecha_planificadaCaptionTextBox
     //
     this.fecha_planificadaCaptionTextBox.CanGrow  = true;
     this.fecha_planificadaCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.4409089088439941D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.fecha_planificadaCaptionTextBox.Name     = "fecha_planificadaCaptionTextBox";
     this.fecha_planificadaCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.82613617181777954D), Telerik.Reporting.Drawing.Unit.Inch(0.47921279072761536D));
     this.fecha_planificadaCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
     this.fecha_planificadaCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.fecha_planificadaCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.fecha_planificadaCaptionTextBox.Style.Color          = System.Drawing.Color.Black;
     this.fecha_planificadaCaptionTextBox.Style.Font.Name      = "Arial";
     this.fecha_planificadaCaptionTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_planificadaCaptionTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_planificadaCaptionTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_planificadaCaptionTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.fecha_planificadaCaptionTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.fecha_planificadaCaptionTextBox.StyleName            = "Caption";
     this.fecha_planificadaCaptionTextBox.Value = "fecha planificada";
     //
     // nombreCaptionTextBox
     //
     this.nombreCaptionTextBox.CanGrow  = true;
     this.nombreCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2671241760253906D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.nombreCaptionTextBox.Name     = "nombreCaptionTextBox";
     this.nombreCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.829307496547699D), Telerik.Reporting.Drawing.Unit.Inch(0.47913411259651184D));
     this.nombreCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
     this.nombreCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.nombreCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.nombreCaptionTextBox.Style.Color          = System.Drawing.Color.Black;
     this.nombreCaptionTextBox.Style.Font.Name      = "Arial";
     this.nombreCaptionTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.nombreCaptionTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.nombreCaptionTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.nombreCaptionTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.nombreCaptionTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.nombreCaptionTextBox.StyleName            = "Caption";
     this.nombreCaptionTextBox.Value = "dispositivo";
     //
     // revision_idCaptionTextBox
     //
     this.revision_idCaptionTextBox.CanGrow  = true;
     this.revision_idCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.revision_idCaptionTextBox.Name     = "revision_idCaptionTextBox";
     this.revision_idCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(26.814313888549805D), Telerik.Reporting.Drawing.Unit.Mm(12.173003196716309D));
     this.revision_idCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
     this.revision_idCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.revision_idCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.revision_idCaptionTextBox.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.revision_idCaptionTextBox.Style.Color          = System.Drawing.Color.Black;
     this.revision_idCaptionTextBox.Style.Font.Name      = "Arial";
     this.revision_idCaptionTextBox.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.revision_idCaptionTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.revision_idCaptionTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.revision_idCaptionTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.revision_idCaptionTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.revision_idCaptionTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.revision_idCaptionTextBox.StyleName            = "Caption";
     this.revision_idCaptionTextBox.Value = "ID revisión";
     //
     // expr2CaptionTextBox
     //
     this.expr2CaptionTextBox.CanGrow  = true;
     this.expr2CaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.8877997398376465D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.expr2CaptionTextBox.Name     = "expr2CaptionTextBox";
     this.expr2CaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.93481117486953735D), Telerik.Reporting.Drawing.Unit.Inch(0.47913411259651184D));
     this.expr2CaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
     this.expr2CaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.expr2CaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.expr2CaptionTextBox.Style.Color          = System.Drawing.Color.Black;
     this.expr2CaptionTextBox.Style.Font.Name      = "Arial";
     this.expr2CaptionTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr2CaptionTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr2CaptionTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr2CaptionTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr2CaptionTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.expr2CaptionTextBox.StyleName            = "Caption";
     this.expr2CaptionTextBox.Value = "empresa";
     //
     // expr3CaptionTextBox
     //
     this.expr3CaptionTextBox.CanGrow  = true;
     this.expr3CaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.8226895332336426D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.expr3CaptionTextBox.Name     = "expr3CaptionTextBox";
     this.expr3CaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89992070198059082D), Telerik.Reporting.Drawing.Unit.Inch(0.47913411259651184D));
     this.expr3CaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
     this.expr3CaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.expr3CaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.expr3CaptionTextBox.Style.Color          = System.Drawing.Color.Black;
     this.expr3CaptionTextBox.Style.Font.Name      = "Arial";
     this.expr3CaptionTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr3CaptionTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr3CaptionTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr3CaptionTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.expr3CaptionTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.expr3CaptionTextBox.StyleName            = "Caption";
     this.expr3CaptionTextBox.Value = "tipo dispositivo";
     //
     // resultadoCaptionTextBox
     //
     this.resultadoCaptionTextBox.CanGrow  = true;
     this.resultadoCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.0557605028152466D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.resultadoCaptionTextBox.Name     = "resultadoCaptionTextBox";
     this.resultadoCaptionTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7206760048866272D), Telerik.Reporting.Drawing.Unit.Inch(0.47921279072761536D));
     this.resultadoCaptionTextBox.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
     this.resultadoCaptionTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.resultadoCaptionTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.resultadoCaptionTextBox.Style.Color          = System.Drawing.Color.Black;
     this.resultadoCaptionTextBox.Style.Font.Name      = "Arial";
     this.resultadoCaptionTextBox.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.resultadoCaptionTextBox.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.resultadoCaptionTextBox.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.resultadoCaptionTextBox.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.resultadoCaptionTextBox.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.resultadoCaptionTextBox.StyleName            = "Caption";
     this.resultadoCaptionTextBox.Value = "resultado";
     //
     // labelsGroupFooter
     //
     this.labelsGroupFooter.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.labelsGroupFooter.Name          = "labelsGroupFooter";
     this.labelsGroupFooter.Style.Visible = false;
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.64616137742996216D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.pictureBox1
     });
     this.pageHeader.Name = "pageHeader";
     //
     // textBox1
     //
     this.textBox1.Format   = "{0:dd/MM/yyyy}";
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(0.52916663885116577D), Telerik.Reporting.Drawing.Unit.Mm(1.0583332777023315D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(192.51083374023438D), Telerik.Reporting.Drawing.Unit.Mm(15.354166030883789D));
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.textBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox1.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox1.Style.Color          = System.Drawing.Color.Black;
     this.textBox1.Style.Font.Name      = "Arial";
     this.textBox1.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(20D);
     this.textBox1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox1.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.StyleName            = "Title";
     this.textBox1.Value = "REVISIONES";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.7000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.0416666679084301D));
     this.pictureBox1.MimeType = "image/jpeg";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8348108530044556D), Telerik.Reporting.Drawing.Unit.Inch(0.60449475049972534D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.reportFooter.Name   = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.revision_idDataTextBox,
         this.resultadoDataTextBox,
         this.fecha_revisionDataTextBox,
         this.estadoDataTextBox,
         this.fecha_programadaDataTextBox,
         this.fecha_planificadaDataTextBox,
         this.nombreDataTextBox,
         this.expr1DataTextBox,
         this.expr2DataTextBox,
         this.expr3DataTextBox
     });
     this.detail.Name = "detail";
     //
     // revision_idDataTextBox
     //
     this.revision_idDataTextBox.CanGrow         = true;
     this.revision_idDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.081210613250732422D));
     this.revision_idDataTextBox.Name            = "revision_idDataTextBox";
     this.revision_idDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90000003576278687D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.revision_idDataTextBox.Style.Font.Name = "Arial";
     this.revision_idDataTextBox.StyleName       = "Data";
     this.revision_idDataTextBox.Value           = "=ID";
     //
     // resultadoDataTextBox
     //
     this.resultadoDataTextBox.CanGrow         = true;
     this.resultadoDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0.081210613250732422D));
     this.resultadoDataTextBox.Name            = "resultadoDataTextBox";
     this.resultadoDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.67643636465072632D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.resultadoDataTextBox.Style.Font.Name = "Arial";
     this.resultadoDataTextBox.StyleName       = "Data";
     this.resultadoDataTextBox.Value           = "=Resultado";
     //
     // fecha_revisionDataTextBox
     //
     this.fecha_revisionDataTextBox.CanGrow         = true;
     this.fecha_revisionDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.081210613250732422D));
     this.fecha_revisionDataTextBox.Name            = "fecha_revisionDataTextBox";
     this.fecha_revisionDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.80000013113021851D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.fecha_revisionDataTextBox.Style.Font.Name = "Arial";
     this.fecha_revisionDataTextBox.StyleName       = "Data";
     this.fecha_revisionDataTextBox.Value           = "=Fecha_rev";
     //
     // estadoDataTextBox
     //
     this.estadoDataTextBox.CanGrow         = true;
     this.estadoDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.081210613250732422D));
     this.estadoDataTextBox.Name            = "estadoDataTextBox";
     this.estadoDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.71136337518692017D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.estadoDataTextBox.Style.Font.Name = "Arial";
     this.estadoDataTextBox.StyleName       = "Data";
     this.estadoDataTextBox.Value           = "=Estado";
     //
     // fecha_programadaDataTextBox
     //
     this.fecha_programadaDataTextBox.CanGrow         = true;
     this.fecha_programadaDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.081210613250732422D));
     this.fecha_programadaDataTextBox.Name            = "fecha_programadaDataTextBox";
     this.fecha_programadaDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.84083008766174316D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.fecha_programadaDataTextBox.Style.Font.Name = "Arial";
     this.fecha_programadaDataTextBox.StyleName       = "Data";
     this.fecha_programadaDataTextBox.Value           = "=Fecha_progr";
     //
     // fecha_planificadaDataTextBox
     //
     this.fecha_planificadaDataTextBox.CanGrow         = true;
     this.fecha_planificadaDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.5000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(0.081210613250732422D));
     this.fecha_planificadaDataTextBox.Name            = "fecha_planificadaDataTextBox";
     this.fecha_planificadaDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.767045259475708D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.fecha_planificadaDataTextBox.Style.Font.Name = "Arial";
     this.fecha_planificadaDataTextBox.StyleName       = "Data";
     this.fecha_planificadaDataTextBox.Value           = "=Fecha_plan";
     //
     // nombreDataTextBox
     //
     this.nombreDataTextBox.CanGrow         = true;
     this.nombreDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.081210613250732422D));
     this.nombreDataTextBox.Name            = "nombreDataTextBox";
     this.nombreDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.69643139839172363D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.nombreDataTextBox.Style.Font.Name = "Arial";
     this.nombreDataTextBox.StyleName       = "Data";
     this.nombreDataTextBox.Value           = "=Dispositivo";
     //
     // expr1DataTextBox
     //
     this.expr1DataTextBox.CanGrow         = true;
     this.expr1DataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.081210613250732422D));
     this.expr1DataTextBox.Name            = "expr1DataTextBox";
     this.expr1DataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.687720537185669D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.expr1DataTextBox.Style.Font.Name = "Arial";
     this.expr1DataTextBox.StyleName       = "Data";
     this.expr1DataTextBox.Value           = "= Instalacion";
     //
     // expr2DataTextBox
     //
     this.expr2DataTextBox.CanGrow         = true;
     this.expr2DataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7D), Telerik.Reporting.Drawing.Unit.Inch(0.081210613250732422D));
     this.expr2DataTextBox.Name            = "expr2DataTextBox";
     this.expr2DataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.82261079549789429D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.expr2DataTextBox.Style.Font.Name = "Arial";
     this.expr2DataTextBox.StyleName       = "Data";
     this.expr2DataTextBox.Value           = "=Empresa";
     //
     // expr3DataTextBox
     //
     this.expr3DataTextBox.CanGrow         = true;
     this.expr3DataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.081210613250732422D));
     this.expr3DataTextBox.Name            = "expr3DataTextBox";
     this.expr3DataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.82261013984680176D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.expr3DataTextBox.Style.Font.Name = "Arial";
     this.expr3DataTextBox.StyleName       = "Data";
     this.expr3DataTextBox.Value           = "= Tipo";
     //
     // RptConsultaRevisionGeneral
     //
     group1.GroupFooter = this.labelsGroupFooter;
     group1.GroupHeader = this.labelsGroupHeader;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeader,
         this.labelsGroupFooter,
         this.pageHeader,
         this.pageFooter,
         this.reportFooter,
         this.detail
     });
     this.Name = "RptConsultaRevisionGeneral";
     this.PageSettings.Landscape = true;
     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.A4;
     this.Style.BackgroundColor  = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule1.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule1.Style.Font.Name = "Georgia";
     styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(20D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule2.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule2.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule2.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule2.Style.Font.Name     = "Georgia";
     styleRule2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4
     });
     this.Width           = Telerik.Reporting.Drawing.Unit.Inch(9.5348501205444336D);
     this.NeedDataSource += new System.EventHandler(this.RptConsultaRevisionGeneral_NeedDataSource_1);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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(CompleteBroodstockReport));
            Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group2 = new Telerik.Reporting.Group();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.batchCaptionTextBox = new Telerik.Reporting.TextBox();
            this.dateCaptionTextBox = new Telerik.Reporting.TextBox();
            this.femaleCaptionTextBox = new Telerik.Reporting.TextBox();
            this.maleCaptionTextBox = new Telerik.Reporting.TextBox();
            this.totalPopulationCaptionTextBox = new Telerik.Reporting.TextBox();
            this.deadFemaleCaptionTextBox = new Telerik.Reporting.TextBox();
            this.deadMaleCaptionTextBox = new Telerik.Reporting.TextBox();
            this.mortalityCaptionTextBox = new Telerik.Reporting.TextBox();
            this.pHCaptionTextBox = new Telerik.Reporting.TextBox();
            this.dOCaptionTextBox = new Telerik.Reporting.TextBox();
            this.salinityCaptionTextBox = new Telerik.Reporting.TextBox();
            this.matTempCaptionTextBox = new Telerik.Reporting.TextBox();
            this.hatcTempCaptionTextBox = new Telerik.Reporting.TextBox();
            this.squidInCaptionTextBox = new Telerik.Reporting.TextBox();
            this.squidUsedCaptionTextBox = new Telerik.Reporting.TextBox();
            this.squidiBalanceCaptionTextBox = new Telerik.Reporting.TextBox();
            this.polychaeteInCaptionTextBox = new Telerik.Reporting.TextBox();
            this.polychaeteUsedCaptionTextBox = new Telerik.Reporting.TextBox();
            this.polychaeteBalanceCaptionTextBox = new Telerik.Reporting.TextBox();
            this.formaldehydeCaptionTextBox = new Telerik.Reporting.TextBox();
            this.eDTACaptionTextBox = new Telerik.Reporting.TextBox();
            this.treflanCaptionTextBox = new Telerik.Reporting.TextBox();
            this.iodineCaptionTextBox = new Telerik.Reporting.TextBox();
            this.treflanCaptionTextBox1 = new Telerik.Reporting.TextBox();
            this.vitaminCaptionTextBox = new Telerik.Reporting.TextBox();
            this.matedCaptionTextBox = new Telerik.Reporting.TextBox();
            this.maturedCaptionTextBox = new Telerik.Reporting.TextBox();
            this.spawnedCaptionTextBox = new Telerik.Reporting.TextBox();
            this.eggCaptionTextBox = new Telerik.Reporting.TextBox();
            this.fRCaptionTextBox = new Telerik.Reporting.TextBox();
            this.naupliiBrutoCaptionTextBox = new Telerik.Reporting.TextBox();
            this.naupliiNettoCaptionTextBox = new Telerik.Reporting.TextBox();
            this.distributionCaptionTextBox = new Telerik.Reporting.TextBox();
            this.remarkCaptionTextBox = new Telerik.Reporting.TextBox();
            this.userIDCaptionTextBox = new Telerik.Reporting.TextBox();
            this.batchGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.femaleSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.maleSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.totalPopulationSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.deadFemaleSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.deadMaleSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.mortalitySumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.pHSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.dOSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.salinitySumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.matTempSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.hatcTempSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.squidInSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.squidUsedSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.squidiBalanceSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.polychaeteInSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.polychaeteUsedSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.polychaeteBalanceSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.formaldehydeSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.eDTASumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.treflanSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.iodineSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.treflanSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.vitaminSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.matedSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.maturedSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.spawnedSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.eggSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.fRSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.naupliiBrutoSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.naupliiNettoSumFunctionTextBox = new Telerik.Reporting.TextBox();
            this.batchGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.femaleSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.maleSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.totalPopulationSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.deadFemaleSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.deadMaleSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.mortalitySumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.pHSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.dOSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.salinitySumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.matTempSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.hatcTempSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.squidInSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.squidUsedSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.squidiBalanceSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.polychaeteInSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.polychaeteUsedSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.polychaeteBalanceSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.formaldehydeSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.eDTASumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.treflanSumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.iodineSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.treflanSumFunctionTextBox3 = new Telerik.Reporting.TextBox();
            this.vitaminSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.matedSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.maturedSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.spawnedSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.eggSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.fRSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.naupliiBrutoSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.naupliiNettoSumFunctionTextBox1 = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.dateDataTextBox = new Telerik.Reporting.TextBox();
            this.femaleDataTextBox = new Telerik.Reporting.TextBox();
            this.maleDataTextBox = new Telerik.Reporting.TextBox();
            this.totalPopulationDataTextBox = new Telerik.Reporting.TextBox();
            this.deadFemaleDataTextBox = new Telerik.Reporting.TextBox();
            this.deadMaleDataTextBox = new Telerik.Reporting.TextBox();
            this.mortalityDataTextBox = new Telerik.Reporting.TextBox();
            this.pHDataTextBox = new Telerik.Reporting.TextBox();
            this.dODataTextBox = new Telerik.Reporting.TextBox();
            this.salinityDataTextBox = new Telerik.Reporting.TextBox();
            this.matTempDataTextBox = new Telerik.Reporting.TextBox();
            this.hatcTempDataTextBox = new Telerik.Reporting.TextBox();
            this.squidInDataTextBox = new Telerik.Reporting.TextBox();
            this.squidUsedDataTextBox = new Telerik.Reporting.TextBox();
            this.squidiBalanceDataTextBox = new Telerik.Reporting.TextBox();
            this.polychaeteInDataTextBox = new Telerik.Reporting.TextBox();
            this.polychaeteUsedDataTextBox = new Telerik.Reporting.TextBox();
            this.polychaeteBalanceDataTextBox = new Telerik.Reporting.TextBox();
            this.formaldehydeDataTextBox = new Telerik.Reporting.TextBox();
            this.eDTADataTextBox = new Telerik.Reporting.TextBox();
            this.treflanDataTextBox = new Telerik.Reporting.TextBox();
            this.iodineDataTextBox = new Telerik.Reporting.TextBox();
            this.treflanDataTextBox1 = new Telerik.Reporting.TextBox();
            this.vitaminDataTextBox = new Telerik.Reporting.TextBox();
            this.matedDataTextBox = new Telerik.Reporting.TextBox();
            this.maturedDataTextBox = new Telerik.Reporting.TextBox();
            this.spawnedDataTextBox = new Telerik.Reporting.TextBox();
            this.eggDataTextBox = new Telerik.Reporting.TextBox();
            this.fRDataTextBox = new Telerik.Reporting.TextBox();
            this.naupliiBrutoDataTextBox = new Telerik.Reporting.TextBox();
            this.naupliiNettoDataTextBox = new Telerik.Reporting.TextBox();
            this.distributionDataTextBox = new Telerik.Reporting.TextBox();
            this.remarkDataTextBox = new Telerik.Reporting.TextBox();
            this.userIDDataTextBox = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.batchCaptionTextBox,
            this.dateCaptionTextBox,
            this.femaleCaptionTextBox,
            this.maleCaptionTextBox,
            this.totalPopulationCaptionTextBox,
            this.deadFemaleCaptionTextBox,
            this.deadMaleCaptionTextBox,
            this.mortalityCaptionTextBox,
            this.pHCaptionTextBox,
            this.dOCaptionTextBox,
            this.salinityCaptionTextBox,
            this.matTempCaptionTextBox,
            this.hatcTempCaptionTextBox,
            this.squidInCaptionTextBox,
            this.squidUsedCaptionTextBox,
            this.squidiBalanceCaptionTextBox,
            this.polychaeteInCaptionTextBox,
            this.polychaeteUsedCaptionTextBox,
            this.polychaeteBalanceCaptionTextBox,
            this.formaldehydeCaptionTextBox,
            this.eDTACaptionTextBox,
            this.treflanCaptionTextBox,
            this.iodineCaptionTextBox,
            this.treflanCaptionTextBox1,
            this.vitaminCaptionTextBox,
            this.matedCaptionTextBox,
            this.maturedCaptionTextBox,
            this.spawnedCaptionTextBox,
            this.eggCaptionTextBox,
            this.fRCaptionTextBox,
            this.naupliiBrutoCaptionTextBox,
            this.naupliiNettoCaptionTextBox,
            this.distributionCaptionTextBox,
            this.remarkCaptionTextBox,
            this.userIDCaptionTextBox});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // batchCaptionTextBox
            // 
            this.batchCaptionTextBox.CanGrow = true;
            this.batchCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.batchCaptionTextBox.Name = "batchCaptionTextBox";
            this.batchCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.batchCaptionTextBox.StyleName = "Caption";
            this.batchCaptionTextBox.Value = "Batch";
            // 
            // dateCaptionTextBox
            // 
            this.dateCaptionTextBox.CanGrow = true;
            this.dateCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.0867640972137451D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dateCaptionTextBox.Name = "dateCaptionTextBox";
            this.dateCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dateCaptionTextBox.StyleName = "Caption";
            this.dateCaptionTextBox.Value = "Date";
            // 
            // femaleCaptionTextBox
            // 
            this.femaleCaptionTextBox.CanGrow = true;
            this.femaleCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1526949405670166D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.femaleCaptionTextBox.Name = "femaleCaptionTextBox";
            this.femaleCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.femaleCaptionTextBox.StyleName = "Caption";
            this.femaleCaptionTextBox.Value = "Female";
            // 
            // maleCaptionTextBox
            // 
            this.maleCaptionTextBox.CanGrow = true;
            this.maleCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2186257839202881D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.maleCaptionTextBox.Name = "maleCaptionTextBox";
            this.maleCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.maleCaptionTextBox.StyleName = "Caption";
            this.maleCaptionTextBox.Value = "Male";
            // 
            // totalPopulationCaptionTextBox
            // 
            this.totalPopulationCaptionTextBox.CanGrow = true;
            this.totalPopulationCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2845563888549805D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.totalPopulationCaptionTextBox.Name = "totalPopulationCaptionTextBox";
            this.totalPopulationCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.totalPopulationCaptionTextBox.StyleName = "Caption";
            this.totalPopulationCaptionTextBox.Value = "Total Population";
            // 
            // deadFemaleCaptionTextBox
            // 
            this.deadFemaleCaptionTextBox.CanGrow = true;
            this.deadFemaleCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.350487232208252D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.deadFemaleCaptionTextBox.Name = "deadFemaleCaptionTextBox";
            this.deadFemaleCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.deadFemaleCaptionTextBox.StyleName = "Caption";
            this.deadFemaleCaptionTextBox.Value = "Dead Female";
            // 
            // deadMaleCaptionTextBox
            // 
            this.deadMaleCaptionTextBox.CanGrow = true;
            this.deadMaleCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4164180755615234D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.deadMaleCaptionTextBox.Name = "deadMaleCaptionTextBox";
            this.deadMaleCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.deadMaleCaptionTextBox.StyleName = "Caption";
            this.deadMaleCaptionTextBox.Value = "Dead Male";
            // 
            // mortalityCaptionTextBox
            // 
            this.mortalityCaptionTextBox.CanGrow = true;
            this.mortalityCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.4823489189147949D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.mortalityCaptionTextBox.Name = "mortalityCaptionTextBox";
            this.mortalityCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.mortalityCaptionTextBox.StyleName = "Caption";
            this.mortalityCaptionTextBox.Value = "Mortality";
            // 
            // pHCaptionTextBox
            // 
            this.pHCaptionTextBox.CanGrow = true;
            this.pHCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.5482797622680664D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pHCaptionTextBox.Name = "pHCaptionTextBox";
            this.pHCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pHCaptionTextBox.StyleName = "Caption";
            this.pHCaptionTextBox.Value = "PH";
            // 
            // dOCaptionTextBox
            // 
            this.dOCaptionTextBox.CanGrow = true;
            this.dOCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.6142110824584961D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dOCaptionTextBox.Name = "dOCaptionTextBox";
            this.dOCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dOCaptionTextBox.StyleName = "Caption";
            this.dOCaptionTextBox.Value = "DO";
            // 
            // salinityCaptionTextBox
            // 
            this.salinityCaptionTextBox.CanGrow = true;
            this.salinityCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(10.680141448974609D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.salinityCaptionTextBox.Name = "salinityCaptionTextBox";
            this.salinityCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.salinityCaptionTextBox.StyleName = "Caption";
            this.salinityCaptionTextBox.Value = "Salinity";
            // 
            // matTempCaptionTextBox
            // 
            this.matTempCaptionTextBox.CanGrow = true;
            this.matTempCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(11.746072769165039D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.matTempCaptionTextBox.Name = "matTempCaptionTextBox";
            this.matTempCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.matTempCaptionTextBox.StyleName = "Caption";
            this.matTempCaptionTextBox.Value = "Mat Temp";
            // 
            // hatcTempCaptionTextBox
            // 
            this.hatcTempCaptionTextBox.CanGrow = true;
            this.hatcTempCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(12.812003135681152D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.hatcTempCaptionTextBox.Name = "hatcTempCaptionTextBox";
            this.hatcTempCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.hatcTempCaptionTextBox.StyleName = "Caption";
            this.hatcTempCaptionTextBox.Value = "Hatc Temp";
            // 
            // squidInCaptionTextBox
            // 
            this.squidInCaptionTextBox.CanGrow = true;
            this.squidInCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(13.877934455871582D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.squidInCaptionTextBox.Name = "squidInCaptionTextBox";
            this.squidInCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidInCaptionTextBox.StyleName = "Caption";
            this.squidInCaptionTextBox.Value = "Squid In";
            // 
            // squidUsedCaptionTextBox
            // 
            this.squidUsedCaptionTextBox.CanGrow = true;
            this.squidUsedCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(14.943864822387695D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.squidUsedCaptionTextBox.Name = "squidUsedCaptionTextBox";
            this.squidUsedCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidUsedCaptionTextBox.StyleName = "Caption";
            this.squidUsedCaptionTextBox.Value = "Squid Used";
            // 
            // squidiBalanceCaptionTextBox
            // 
            this.squidiBalanceCaptionTextBox.CanGrow = true;
            this.squidiBalanceCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(16.009796142578125D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.squidiBalanceCaptionTextBox.Name = "squidiBalanceCaptionTextBox";
            this.squidiBalanceCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidiBalanceCaptionTextBox.StyleName = "Caption";
            this.squidiBalanceCaptionTextBox.Value = "Squidi Balance";
            // 
            // polychaeteInCaptionTextBox
            // 
            this.polychaeteInCaptionTextBox.CanGrow = true;
            this.polychaeteInCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(17.075725555419922D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteInCaptionTextBox.Name = "polychaeteInCaptionTextBox";
            this.polychaeteInCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteInCaptionTextBox.StyleName = "Caption";
            this.polychaeteInCaptionTextBox.Value = "Polychaete In";
            // 
            // polychaeteUsedCaptionTextBox
            // 
            this.polychaeteUsedCaptionTextBox.CanGrow = true;
            this.polychaeteUsedCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(18.141656875610352D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteUsedCaptionTextBox.Name = "polychaeteUsedCaptionTextBox";
            this.polychaeteUsedCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteUsedCaptionTextBox.StyleName = "Caption";
            this.polychaeteUsedCaptionTextBox.Value = "Polychaete Used";
            // 
            // polychaeteBalanceCaptionTextBox
            // 
            this.polychaeteBalanceCaptionTextBox.CanGrow = true;
            this.polychaeteBalanceCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(19.207588195800781D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteBalanceCaptionTextBox.Name = "polychaeteBalanceCaptionTextBox";
            this.polychaeteBalanceCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteBalanceCaptionTextBox.StyleName = "Caption";
            this.polychaeteBalanceCaptionTextBox.Value = "Polychaete Balance";
            // 
            // formaldehydeCaptionTextBox
            // 
            this.formaldehydeCaptionTextBox.CanGrow = true;
            this.formaldehydeCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(20.273519515991211D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.formaldehydeCaptionTextBox.Name = "formaldehydeCaptionTextBox";
            this.formaldehydeCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.formaldehydeCaptionTextBox.StyleName = "Caption";
            this.formaldehydeCaptionTextBox.Value = "Formaldehyde";
            // 
            // eDTACaptionTextBox
            // 
            this.eDTACaptionTextBox.CanGrow = true;
            this.eDTACaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(21.339448928833008D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.eDTACaptionTextBox.Name = "eDTACaptionTextBox";
            this.eDTACaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.eDTACaptionTextBox.StyleName = "Caption";
            this.eDTACaptionTextBox.Value = "EDTA";
            // 
            // treflanCaptionTextBox
            // 
            this.treflanCaptionTextBox.CanGrow = true;
            this.treflanCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(22.405380249023438D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.treflanCaptionTextBox.Name = "treflanCaptionTextBox";
            this.treflanCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.treflanCaptionTextBox.StyleName = "Caption";
            this.treflanCaptionTextBox.Value = "Treflan";
            // 
            // iodineCaptionTextBox
            // 
            this.iodineCaptionTextBox.CanGrow = true;
            this.iodineCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(23.471311569213867D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.iodineCaptionTextBox.Name = "iodineCaptionTextBox";
            this.iodineCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.iodineCaptionTextBox.StyleName = "Caption";
            this.iodineCaptionTextBox.Value = "Iodine";
            // 
            // treflanCaptionTextBox1
            // 
            this.treflanCaptionTextBox1.CanGrow = true;
            this.treflanCaptionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(24.537242889404297D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.treflanCaptionTextBox1.Name = "treflanCaptionTextBox1";
            this.treflanCaptionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.treflanCaptionTextBox1.StyleName = "Caption";
            this.treflanCaptionTextBox1.Value = "Treflan";
            // 
            // vitaminCaptionTextBox
            // 
            this.vitaminCaptionTextBox.CanGrow = true;
            this.vitaminCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(25.603172302246094D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.vitaminCaptionTextBox.Name = "vitaminCaptionTextBox";
            this.vitaminCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.vitaminCaptionTextBox.StyleName = "Caption";
            this.vitaminCaptionTextBox.Value = "Vitamin";
            // 
            // matedCaptionTextBox
            // 
            this.matedCaptionTextBox.CanGrow = true;
            this.matedCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(26.669103622436523D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.matedCaptionTextBox.Name = "matedCaptionTextBox";
            this.matedCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.matedCaptionTextBox.StyleName = "Caption";
            this.matedCaptionTextBox.Value = "Mated";
            // 
            // maturedCaptionTextBox
            // 
            this.maturedCaptionTextBox.CanGrow = true;
            this.maturedCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(27.735034942626953D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.maturedCaptionTextBox.Name = "maturedCaptionTextBox";
            this.maturedCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.maturedCaptionTextBox.StyleName = "Caption";
            this.maturedCaptionTextBox.Value = "Matured";
            // 
            // spawnedCaptionTextBox
            // 
            this.spawnedCaptionTextBox.CanGrow = true;
            this.spawnedCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(28.800966262817383D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.spawnedCaptionTextBox.Name = "spawnedCaptionTextBox";
            this.spawnedCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.spawnedCaptionTextBox.StyleName = "Caption";
            this.spawnedCaptionTextBox.Value = "Spawned";
            // 
            // eggCaptionTextBox
            // 
            this.eggCaptionTextBox.CanGrow = true;
            this.eggCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(29.86689567565918D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.eggCaptionTextBox.Name = "eggCaptionTextBox";
            this.eggCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.eggCaptionTextBox.StyleName = "Caption";
            this.eggCaptionTextBox.Value = "Egg";
            // 
            // fRCaptionTextBox
            // 
            this.fRCaptionTextBox.CanGrow = true;
            this.fRCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(30.932826995849609D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.fRCaptionTextBox.Name = "fRCaptionTextBox";
            this.fRCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.fRCaptionTextBox.StyleName = "Caption";
            this.fRCaptionTextBox.Value = "FR";
            // 
            // naupliiBrutoCaptionTextBox
            // 
            this.naupliiBrutoCaptionTextBox.CanGrow = true;
            this.naupliiBrutoCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(31.998758316040039D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.naupliiBrutoCaptionTextBox.Name = "naupliiBrutoCaptionTextBox";
            this.naupliiBrutoCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.naupliiBrutoCaptionTextBox.StyleName = "Caption";
            this.naupliiBrutoCaptionTextBox.Value = "Nauplii Bruto";
            // 
            // naupliiNettoCaptionTextBox
            // 
            this.naupliiNettoCaptionTextBox.CanGrow = true;
            this.naupliiNettoCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(33.064689636230469D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.naupliiNettoCaptionTextBox.Name = "naupliiNettoCaptionTextBox";
            this.naupliiNettoCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.naupliiNettoCaptionTextBox.StyleName = "Caption";
            this.naupliiNettoCaptionTextBox.Value = "Nauplii Netto";
            // 
            // distributionCaptionTextBox
            // 
            this.distributionCaptionTextBox.CanGrow = true;
            this.distributionCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(34.130619049072266D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.distributionCaptionTextBox.Name = "distributionCaptionTextBox";
            this.distributionCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.distributionCaptionTextBox.StyleName = "Caption";
            this.distributionCaptionTextBox.Value = "Distribution";
            // 
            // remarkCaptionTextBox
            // 
            this.remarkCaptionTextBox.CanGrow = true;
            this.remarkCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(35.196552276611328D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.remarkCaptionTextBox.Name = "remarkCaptionTextBox";
            this.remarkCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.remarkCaptionTextBox.StyleName = "Caption";
            this.remarkCaptionTextBox.Value = "Remark";
            // 
            // userIDCaptionTextBox
            // 
            this.userIDCaptionTextBox.CanGrow = true;
            this.userIDCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(36.262481689453125D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.userIDCaptionTextBox.Name = "userIDCaptionTextBox";
            this.userIDCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.userIDCaptionTextBox.StyleName = "Caption";
            this.userIDCaptionTextBox.Value = "user ID";
            // 
            // batchGroupFooterSection
            // 
            this.batchGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.batchGroupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox3,
            this.femaleSumFunctionTextBox,
            this.maleSumFunctionTextBox,
            this.totalPopulationSumFunctionTextBox,
            this.deadFemaleSumFunctionTextBox,
            this.deadMaleSumFunctionTextBox,
            this.mortalitySumFunctionTextBox,
            this.pHSumFunctionTextBox,
            this.dOSumFunctionTextBox,
            this.salinitySumFunctionTextBox,
            this.matTempSumFunctionTextBox,
            this.hatcTempSumFunctionTextBox,
            this.squidInSumFunctionTextBox,
            this.squidUsedSumFunctionTextBox,
            this.squidiBalanceSumFunctionTextBox,
            this.polychaeteInSumFunctionTextBox,
            this.polychaeteUsedSumFunctionTextBox,
            this.polychaeteBalanceSumFunctionTextBox,
            this.formaldehydeSumFunctionTextBox,
            this.eDTASumFunctionTextBox,
            this.treflanSumFunctionTextBox,
            this.iodineSumFunctionTextBox,
            this.treflanSumFunctionTextBox1,
            this.vitaminSumFunctionTextBox,
            this.matedSumFunctionTextBox,
            this.maturedSumFunctionTextBox,
            this.spawnedSumFunctionTextBox,
            this.eggSumFunctionTextBox,
            this.fRSumFunctionTextBox,
            this.naupliiBrutoSumFunctionTextBox,
            this.naupliiNettoSumFunctionTextBox});
            this.batchGroupFooterSection.Name = "batchGroupFooterSection";
            // 
            // textBox3
            // 
            this.textBox3.CanGrow = true;
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox3.StyleName = "Caption";
            this.textBox3.Value = "Sub-total:";
            // 
            // femaleSumFunctionTextBox
            // 
            this.femaleSumFunctionTextBox.CanGrow = true;
            this.femaleSumFunctionTextBox.Format = "{0:N0}";
            this.femaleSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1526949405670166D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.femaleSumFunctionTextBox.Name = "femaleSumFunctionTextBox";
            this.femaleSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.femaleSumFunctionTextBox.StyleName = "Data";
            this.femaleSumFunctionTextBox.Value = "= AVG(Fields.Female)";
            // 
            // maleSumFunctionTextBox
            // 
            this.maleSumFunctionTextBox.CanGrow = true;
            this.maleSumFunctionTextBox.Format = "{0:N0}";
            this.maleSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2186257839202881D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.maleSumFunctionTextBox.Name = "maleSumFunctionTextBox";
            this.maleSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.maleSumFunctionTextBox.StyleName = "Data";
            this.maleSumFunctionTextBox.Value = "= AVG(Fields.Male)";
            // 
            // totalPopulationSumFunctionTextBox
            // 
            this.totalPopulationSumFunctionTextBox.CanGrow = true;
            this.totalPopulationSumFunctionTextBox.Format = "{0:N0}";
            this.totalPopulationSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2845563888549805D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.totalPopulationSumFunctionTextBox.Name = "totalPopulationSumFunctionTextBox";
            this.totalPopulationSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.totalPopulationSumFunctionTextBox.StyleName = "Data";
            this.totalPopulationSumFunctionTextBox.Value = "= AVG(Fields.TotalPopulation)";
            // 
            // deadFemaleSumFunctionTextBox
            // 
            this.deadFemaleSumFunctionTextBox.CanGrow = true;
            this.deadFemaleSumFunctionTextBox.Format = "{0:N0}";
            this.deadFemaleSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.350487232208252D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.deadFemaleSumFunctionTextBox.Name = "deadFemaleSumFunctionTextBox";
            this.deadFemaleSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.deadFemaleSumFunctionTextBox.StyleName = "Data";
            this.deadFemaleSumFunctionTextBox.Value = "= Sum(Fields.DeadFemale)";
            // 
            // deadMaleSumFunctionTextBox
            // 
            this.deadMaleSumFunctionTextBox.CanGrow = true;
            this.deadMaleSumFunctionTextBox.Format = "{0:N0}";
            this.deadMaleSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4164180755615234D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.deadMaleSumFunctionTextBox.Name = "deadMaleSumFunctionTextBox";
            this.deadMaleSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.deadMaleSumFunctionTextBox.StyleName = "Data";
            this.deadMaleSumFunctionTextBox.Value = "= Sum(Fields.DeadMale)";
            // 
            // mortalitySumFunctionTextBox
            // 
            this.mortalitySumFunctionTextBox.CanGrow = true;
            this.mortalitySumFunctionTextBox.Format = "{0:N0}";
            this.mortalitySumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.4823489189147949D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.mortalitySumFunctionTextBox.Name = "mortalitySumFunctionTextBox";
            this.mortalitySumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.mortalitySumFunctionTextBox.StyleName = "Data";
            this.mortalitySumFunctionTextBox.Value = "= Sum(Fields.Mortality)";
            // 
            // pHSumFunctionTextBox
            // 
            this.pHSumFunctionTextBox.CanGrow = true;
            this.pHSumFunctionTextBox.Format = "{0:N0}";
            this.pHSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.5482797622680664D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pHSumFunctionTextBox.Name = "pHSumFunctionTextBox";
            this.pHSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pHSumFunctionTextBox.StyleName = "Data";
            this.pHSumFunctionTextBox.Value = "= AVG(Fields.PH)";
            // 
            // dOSumFunctionTextBox
            // 
            this.dOSumFunctionTextBox.CanGrow = true;
            this.dOSumFunctionTextBox.Format = "{0:N0}";
            this.dOSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.6142110824584961D), Telerik.Reporting.Drawing.Unit.Inch(0.024167537689208984D));
            this.dOSumFunctionTextBox.Name = "dOSumFunctionTextBox";
            this.dOSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dOSumFunctionTextBox.StyleName = "Data";
            this.dOSumFunctionTextBox.Value = "= AVG(Fields.DO)";
            // 
            // salinitySumFunctionTextBox
            // 
            this.salinitySumFunctionTextBox.CanGrow = true;
            this.salinitySumFunctionTextBox.Format = "{0:N0}";
            this.salinitySumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(10.680141448974609D), Telerik.Reporting.Drawing.Unit.Inch(0.024167537689208984D));
            this.salinitySumFunctionTextBox.Name = "salinitySumFunctionTextBox";
            this.salinitySumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.salinitySumFunctionTextBox.StyleName = "Data";
            this.salinitySumFunctionTextBox.Value = "= AVG(Fields.Salinity)";
            // 
            // matTempSumFunctionTextBox
            // 
            this.matTempSumFunctionTextBox.CanGrow = true;
            this.matTempSumFunctionTextBox.Format = "{0:N0}";
            this.matTempSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(11.746072769165039D), Telerik.Reporting.Drawing.Unit.Inch(0.024167537689208984D));
            this.matTempSumFunctionTextBox.Name = "matTempSumFunctionTextBox";
            this.matTempSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.matTempSumFunctionTextBox.StyleName = "Data";
            this.matTempSumFunctionTextBox.Value = "= AVG(Fields.MatTemp)";
            // 
            // hatcTempSumFunctionTextBox
            // 
            this.hatcTempSumFunctionTextBox.CanGrow = true;
            this.hatcTempSumFunctionTextBox.Format = "{0:N0}";
            this.hatcTempSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(12.812003135681152D), Telerik.Reporting.Drawing.Unit.Inch(0.024167537689208984D));
            this.hatcTempSumFunctionTextBox.Name = "hatcTempSumFunctionTextBox";
            this.hatcTempSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.hatcTempSumFunctionTextBox.StyleName = "Data";
            this.hatcTempSumFunctionTextBox.Value = "= AVG(Fields.HatcTemp)";
            // 
            // squidInSumFunctionTextBox
            // 
            this.squidInSumFunctionTextBox.CanGrow = true;
            this.squidInSumFunctionTextBox.Format = "{0:N0}";
            this.squidInSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(13.877934455871582D), Telerik.Reporting.Drawing.Unit.Inch(0.024167537689208984D));
            this.squidInSumFunctionTextBox.Name = "squidInSumFunctionTextBox";
            this.squidInSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidInSumFunctionTextBox.StyleName = "Data";
            this.squidInSumFunctionTextBox.Value = "= Sum(Fields.SquidIn)";
            // 
            // squidUsedSumFunctionTextBox
            // 
            this.squidUsedSumFunctionTextBox.CanGrow = true;
            this.squidUsedSumFunctionTextBox.Format = "{0:N0}";
            this.squidUsedSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(14.943864822387695D), Telerik.Reporting.Drawing.Unit.Inch(0.024167537689208984D));
            this.squidUsedSumFunctionTextBox.Name = "squidUsedSumFunctionTextBox";
            this.squidUsedSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidUsedSumFunctionTextBox.StyleName = "Data";
            this.squidUsedSumFunctionTextBox.Value = "= Sum(Fields.SquidUsed)";
            // 
            // squidiBalanceSumFunctionTextBox
            // 
            this.squidiBalanceSumFunctionTextBox.CanGrow = true;
            this.squidiBalanceSumFunctionTextBox.Format = "{0:N0}";
            this.squidiBalanceSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(16.009796142578125D), Telerik.Reporting.Drawing.Unit.Inch(0.024167537689208984D));
            this.squidiBalanceSumFunctionTextBox.Name = "squidiBalanceSumFunctionTextBox";
            this.squidiBalanceSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidiBalanceSumFunctionTextBox.StyleName = "Data";
            this.squidiBalanceSumFunctionTextBox.Value = "= Sum(Fields.SquidiBalance)";
            // 
            // polychaeteInSumFunctionTextBox
            // 
            this.polychaeteInSumFunctionTextBox.CanGrow = true;
            this.polychaeteInSumFunctionTextBox.Format = "{0:N0}";
            this.polychaeteInSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(17.075725555419922D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteInSumFunctionTextBox.Name = "polychaeteInSumFunctionTextBox";
            this.polychaeteInSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteInSumFunctionTextBox.StyleName = "Data";
            this.polychaeteInSumFunctionTextBox.Value = "= Sum(Fields.PolychaeteIn)";
            // 
            // polychaeteUsedSumFunctionTextBox
            // 
            this.polychaeteUsedSumFunctionTextBox.CanGrow = true;
            this.polychaeteUsedSumFunctionTextBox.Format = "{0:N0}";
            this.polychaeteUsedSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(18.141656875610352D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteUsedSumFunctionTextBox.Name = "polychaeteUsedSumFunctionTextBox";
            this.polychaeteUsedSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteUsedSumFunctionTextBox.StyleName = "Data";
            this.polychaeteUsedSumFunctionTextBox.Value = "= Sum(Fields.PolychaeteUsed)";
            // 
            // polychaeteBalanceSumFunctionTextBox
            // 
            this.polychaeteBalanceSumFunctionTextBox.CanGrow = true;
            this.polychaeteBalanceSumFunctionTextBox.Format = "{0:N0}";
            this.polychaeteBalanceSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(19.207588195800781D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteBalanceSumFunctionTextBox.Name = "polychaeteBalanceSumFunctionTextBox";
            this.polychaeteBalanceSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteBalanceSumFunctionTextBox.StyleName = "Data";
            this.polychaeteBalanceSumFunctionTextBox.Value = "= Sum(Fields.PolychaeteBalance)";
            // 
            // formaldehydeSumFunctionTextBox
            // 
            this.formaldehydeSumFunctionTextBox.CanGrow = true;
            this.formaldehydeSumFunctionTextBox.Format = "{0:N0}";
            this.formaldehydeSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(20.273519515991211D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.formaldehydeSumFunctionTextBox.Name = "formaldehydeSumFunctionTextBox";
            this.formaldehydeSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.formaldehydeSumFunctionTextBox.StyleName = "Data";
            this.formaldehydeSumFunctionTextBox.Value = "= Sum(Fields.Formaldehyde)";
            // 
            // eDTASumFunctionTextBox
            // 
            this.eDTASumFunctionTextBox.CanGrow = true;
            this.eDTASumFunctionTextBox.Format = "{0:N0}";
            this.eDTASumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(21.339448928833008D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.eDTASumFunctionTextBox.Name = "eDTASumFunctionTextBox";
            this.eDTASumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.eDTASumFunctionTextBox.StyleName = "Data";
            this.eDTASumFunctionTextBox.Value = "= Sum(Fields.EDTA)";
            // 
            // treflanSumFunctionTextBox
            // 
            this.treflanSumFunctionTextBox.CanGrow = true;
            this.treflanSumFunctionTextBox.Format = "{0:N0}";
            this.treflanSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(22.405380249023438D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.treflanSumFunctionTextBox.Name = "treflanSumFunctionTextBox";
            this.treflanSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.treflanSumFunctionTextBox.StyleName = "Data";
            this.treflanSumFunctionTextBox.Value = "= Sum(Fields.Treflan)";
            // 
            // iodineSumFunctionTextBox
            // 
            this.iodineSumFunctionTextBox.CanGrow = true;
            this.iodineSumFunctionTextBox.Format = "{0:N0}";
            this.iodineSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(23.471311569213867D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.iodineSumFunctionTextBox.Name = "iodineSumFunctionTextBox";
            this.iodineSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.iodineSumFunctionTextBox.StyleName = "Data";
            this.iodineSumFunctionTextBox.Value = "= Sum(Fields.Iodine)";
            // 
            // treflanSumFunctionTextBox1
            // 
            this.treflanSumFunctionTextBox1.CanGrow = true;
            this.treflanSumFunctionTextBox1.Format = "{0:N0}";
            this.treflanSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(24.537242889404297D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.treflanSumFunctionTextBox1.Name = "treflanSumFunctionTextBox1";
            this.treflanSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.treflanSumFunctionTextBox1.StyleName = "Data";
            this.treflanSumFunctionTextBox1.Value = "= Sum(Fields.Treflan)";
            // 
            // vitaminSumFunctionTextBox
            // 
            this.vitaminSumFunctionTextBox.CanGrow = true;
            this.vitaminSumFunctionTextBox.Format = "{0:N0}";
            this.vitaminSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(25.603172302246094D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.vitaminSumFunctionTextBox.Name = "vitaminSumFunctionTextBox";
            this.vitaminSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.vitaminSumFunctionTextBox.StyleName = "Data";
            this.vitaminSumFunctionTextBox.Value = "= Sum(Fields.Vitamin)";
            // 
            // matedSumFunctionTextBox
            // 
            this.matedSumFunctionTextBox.CanGrow = true;
            this.matedSumFunctionTextBox.Format = "{0:N0}";
            this.matedSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(26.669103622436523D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.matedSumFunctionTextBox.Name = "matedSumFunctionTextBox";
            this.matedSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.matedSumFunctionTextBox.StyleName = "Data";
            this.matedSumFunctionTextBox.Value = "= Sum(Fields.Mated)";
            // 
            // maturedSumFunctionTextBox
            // 
            this.maturedSumFunctionTextBox.CanGrow = true;
            this.maturedSumFunctionTextBox.Format = "{0:N0}";
            this.maturedSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(27.735034942626953D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.maturedSumFunctionTextBox.Name = "maturedSumFunctionTextBox";
            this.maturedSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.maturedSumFunctionTextBox.StyleName = "Data";
            this.maturedSumFunctionTextBox.Value = "= Sum(Fields.Matured)";
            // 
            // spawnedSumFunctionTextBox
            // 
            this.spawnedSumFunctionTextBox.CanGrow = true;
            this.spawnedSumFunctionTextBox.Format = "{0:N0}";
            this.spawnedSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(28.800966262817383D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.spawnedSumFunctionTextBox.Name = "spawnedSumFunctionTextBox";
            this.spawnedSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.spawnedSumFunctionTextBox.StyleName = "Data";
            this.spawnedSumFunctionTextBox.Value = "= Sum(Fields.Spawned)";
            // 
            // eggSumFunctionTextBox
            // 
            this.eggSumFunctionTextBox.CanGrow = true;
            this.eggSumFunctionTextBox.Format = "{0:N0}";
            this.eggSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(29.86689567565918D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.eggSumFunctionTextBox.Name = "eggSumFunctionTextBox";
            this.eggSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.eggSumFunctionTextBox.StyleName = "Data";
            this.eggSumFunctionTextBox.Value = "= Sum(Fields.Egg)";
            // 
            // fRSumFunctionTextBox
            // 
            this.fRSumFunctionTextBox.CanGrow = true;
            this.fRSumFunctionTextBox.Format = "{0:N0}";
            this.fRSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(30.932826995849609D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.fRSumFunctionTextBox.Name = "fRSumFunctionTextBox";
            this.fRSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.fRSumFunctionTextBox.StyleName = "Data";
            this.fRSumFunctionTextBox.Value = "= AVG(Fields.FR)";
            // 
            // naupliiBrutoSumFunctionTextBox
            // 
            this.naupliiBrutoSumFunctionTextBox.CanGrow = true;
            this.naupliiBrutoSumFunctionTextBox.Format = "{0:N0}";
            this.naupliiBrutoSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(31.998758316040039D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.naupliiBrutoSumFunctionTextBox.Name = "naupliiBrutoSumFunctionTextBox";
            this.naupliiBrutoSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.naupliiBrutoSumFunctionTextBox.StyleName = "Data";
            this.naupliiBrutoSumFunctionTextBox.Value = "= Sum(Fields.NaupliiBruto)";
            // 
            // naupliiNettoSumFunctionTextBox
            // 
            this.naupliiNettoSumFunctionTextBox.CanGrow = true;
            this.naupliiNettoSumFunctionTextBox.Format = "{0:N0}";
            this.naupliiNettoSumFunctionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(33.064689636230469D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.naupliiNettoSumFunctionTextBox.Name = "naupliiNettoSumFunctionTextBox";
            this.naupliiNettoSumFunctionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.naupliiNettoSumFunctionTextBox.StyleName = "Data";
            this.naupliiNettoSumFunctionTextBox.Value = "= Sum(Fields.NaupliiNetto)";
            // 
            // batchGroupHeaderSection
            // 
            this.batchGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.batchGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox2});
            this.batchGroupHeaderSection.Name = "batchGroupHeaderSection";
            // 
            // textBox2
            // 
            this.textBox2.CanGrow = true;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox2.StyleName = "Data";
            this.textBox2.Value = "= Fields.Batch";
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "HatcheryReportLibrary.Properties.Settings.Hatchery";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@batchParameter", System.Data.DbType.Int32, "= Parameters.batchParameter.Value")});
            this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.femaleSumFunctionTextBox1,
            this.maleSumFunctionTextBox1,
            this.totalPopulationSumFunctionTextBox1,
            this.deadFemaleSumFunctionTextBox1,
            this.deadMaleSumFunctionTextBox1,
            this.mortalitySumFunctionTextBox1,
            this.pHSumFunctionTextBox1,
            this.dOSumFunctionTextBox1,
            this.salinitySumFunctionTextBox1,
            this.matTempSumFunctionTextBox1,
            this.hatcTempSumFunctionTextBox1,
            this.squidInSumFunctionTextBox1,
            this.squidUsedSumFunctionTextBox1,
            this.squidiBalanceSumFunctionTextBox1,
            this.polychaeteInSumFunctionTextBox1,
            this.polychaeteUsedSumFunctionTextBox1,
            this.polychaeteBalanceSumFunctionTextBox1,
            this.formaldehydeSumFunctionTextBox1,
            this.eDTASumFunctionTextBox1,
            this.treflanSumFunctionTextBox2,
            this.iodineSumFunctionTextBox1,
            this.treflanSumFunctionTextBox3,
            this.vitaminSumFunctionTextBox1,
            this.matedSumFunctionTextBox1,
            this.maturedSumFunctionTextBox1,
            this.spawnedSumFunctionTextBox1,
            this.eggSumFunctionTextBox1,
            this.fRSumFunctionTextBox1,
            this.naupliiBrutoSumFunctionTextBox1,
            this.naupliiNettoSumFunctionTextBox1});
            this.reportFooter.Name = "reportFooter";
            this.reportFooter.Style.Visible = true;
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox1.StyleName = "Caption";
            this.textBox1.Value = "Grand total:";
            // 
            // femaleSumFunctionTextBox1
            // 
            this.femaleSumFunctionTextBox1.CanGrow = true;
            this.femaleSumFunctionTextBox1.Format = "{0:N0}";
            this.femaleSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1526949405670166D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.femaleSumFunctionTextBox1.Name = "femaleSumFunctionTextBox1";
            this.femaleSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.femaleSumFunctionTextBox1.StyleName = "Data";
            this.femaleSumFunctionTextBox1.Value = "= AVG(Fields.Female)";
            // 
            // maleSumFunctionTextBox1
            // 
            this.maleSumFunctionTextBox1.CanGrow = true;
            this.maleSumFunctionTextBox1.Format = "{0:N0}";
            this.maleSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2186257839202881D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.maleSumFunctionTextBox1.Name = "maleSumFunctionTextBox1";
            this.maleSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.maleSumFunctionTextBox1.StyleName = "Data";
            this.maleSumFunctionTextBox1.Value = "= AVG(Fields.Male)";
            // 
            // totalPopulationSumFunctionTextBox1
            // 
            this.totalPopulationSumFunctionTextBox1.CanGrow = true;
            this.totalPopulationSumFunctionTextBox1.Format = "{0:N0}";
            this.totalPopulationSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2845563888549805D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.totalPopulationSumFunctionTextBox1.Name = "totalPopulationSumFunctionTextBox1";
            this.totalPopulationSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.totalPopulationSumFunctionTextBox1.StyleName = "Data";
            this.totalPopulationSumFunctionTextBox1.Value = "= AVG(Fields.TotalPopulation)";
            // 
            // deadFemaleSumFunctionTextBox1
            // 
            this.deadFemaleSumFunctionTextBox1.CanGrow = true;
            this.deadFemaleSumFunctionTextBox1.Format = "{0:N0}";
            this.deadFemaleSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.350487232208252D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.deadFemaleSumFunctionTextBox1.Name = "deadFemaleSumFunctionTextBox1";
            this.deadFemaleSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.deadFemaleSumFunctionTextBox1.StyleName = "Data";
            this.deadFemaleSumFunctionTextBox1.Value = "= Sum(Fields.DeadFemale)";
            // 
            // deadMaleSumFunctionTextBox1
            // 
            this.deadMaleSumFunctionTextBox1.CanGrow = true;
            this.deadMaleSumFunctionTextBox1.Format = "{0:N0}";
            this.deadMaleSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4164180755615234D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.deadMaleSumFunctionTextBox1.Name = "deadMaleSumFunctionTextBox1";
            this.deadMaleSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.deadMaleSumFunctionTextBox1.StyleName = "Data";
            this.deadMaleSumFunctionTextBox1.Value = "= Sum(Fields.DeadMale)";
            // 
            // mortalitySumFunctionTextBox1
            // 
            this.mortalitySumFunctionTextBox1.CanGrow = true;
            this.mortalitySumFunctionTextBox1.Format = "{0:N0}";
            this.mortalitySumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.4823489189147949D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.mortalitySumFunctionTextBox1.Name = "mortalitySumFunctionTextBox1";
            this.mortalitySumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.mortalitySumFunctionTextBox1.StyleName = "Data";
            this.mortalitySumFunctionTextBox1.Value = "= Sum(Fields.Mortality)";
            // 
            // pHSumFunctionTextBox1
            // 
            this.pHSumFunctionTextBox1.CanGrow = true;
            this.pHSumFunctionTextBox1.Format = "{0:N0}";
            this.pHSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.5482797622680664D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pHSumFunctionTextBox1.Name = "pHSumFunctionTextBox1";
            this.pHSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pHSumFunctionTextBox1.StyleName = "Data";
            this.pHSumFunctionTextBox1.Value = "= AVG(Fields.PH)";
            // 
            // dOSumFunctionTextBox1
            // 
            this.dOSumFunctionTextBox1.CanGrow = true;
            this.dOSumFunctionTextBox1.Format = "{0:N0}";
            this.dOSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.6142110824584961D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dOSumFunctionTextBox1.Name = "dOSumFunctionTextBox1";
            this.dOSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dOSumFunctionTextBox1.StyleName = "Data";
            this.dOSumFunctionTextBox1.Value = "= AVG(Fields.DO)";
            // 
            // salinitySumFunctionTextBox1
            // 
            this.salinitySumFunctionTextBox1.CanGrow = true;
            this.salinitySumFunctionTextBox1.Format = "{0:N0}";
            this.salinitySumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(10.680141448974609D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.salinitySumFunctionTextBox1.Name = "salinitySumFunctionTextBox1";
            this.salinitySumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.salinitySumFunctionTextBox1.StyleName = "Data";
            this.salinitySumFunctionTextBox1.Value = "= AVG(Fields.Salinity)";
            // 
            // matTempSumFunctionTextBox1
            // 
            this.matTempSumFunctionTextBox1.CanGrow = true;
            this.matTempSumFunctionTextBox1.Format = "{0:N0}";
            this.matTempSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(11.746072769165039D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.matTempSumFunctionTextBox1.Name = "matTempSumFunctionTextBox1";
            this.matTempSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.matTempSumFunctionTextBox1.StyleName = "Data";
            this.matTempSumFunctionTextBox1.Value = "= AVG(Fields.MatTemp)";
            // 
            // hatcTempSumFunctionTextBox1
            // 
            this.hatcTempSumFunctionTextBox1.CanGrow = true;
            this.hatcTempSumFunctionTextBox1.Format = "{0:N0}";
            this.hatcTempSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(12.812003135681152D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.hatcTempSumFunctionTextBox1.Name = "hatcTempSumFunctionTextBox1";
            this.hatcTempSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.hatcTempSumFunctionTextBox1.StyleName = "Data";
            this.hatcTempSumFunctionTextBox1.Value = "= AVG(Fields.HatcTemp)";
            // 
            // squidInSumFunctionTextBox1
            // 
            this.squidInSumFunctionTextBox1.CanGrow = true;
            this.squidInSumFunctionTextBox1.Format = "{0:N0}";
            this.squidInSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(13.877934455871582D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.squidInSumFunctionTextBox1.Name = "squidInSumFunctionTextBox1";
            this.squidInSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidInSumFunctionTextBox1.StyleName = "Data";
            this.squidInSumFunctionTextBox1.Value = "= Sum(Fields.SquidIn)";
            // 
            // squidUsedSumFunctionTextBox1
            // 
            this.squidUsedSumFunctionTextBox1.CanGrow = true;
            this.squidUsedSumFunctionTextBox1.Format = "{0:N0}";
            this.squidUsedSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(14.943864822387695D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.squidUsedSumFunctionTextBox1.Name = "squidUsedSumFunctionTextBox1";
            this.squidUsedSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidUsedSumFunctionTextBox1.StyleName = "Data";
            this.squidUsedSumFunctionTextBox1.Value = "= Sum(Fields.SquidUsed)";
            // 
            // squidiBalanceSumFunctionTextBox1
            // 
            this.squidiBalanceSumFunctionTextBox1.CanGrow = true;
            this.squidiBalanceSumFunctionTextBox1.Format = "{0:N0}";
            this.squidiBalanceSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(16.009796142578125D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.squidiBalanceSumFunctionTextBox1.Name = "squidiBalanceSumFunctionTextBox1";
            this.squidiBalanceSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidiBalanceSumFunctionTextBox1.StyleName = "Data";
            this.squidiBalanceSumFunctionTextBox1.Value = "= Sum(Fields.SquidiBalance)";
            // 
            // polychaeteInSumFunctionTextBox1
            // 
            this.polychaeteInSumFunctionTextBox1.CanGrow = true;
            this.polychaeteInSumFunctionTextBox1.Format = "{0:N0}";
            this.polychaeteInSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(17.075725555419922D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteInSumFunctionTextBox1.Name = "polychaeteInSumFunctionTextBox1";
            this.polychaeteInSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteInSumFunctionTextBox1.StyleName = "Data";
            this.polychaeteInSumFunctionTextBox1.Value = "= Sum(Fields.PolychaeteIn)";
            // 
            // polychaeteUsedSumFunctionTextBox1
            // 
            this.polychaeteUsedSumFunctionTextBox1.CanGrow = true;
            this.polychaeteUsedSumFunctionTextBox1.Format = "{0:N0}";
            this.polychaeteUsedSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(18.141656875610352D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteUsedSumFunctionTextBox1.Name = "polychaeteUsedSumFunctionTextBox1";
            this.polychaeteUsedSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteUsedSumFunctionTextBox1.StyleName = "Data";
            this.polychaeteUsedSumFunctionTextBox1.Value = "= Sum(Fields.PolychaeteUsed)";
            // 
            // polychaeteBalanceSumFunctionTextBox1
            // 
            this.polychaeteBalanceSumFunctionTextBox1.CanGrow = true;
            this.polychaeteBalanceSumFunctionTextBox1.Format = "{0:N0}";
            this.polychaeteBalanceSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(19.207588195800781D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteBalanceSumFunctionTextBox1.Name = "polychaeteBalanceSumFunctionTextBox1";
            this.polychaeteBalanceSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteBalanceSumFunctionTextBox1.StyleName = "Data";
            this.polychaeteBalanceSumFunctionTextBox1.Value = "= Sum(Fields.PolychaeteBalance)";
            // 
            // formaldehydeSumFunctionTextBox1
            // 
            this.formaldehydeSumFunctionTextBox1.CanGrow = true;
            this.formaldehydeSumFunctionTextBox1.Format = "{0:N0}";
            this.formaldehydeSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(20.273519515991211D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.formaldehydeSumFunctionTextBox1.Name = "formaldehydeSumFunctionTextBox1";
            this.formaldehydeSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.formaldehydeSumFunctionTextBox1.StyleName = "Data";
            this.formaldehydeSumFunctionTextBox1.Value = "= Sum(Fields.Formaldehyde)";
            // 
            // eDTASumFunctionTextBox1
            // 
            this.eDTASumFunctionTextBox1.CanGrow = true;
            this.eDTASumFunctionTextBox1.Format = "{0:N0}";
            this.eDTASumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(21.339448928833008D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.eDTASumFunctionTextBox1.Name = "eDTASumFunctionTextBox1";
            this.eDTASumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.eDTASumFunctionTextBox1.StyleName = "Data";
            this.eDTASumFunctionTextBox1.Value = "= Sum(Fields.EDTA)";
            // 
            // treflanSumFunctionTextBox2
            // 
            this.treflanSumFunctionTextBox2.CanGrow = true;
            this.treflanSumFunctionTextBox2.Format = "{0:N0}";
            this.treflanSumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(22.405380249023438D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.treflanSumFunctionTextBox2.Name = "treflanSumFunctionTextBox2";
            this.treflanSumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.treflanSumFunctionTextBox2.StyleName = "Data";
            this.treflanSumFunctionTextBox2.Value = "= Sum(Fields.Treflan)";
            // 
            // iodineSumFunctionTextBox1
            // 
            this.iodineSumFunctionTextBox1.CanGrow = true;
            this.iodineSumFunctionTextBox1.Format = "{0:N0}";
            this.iodineSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(23.471311569213867D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.iodineSumFunctionTextBox1.Name = "iodineSumFunctionTextBox1";
            this.iodineSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.iodineSumFunctionTextBox1.StyleName = "Data";
            this.iodineSumFunctionTextBox1.Value = "= Sum(Fields.Iodine)";
            // 
            // treflanSumFunctionTextBox3
            // 
            this.treflanSumFunctionTextBox3.CanGrow = true;
            this.treflanSumFunctionTextBox3.Format = "{0:N0}";
            this.treflanSumFunctionTextBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(24.537242889404297D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.treflanSumFunctionTextBox3.Name = "treflanSumFunctionTextBox3";
            this.treflanSumFunctionTextBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.treflanSumFunctionTextBox3.StyleName = "Data";
            this.treflanSumFunctionTextBox3.Value = "= Sum(Fields.Treflan)";
            // 
            // vitaminSumFunctionTextBox1
            // 
            this.vitaminSumFunctionTextBox1.CanGrow = true;
            this.vitaminSumFunctionTextBox1.Format = "{0:N0}";
            this.vitaminSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(25.603172302246094D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.vitaminSumFunctionTextBox1.Name = "vitaminSumFunctionTextBox1";
            this.vitaminSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.vitaminSumFunctionTextBox1.StyleName = "Data";
            this.vitaminSumFunctionTextBox1.Value = "= Sum(Fields.Vitamin)";
            // 
            // matedSumFunctionTextBox1
            // 
            this.matedSumFunctionTextBox1.CanGrow = true;
            this.matedSumFunctionTextBox1.Format = "{0:N0}";
            this.matedSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(26.669103622436523D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.matedSumFunctionTextBox1.Name = "matedSumFunctionTextBox1";
            this.matedSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.matedSumFunctionTextBox1.StyleName = "Data";
            this.matedSumFunctionTextBox1.Value = "= Sum(Fields.Mated)";
            // 
            // maturedSumFunctionTextBox1
            // 
            this.maturedSumFunctionTextBox1.CanGrow = true;
            this.maturedSumFunctionTextBox1.Format = "{0:N0}";
            this.maturedSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(27.735034942626953D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.maturedSumFunctionTextBox1.Name = "maturedSumFunctionTextBox1";
            this.maturedSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.maturedSumFunctionTextBox1.StyleName = "Data";
            this.maturedSumFunctionTextBox1.Value = "= Sum(Fields.Matured)";
            // 
            // spawnedSumFunctionTextBox1
            // 
            this.spawnedSumFunctionTextBox1.CanGrow = true;
            this.spawnedSumFunctionTextBox1.Format = "{0:N0}";
            this.spawnedSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(28.800966262817383D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.spawnedSumFunctionTextBox1.Name = "spawnedSumFunctionTextBox1";
            this.spawnedSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.spawnedSumFunctionTextBox1.StyleName = "Data";
            this.spawnedSumFunctionTextBox1.Value = "= Sum(Fields.Spawned)";
            // 
            // eggSumFunctionTextBox1
            // 
            this.eggSumFunctionTextBox1.CanGrow = true;
            this.eggSumFunctionTextBox1.Format = "{0:N0}";
            this.eggSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(29.86689567565918D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.eggSumFunctionTextBox1.Name = "eggSumFunctionTextBox1";
            this.eggSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.eggSumFunctionTextBox1.StyleName = "Data";
            this.eggSumFunctionTextBox1.Value = "= Sum(Fields.Egg)";
            // 
            // fRSumFunctionTextBox1
            // 
            this.fRSumFunctionTextBox1.CanGrow = true;
            this.fRSumFunctionTextBox1.Format = "{0:N0}";
            this.fRSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(30.932826995849609D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.fRSumFunctionTextBox1.Name = "fRSumFunctionTextBox1";
            this.fRSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.fRSumFunctionTextBox1.StyleName = "Data";
            this.fRSumFunctionTextBox1.Value = "= AVG(Fields.FR)";
            // 
            // naupliiBrutoSumFunctionTextBox1
            // 
            this.naupliiBrutoSumFunctionTextBox1.CanGrow = true;
            this.naupliiBrutoSumFunctionTextBox1.Format = "{0:N0}";
            this.naupliiBrutoSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(31.998758316040039D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.naupliiBrutoSumFunctionTextBox1.Name = "naupliiBrutoSumFunctionTextBox1";
            this.naupliiBrutoSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.naupliiBrutoSumFunctionTextBox1.StyleName = "Data";
            this.naupliiBrutoSumFunctionTextBox1.Value = "= Sum(Fields.NaupliiBruto)";
            // 
            // naupliiNettoSumFunctionTextBox1
            // 
            this.naupliiNettoSumFunctionTextBox1.CanGrow = true;
            this.naupliiNettoSumFunctionTextBox1.Format = "{0:N0}";
            this.naupliiNettoSumFunctionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(33.064689636230469D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.naupliiNettoSumFunctionTextBox1.Name = "naupliiNettoSumFunctionTextBox1";
            this.naupliiNettoSumFunctionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.naupliiNettoSumFunctionTextBox1.StyleName = "Data";
            this.naupliiNettoSumFunctionTextBox1.Value = "= Sum(Fields.NaupliiNetto)";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(18.632955551147461D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(18.674623489379883D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(18.632955551147461D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.80823493003845215D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(37.328411102294922D), Telerik.Reporting.Drawing.Unit.Inch(0.787401556968689D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Complete Broodstock Report";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.dateDataTextBox,
            this.femaleDataTextBox,
            this.maleDataTextBox,
            this.totalPopulationDataTextBox,
            this.deadFemaleDataTextBox,
            this.deadMaleDataTextBox,
            this.mortalityDataTextBox,
            this.pHDataTextBox,
            this.dODataTextBox,
            this.salinityDataTextBox,
            this.matTempDataTextBox,
            this.hatcTempDataTextBox,
            this.squidInDataTextBox,
            this.squidUsedDataTextBox,
            this.squidiBalanceDataTextBox,
            this.polychaeteInDataTextBox,
            this.polychaeteUsedDataTextBox,
            this.polychaeteBalanceDataTextBox,
            this.formaldehydeDataTextBox,
            this.eDTADataTextBox,
            this.treflanDataTextBox,
            this.iodineDataTextBox,
            this.treflanDataTextBox1,
            this.vitaminDataTextBox,
            this.matedDataTextBox,
            this.maturedDataTextBox,
            this.spawnedDataTextBox,
            this.eggDataTextBox,
            this.fRDataTextBox,
            this.naupliiBrutoDataTextBox,
            this.naupliiNettoDataTextBox,
            this.distributionDataTextBox,
            this.remarkDataTextBox,
            this.userIDDataTextBox});
            this.detail.Name = "detail";
            // 
            // dateDataTextBox
            // 
            this.dateDataTextBox.CanGrow = true;
            this.dateDataTextBox.Format = "{0:dd/MM/yyyy}";
            this.dateDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.0867640972137451D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dateDataTextBox.Name = "dateDataTextBox";
            this.dateDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dateDataTextBox.StyleName = "Data";
            this.dateDataTextBox.Value = "= Fields.Date";
            // 
            // femaleDataTextBox
            // 
            this.femaleDataTextBox.CanGrow = true;
            this.femaleDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1526949405670166D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.femaleDataTextBox.Name = "femaleDataTextBox";
            this.femaleDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.femaleDataTextBox.StyleName = "Data";
            this.femaleDataTextBox.Value = "= Fields.Female";
            // 
            // maleDataTextBox
            // 
            this.maleDataTextBox.CanGrow = true;
            this.maleDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2186257839202881D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.maleDataTextBox.Name = "maleDataTextBox";
            this.maleDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.maleDataTextBox.StyleName = "Data";
            this.maleDataTextBox.Value = "= Fields.Male";
            // 
            // totalPopulationDataTextBox
            // 
            this.totalPopulationDataTextBox.CanGrow = true;
            this.totalPopulationDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2845563888549805D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.totalPopulationDataTextBox.Name = "totalPopulationDataTextBox";
            this.totalPopulationDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.totalPopulationDataTextBox.StyleName = "Data";
            this.totalPopulationDataTextBox.Value = "= Fields.TotalPopulation";
            // 
            // deadFemaleDataTextBox
            // 
            this.deadFemaleDataTextBox.CanGrow = true;
            this.deadFemaleDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.350487232208252D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.deadFemaleDataTextBox.Name = "deadFemaleDataTextBox";
            this.deadFemaleDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.deadFemaleDataTextBox.StyleName = "Data";
            this.deadFemaleDataTextBox.Value = "= Fields.DeadFemale";
            // 
            // deadMaleDataTextBox
            // 
            this.deadMaleDataTextBox.CanGrow = true;
            this.deadMaleDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4164180755615234D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.deadMaleDataTextBox.Name = "deadMaleDataTextBox";
            this.deadMaleDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.deadMaleDataTextBox.StyleName = "Data";
            this.deadMaleDataTextBox.Value = "= Fields.DeadMale";
            // 
            // mortalityDataTextBox
            // 
            this.mortalityDataTextBox.CanGrow = true;
            this.mortalityDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.4823489189147949D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.mortalityDataTextBox.Name = "mortalityDataTextBox";
            this.mortalityDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.mortalityDataTextBox.StyleName = "Data";
            this.mortalityDataTextBox.Value = "= Fields.Mortality";
            // 
            // pHDataTextBox
            // 
            this.pHDataTextBox.CanGrow = true;
            this.pHDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.5482797622680664D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pHDataTextBox.Name = "pHDataTextBox";
            this.pHDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pHDataTextBox.StyleName = "Data";
            this.pHDataTextBox.Value = "= Fields.PH";
            // 
            // dODataTextBox
            // 
            this.dODataTextBox.CanGrow = true;
            this.dODataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.6142110824584961D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dODataTextBox.Name = "dODataTextBox";
            this.dODataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dODataTextBox.StyleName = "Data";
            this.dODataTextBox.Value = "= Fields.DO";
            // 
            // salinityDataTextBox
            // 
            this.salinityDataTextBox.CanGrow = true;
            this.salinityDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(10.680141448974609D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.salinityDataTextBox.Name = "salinityDataTextBox";
            this.salinityDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.salinityDataTextBox.StyleName = "Data";
            this.salinityDataTextBox.Value = "= Fields.Salinity";
            // 
            // matTempDataTextBox
            // 
            this.matTempDataTextBox.CanGrow = true;
            this.matTempDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(11.746072769165039D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.matTempDataTextBox.Name = "matTempDataTextBox";
            this.matTempDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.matTempDataTextBox.StyleName = "Data";
            this.matTempDataTextBox.Value = "= Fields.MatTemp";
            // 
            // hatcTempDataTextBox
            // 
            this.hatcTempDataTextBox.CanGrow = true;
            this.hatcTempDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(12.812003135681152D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.hatcTempDataTextBox.Name = "hatcTempDataTextBox";
            this.hatcTempDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.hatcTempDataTextBox.StyleName = "Data";
            this.hatcTempDataTextBox.Value = "= Fields.HatcTemp";
            // 
            // squidInDataTextBox
            // 
            this.squidInDataTextBox.CanGrow = true;
            this.squidInDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(13.877934455871582D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.squidInDataTextBox.Name = "squidInDataTextBox";
            this.squidInDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidInDataTextBox.StyleName = "Data";
            this.squidInDataTextBox.Value = "= Fields.SquidIn";
            // 
            // squidUsedDataTextBox
            // 
            this.squidUsedDataTextBox.CanGrow = true;
            this.squidUsedDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(14.943864822387695D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.squidUsedDataTextBox.Name = "squidUsedDataTextBox";
            this.squidUsedDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidUsedDataTextBox.StyleName = "Data";
            this.squidUsedDataTextBox.Value = "= Fields.SquidUsed";
            // 
            // squidiBalanceDataTextBox
            // 
            this.squidiBalanceDataTextBox.CanGrow = true;
            this.squidiBalanceDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(16.009796142578125D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.squidiBalanceDataTextBox.Name = "squidiBalanceDataTextBox";
            this.squidiBalanceDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.squidiBalanceDataTextBox.StyleName = "Data";
            this.squidiBalanceDataTextBox.Value = "= Fields.SquidiBalance";
            // 
            // polychaeteInDataTextBox
            // 
            this.polychaeteInDataTextBox.CanGrow = true;
            this.polychaeteInDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(17.075725555419922D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteInDataTextBox.Name = "polychaeteInDataTextBox";
            this.polychaeteInDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteInDataTextBox.StyleName = "Data";
            this.polychaeteInDataTextBox.Value = "= Fields.PolychaeteIn";
            // 
            // polychaeteUsedDataTextBox
            // 
            this.polychaeteUsedDataTextBox.CanGrow = true;
            this.polychaeteUsedDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(18.141656875610352D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteUsedDataTextBox.Name = "polychaeteUsedDataTextBox";
            this.polychaeteUsedDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteUsedDataTextBox.StyleName = "Data";
            this.polychaeteUsedDataTextBox.Value = "= Fields.PolychaeteUsed";
            // 
            // polychaeteBalanceDataTextBox
            // 
            this.polychaeteBalanceDataTextBox.CanGrow = true;
            this.polychaeteBalanceDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(19.207588195800781D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.polychaeteBalanceDataTextBox.Name = "polychaeteBalanceDataTextBox";
            this.polychaeteBalanceDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.polychaeteBalanceDataTextBox.StyleName = "Data";
            this.polychaeteBalanceDataTextBox.Value = "= Fields.PolychaeteBalance";
            // 
            // formaldehydeDataTextBox
            // 
            this.formaldehydeDataTextBox.CanGrow = true;
            this.formaldehydeDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(20.273519515991211D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.formaldehydeDataTextBox.Name = "formaldehydeDataTextBox";
            this.formaldehydeDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.formaldehydeDataTextBox.StyleName = "Data";
            this.formaldehydeDataTextBox.Value = "= Fields.Formaldehyde";
            // 
            // eDTADataTextBox
            // 
            this.eDTADataTextBox.CanGrow = true;
            this.eDTADataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(21.339448928833008D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.eDTADataTextBox.Name = "eDTADataTextBox";
            this.eDTADataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.eDTADataTextBox.StyleName = "Data";
            this.eDTADataTextBox.Value = "= Fields.EDTA";
            // 
            // treflanDataTextBox
            // 
            this.treflanDataTextBox.CanGrow = true;
            this.treflanDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(22.405380249023438D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.treflanDataTextBox.Name = "treflanDataTextBox";
            this.treflanDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.treflanDataTextBox.StyleName = "Data";
            this.treflanDataTextBox.Value = "= Fields.Treflan";
            // 
            // iodineDataTextBox
            // 
            this.iodineDataTextBox.CanGrow = true;
            this.iodineDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(23.471311569213867D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.iodineDataTextBox.Name = "iodineDataTextBox";
            this.iodineDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.iodineDataTextBox.StyleName = "Data";
            this.iodineDataTextBox.Value = "= Fields.Iodine";
            // 
            // treflanDataTextBox1
            // 
            this.treflanDataTextBox1.CanGrow = true;
            this.treflanDataTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(24.537242889404297D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.treflanDataTextBox1.Name = "treflanDataTextBox1";
            this.treflanDataTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.treflanDataTextBox1.StyleName = "Data";
            this.treflanDataTextBox1.Value = "= Fields.Treflan";
            // 
            // vitaminDataTextBox
            // 
            this.vitaminDataTextBox.CanGrow = true;
            this.vitaminDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(25.603172302246094D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.vitaminDataTextBox.Name = "vitaminDataTextBox";
            this.vitaminDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.vitaminDataTextBox.StyleName = "Data";
            this.vitaminDataTextBox.Value = "= Fields.Vitamin";
            // 
            // matedDataTextBox
            // 
            this.matedDataTextBox.CanGrow = true;
            this.matedDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(26.669103622436523D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.matedDataTextBox.Name = "matedDataTextBox";
            this.matedDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.matedDataTextBox.StyleName = "Data";
            this.matedDataTextBox.Value = "= Fields.Mated";
            // 
            // maturedDataTextBox
            // 
            this.maturedDataTextBox.CanGrow = true;
            this.maturedDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(27.735034942626953D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.maturedDataTextBox.Name = "maturedDataTextBox";
            this.maturedDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.maturedDataTextBox.StyleName = "Data";
            this.maturedDataTextBox.Value = "= Fields.Matured";
            // 
            // spawnedDataTextBox
            // 
            this.spawnedDataTextBox.CanGrow = true;
            this.spawnedDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(28.800966262817383D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.spawnedDataTextBox.Name = "spawnedDataTextBox";
            this.spawnedDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.spawnedDataTextBox.StyleName = "Data";
            this.spawnedDataTextBox.Value = "= Fields.Spawned";
            // 
            // eggDataTextBox
            // 
            this.eggDataTextBox.CanGrow = true;
            this.eggDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(29.86689567565918D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.eggDataTextBox.Name = "eggDataTextBox";
            this.eggDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.eggDataTextBox.StyleName = "Data";
            this.eggDataTextBox.Value = "= Fields.Egg";
            // 
            // fRDataTextBox
            // 
            this.fRDataTextBox.CanGrow = true;
            this.fRDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(30.932826995849609D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.fRDataTextBox.Name = "fRDataTextBox";
            this.fRDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.fRDataTextBox.StyleName = "Data";
            this.fRDataTextBox.Value = "= Fields.FR";
            // 
            // naupliiBrutoDataTextBox
            // 
            this.naupliiBrutoDataTextBox.CanGrow = true;
            this.naupliiBrutoDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(31.998758316040039D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.naupliiBrutoDataTextBox.Name = "naupliiBrutoDataTextBox";
            this.naupliiBrutoDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.naupliiBrutoDataTextBox.StyleName = "Data";
            this.naupliiBrutoDataTextBox.Value = "= Fields.NaupliiBruto";
            // 
            // naupliiNettoDataTextBox
            // 
            this.naupliiNettoDataTextBox.CanGrow = true;
            this.naupliiNettoDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(33.064689636230469D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.naupliiNettoDataTextBox.Name = "naupliiNettoDataTextBox";
            this.naupliiNettoDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.naupliiNettoDataTextBox.StyleName = "Data";
            this.naupliiNettoDataTextBox.Value = "= Fields.NaupliiNetto";
            // 
            // distributionDataTextBox
            // 
            this.distributionDataTextBox.CanGrow = true;
            this.distributionDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(34.130619049072266D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.distributionDataTextBox.Name = "distributionDataTextBox";
            this.distributionDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.distributionDataTextBox.StyleName = "Data";
            this.distributionDataTextBox.Value = "= Fields.Distribution";
            // 
            // remarkDataTextBox
            // 
            this.remarkDataTextBox.CanGrow = true;
            this.remarkDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(35.196552276611328D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.remarkDataTextBox.Name = "remarkDataTextBox";
            this.remarkDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.remarkDataTextBox.StyleName = "Data";
            this.remarkDataTextBox.Value = "= Fields.Remark";
            // 
            // userIDDataTextBox
            // 
            this.userIDDataTextBox.CanGrow = true;
            this.userIDDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(36.262481689453125D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.userIDDataTextBox.Name = "userIDDataTextBox";
            this.userIDDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0450974702835083D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.userIDDataTextBox.StyleName = "Data";
            this.userIDDataTextBox.Value = "= Fields.userID";
            // 
            // CompleteBroodstockReport
            // 
            this.DataSource = this.sqlDataSource1;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            group2.GroupFooter = this.batchGroupFooterSection;
            group2.GroupHeader = this.batchGroupHeaderSection;
            group2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Batch"));
            group2.Name = "batchGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1,
            group2});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.batchGroupHeaderSection,
            this.batchGroupFooterSection,
            this.reportFooter,
            this.pageFooter,
            this.reportHeader,
            this.detail});
            this.Name = "CompleteBroodstockReport";
            this.PageSettings.Landscape = true;
            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.Custom;
            this.PageSettings.PaperSize = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(250D), Telerik.Reporting.Drawing.Unit.Cm(100D));
            reportParameter1.Name = "batchParameter";
            reportParameter1.Text = "batchParameter";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            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);
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
            styleRule2.Style.Font.Name = "Calibri";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
            styleRule3.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
            styleRule3.Style.Font.Name = "Calibri";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule4.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
            styleRule4.Style.Font.Name = "Calibri";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule5.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(34)))), ((int)(((byte)(77)))));
            styleRule5.Style.Font.Name = "Calibri";
            styleRule5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4,
            styleRule5});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(37.328411102294922D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
 /// <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.Group           group1           = new Telerik.Reporting.Group();
     Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
     this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
     this.textBox15           = new Telerik.Reporting.TextBox();
     this.textBox16           = new Telerik.Reporting.TextBox();
     this.textBox17           = new Telerik.Reporting.TextBox();
     this.textBox18           = new Telerik.Reporting.TextBox();
     this.textBox19           = new Telerik.Reporting.TextBox();
     this.textBox20           = new Telerik.Reporting.TextBox();
     this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
     this.textBox8            = new Telerik.Reporting.TextBox();
     this.textBox9            = new Telerik.Reporting.TextBox();
     this.textBox10           = new Telerik.Reporting.TextBox();
     this.textBox11           = new Telerik.Reporting.TextBox();
     this.textBox12           = new Telerik.Reporting.TextBox();
     this.textBox13           = new Telerik.Reporting.TextBox();
     this.textBox14           = new Telerik.Reporting.TextBox();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.textBox1             = new Telerik.Reporting.TextBox();
     this.textBox2             = new Telerik.Reporting.TextBox();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.textBox6             = new Telerik.Reporting.TextBox();
     this.textBox7             = new Telerik.Reporting.TextBox();
     this.textBox3             = new Telerik.Reporting.TextBox();
     this.textBox5             = new Telerik.Reporting.TextBox();
     this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
     this.textBox21            = new Telerik.Reporting.TextBox();
     this.textBox22            = new Telerik.Reporting.TextBox();
     this.textBox23            = new Telerik.Reporting.TextBox();
     this.textBox24            = new Telerik.Reporting.TextBox();
     this.textBox25            = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // groupFooterSection1
     //
     this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.51785558462142944D);
     this.groupFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox15,
         this.textBox16,
         this.textBox17,
         this.textBox18,
         this.textBox19,
         this.textBox20
     });
     this.groupFooterSection1.Name = "groupFooterSection1";
     //
     // textBox15
     //
     this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.502365112304688D), Telerik.Reporting.Drawing.Unit.Cm(0.017955541610717773D));
     this.textBox15.Name     = "textBox15";
     this.textBox15.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5004994869232178D), Telerik.Reporting.Drawing.Unit.Cm(0.49990004301071167D));
     this.textBox15.Style.BackgroundColor = System.Drawing.Color.Silver;
     this.textBox15.Style.Font.Bold       = true;
     this.textBox15.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox15.Style.Padding.Left    = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.textBox15.Value = "= sum([Hepatitis C])";
     //
     // textBox16
     //
     this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.800200462341309D), Telerik.Reporting.Drawing.Unit.Cm(0.017955541610717773D));
     this.textBox16.Name     = "textBox16";
     this.textBox16.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.6995975971221924D), Telerik.Reporting.Drawing.Unit.Cm(0.49989962577819824D));
     this.textBox16.Style.BackgroundColor = System.Drawing.Color.Silver;
     this.textBox16.Style.Font.Bold       = true;
     this.textBox16.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox16.Style.Padding.Left    = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.textBox16.Value = "= sum(Serología)";
     //
     // textBox17
     //
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.499999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.017955541610717773D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6000007390975952D), Telerik.Reporting.Drawing.Unit.Cm(0.49990004301071167D));
     this.textBox17.Style.BackgroundColor = System.Drawing.Color.Silver;
     this.textBox17.Style.Font.Bold       = true;
     this.textBox17.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox17.Style.Padding.Left    = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.textBox17.Value = "= sum(VIH)";
     //
     // textBox18
     //
     this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15.100200653076172D), Telerik.Reporting.Drawing.Unit.Cm(0.017955541610717773D));
     this.textBox18.Name     = "textBox18";
     this.textBox18.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.4003005027770996D), Telerik.Reporting.Drawing.Unit.Cm(0.49989962577819824D));
     this.textBox18.Style.BackgroundColor = System.Drawing.Color.Silver;
     this.textBox18.Style.Font.Bold       = true;
     this.textBox18.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox18.Style.Padding.Left    = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.textBox18.Value = "= sum([HBS Ag])";
     //
     // textBox19
     //
     this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.5002994537353516D), Telerik.Reporting.Drawing.Unit.Cm(0.0001997078798012808D));
     this.textBox19.Name     = "textBox19";
     this.textBox19.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.2997007369995117D), Telerik.Reporting.Drawing.Unit.Cm(0.49989962577819824D));
     this.textBox19.Style.BackgroundColor = System.Drawing.Color.Silver;
     this.textBox19.Style.Font.Bold       = true;
     this.textBox19.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox19.Style.Padding.Left    = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.textBox19.Value = "= sum([Parcial de Orina])";
     //
     // textBox20
     //
     this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D), Telerik.Reporting.Drawing.Unit.Cm(0.017955675721168518D));
     this.textBox20.Name     = "textBox20";
     this.textBox20.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.4999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0.48214352130889893D));
     this.textBox20.Style.BackgroundColor = System.Drawing.Color.Silver;
     this.textBox20.Style.Font.Bold       = true;
     this.textBox20.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox20.Value = "Totales por examen";
     //
     // groupHeaderSection1
     //
     this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.89999997615814209D);
     this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox8,
         this.textBox9,
         this.textBox10,
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox14
     });
     this.groupHeaderSection1.Name = "groupHeaderSection1";
     //
     // textBox8
     //
     this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010005490184994414D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0997998714447021D), Telerik.Reporting.Drawing.Unit.Cm(0.89979994297027588D));
     this.textBox8.Style.BackgroundColor    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(102)))), ((int)(((byte)(0)))));
     this.textBox8.Style.BorderColor.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(191)))), ((int)(((byte)(128)))));
     this.textBox8.Style.BorderColor.Right  = System.Drawing.Color.White;
     this.textBox8.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderStyle.Right  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderWidth.Right  = Telerik.Reporting.Drawing.Unit.Point(3D);
     this.textBox8.Style.Font.Bold          = true;
     this.textBox8.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox8.Style.Padding.Bottom     = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox8.Style.Padding.Top        = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox8.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox8.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.Value = "FECHA";
     //
     // textBox9
     //
     this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.10010027885437D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.textBox9.Name     = "textBox9";
     this.textBox9.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.3999991416931152D), Telerik.Reporting.Drawing.Unit.Cm(0.89979994297027588D));
     this.textBox9.Style.BackgroundColor    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(102)))), ((int)(((byte)(0)))));
     this.textBox9.Style.BorderColor.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(191)))), ((int)(((byte)(128)))));
     this.textBox9.Style.BorderColor.Right  = System.Drawing.Color.White;
     this.textBox9.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.BorderStyle.Right  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.BorderWidth.Right  = Telerik.Reporting.Drawing.Unit.Point(3D);
     this.textBox9.Style.Font.Bold          = true;
     this.textBox9.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox9.Style.Padding.Bottom     = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox9.Style.Padding.Top        = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox9.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox9.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.Value = "PACIENTE";
     //
     // textBox10
     //
     this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.5002989768981934D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.textBox10.Name     = "textBox10";
     this.textBox10.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.2997007369995117D), Telerik.Reporting.Drawing.Unit.Cm(0.89979994297027588D));
     this.textBox10.Style.BackgroundColor    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(102)))), ((int)(((byte)(0)))));
     this.textBox10.Style.BorderColor.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(191)))), ((int)(((byte)(128)))));
     this.textBox10.Style.BorderColor.Right  = System.Drawing.Color.White;
     this.textBox10.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox10.Style.BorderStyle.Right  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox10.Style.BorderWidth.Right  = Telerik.Reporting.Drawing.Unit.Point(3D);
     this.textBox10.Style.Font.Bold          = true;
     this.textBox10.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox10.Style.Padding.Bottom     = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox10.Style.Padding.Top        = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox10.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox10.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.Value = "P. DE ORINA";
     //
     // textBox11
     //
     this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.800200462341309D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.6995985507965088D), Telerik.Reporting.Drawing.Unit.Cm(0.89979994297027588D));
     this.textBox11.Style.BackgroundColor    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(102)))), ((int)(((byte)(0)))));
     this.textBox11.Style.BorderColor.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(191)))), ((int)(((byte)(128)))));
     this.textBox11.Style.BorderColor.Right  = System.Drawing.Color.White;
     this.textBox11.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.BorderStyle.Right  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.BorderWidth.Right  = Telerik.Reporting.Drawing.Unit.Point(3D);
     this.textBox11.Style.Font.Bold          = true;
     this.textBox11.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox11.Style.Padding.Bottom     = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox11.Style.Padding.Top        = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox11.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox11.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.Value = "SEROLOGIA";
     //
     // textBox12
     //
     this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.499999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.textBox12.Name     = "textBox12";
     this.textBox12.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6000014543533325D), Telerik.Reporting.Drawing.Unit.Cm(0.89979994297027588D));
     this.textBox12.Style.BackgroundColor    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(102)))), ((int)(((byte)(0)))));
     this.textBox12.Style.BorderColor.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(191)))), ((int)(((byte)(128)))));
     this.textBox12.Style.BorderColor.Right  = System.Drawing.Color.White;
     this.textBox12.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox12.Style.BorderStyle.Right  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox12.Style.BorderWidth.Right  = Telerik.Reporting.Drawing.Unit.Point(3D);
     this.textBox12.Style.Font.Bold          = true;
     this.textBox12.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox12.Style.Padding.Bottom     = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox12.Style.Padding.Top        = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox12.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox12.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.Value = "VIH";
     //
     // textBox13
     //
     this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15.100200653076172D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.textBox13.Name     = "textBox13";
     this.textBox13.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.4002996683120728D), Telerik.Reporting.Drawing.Unit.Cm(0.89979994297027588D));
     this.textBox13.Style.BackgroundColor    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(102)))), ((int)(((byte)(0)))));
     this.textBox13.Style.BorderColor.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(191)))), ((int)(((byte)(128)))));
     this.textBox13.Style.BorderColor.Right  = System.Drawing.Color.White;
     this.textBox13.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.BorderStyle.Right  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.BorderWidth.Right  = Telerik.Reporting.Drawing.Unit.Point(3D);
     this.textBox13.Style.Font.Bold          = true;
     this.textBox13.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox13.Style.Padding.Bottom     = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox13.Style.Padding.Top        = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox13.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox13.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.Value = "HEP B";
     //
     // textBox14
     //
     this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.500701904296875D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.textBox14.Name     = "textBox14";
     this.textBox14.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5021650791168213D), Telerik.Reporting.Drawing.Unit.Cm(0.89979994297027588D));
     this.textBox14.Style.BackgroundColor    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(102)))), ((int)(((byte)(0)))));
     this.textBox14.Style.BorderColor.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(191)))), ((int)(((byte)(128)))));
     this.textBox14.Style.BorderColor.Right  = System.Drawing.Color.White;
     this.textBox14.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox14.Style.BorderStyle.Right  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox14.Style.BorderWidth.Right  = Telerik.Reporting.Drawing.Unit.Point(3D);
     this.textBox14.Style.Font.Bold          = true;
     this.textBox14.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox14.Style.Padding.Bottom     = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox14.Style.Padding.Top        = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
     this.textBox14.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox14.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.Value = "HEP C";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.50030010938644409D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox2,
         this.textBox4,
         this.textBox6,
         this.textBox7,
         this.textBox3,
         this.textBox5
     });
     this.detail.Name = "detail";
     //
     // textBox1
     //
     this.textBox1.Format   = "{0:d}";
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.9988312285859138E-05D), Telerik.Reporting.Drawing.Unit.Cm(0.00029996552621014416D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0997998714447021D), Telerik.Reporting.Drawing.Unit.Cm(0.49989962577819824D));
     this.textBox1.Value    = "=FECHA";
     //
     // textBox2
     //
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.1001007556915283D), Telerik.Reporting.Drawing.Unit.Cm(0.00019984244136139751D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.399998664855957D), Telerik.Reporting.Drawing.Unit.Cm(0.4999997615814209D));
     this.textBox2.Value    = "= FULL_NAME";
     //
     // textBox4
     //
     this.textBox4.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.500701904296875D), Telerik.Reporting.Drawing.Unit.Cm(0.00040008861105889082D));
     this.textBox4.Name               = "textBox4";
     this.textBox4.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5021644830703735D), Telerik.Reporting.Drawing.Unit.Cm(0.49990004301071167D));
     this.textBox4.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.textBox4.Value              = "= [Hepatitis C]";
     //
     // textBox6
     //
     this.textBox6.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.800200462341309D), Telerik.Reporting.Drawing.Unit.Cm(0.00040008861105889082D));
     this.textBox6.Name               = "textBox6";
     this.textBox6.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.6995975971221924D), Telerik.Reporting.Drawing.Unit.Cm(0.49989962577819824D));
     this.textBox6.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.textBox6.Value              = "=Serología";
     //
     // textBox7
     //
     this.textBox7.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.499999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.000399684882722795D));
     this.textBox7.Name               = "textBox7";
     this.textBox7.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6000007390975952D), Telerik.Reporting.Drawing.Unit.Cm(0.49990004301071167D));
     this.textBox7.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.textBox7.Value              = "=VIH";
     //
     // textBox3
     //
     this.textBox3.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15.100200653076172D), Telerik.Reporting.Drawing.Unit.Cm(0.00019984244136139751D));
     this.textBox3.Name               = "textBox3";
     this.textBox3.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.4003005027770996D), Telerik.Reporting.Drawing.Unit.Cm(0.49989962577819824D));
     this.textBox3.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.textBox3.Value              = "=[HBS Ag]";
     //
     // textBox5
     //
     this.textBox5.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.5002994537353516D), Telerik.Reporting.Drawing.Unit.Cm(0.00040008861105889082D));
     this.textBox5.Name               = "textBox5";
     this.textBox5.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.2997007369995117D), Telerik.Reporting.Drawing.Unit.Cm(0.49989962577819824D));
     this.textBox5.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.textBox5.Value              = "= [Parcial de Orina]";
     //
     // reportHeaderSection1
     //
     this.reportHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.5D);
     this.reportHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox21,
         this.textBox22,
         this.textBox23,
         this.textBox24,
         this.textBox25
     });
     this.reportHeaderSection1.Name = "reportHeaderSection1";
     //
     // textBox21
     //
     this.textBox21.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D), Telerik.Reporting.Drawing.Unit.Cm(9.9921220680698752E-05D));
     this.textBox21.Name              = "textBox21";
     this.textBox21.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.002670288085938D), Telerik.Reporting.Drawing.Unit.Cm(1.4997003078460693D));
     this.textBox21.Style.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(102)))), ((int)(((byte)(0)))));
     this.textBox21.Style.Font.Bold   = true;
     this.textBox21.Style.Font.Italic = true;
     this.textBox21.Style.Font.Name   = "Arial Narrow";
     this.textBox21.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(18D);
     this.textBox21.Style.TextAlign   = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox21.Value             = "IMMIMED\r\nREPORTE DE TOMA DE MUESTRAS DE LABORATORIO POR FECHAS";
     //
     // textBox22
     //
     this.textBox22.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D));
     this.textBox22.Name            = "textBox22";
     this.textBox22.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0999000072479248D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox22.Style.Font.Bold = true;
     this.textBox22.Value           = "DESDE:";
     //
     // textBox23
     //
     this.textBox23.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.399899482727051D), Telerik.Reporting.Drawing.Unit.Cm(1.8003002405166626D));
     this.textBox23.Name            = "textBox23";
     this.textBox23.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0999000072479248D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox23.Style.Font.Bold = true;
     this.textBox23.Value           = "HASTA:";
     //
     // textBox24
     //
     this.textBox24.Format   = "{0:d}";
     this.textBox24.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.10010027885437D), Telerik.Reporting.Drawing.Unit.Cm(1.8002997636795044D));
     this.textBox24.Name     = "textBox24";
     this.textBox24.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.899899959564209D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox24.Value    = "= Parameters.fechaInicial.Value";
     //
     // textBox25
     //
     this.textBox25.Format   = "{0:d}";
     this.textBox25.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.5D), Telerik.Reporting.Drawing.Unit.Cm(1.8002997636795044D));
     this.textBox25.Name     = "textBox25";
     this.textBox25.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.8999004364013672D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox25.Value    = "= Parameters.fechaFinal.Value";
     //
     // ReporteExameneFechas
     //
     group1.GroupFooter = this.groupFooterSection1;
     group1.GroupHeader = this.groupHeaderSection1;
     group1.Name        = "group1";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.groupHeaderSection1,
         this.groupFooterSection1,
         this.detail,
         this.reportHeaderSection1
     });
     this.Name = "ReporteExameneFechas";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(15D), Telerik.Reporting.Drawing.Unit.Mm(15D), Telerik.Reporting.Drawing.Unit.Mm(30D), Telerik.Reporting.Drawing.Unit.Mm(20D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name       = "fechaInicial";
     reportParameter1.Text       = "Fecha Inicial";
     reportParameter1.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter2.Name       = "fechaFinal";
     reportParameter2.Text       = "Fecha Final";
     reportParameter2.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(18.002866744995117D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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(CompletePLReport));
            Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group2 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group3 = new Telerik.Reporting.Group();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.productionCycleIDCaptionTextBox = new Telerik.Reporting.TextBox();
            this.moduleNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.dateCaptionTextBox = new Telerik.Reporting.TextBox();
            this.dOCCaptionTextBox = new Telerik.Reporting.TextBox();
            this.stageCaptionTextBox = new Telerik.Reporting.TextBox();
            this.populationCaptionTextBox = new Telerik.Reporting.TextBox();
            this.survivalRateCaptionTextBox = new Telerik.Reporting.TextBox();
            this.activityCaptionTextBox = new Telerik.Reporting.TextBox();
            this.lengthCaptionTextBox = new Telerik.Reporting.TextBox();
            this.sTDEVCaptionTextBox = new Telerik.Reporting.TextBox();
            this.fGCCaptionTextBox = new Telerik.Reporting.TextBox();
            this.necrosisCaptionTextBox = new Telerik.Reporting.TextBox();
            this.foulingCaptionTextBox = new Telerik.Reporting.TextBox();
            this.parasiteCaptionTextBox = new Telerik.Reporting.TextBox();
            this.mGRCaptionTextBox = new Telerik.Reporting.TextBox();
            this.remarkCaptionTextBox = new Telerik.Reporting.TextBox();
            this.productionCycleIDGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.productionCycleIDGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.moduleNameGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.moduleNameGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.populationSumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.survivalRateSumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.activitySumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.lengthSumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.sTDEVSumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.fGCSumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.necrosisSumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.foulingSumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.parasiteSumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.mGRSumFunctionTextBox2 = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.dateDataTextBox = new Telerik.Reporting.TextBox();
            this.dOCDataTextBox = new Telerik.Reporting.TextBox();
            this.stageDataTextBox = new Telerik.Reporting.TextBox();
            this.populationDataTextBox = new Telerik.Reporting.TextBox();
            this.survivalRateDataTextBox = new Telerik.Reporting.TextBox();
            this.activityDataTextBox = new Telerik.Reporting.TextBox();
            this.lengthDataTextBox = new Telerik.Reporting.TextBox();
            this.sTDEVDataTextBox = new Telerik.Reporting.TextBox();
            this.fGCDataTextBox = new Telerik.Reporting.TextBox();
            this.necrosisDataTextBox = new Telerik.Reporting.TextBox();
            this.foulingDataTextBox = new Telerik.Reporting.TextBox();
            this.parasiteDataTextBox = new Telerik.Reporting.TextBox();
            this.mGRDataTextBox = new Telerik.Reporting.TextBox();
            this.remarkDataTextBox = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.productionCycleIDCaptionTextBox,
            this.moduleNameCaptionTextBox,
            this.dateCaptionTextBox,
            this.dOCCaptionTextBox,
            this.stageCaptionTextBox,
            this.populationCaptionTextBox,
            this.survivalRateCaptionTextBox,
            this.activityCaptionTextBox,
            this.lengthCaptionTextBox,
            this.sTDEVCaptionTextBox,
            this.fGCCaptionTextBox,
            this.necrosisCaptionTextBox,
            this.foulingCaptionTextBox,
            this.parasiteCaptionTextBox,
            this.mGRCaptionTextBox,
            this.remarkCaptionTextBox});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // productionCycleIDCaptionTextBox
            // 
            this.productionCycleIDCaptionTextBox.CanGrow = true;
            this.productionCycleIDCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.productionCycleIDCaptionTextBox.Name = "productionCycleIDCaptionTextBox";
            this.productionCycleIDCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.productionCycleIDCaptionTextBox.StyleName = "Caption";
            this.productionCycleIDCaptionTextBox.Value = "Production Cycle ID";
            // 
            // moduleNameCaptionTextBox
            // 
            this.moduleNameCaptionTextBox.CanGrow = true;
            this.moduleNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4340038299560547D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.moduleNameCaptionTextBox.Name = "moduleNameCaptionTextBox";
            this.moduleNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.moduleNameCaptionTextBox.StyleName = "Caption";
            this.moduleNameCaptionTextBox.Value = "Module Name";
            // 
            // dateCaptionTextBox
            // 
            this.dateCaptionTextBox.CanGrow = true;
            this.dateCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.8471741676330566D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dateCaptionTextBox.Name = "dateCaptionTextBox";
            this.dateCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dateCaptionTextBox.StyleName = "Caption";
            this.dateCaptionTextBox.Value = "Date";
            // 
            // dOCCaptionTextBox
            // 
            this.dOCCaptionTextBox.CanGrow = true;
            this.dOCCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.2603449821472168D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dOCCaptionTextBox.Name = "dOCCaptionTextBox";
            this.dOCCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dOCCaptionTextBox.StyleName = "Caption";
            this.dOCCaptionTextBox.Value = "DOC";
            // 
            // stageCaptionTextBox
            // 
            this.stageCaptionTextBox.CanGrow = true;
            this.stageCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.6735153198242188D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.stageCaptionTextBox.Name = "stageCaptionTextBox";
            this.stageCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.stageCaptionTextBox.StyleName = "Caption";
            this.stageCaptionTextBox.Value = "Stage";
            // 
            // populationCaptionTextBox
            // 
            this.populationCaptionTextBox.CanGrow = true;
            this.populationCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(12.086686134338379D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.populationCaptionTextBox.Name = "populationCaptionTextBox";
            this.populationCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.populationCaptionTextBox.StyleName = "Caption";
            this.populationCaptionTextBox.Value = "Population";
            // 
            // survivalRateCaptionTextBox
            // 
            this.survivalRateCaptionTextBox.CanGrow = true;
            this.survivalRateCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(14.499855995178223D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.survivalRateCaptionTextBox.Name = "survivalRateCaptionTextBox";
            this.survivalRateCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.survivalRateCaptionTextBox.StyleName = "Caption";
            this.survivalRateCaptionTextBox.Value = "Survival Rate";
            // 
            // activityCaptionTextBox
            // 
            this.activityCaptionTextBox.CanGrow = true;
            this.activityCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(16.913026809692383D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.activityCaptionTextBox.Name = "activityCaptionTextBox";
            this.activityCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.activityCaptionTextBox.StyleName = "Caption";
            this.activityCaptionTextBox.Value = "Activity";
            // 
            // lengthCaptionTextBox
            // 
            this.lengthCaptionTextBox.CanGrow = true;
            this.lengthCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(19.326196670532227D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.lengthCaptionTextBox.Name = "lengthCaptionTextBox";
            this.lengthCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.lengthCaptionTextBox.StyleName = "Caption";
            this.lengthCaptionTextBox.Value = "Length";
            // 
            // sTDEVCaptionTextBox
            // 
            this.sTDEVCaptionTextBox.CanGrow = true;
            this.sTDEVCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(21.739368438720703D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.sTDEVCaptionTextBox.Name = "sTDEVCaptionTextBox";
            this.sTDEVCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.sTDEVCaptionTextBox.StyleName = "Caption";
            this.sTDEVCaptionTextBox.Value = "STDEV";
            // 
            // fGCCaptionTextBox
            // 
            this.fGCCaptionTextBox.CanGrow = true;
            this.fGCCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(24.152538299560547D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.fGCCaptionTextBox.Name = "fGCCaptionTextBox";
            this.fGCCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.fGCCaptionTextBox.StyleName = "Caption";
            this.fGCCaptionTextBox.Value = "FGC";
            // 
            // necrosisCaptionTextBox
            // 
            this.necrosisCaptionTextBox.CanGrow = true;
            this.necrosisCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(26.565708160400391D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.necrosisCaptionTextBox.Name = "necrosisCaptionTextBox";
            this.necrosisCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.necrosisCaptionTextBox.StyleName = "Caption";
            this.necrosisCaptionTextBox.Value = "Necrosis";
            // 
            // foulingCaptionTextBox
            // 
            this.foulingCaptionTextBox.CanGrow = true;
            this.foulingCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(28.978879928588867D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.foulingCaptionTextBox.Name = "foulingCaptionTextBox";
            this.foulingCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.foulingCaptionTextBox.StyleName = "Caption";
            this.foulingCaptionTextBox.Value = "Fouling";
            // 
            // parasiteCaptionTextBox
            // 
            this.parasiteCaptionTextBox.CanGrow = true;
            this.parasiteCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(31.392049789428711D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.parasiteCaptionTextBox.Name = "parasiteCaptionTextBox";
            this.parasiteCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.parasiteCaptionTextBox.StyleName = "Caption";
            this.parasiteCaptionTextBox.Value = "Parasite";
            // 
            // mGRCaptionTextBox
            // 
            this.mGRCaptionTextBox.CanGrow = true;
            this.mGRCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(33.805221557617188D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.mGRCaptionTextBox.Name = "mGRCaptionTextBox";
            this.mGRCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.mGRCaptionTextBox.StyleName = "Caption";
            this.mGRCaptionTextBox.Value = "MGR";
            // 
            // remarkCaptionTextBox
            // 
            this.remarkCaptionTextBox.CanGrow = true;
            this.remarkCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(36.218391418457031D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.remarkCaptionTextBox.Name = "remarkCaptionTextBox";
            this.remarkCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.remarkCaptionTextBox.StyleName = "Caption";
            this.remarkCaptionTextBox.Value = "Remark";
            // 
            // productionCycleIDGroupFooterSection
            // 
            this.productionCycleIDGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.productionCycleIDGroupFooterSection.Name = "productionCycleIDGroupFooterSection";
            // 
            // productionCycleIDGroupHeaderSection
            // 
            this.productionCycleIDGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.31051528453826904D);
            this.productionCycleIDGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox2,
            this.textBox4});
            this.productionCycleIDGroupHeaderSection.Name = "productionCycleIDGroupHeaderSection";
            // 
            // textBox2
            // 
            this.textBox2.CanGrow = true;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox2.StyleName = "Data";
            this.textBox2.Value = "= Fields.ProductionCycleID";
            // 
            // textBox4
            // 
            this.textBox4.CanGrow = true;
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4340038299560547D), Telerik.Reporting.Drawing.Unit.Inch(0.010515213012695313D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox4.StyleName = "Data";
            this.textBox4.Value = "= Fields.ModuleName";
            // 
            // moduleNameGroupFooterSection
            // 
            this.moduleNameGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.moduleNameGroupFooterSection.Name = "moduleNameGroupFooterSection";
            // 
            // moduleNameGroupHeaderSection
            // 
            this.moduleNameGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.moduleNameGroupHeaderSection.Name = "moduleNameGroupHeaderSection";
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "HatcheryReportLibrary.Properties.Settings.Hatchery";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@ProductionCycleIDParameter", System.Data.DbType.String, "= Parameters.ProductionCycleIDParameter.Value")});
            this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.populationSumFunctionTextBox2,
            this.survivalRateSumFunctionTextBox2,
            this.activitySumFunctionTextBox2,
            this.lengthSumFunctionTextBox2,
            this.sTDEVSumFunctionTextBox2,
            this.fGCSumFunctionTextBox2,
            this.necrosisSumFunctionTextBox2,
            this.foulingSumFunctionTextBox2,
            this.parasiteSumFunctionTextBox2,
            this.mGRSumFunctionTextBox2});
            this.reportFooter.Name = "reportFooter";
            this.reportFooter.Style.Visible = true;
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox1.StyleName = "Caption";
            this.textBox1.Value = "Grand total:";
            // 
            // populationSumFunctionTextBox2
            // 
            this.populationSumFunctionTextBox2.CanGrow = true;
            this.populationSumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(12.086686134338379D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.populationSumFunctionTextBox2.Name = "populationSumFunctionTextBox2";
            this.populationSumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.populationSumFunctionTextBox2.StyleName = "Data";
            this.populationSumFunctionTextBox2.Value = "= Sum(Fields.Population)";
            // 
            // survivalRateSumFunctionTextBox2
            // 
            this.survivalRateSumFunctionTextBox2.CanGrow = true;
            this.survivalRateSumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(14.499855995178223D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.survivalRateSumFunctionTextBox2.Name = "survivalRateSumFunctionTextBox2";
            this.survivalRateSumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.survivalRateSumFunctionTextBox2.StyleName = "Data";
            this.survivalRateSumFunctionTextBox2.Value = "= AVG(Fields.SurvivalRate)";
            // 
            // activitySumFunctionTextBox2
            // 
            this.activitySumFunctionTextBox2.CanGrow = true;
            this.activitySumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(16.913026809692383D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.activitySumFunctionTextBox2.Name = "activitySumFunctionTextBox2";
            this.activitySumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.activitySumFunctionTextBox2.StyleName = "Data";
            this.activitySumFunctionTextBox2.Value = "= AVG(Fields.Activity)";
            // 
            // lengthSumFunctionTextBox2
            // 
            this.lengthSumFunctionTextBox2.CanGrow = true;
            this.lengthSumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(19.326196670532227D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.lengthSumFunctionTextBox2.Name = "lengthSumFunctionTextBox2";
            this.lengthSumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.lengthSumFunctionTextBox2.StyleName = "Data";
            this.lengthSumFunctionTextBox2.Value = "= AVG(Fields.Length)";
            // 
            // sTDEVSumFunctionTextBox2
            // 
            this.sTDEVSumFunctionTextBox2.CanGrow = true;
            this.sTDEVSumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(21.739368438720703D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.sTDEVSumFunctionTextBox2.Name = "sTDEVSumFunctionTextBox2";
            this.sTDEVSumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.sTDEVSumFunctionTextBox2.StyleName = "Data";
            this.sTDEVSumFunctionTextBox2.Value = "= Sum(Fields.STDEV)";
            // 
            // fGCSumFunctionTextBox2
            // 
            this.fGCSumFunctionTextBox2.CanGrow = true;
            this.fGCSumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(24.152538299560547D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.fGCSumFunctionTextBox2.Name = "fGCSumFunctionTextBox2";
            this.fGCSumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.fGCSumFunctionTextBox2.StyleName = "Data";
            this.fGCSumFunctionTextBox2.Value = "= Sum(Fields.FGC)";
            // 
            // necrosisSumFunctionTextBox2
            // 
            this.necrosisSumFunctionTextBox2.CanGrow = true;
            this.necrosisSumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(26.565708160400391D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.necrosisSumFunctionTextBox2.Name = "necrosisSumFunctionTextBox2";
            this.necrosisSumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.necrosisSumFunctionTextBox2.StyleName = "Data";
            this.necrosisSumFunctionTextBox2.Value = "= Sum(Fields.Necrosis)";
            // 
            // foulingSumFunctionTextBox2
            // 
            this.foulingSumFunctionTextBox2.CanGrow = true;
            this.foulingSumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(28.978879928588867D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.foulingSumFunctionTextBox2.Name = "foulingSumFunctionTextBox2";
            this.foulingSumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.foulingSumFunctionTextBox2.StyleName = "Data";
            this.foulingSumFunctionTextBox2.Value = "= Sum(Fields.Fouling)";
            // 
            // parasiteSumFunctionTextBox2
            // 
            this.parasiteSumFunctionTextBox2.CanGrow = true;
            this.parasiteSumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(31.392049789428711D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.parasiteSumFunctionTextBox2.Name = "parasiteSumFunctionTextBox2";
            this.parasiteSumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.parasiteSumFunctionTextBox2.StyleName = "Data";
            this.parasiteSumFunctionTextBox2.Value = "= Sum(Fields.Parasite)";
            // 
            // mGRSumFunctionTextBox2
            // 
            this.mGRSumFunctionTextBox2.CanGrow = true;
            this.mGRSumFunctionTextBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(33.805221557617188D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.mGRSumFunctionTextBox2.Name = "mGRSumFunctionTextBox2";
            this.mGRSumFunctionTextBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.mGRSumFunctionTextBox2.StyleName = "Data";
            this.mGRSumFunctionTextBox2.Value = "= Sum(Fields.MGR)";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(19.284530639648438D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(19.326196670532227D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(19.284530639648438D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.80823493003845215D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(38.631561279296875D), Telerik.Reporting.Drawing.Unit.Inch(0.787401556968689D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Complete PL Report";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.dateDataTextBox,
            this.dOCDataTextBox,
            this.stageDataTextBox,
            this.populationDataTextBox,
            this.survivalRateDataTextBox,
            this.activityDataTextBox,
            this.lengthDataTextBox,
            this.sTDEVDataTextBox,
            this.fGCDataTextBox,
            this.necrosisDataTextBox,
            this.foulingDataTextBox,
            this.parasiteDataTextBox,
            this.mGRDataTextBox,
            this.remarkDataTextBox});
            this.detail.Name = "detail";
            // 
            // dateDataTextBox
            // 
            this.dateDataTextBox.CanGrow = true;
            this.dateDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.8471741676330566D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dateDataTextBox.Name = "dateDataTextBox";
            this.dateDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dateDataTextBox.StyleName = "Data";
            this.dateDataTextBox.Value = "= Fields.Date";
            // 
            // dOCDataTextBox
            // 
            this.dOCDataTextBox.CanGrow = true;
            this.dOCDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.2603449821472168D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dOCDataTextBox.Name = "dOCDataTextBox";
            this.dOCDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dOCDataTextBox.StyleName = "Data";
            this.dOCDataTextBox.Value = "= Fields.DOC";
            // 
            // stageDataTextBox
            // 
            this.stageDataTextBox.CanGrow = true;
            this.stageDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.6735153198242188D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.stageDataTextBox.Name = "stageDataTextBox";
            this.stageDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.stageDataTextBox.StyleName = "Data";
            this.stageDataTextBox.Value = "= Fields.Stage";
            // 
            // populationDataTextBox
            // 
            this.populationDataTextBox.CanGrow = true;
            this.populationDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(12.086686134338379D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.populationDataTextBox.Name = "populationDataTextBox";
            this.populationDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.populationDataTextBox.StyleName = "Data";
            this.populationDataTextBox.Value = "= Fields.Population";
            // 
            // survivalRateDataTextBox
            // 
            this.survivalRateDataTextBox.CanGrow = true;
            this.survivalRateDataTextBox.Format = "{0:P0}";
            this.survivalRateDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(14.499855995178223D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.survivalRateDataTextBox.Name = "survivalRateDataTextBox";
            this.survivalRateDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.survivalRateDataTextBox.StyleName = "Data";
            this.survivalRateDataTextBox.Value = "= Fields.SurvivalRate";
            // 
            // activityDataTextBox
            // 
            this.activityDataTextBox.CanGrow = true;
            this.activityDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(16.913026809692383D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.activityDataTextBox.Name = "activityDataTextBox";
            this.activityDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.activityDataTextBox.StyleName = "Data";
            this.activityDataTextBox.Value = "= Fields.Activity";
            // 
            // lengthDataTextBox
            // 
            this.lengthDataTextBox.CanGrow = true;
            this.lengthDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(19.326196670532227D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.lengthDataTextBox.Name = "lengthDataTextBox";
            this.lengthDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.lengthDataTextBox.StyleName = "Data";
            this.lengthDataTextBox.Value = "= Fields.Length";
            // 
            // sTDEVDataTextBox
            // 
            this.sTDEVDataTextBox.CanGrow = true;
            this.sTDEVDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(21.739368438720703D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.sTDEVDataTextBox.Name = "sTDEVDataTextBox";
            this.sTDEVDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.sTDEVDataTextBox.StyleName = "Data";
            this.sTDEVDataTextBox.Value = "= Fields.STDEV";
            // 
            // fGCDataTextBox
            // 
            this.fGCDataTextBox.CanGrow = true;
            this.fGCDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(24.152538299560547D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.fGCDataTextBox.Name = "fGCDataTextBox";
            this.fGCDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.fGCDataTextBox.StyleName = "Data";
            this.fGCDataTextBox.Value = "= Fields.FGC";
            // 
            // necrosisDataTextBox
            // 
            this.necrosisDataTextBox.CanGrow = true;
            this.necrosisDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(26.565708160400391D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.necrosisDataTextBox.Name = "necrosisDataTextBox";
            this.necrosisDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.necrosisDataTextBox.StyleName = "Data";
            this.necrosisDataTextBox.Value = "= Fields.Necrosis";
            // 
            // foulingDataTextBox
            // 
            this.foulingDataTextBox.CanGrow = true;
            this.foulingDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(28.978879928588867D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.foulingDataTextBox.Name = "foulingDataTextBox";
            this.foulingDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.foulingDataTextBox.StyleName = "Data";
            this.foulingDataTextBox.Value = "= Fields.Fouling";
            // 
            // parasiteDataTextBox
            // 
            this.parasiteDataTextBox.CanGrow = true;
            this.parasiteDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(31.392049789428711D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.parasiteDataTextBox.Name = "parasiteDataTextBox";
            this.parasiteDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.parasiteDataTextBox.StyleName = "Data";
            this.parasiteDataTextBox.Value = "= Fields.Parasite";
            // 
            // mGRDataTextBox
            // 
            this.mGRDataTextBox.CanGrow = true;
            this.mGRDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(33.805221557617188D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.mGRDataTextBox.Name = "mGRDataTextBox";
            this.mGRDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.mGRDataTextBox.StyleName = "Data";
            this.mGRDataTextBox.Value = "= Fields.MGR";
            // 
            // remarkDataTextBox
            // 
            this.remarkDataTextBox.CanGrow = true;
            this.remarkDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(36.218391418457031D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.remarkDataTextBox.Name = "remarkDataTextBox";
            this.remarkDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3923370838165283D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.remarkDataTextBox.StyleName = "Data";
            this.remarkDataTextBox.Value = "= Fields.Remark";
            // 
            // CompletePLReport
            // 
            this.DataSource = this.sqlDataSource1;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            group2.GroupFooter = this.productionCycleIDGroupFooterSection;
            group2.GroupHeader = this.productionCycleIDGroupHeaderSection;
            group2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.ProductionCycleID"));
            group2.Name = "productionCycleIDGroup";
            group3.GroupFooter = this.moduleNameGroupFooterSection;
            group3.GroupHeader = this.moduleNameGroupHeaderSection;
            group3.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.ModuleName"));
            group3.Name = "moduleNameGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1,
            group2,
            group3});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.productionCycleIDGroupHeaderSection,
            this.productionCycleIDGroupFooterSection,
            this.moduleNameGroupHeaderSection,
            this.moduleNameGroupFooterSection,
            this.reportFooter,
            this.pageFooter,
            this.reportHeader,
            this.detail});
            this.Name = "CompletePLReport";
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Custom;
            this.PageSettings.PaperSize = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(200D), Telerik.Reporting.Drawing.Unit.Cm(100D));
            reportParameter1.Name = "ProductionCycleIDParameter";
            reportParameter1.Text = "ProductionCycleIDParameter";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            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);
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(58)))), ((int)(((byte)(112)))));
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(58)))), ((int)(((byte)(112)))));
            styleRule3.Style.Color = System.Drawing.Color.White;
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule4.Style.Color = System.Drawing.Color.Black;
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule5.Style.Color = System.Drawing.Color.Black;
            styleRule5.Style.Font.Name = "Tahoma";
            styleRule5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4,
            styleRule5});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(38.631561279296875D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #50
0
 /// <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(ActivityWorkersAllReport));
     Telerik.Reporting.Barcodes.Code128Encoder      code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Group             group2     = new Telerik.Reporting.Group();
     Telerik.Reporting.Group             group3     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection        = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection        = new Telerik.Reporting.GroupHeaderSection();
     this.fiaCaptionTextBox               = new Telerik.Reporting.TextBox();
     this.departmentNameCaptionTextBox    = new Telerik.Reporting.TextBox();
     this.calendarMonthNameCaptionTextBox = new Telerik.Reporting.TextBox();
     this.calendarYearCaptionTextBox      = new Telerik.Reporting.TextBox();
     this.presentCaptionTextBox           = new Telerik.Reporting.TextBox();
     this.absenceCaptionTextBox           = new Telerik.Reporting.TextBox();
     this.hospitalCaptionTextBox          = new Telerik.Reporting.TextBox();
     this.vacationCaptionTextBox          = new Telerik.Reporting.TextBox();
     this.fiaGroupFooterSection           = new Telerik.Reporting.GroupFooterSection();
     this.fiaGroupHeaderSection           = new Telerik.Reporting.GroupHeaderSection();
     this.textBox2 = new Telerik.Reporting.TextBox();
     this.departmentNameGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.textBox5 = new Telerik.Reporting.TextBox();
     this.presentSumFunctionTextBox1       = new Telerik.Reporting.TextBox();
     this.absenceSumFunctionTextBox1       = new Telerik.Reporting.TextBox();
     this.hospitalSumFunctionTextBox1      = new Telerik.Reporting.TextBox();
     this.vacationSumFunctionTextBox1      = new Telerik.Reporting.TextBox();
     this.departmentNameGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.PersonnelDataSource1 = new Telerik.Reporting.SqlDataSource();
     this.reportFooter         = new Telerik.Reporting.ReportFooterSection();
     this.pageHeader           = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox    = new Telerik.Reporting.TextBox();
     this.pageFooter           = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox   = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox      = new Telerik.Reporting.TextBox();
     this.barcode1             = new Telerik.Reporting.Barcode();
     this.reportHeader         = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox         = new Telerik.Reporting.TextBox();
     this.detail = new Telerik.Reporting.DetailSection();
     this.calendarMonthNameDataTextBox = new Telerik.Reporting.TextBox();
     this.calendarYearDataTextBox      = new Telerik.Reporting.TextBox();
     this.presentDataTextBox           = new Telerik.Reporting.TextBox();
     this.absenceDataTextBox           = new Telerik.Reporting.TextBox();
     this.hospitalDataTextBox          = new Telerik.Reporting.TextBox();
     this.vacationDataTextBox          = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.13229165971279144D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.fiaCaptionTextBox,
         this.departmentNameCaptionTextBox,
         this.calendarMonthNameCaptionTextBox,
         this.calendarYearCaptionTextBox,
         this.presentCaptionTextBox,
         this.absenceCaptionTextBox,
         this.hospitalCaptionTextBox,
         this.vacationCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // fiaCaptionTextBox
     //
     this.fiaCaptionTextBox.CanGrow   = true;
     this.fiaCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaCaptionTextBox.Name      = "fiaCaptionTextBox";
     this.fiaCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.74688196182251D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaCaptionTextBox.StyleName = "Caption";
     this.fiaCaptionTextBox.Value     = "ПІБ працівника";
     //
     // departmentNameCaptionTextBox
     //
     this.departmentNameCaptionTextBox.CanGrow   = true;
     this.departmentNameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.7999997138977051D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.departmentNameCaptionTextBox.Name      = "departmentNameCaptionTextBox";
     this.departmentNameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9998002052307129D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.departmentNameCaptionTextBox.StyleName = "Caption";
     this.departmentNameCaptionTextBox.Value     = "Підрозділ";
     //
     // calendarMonthNameCaptionTextBox
     //
     this.calendarMonthNameCaptionTextBox.CanGrow   = true;
     this.calendarMonthNameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.calendarMonthNameCaptionTextBox.Name      = "calendarMonthNameCaptionTextBox";
     this.calendarMonthNameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.39979887008667D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.calendarMonthNameCaptionTextBox.StyleName = "Caption";
     this.calendarMonthNameCaptionTextBox.Value     = "Місяць";
     //
     // calendarYearCaptionTextBox
     //
     this.calendarYearCaptionTextBox.CanGrow   = true;
     this.calendarYearCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.200000762939453D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.calendarYearCaptionTextBox.Name      = "calendarYearCaptionTextBox";
     this.calendarYearCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.1997987031936646D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.calendarYearCaptionTextBox.StyleName = "Caption";
     this.calendarYearCaptionTextBox.Value     = "Рік";
     //
     // presentCaptionTextBox
     //
     this.presentCaptionTextBox.CanGrow   = true;
     this.presentCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.399998664855957D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.presentCaptionTextBox.Name      = "presentCaptionTextBox";
     this.presentCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2998011112213135D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.presentCaptionTextBox.StyleName = "Caption";
     this.presentCaptionTextBox.Value     = "Присутність (днів)";
     //
     // absenceCaptionTextBox
     //
     this.absenceCaptionTextBox.CanGrow   = true;
     this.absenceCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.700000762939453D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.absenceCaptionTextBox.Name      = "absenceCaptionTextBox";
     this.absenceCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0997993946075439D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.absenceCaptionTextBox.StyleName = "Caption";
     this.absenceCaptionTextBox.Value     = "Відсутність (днів)";
     //
     // hospitalCaptionTextBox
     //
     this.hospitalCaptionTextBox.CanGrow   = true;
     this.hospitalCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.799999237060547D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.hospitalCaptionTextBox.Name      = "hospitalCaptionTextBox";
     this.hospitalCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1769287586212158D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.hospitalCaptionTextBox.StyleName = "Caption";
     this.hospitalCaptionTextBox.Value     = "Лікарняний (днів)";
     //
     // vacationCaptionTextBox
     //
     this.vacationCaptionTextBox.CanGrow   = true;
     this.vacationCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.977128982543945D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.vacationCaptionTextBox.Name      = "vacationCaptionTextBox";
     this.vacationCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9699550867080689D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.vacationCaptionTextBox.StyleName = "Caption";
     this.vacationCaptionTextBox.Value     = "Відпустки (днів)";
     //
     // fiaGroupFooterSection
     //
     this.fiaGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.13229165971279144D);
     this.fiaGroupFooterSection.Name   = "fiaGroupFooterSection";
     //
     // fiaGroupHeaderSection
     //
     this.fiaGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.fiaGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2
     });
     this.fiaGroupHeaderSection.Name = "fiaGroupHeaderSection";
     //
     // textBox2
     //
     this.textBox2.CanGrow   = true;
     this.textBox2.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.0470829010009766D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox2.StyleName = "Data";
     this.textBox2.Value     = "= Fields.Fia";
     //
     // departmentNameGroupFooterSection
     //
     this.departmentNameGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.departmentNameGroupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox5,
         this.presentSumFunctionTextBox1,
         this.absenceSumFunctionTextBox1,
         this.hospitalSumFunctionTextBox1,
         this.vacationSumFunctionTextBox1
     });
     this.departmentNameGroupFooterSection.Name = "departmentNameGroupFooterSection";
     //
     // textBox5
     //
     this.textBox5.CanGrow         = true;
     this.textBox5.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox5.Name            = "textBox5";
     this.textBox5.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.5997979640960693D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox5.StyleName       = "Caption";
     this.textBox5.Value           = "Всього за рік (днів):";
     //
     // presentSumFunctionTextBox1
     //
     this.presentSumFunctionTextBox1.CanGrow   = true;
     this.presentSumFunctionTextBox1.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.399998664855957D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.presentSumFunctionTextBox1.Name      = "presentSumFunctionTextBox1";
     this.presentSumFunctionTextBox1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2998011112213135D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.presentSumFunctionTextBox1.StyleName = "Data";
     this.presentSumFunctionTextBox1.Value     = "= Sum(Fields.Present)";
     //
     // absenceSumFunctionTextBox1
     //
     this.absenceSumFunctionTextBox1.CanGrow   = true;
     this.absenceSumFunctionTextBox1.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.700000762939453D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.absenceSumFunctionTextBox1.Name      = "absenceSumFunctionTextBox1";
     this.absenceSumFunctionTextBox1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0997993946075439D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.absenceSumFunctionTextBox1.StyleName = "Data";
     this.absenceSumFunctionTextBox1.Value     = "= Sum(Fields.Absence)";
     //
     // hospitalSumFunctionTextBox1
     //
     this.hospitalSumFunctionTextBox1.CanGrow   = true;
     this.hospitalSumFunctionTextBox1.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.799999237060547D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.hospitalSumFunctionTextBox1.Name      = "hospitalSumFunctionTextBox1";
     this.hospitalSumFunctionTextBox1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1769287586212158D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.hospitalSumFunctionTextBox1.StyleName = "Data";
     this.hospitalSumFunctionTextBox1.Value     = "= Sum(Fields.Hospital)";
     //
     // vacationSumFunctionTextBox1
     //
     this.vacationSumFunctionTextBox1.CanGrow   = true;
     this.vacationSumFunctionTextBox1.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.977128982543945D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.vacationSumFunctionTextBox1.Name      = "vacationSumFunctionTextBox1";
     this.vacationSumFunctionTextBox1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9699550867080689D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.vacationSumFunctionTextBox1.StyleName = "Data";
     this.vacationSumFunctionTextBox1.Value     = "= Sum(Fields.Vacation)";
     //
     // departmentNameGroupHeaderSection
     //
     this.departmentNameGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.departmentNameGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4
     });
     this.departmentNameGroupHeaderSection.Name = "departmentNameGroupHeaderSection";
     //
     // textBox4
     //
     this.textBox4.CanGrow   = true;
     this.textBox4.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.7999997138977051D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox4.Name      = "textBox4";
     this.textBox4.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.2999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox4.StyleName = "Data";
     this.textBox4.Value     = "= Fields.DepartmentName";
     //
     // PersonnelDataSource1
     //
     this.PersonnelDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDataSource1.Name             = "PersonnelDataSource1";
     this.PersonnelDataSource1.SelectCommand    = resources.GetString("PersonnelDataSource1.SelectCommand");
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1
     });
     this.reportFooter.Name          = "reportFooter";
     this.reportFooter.Style.Visible = true;
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(20.894166946411133D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.66354161500930786D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.652291297912598D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.085625171661377D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(21D), Telerik.Reporting.Drawing.Unit.Cm(1.085625171661377D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Діяльність працівників за всі періоди (зведений звіт)";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.calendarMonthNameDataTextBox,
         this.calendarYearDataTextBox,
         this.presentDataTextBox,
         this.absenceDataTextBox,
         this.hospitalDataTextBox,
         this.vacationDataTextBox
     });
     this.detail.Name = "detail";
     //
     // calendarMonthNameDataTextBox
     //
     this.calendarMonthNameDataTextBox.CanGrow   = true;
     this.calendarMonthNameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.calendarMonthNameDataTextBox.Name      = "calendarMonthNameDataTextBox";
     this.calendarMonthNameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.39979887008667D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.calendarMonthNameDataTextBox.StyleName = "Data";
     this.calendarMonthNameDataTextBox.Value     = "= Fields.CalendarMonthName";
     //
     // calendarYearDataTextBox
     //
     this.calendarYearDataTextBox.CanGrow   = true;
     this.calendarYearDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.200000762939453D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.calendarYearDataTextBox.Name      = "calendarYearDataTextBox";
     this.calendarYearDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.1997987031936646D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.calendarYearDataTextBox.StyleName = "Data";
     this.calendarYearDataTextBox.Value     = "= Fields.CalendarYear";
     //
     // presentDataTextBox
     //
     this.presentDataTextBox.CanGrow   = true;
     this.presentDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.399998664855957D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.presentDataTextBox.Name      = "presentDataTextBox";
     this.presentDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2998011112213135D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.presentDataTextBox.StyleName = "Data";
     this.presentDataTextBox.Value     = "= Fields.Present";
     //
     // absenceDataTextBox
     //
     this.absenceDataTextBox.CanGrow   = true;
     this.absenceDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.700000762939453D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.absenceDataTextBox.Name      = "absenceDataTextBox";
     this.absenceDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0997993946075439D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.absenceDataTextBox.StyleName = "Data";
     this.absenceDataTextBox.Value     = "= Fields.Absence";
     //
     // hospitalDataTextBox
     //
     this.hospitalDataTextBox.CanGrow   = true;
     this.hospitalDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.799999237060547D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.hospitalDataTextBox.Name      = "hospitalDataTextBox";
     this.hospitalDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1769287586212158D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.hospitalDataTextBox.StyleName = "Data";
     this.hospitalDataTextBox.Value     = "= Fields.Hospital";
     //
     // vacationDataTextBox
     //
     this.vacationDataTextBox.CanGrow   = true;
     this.vacationDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.977128982543945D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.vacationDataTextBox.Name      = "vacationDataTextBox";
     this.vacationDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9699550867080689D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.vacationDataTextBox.StyleName = "Data";
     this.vacationDataTextBox.Value     = "= Fields.Vacation";
     //
     // ActivityWorkersAllReport
     //
     this.DataSource    = this.PersonnelDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     group2.GroupFooter = this.fiaGroupFooterSection;
     group2.GroupHeader = this.fiaGroupHeaderSection;
     group2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Fia"));
     group2.Name        = "fiaGroup";
     group3.GroupFooter = this.departmentNameGroupFooterSection;
     group3.GroupHeader = this.departmentNameGroupHeaderSection;
     group3.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.DepartmentName"));
     group3.Name = "departmentNameGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1,
         group2,
         group3
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.fiaGroupHeaderSection,
         this.fiaGroupFooterSection,
         this.departmentNameGroupHeaderSection,
         this.departmentNameGroupFooterSection,
         this.reportFooter,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.detail
     });
     this.Name = "ActivityWorkersAllReport";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(21D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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(InsuranceReport));
     Telerik.Reporting.Barcodes.Code128Encoder      code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.rowCaptionTextBox        = new Telerik.Reporting.TextBox();
     this.fiaCaptionTextBox        = new Telerik.Reporting.TextBox();
     this.insuranceCaptionTextBox  = new Telerik.Reporting.TextBox();
     this.PersonnelDataSource1     = new Telerik.Reporting.SqlDataSource();
     this.pageHeader           = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox    = new Telerik.Reporting.TextBox();
     this.pageFooter           = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox   = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox      = new Telerik.Reporting.TextBox();
     this.barcode1             = new Telerik.Reporting.Barcode();
     this.reportHeader         = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox         = new Telerik.Reporting.TextBox();
     this.reportFooter         = new Telerik.Reporting.ReportFooterSection();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.rowDataTextBox       = new Telerik.Reporting.TextBox();
     this.fiaDataTextBox       = new Telerik.Reporting.TextBox();
     this.insuranceDataTextBox = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.rowCaptionTextBox,
         this.fiaCaptionTextBox,
         this.insuranceCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // rowCaptionTextBox
     //
     this.rowCaptionTextBox.CanGrow   = true;
     this.rowCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.rowCaptionTextBox.Name      = "rowCaptionTextBox";
     this.rowCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.84708315134048462D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.rowCaptionTextBox.StyleName = "Caption";
     this.rowCaptionTextBox.Value     = "№";
     //
     // fiaCaptionTextBox
     //
     this.fiaCaptionTextBox.CanGrow   = true;
     this.fiaCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.90019965171813965D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaCaptionTextBox.Name      = "fiaCaptionTextBox";
     this.fiaCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.69959831237793D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaCaptionTextBox.StyleName = "Caption";
     this.fiaCaptionTextBox.Value     = "ПІБ працівника";
     //
     // insuranceCaptionTextBox
     //
     this.insuranceCaptionTextBox.CanGrow   = true;
     this.insuranceCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.59999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.insuranceCaptionTextBox.Name      = "insuranceCaptionTextBox";
     this.insuranceCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1612517833709717D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.insuranceCaptionTextBox.StyleName = "Caption";
     this.insuranceCaptionTextBox.Value     = "Номер свідоцтва";
     //
     // PersonnelDataSource1
     //
     this.PersonnelDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDataSource1.Name             = "PersonnelDataSource1";
     this.PersonnelDataSource1.SelectCommand    = resources.GetString("PersonnelDataSource1.SelectCommand");
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.708333015441895D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.75687479972839355D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.2856251001358032D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(1.2856249809265137D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Інформація про державне соціалье страхування";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1
     });
     this.reportFooter.Name = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.rowDataTextBox,
         this.fiaDataTextBox,
         this.insuranceDataTextBox
     });
     this.detail.Name = "detail";
     //
     // rowDataTextBox
     //
     this.rowDataTextBox.CanGrow   = true;
     this.rowDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.rowDataTextBox.Name      = "rowDataTextBox";
     this.rowDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.84708315134048462D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.rowDataTextBox.StyleName = "Data";
     this.rowDataTextBox.Value     = "= Fields.Row";
     //
     // fiaDataTextBox
     //
     this.fiaDataTextBox.CanGrow   = true;
     this.fiaDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.90019965171813965D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaDataTextBox.Name      = "fiaDataTextBox";
     this.fiaDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.69959831237793D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaDataTextBox.StyleName = "Data";
     this.fiaDataTextBox.Value     = "= Fields.Fia";
     //
     // insuranceDataTextBox
     //
     this.insuranceDataTextBox.CanGrow   = true;
     this.insuranceDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.59999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.insuranceDataTextBox.Name      = "insuranceDataTextBox";
     this.insuranceDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1612517833709717D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.insuranceDataTextBox.StyleName = "Data";
     this.insuranceDataTextBox.Value     = "= Fields.Insurance";
     //
     // InsuranceReport
     //
     this.DataSource    = this.PersonnelDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "InsuranceReport";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #52
0
 /// <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.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.textBox5           = new Telerik.Reporting.TextBox();
     this.textBox6           = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.textBox8           = new Telerik.Reporting.TextBox();
     this.textBox9           = new Telerik.Reporting.TextBox();
     this.textBox10          = new Telerik.Reporting.TextBox();
     this.textBox11          = new Telerik.Reporting.TextBox();
     this.textBox12          = new Telerik.Reporting.TextBox();
     this.textBox13          = 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.textBox19          = new Telerik.Reporting.TextBox();
     this.textBox21          = new Telerik.Reporting.TextBox();
     this.textBox22          = new Telerik.Reporting.TextBox();
     this.textBox23          = new Telerik.Reporting.TextBox();
     this.textBox24          = new Telerik.Reporting.TextBox();
     this.textBox25          = new Telerik.Reporting.TextBox();
     this.textBox26          = new Telerik.Reporting.TextBox();
     this.textBox27          = new Telerik.Reporting.TextBox();
     this.textBox28          = new Telerik.Reporting.TextBox();
     this.textBox30          = new Telerik.Reporting.TextBox();
     this.textBox31          = new Telerik.Reporting.TextBox();
     this.textBox32          = new Telerik.Reporting.TextBox();
     this.textBox33          = new Telerik.Reporting.TextBox();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.textBox17          = new Telerik.Reporting.TextBox();
     this.textBox20          = new Telerik.Reporting.TextBox();
     this.textBox29          = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     this.rpt_ComBeneficiaryAndInspectionCertificate = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // groupFooterSection
     //
     this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(6.6500000953674316D);
     this.groupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox3,
         this.textBox4,
         this.textBox5,
         this.textBox6,
         this.textBox7,
         this.textBox8,
         this.textBox9,
         this.textBox10,
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox14,
         this.textBox15,
         this.textBox16,
         this.textBox18,
         this.textBox19,
         this.textBox21,
         this.textBox22,
         this.textBox23,
         this.textBox24,
         this.textBox25,
         this.textBox26,
         this.textBox27,
         this.textBox28,
         this.textBox30,
         this.textBox31,
         this.textBox32,
         this.textBox33,
         this.textBox1
     });
     this.groupFooterSection.Name            = "groupFooterSection";
     this.groupFooterSection.Style.Font.Name = "Calibri";
     this.groupFooterSection.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-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.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox2.Style.Font.Name     = "Calibri";
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox2.Value               = "Beneficiary";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.100078821182251D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675591945648193D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Name     = "Calibri";
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "M/S {Fields.CompanyName}";
     //
     // textBox4
     //
     this.textBox4.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.100078821182251D), Telerik.Reporting.Drawing.Unit.Inch(0.20007880032062531D));
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675591945648193D), Telerik.Reporting.Drawing.Unit.Inch(0.3999212384223938D));
     this.textBox4.Style.Font.Name     = "Calibri";
     this.textBox4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox4.Value               = "Plant: {Fields.ComAddress2}. Corporate Office: {Fields.ComAddress1}";
     //
     // textBox5
     //
     this.textBox5.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(0.85007888078689575D));
     this.textBox5.Name                = "textBox5";
     this.textBox5.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675582408905029D), Telerik.Reporting.Drawing.Unit.Inch(0.20208276808261871D));
     this.textBox5.Style.Font.Name     = "Calibri";
     this.textBox5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox5.Value               = "= Fields.PreAddress1";
     //
     // textBox6
     //
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(0.64999991655349731D));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675587177276611D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox6.Style.Font.Bold     = true;
     this.textBox6.Style.Font.Name     = "Calibri";
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value               = "= Fields.UserFirstName";
     //
     // textBox7
     //
     this.textBox7.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.64999991655349731D));
     this.textBox7.Name                = "textBox7";
     this.textBox7.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox7.Style.Font.Name     = "Calibri";
     this.textBox7.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox7.Value               = "Applicant";
     //
     // textBox8
     //
     this.textBox8.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(1.1499999761581421D));
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox8.Style.Font.Name     = "Calibri";
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox8.Value               = "Description of Goods";
     //
     // textBox9
     //
     this.textBox9.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(1.1499999761581421D));
     this.textBox9.Name                = "textBox9";
     this.textBox9.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675580024719238D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox9.Style.Font.Name     = "Calibri";
     this.textBox9.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox9.Value               = "{Fields.Description}";
     //
     // textBox10
     //
     this.textBox10.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(1.3500789403915405D));
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9999209642410278D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox10.Style.Font.Name     = "Calibri";
     this.textBox10.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox10.Value               = "{Fields.QuantityYds} Yards.";
     //
     // textBox11
     //
     this.textBox11.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(1.75D));
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675580024719238D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox11.Style.Font.Name     = "Calibri";
     this.textBox11.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox11.Value               = "= Fields.LCOpenBank";
     //
     // textBox12
     //
     this.textBox12.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(1.75D));
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox12.Style.Font.Name     = "Calibri";
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox12.Value               = "Issuing Bank";
     //
     // textBox13
     //
     this.textBox13.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(2.1562497615814209D));
     this.textBox13.Name                = "textBox13";
     this.textBox13.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox13.Style.Font.Name     = "Calibri";
     this.textBox13.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox13.Value               = "Branch Address";
     //
     // textBox14
     //
     this.textBox14.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(2.1562497615814209D));
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675577640533447D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox14.Style.Font.Name     = "Calibri";
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox14.Value               = "{= Fields.LCOpenBankBranch}, {Fields.LCOpenBankAddress}";
     //
     // textBox15
     //
     this.textBox15.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(2.4499998092651367D));
     this.textBox15.Name                = "textBox15";
     this.textBox15.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox15.Style.Font.Name     = "Calibri";
     this.textBox15.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox15.Value               = "L/C No.";
     //
     // textBox16
     //
     this.textBox16.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(2.4499998092651367D));
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1999213695526123D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox16.Style.Font.Bold     = true;
     this.textBox16.Style.Font.Name     = "Calibri";
     this.textBox16.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox16.Value               = "= Fields.LCNo";
     //
     // textBox18
     //
     this.textBox18.Format              = "{0:dd/MM/yyyy}";
     this.textBox18.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.300079345703125D), Telerik.Reporting.Drawing.Unit.Inch(2.4499998092651367D));
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6675983667373657D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox18.Style.Font.Name     = "Calibri";
     this.textBox18.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox18.Value               = "Date: {= Fields.LCDate}";
     //
     // textBox19
     //
     this.textBox19.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(2.84999942779541D));
     this.textBox19.Name                = "textBox19";
     this.textBox19.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1999211311340332D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox19.Style.Font.Name     = "Calibri";
     this.textBox19.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox19.Value               = "= Fields.ExportLCNo";
     //
     // textBox21
     //
     this.textBox21.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(2.84999942779541D));
     this.textBox21.Name                = "textBox21";
     this.textBox21.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox21.Style.Font.Name     = "Calibri";
     this.textBox21.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox21.Value               = "Export L/C No.";
     //
     // textBox22
     //
     this.textBox22.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.1499993801116943D));
     this.textBox22.Name                = "textBox22";
     this.textBox22.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox22.Style.Font.Name     = "Calibri";
     this.textBox22.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox22.Value               = "Sales Contract No";
     //
     // textBox23
     //
     this.textBox23.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(3.1499993801116943D));
     this.textBox23.Name                = "textBox23";
     this.textBox23.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675577640533447D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox23.Style.Font.Name     = "Calibri";
     this.textBox23.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox23.Value               = "= Fields.SalesContractNo";
     //
     // textBox24
     //
     this.textBox24.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.4500000476837158D));
     this.textBox24.Name                = "textBox24";
     this.textBox24.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox24.Style.Font.Name     = "Calibri";
     this.textBox24.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox24.Value               = "Master L/C No.";
     //
     // textBox25
     //
     this.textBox25.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(3.4500000476837158D));
     this.textBox25.Name                = "textBox25";
     this.textBox25.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675577640533447D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox25.Style.Font.Name     = "Calibri";
     this.textBox25.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox25.Value               = "= Fields.MasterLCNO";
     //
     // textBox26
     //
     this.textBox26.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.7499997615814209D));
     this.textBox26.Name                = "textBox26";
     this.textBox26.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox26.Style.Font.Name     = "Calibri";
     this.textBox26.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox26.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox26.Value               = "For Manufacturing & Supply of";
     //
     // textBox27
     //
     this.textBox27.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(3.7499997615814209D));
     this.textBox27.Name                = "textBox27";
     this.textBox27.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675577640533447D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox27.Style.Font.Name     = "Calibri";
     this.textBox27.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox27.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox27.Value               = "{Fields.GarmentsQTY}";
     //
     // textBox28
     //
     this.textBox28.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(4.1499996185302734D));
     this.textBox28.Name                = "textBox28";
     this.textBox28.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox28.Style.Font.Name     = "Calibri";
     this.textBox28.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox28.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox28.Value               = "Quality";
     //
     // textBox30
     //
     this.textBox30.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.1000792980194092D), Telerik.Reporting.Drawing.Unit.Inch(4.1499996185302734D));
     this.textBox30.Name                = "textBox30";
     this.textBox30.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8675575256347656D), Telerik.Reporting.Drawing.Unit.Inch(0.40000006556510925D));
     this.textBox30.Style.Font.Name     = "Calibri";
     this.textBox30.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox30.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox30.Value               = "As Per Proforma Invoice No. \r\n{Fields.PINO_DATE}";
     //
     // textBox31
     //
     this.textBox31.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.006367961410433054D), Telerik.Reporting.Drawing.Unit.Inch(4.75D));
     this.textBox31.Name                = "textBox31";
     this.textBox31.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.961268424987793D), Telerik.Reporting.Drawing.Unit.Inch(0.59992104768753052D));
     this.textBox31.Style.Font.Name     = "Calibri";
     this.textBox31.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox31.Value               = "This is to certify that the goods have supplied are strictly as per Proforma Invo" +
                                          "ice, Contract, L/C order, Export standard and condition thereof have been fully " +
                                          "complied with.";
     //
     // textBox32
     //
     this.textBox32.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(5.5499997138977051D));
     this.textBox32.Name            = "textBox32";
     this.textBox32.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6207420825958252D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox32.Style.Font.Bold = true;
     this.textBox32.Style.Font.Name = "Calibri";
     this.textBox32.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox32.Value           = "For {Fields.CompanyName}";
     //
     // textBox33
     //
     this.textBox33.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.5999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(6.4500002861022949D));
     this.textBox33.Name            = "textBox33";
     this.textBox33.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2207415103912354D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox33.Style.Font.Bold = true;
     this.textBox33.Style.Font.Name = "Calibri";
     this.textBox33.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox33.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox33.Value           = "Authorised Signature";
     //
     // textBox1
     //
     this.textBox1.Format              = "{0:dd/MM/yyyy}";
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.300079345703125D), Telerik.Reporting.Drawing.Unit.Inch(2.8499991893768311D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6675983667373657D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox1.Style.Font.Name     = "Calibri";
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox1.Value               = "DATE {= Fields.ExportLCNoDate}";
     //
     // groupHeaderSection
     //
     this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(1.0458334684371948D);
     this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox17,
         this.textBox20,
         this.textBox29
     });
     this.groupHeaderSection.Name            = "groupHeaderSection";
     this.groupHeaderSection.Style.Font.Name = "Calibri";
     this.groupHeaderSection.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // textBox17
     //
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.14791662991046906D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox17.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.Font.Bold           = true;
     this.textBox17.Style.Font.Name           = "Calibri";
     this.textBox17.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox17.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox17.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.Value = "BENEFICIARY\'S CERTIFICATE";
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.006367961410433054D), Telerik.Reporting.Drawing.Unit.Inch(0.84583336114883423D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.6936321258544922D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox20.Style.Font.Bold     = true;
     this.textBox20.Style.Font.Name     = "Calibri";
     this.textBox20.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Value               = "REF. NO : {Fields.CompanyShortName}-BC-{Fields.DCNO}";
     //
     // textBox29
     //
     this.textBox29.Format              = "{0:dd/MM/yyyy}";
     this.textBox29.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.84579402208328247D));
     this.textBox29.Name                = "textBox29";
     this.textBox29.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7677167654037476D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox29.Style.Font.Bold     = true;
     this.textBox29.Style.Font.Name     = "Calibri";
     this.textBox29.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox29.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox29.Value               = "Date: {= Fields.DCDate}";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.pageHeaderSection1.Name            = "pageHeaderSection1";
     this.pageHeaderSection1.Style.Font.Name = "Calibri";
     this.pageHeaderSection1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // detail
     //
     this.detail.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.detail.Name            = "detail";
     this.detail.Style.Font.Name = "Calibri";
     this.detail.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833395421505D);
     this.pageFooterSection1.Name            = "pageFooterSection1";
     this.pageFooterSection1.Style.Font.Name = "Calibri";
     this.pageFooterSection1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // rpt_ComBeneficiaryAndInspectionCertificate
     //
     this.rpt_ComBeneficiaryAndInspectionCertificate.ConnectionString = "ABS.Reports.Properties.Settings.AmberBusinessSuite";
     this.rpt_ComBeneficiaryAndInspectionCertificate.Name             = "rpt_ComBeneficiaryAndInspectionCertificate";
     this.rpt_ComBeneficiaryAndInspectionCertificate.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@DCID", System.Data.DbType.Int32, null)
     });
     this.rpt_ComBeneficiaryAndInspectionCertificate.SelectCommand     = "dbo.rpt_ComBeneficiaryAndInspectionCertificate";
     this.rpt_ComBeneficiaryAndInspectionCertificate.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // rptBeneficiarysCertificate
     //
     this.DataSource    = this.rpt_ComBeneficiaryAndInspectionCertificate;
     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 = "rptBeneficiarysCertificate";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Style.BackgroundColor  = System.Drawing.Color.White;
     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.9677166938781738D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group2 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group3 = new Telerik.Reporting.Group();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.moduleNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.productionCycleIDCaptionTextBox = new Telerik.Reporting.TextBox();
            this.dateCaptionTextBox = new Telerik.Reporting.TextBox();
            this.activityCaptionTextBox = new Telerik.Reporting.TextBox();
            this.stageCaptionTextBox = new Telerik.Reporting.TextBox();
            this.populationCaptionTextBox = new Telerik.Reporting.TextBox();
            this.survivalRateCaptionTextBox = new Telerik.Reporting.TextBox();
            this.remarkCaptionTextBox = new Telerik.Reporting.TextBox();
            this.moduleNameGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.moduleNameGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.productionCycleIDGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.productionCycleIDGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
            this.titleTextBox = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.dateDataTextBox = new Telerik.Reporting.TextBox();
            this.activityDataTextBox = new Telerik.Reporting.TextBox();
            this.stageDataTextBox = new Telerik.Reporting.TextBox();
            this.populationDataTextBox = new Telerik.Reporting.TextBox();
            this.survivalRateDataTextBox = new Telerik.Reporting.TextBox();
            this.remarkDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "HatcheryReportLibrary.Properties.Settings.Hatchery";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.SelectCommand = "SELECT        ModuleName, ProductionCycleID, Date, DOC, Stage, Population, Surviv" +
    "alRate, Activity, Length, Remark\r\nFROM            DailyPostLarvaeHealthReport";
            // 
            // labelsGroupHeaderSection
            // 
            this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.moduleNameCaptionTextBox,
            this.productionCycleIDCaptionTextBox,
            this.dateCaptionTextBox,
            this.activityCaptionTextBox,
            this.stageCaptionTextBox,
            this.populationCaptionTextBox,
            this.survivalRateCaptionTextBox,
            this.remarkCaptionTextBox,
            this.textBox3});
            this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
            this.labelsGroupHeaderSection.PrintOnEveryPage = true;
            // 
            // labelsGroupFooterSection
            // 
            this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
            this.labelsGroupFooterSection.Style.Visible = false;
            // 
            // moduleNameCaptionTextBox
            // 
            this.moduleNameCaptionTextBox.CanGrow = true;
            this.moduleNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.moduleNameCaptionTextBox.Name = "moduleNameCaptionTextBox";
            this.moduleNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78385418653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.moduleNameCaptionTextBox.StyleName = "Caption";
            this.moduleNameCaptionTextBox.Value = "Module Name";
            // 
            // productionCycleIDCaptionTextBox
            // 
            this.productionCycleIDCaptionTextBox.CanGrow = true;
            this.productionCycleIDCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.82552081346511841D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.productionCycleIDCaptionTextBox.Name = "productionCycleIDCaptionTextBox";
            this.productionCycleIDCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78385418653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.productionCycleIDCaptionTextBox.StyleName = "Caption";
            this.productionCycleIDCaptionTextBox.Value = "PID";
            // 
            // dateCaptionTextBox
            // 
            this.dateCaptionTextBox.CanGrow = true;
            this.dateCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6302083730697632D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dateCaptionTextBox.Name = "dateCaptionTextBox";
            this.dateCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0697917938232422D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dateCaptionTextBox.StyleName = "Caption";
            this.dateCaptionTextBox.Value = "Date";
            // 
            // activityCaptionTextBox
            // 
            this.activityCaptionTextBox.CanGrow = true;
            this.activityCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.activityCaptionTextBox.Name = "activityCaptionTextBox";
            this.activityCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78385418653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.activityCaptionTextBox.StyleName = "Caption";
            this.activityCaptionTextBox.Value = "Activity";
            // 
            // stageCaptionTextBox
            // 
            this.stageCaptionTextBox.CanGrow = true;
            this.stageCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.stageCaptionTextBox.Name = "stageCaptionTextBox";
            this.stageCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.stageCaptionTextBox.StyleName = "Caption";
            this.stageCaptionTextBox.Value = "Stage";
            // 
            // populationCaptionTextBox
            // 
            this.populationCaptionTextBox.CanGrow = true;
            this.populationCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.9395833015441895D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.populationCaptionTextBox.Name = "populationCaptionTextBox";
            this.populationCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.98385429382324219D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.populationCaptionTextBox.StyleName = "Caption";
            this.populationCaptionTextBox.Value = "Population";
            // 
            // survivalRateCaptionTextBox
            // 
            this.survivalRateCaptionTextBox.CanGrow = true;
            this.survivalRateCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.9427108764648438D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.survivalRateCaptionTextBox.Name = "survivalRateCaptionTextBox";
            this.survivalRateCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78385418653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.survivalRateCaptionTextBox.StyleName = "Caption";
            this.survivalRateCaptionTextBox.Value = "SR";
            // 
            // remarkCaptionTextBox
            // 
            this.remarkCaptionTextBox.CanGrow = true;
            this.remarkCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.7729172706604D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.remarkCaptionTextBox.Name = "remarkCaptionTextBox";
            this.remarkCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9838536977767944D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.remarkCaptionTextBox.StyleName = "Caption";
            this.remarkCaptionTextBox.Value = "Remark";
            // 
            // moduleNameGroupHeaderSection
            // 
            this.moduleNameGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.moduleNameGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.textBox2});
            this.moduleNameGroupHeaderSection.Name = "moduleNameGroupHeaderSection";
            // 
            // moduleNameGroupFooterSection
            // 
            this.moduleNameGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.moduleNameGroupFooterSection.Name = "moduleNameGroupFooterSection";
            // 
            // productionCycleIDGroupHeaderSection
            // 
            this.productionCycleIDGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
            this.productionCycleIDGroupHeaderSection.Name = "productionCycleIDGroupHeaderSection";
            // 
            // productionCycleIDGroupFooterSection
            // 
            this.productionCycleIDGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.productionCycleIDGroupFooterSection.Name = "productionCycleIDGroupFooterSection";
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78385418653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox1.StyleName = "Data";
            this.textBox1.Value = "= Fields.ModuleName";
            // 
            // textBox2
            // 
            this.textBox2.CanGrow = true;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.82552081346511841D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78385418653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox2.StyleName = "Data";
            this.textBox2.Value = "= Fields.ProductionCycleID";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
            this.pageHeader.Name = "pageHeader";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooter.Name = "pageFooter";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.7020440101623535D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.84791678190231323D);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.34791666269302368D));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "PL Reports";
            // 
            // reportFooter
            // 
            this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.dateDataTextBox,
            this.activityDataTextBox,
            this.stageDataTextBox,
            this.populationDataTextBox,
            this.survivalRateDataTextBox,
            this.remarkDataTextBox,
            this.textBox4});
            this.detail.Name = "detail";
            // 
            // dateDataTextBox
            // 
            this.dateDataTextBox.CanGrow = true;
            this.dateDataTextBox.Format = "{0:dd/MM/yy}";
            this.dateDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6302083730697632D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.dateDataTextBox.Name = "dateDataTextBox";
            this.dateDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0697917938232422D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.dateDataTextBox.StyleName = "Data";
            this.dateDataTextBox.Value = "= Fields.Date";
            // 
            // activityDataTextBox
            // 
            this.activityDataTextBox.CanGrow = true;
            this.activityDataTextBox.Format = "{0:N0}";
            this.activityDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.activityDataTextBox.Name = "activityDataTextBox";
            this.activityDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78385418653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.activityDataTextBox.StyleName = "Data";
            this.activityDataTextBox.Value = "= Fields.Activity";
            // 
            // stageDataTextBox
            // 
            this.stageDataTextBox.CanGrow = true;
            this.stageDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.stageDataTextBox.Name = "stageDataTextBox";
            this.stageDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49999967217445374D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.stageDataTextBox.StyleName = "Data";
            this.stageDataTextBox.Value = "= Fields.Stage";
            // 
            // populationDataTextBox
            // 
            this.populationDataTextBox.CanGrow = true;
            this.populationDataTextBox.Format = "{0:N0}";
            this.populationDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.9395833015441895D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.populationDataTextBox.Name = "populationDataTextBox";
            this.populationDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.98385429382324219D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.populationDataTextBox.StyleName = "Data";
            this.populationDataTextBox.Value = "= Fields.Population";
            // 
            // survivalRateDataTextBox
            // 
            this.survivalRateDataTextBox.CanGrow = true;
            this.survivalRateDataTextBox.Format = "{0:P0}";
            this.survivalRateDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.9427108764648438D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.survivalRateDataTextBox.Name = "survivalRateDataTextBox";
            this.survivalRateDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.78385418653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.survivalRateDataTextBox.StyleName = "Data";
            this.survivalRateDataTextBox.Value = "= Fields.SurvivalRate";
            // 
            // remarkDataTextBox
            // 
            this.remarkDataTextBox.CanGrow = true;
            this.remarkDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.7729172706604D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.remarkDataTextBox.Name = "remarkDataTextBox";
            this.remarkDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9838536977767944D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.remarkDataTextBox.StyleName = "Data";
            this.remarkDataTextBox.Value = "= Fields.Remark";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1156249046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.023041406646370888D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.80007904767990112D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox3.Style.Font.Bold = false;
            this.textBox3.Style.Font.Name = "Tahoma";
            this.textBox3.Value = "Length";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1156253814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.80007904767990112D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox4.Value = "= Fields.Length";
            // 
            // DailyPostLarvaeReport
            // 
            this.DataSource = this.sqlDataSource1;
            group1.GroupFooter = this.labelsGroupFooterSection;
            group1.GroupHeader = this.labelsGroupHeaderSection;
            group1.Name = "labelsGroup";
            group2.GroupFooter = this.moduleNameGroupFooterSection;
            group2.GroupHeader = this.moduleNameGroupHeaderSection;
            group2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.ModuleName"));
            group2.Name = "moduleNameGroup";
            group3.GroupFooter = this.productionCycleIDGroupFooterSection;
            group3.GroupHeader = this.productionCycleIDGroupHeaderSection;
            group3.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.ProductionCycleID"));
            group3.Name = "productionCycleIDGroup";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1,
            group2,
            group3});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeaderSection,
            this.labelsGroupFooterSection,
            this.moduleNameGroupHeaderSection,
            this.moduleNameGroupFooterSection,
            this.productionCycleIDGroupHeaderSection,
            this.productionCycleIDGroupFooterSection,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.Name = "DailyPostLarvaeReport";
            this.PageSettings.Landscape = true;
            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;
            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);
            styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Title")});
            styleRule2.Style.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Bold = true;
            styleRule2.Style.Font.Italic = false;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            styleRule2.Style.Font.Strikeout = false;
            styleRule2.Style.Font.Underline = false;
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Caption")});
            styleRule3.Style.Color = System.Drawing.Color.Black;
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Data")});
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
            styleRule5.Style.Font.Name = "Tahoma";
            styleRule5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4,
            styleRule5});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(8.90000057220459D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
 /// <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.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.ReportParameter   reportParameter5 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter   reportParameter6 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.Drawing.StyleRule styleRule1       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4       = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.unitsCaptionTextBox      = new Telerik.Reporting.TextBox();
     this.nameCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.idCaptionTextBox         = new Telerik.Reporting.TextBox();
     this.objectDataSource1        = new Telerik.Reporting.ObjectDataSource();
     this.pageFooter              = new Telerik.Reporting.PageFooterSection();
     this.pageInfoTextBox         = new Telerik.Reporting.TextBox();
     this.reportHeader            = new Telerik.Reporting.ReportHeaderSection();
     this.textBox6                = new Telerik.Reporting.TextBox();
     this.textBox4                = new Telerik.Reporting.TextBox();
     this.textBox3                = new Telerik.Reporting.TextBox();
     this.textBox2                = new Telerik.Reporting.TextBox();
     this.textBox1                = new Telerik.Reporting.TextBox();
     this.titleTextBox            = new Telerik.Reporting.TextBox();
     this.pictureBox1             = new Telerik.Reporting.PictureBox();
     this.textBox10               = new Telerik.Reporting.TextBox();
     this.reportFooter            = new Telerik.Reporting.ReportFooterSection();
     this.textBox5                = new Telerik.Reporting.TextBox();
     this.unitsSumFunctionTextBox = new Telerik.Reporting.TextBox();
     this.detail           = new Telerik.Reporting.DetailSection();
     this.unitsDataTextBox = new Telerik.Reporting.TextBox();
     this.nameDataTextBox  = new Telerik.Reporting.TextBox();
     this.idDataTextBox    = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.unitsCaptionTextBox,
         this.nameCaptionTextBox,
         this.idCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // unitsCaptionTextBox
     //
     this.unitsCaptionTextBox.CanGrow         = true;
     this.unitsCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.unitsCaptionTextBox.Name            = "unitsCaptionTextBox";
     this.unitsCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.unitsCaptionTextBox.Style.Font.Bold = true;
     this.unitsCaptionTextBox.Style.Font.Name = "Arial";
     this.unitsCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.unitsCaptionTextBox.StyleName       = "Caption";
     this.unitsCaptionTextBox.Value           = "Units";
     //
     // nameCaptionTextBox
     //
     this.nameCaptionTextBox.CanGrow         = true;
     this.nameCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.7999999523162842D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.nameCaptionTextBox.Name            = "nameCaptionTextBox";
     this.nameCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0499999523162842D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.nameCaptionTextBox.Style.Font.Bold = true;
     this.nameCaptionTextBox.Style.Font.Name = "Arial";
     this.nameCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.nameCaptionTextBox.StyleName       = "Caption";
     this.nameCaptionTextBox.Value           = "Product Description";
     //
     // idCaptionTextBox
     //
     this.idCaptionTextBox.CanGrow         = true;
     this.idCaptionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.idCaptionTextBox.Name            = "idCaptionTextBox";
     this.idCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5699999332427979D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.idCaptionTextBox.Style.Font.Bold = true;
     this.idCaptionTextBox.Style.Font.Name = "Arial";
     this.idCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.idCaptionTextBox.StyleName       = "Caption";
     this.idCaptionTextBox.Value           = "Product Code";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = "DoubleJ.Oms.Web.Reports.Model.ProductItem, DoubleJ.Oms.Web, Version=1.0.0.0, Cult" +
                                         "ure=neutral, PublicKeyToken=null";
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(2.2000000476837158D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox6,
         this.textBox4,
         this.textBox3,
         this.textBox2,
         this.textBox1,
         this.titleTextBox,
         this.pictureBox1,
         this.textBox10
     });
     this.reportHeader.Name = "reportHeader";
     //
     // textBox6
     //
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.899843156337738D));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.89996075630188D), Telerik.Reporting.Drawing.Unit.Inch(0.29980349540710449D));
     this.textBox6.Style.Font.Bold = false;
     this.textBox6.Style.Font.Name = "Arial";
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.StyleName       = "Title";
     this.textBox6.Value           = "= \"Kill Date \" + Parameters.Date.Value";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(1.4997256994247437D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.899960994720459D), Telerik.Reporting.Drawing.Unit.Inch(0.19992133975028992D));
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Name = "Arial";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(13D);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox4.StyleName       = "Title";
     this.textBox4.Value           = "= Parameters.SubCaption.Value";
     //
     // textBox3
     //
     this.textBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(1.1996468305587769D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8375003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.29999992251396179D));
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.Font.Name = "Arial";
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.StyleName       = "Title";
     this.textBox3.Value           = "= \"Order Number \" + Parameters.OrderNumber.Value";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.5999608039855957D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8999991416931152D), Telerik.Reporting.Drawing.Unit.Inch(0.29980349540710449D));
     this.textBox2.Style.Font.Bold = true;
     this.textBox2.Style.Font.Name = "Arial";
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.StyleName       = "Title";
     this.textBox2.Value           = "= Parameters.TopCaption.Value";
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.29988199472427368D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.StyleName       = "Title";
     this.textBox1.Value           = "Shipping Manifest";
     //
     // titleTextBox
     //
     this.titleTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.titleTextBox.Name            = "titleTextBox";
     this.titleTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.2999606728553772D));
     this.titleTextBox.Style.Font.Bold = true;
     this.titleTextBox.Style.Font.Name = "Arial";
     this.titleTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.titleTextBox.StyleName       = "Title";
     this.titleTextBox.Value           = "Double J Meat Packing";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.pictureBox1.MimeType = "";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(1.8000000715255737D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = "= Parameters.Logo.Value";
     //
     // textBox10
     //
     this.textBox10.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(1.6997257471084595D));
     this.textBox10.Name            = "textBox10";
     this.textBox10.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.89996075630188D), Telerik.Reporting.Drawing.Unit.Inch(0.29980349540710449D));
     this.textBox10.Style.Font.Bold = true;
     this.textBox10.Style.Font.Name = "Arial";
     this.textBox10.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox10.StyleName       = "Title";
     this.textBox10.Value           = "= \"Customer PO \" + Parameters.CustomerPO.Value";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.41999998688697815D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox5,
         this.unitsSumFunctionTextBox
     });
     this.reportFooter.Name = "reportFooter";
     //
     // textBox5
     //
     this.textBox5.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.textBox5.Name                = "textBox5";
     this.textBox5.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1265882253646851D), Telerik.Reporting.Drawing.Unit.Inch(0.3999999463558197D));
     this.textBox5.Style.Font.Bold     = true;
     this.textBox5.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value               = "Totals:";
     //
     // unitsSumFunctionTextBox
     //
     this.unitsSumFunctionTextBox.CanGrow         = true;
     this.unitsSumFunctionTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.unitsSumFunctionTextBox.Name            = "unitsSumFunctionTextBox";
     this.unitsSumFunctionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.unitsSumFunctionTextBox.Style.Font.Bold = true;
     this.unitsSumFunctionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.unitsSumFunctionTextBox.StyleName       = "Data";
     this.unitsSumFunctionTextBox.Value           = "=Sum(Fields.Units)";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.25916647911071777D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.unitsDataTextBox,
         this.nameDataTextBox,
         this.idDataTextBox
     });
     this.detail.Name = "detail";
     //
     // unitsDataTextBox
     //
     this.unitsDataTextBox.CanGrow            = true;
     this.unitsDataTextBox.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.unitsDataTextBox.Name               = "unitsDataTextBox";
     this.unitsDataTextBox.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.900001049041748D), Telerik.Reporting.Drawing.Unit.Inch(0.23833313584327698D));
     this.unitsDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0.30000001192092896D);
     this.unitsDataTextBox.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.unitsDataTextBox.StyleName          = "Data";
     this.unitsDataTextBox.Value              = "=Fields.Units";
     //
     // nameDataTextBox
     //
     this.nameDataTextBox.CanGrow            = true;
     this.nameDataTextBox.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.7999999523162842D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.nameDataTextBox.Name               = "nameDataTextBox";
     this.nameDataTextBox.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9000002145767212D), Telerik.Reporting.Drawing.Unit.Inch(0.23833313584327698D));
     this.nameDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0.30000001192092896D);
     this.nameDataTextBox.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.nameDataTextBox.StyleName          = "Data";
     this.nameDataTextBox.Value              = "=Fields.Name";
     //
     // idDataTextBox
     //
     this.idDataTextBox.CanGrow            = true;
     this.idDataTextBox.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.idDataTextBox.Name               = "idDataTextBox";
     this.idDataTextBox.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0791666507720947D), Telerik.Reporting.Drawing.Unit.Inch(0.23833313584327698D));
     this.idDataTextBox.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0.30000001192092896D);
     this.idDataTextBox.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.idDataTextBox.StyleName          = "Data";
     this.idDataTextBox.Value              = "=Fields.Id";
     //
     // ShippingManifestSuppressWeight
     //
     this.DataSource    = this.objectDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "ShippingManifest";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name       = "Date";
     reportParameter2.Name       = "TopCaption";
     reportParameter3.Name       = "SubCaption";
     reportParameter4.Name       = "OrderNumber";
     reportParameter5.Name       = "Logo";
     reportParameter6.Name       = "CustomerPO";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     this.ReportParameters.Add(reportParameter5);
     this.ReportParameters.Add(reportParameter6);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule1.Style.Color          = System.Drawing.Color.Black;
     styleRule1.Style.Font.Bold      = true;
     styleRule1.Style.Font.Italic    = false;
     styleRule1.Style.Font.Name      = "Tahoma";
     styleRule1.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule1.Style.Font.Strikeout = false;
     styleRule1.Style.Font.Underline = false;
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule2.Style.Color         = System.Drawing.Color.Black;
     styleRule2.Style.Font.Name     = "Tahoma";
     styleRule2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule3.Style.Font.Name     = "Tahoma";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule4.Style.Font.Name     = "Tahoma";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(6.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #55
0
 /// <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(WorkerGenderReport));
     Telerik.Reporting.Barcodes.Code128Encoder      code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.iDCaptionTextBox         = new Telerik.Reporting.TextBox();
     this.fiaCaptionTextBox        = new Telerik.Reporting.TextBox();
     this.ifGenderCaptionTextBox   = new Telerik.Reporting.TextBox();
     this.PersonnelDataSource1     = new Telerik.Reporting.SqlDataSource();
     this.pageHeader          = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox   = new Telerik.Reporting.TextBox();
     this.pageFooter          = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox  = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox     = new Telerik.Reporting.TextBox();
     this.barcode1            = new Telerik.Reporting.Barcode();
     this.reportHeader        = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox        = new Telerik.Reporting.TextBox();
     this.reportFooter        = new Telerik.Reporting.ReportFooterSection();
     this.detail              = new Telerik.Reporting.DetailSection();
     this.iDDataTextBox       = new Telerik.Reporting.TextBox();
     this.fiaDataTextBox      = new Telerik.Reporting.TextBox();
     this.ifGenderDataTextBox = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.6039586067199707D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.iDCaptionTextBox,
         this.fiaCaptionTextBox,
         this.ifGenderCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // iDCaptionTextBox
     //
     this.iDCaptionTextBox.CanGrow   = true;
     this.iDCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.iDCaptionTextBox.Name      = "iDCaptionTextBox";
     this.iDCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.647083044052124D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.iDCaptionTextBox.StyleName = "Caption";
     this.iDCaptionTextBox.Value     = "Табельний №";
     //
     // fiaCaptionTextBox
     //
     this.fiaCaptionTextBox.CanGrow   = true;
     this.fiaCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.7001998424530029D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaCaptionTextBox.Name      = "fiaCaptionTextBox";
     this.fiaCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(10.39959716796875D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaCaptionTextBox.StyleName = "Caption";
     this.fiaCaptionTextBox.Value     = "ПІБ працівника";
     //
     // ifGenderCaptionTextBox
     //
     this.ifGenderCaptionTextBox.CanGrow   = true;
     this.ifGenderCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.099997520446777D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.ifGenderCaptionTextBox.Name      = "ifGenderCaptionTextBox";
     this.ifGenderCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.6612515449523926D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.ifGenderCaptionTextBox.StyleName = "Caption";
     this.ifGenderCaptionTextBox.Value     = "Стать";
     //
     // PersonnelDataSource1
     //
     this.PersonnelDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDataSource1.Name             = "PersonnelDataSource1";
     this.PersonnelDataSource1.SelectCommand    = resources.GetString("PersonnelDataSource1.SelectCommand");
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.708333015441895D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.69999974966049194D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.0529167652130127D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(2D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Стать працівників";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1
     });
     this.reportFooter.Name = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.iDDataTextBox,
         this.fiaDataTextBox,
         this.ifGenderDataTextBox
     });
     this.detail.Name = "detail";
     //
     // iDDataTextBox
     //
     this.iDDataTextBox.CanGrow   = true;
     this.iDDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.iDDataTextBox.Name      = "iDDataTextBox";
     this.iDDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.647083044052124D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.iDDataTextBox.StyleName = "Data";
     this.iDDataTextBox.Value     = "= Fields.ID";
     //
     // fiaDataTextBox
     //
     this.fiaDataTextBox.CanGrow   = true;
     this.fiaDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.7001998424530029D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaDataTextBox.Name      = "fiaDataTextBox";
     this.fiaDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(10.39959716796875D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaDataTextBox.StyleName = "Data";
     this.fiaDataTextBox.Value     = "= Fields.Fia";
     //
     // ifGenderDataTextBox
     //
     this.ifGenderDataTextBox.CanGrow   = true;
     this.ifGenderDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.099997520446777D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.ifGenderDataTextBox.Name      = "ifGenderDataTextBox";
     this.ifGenderDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.6612515449523926D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.ifGenderDataTextBox.StyleName = "Data";
     this.ifGenderDataTextBox.Value     = "= Fields.IfGender";
     //
     // WorkerGenderReport
     //
     this.DataSource    = this.PersonnelDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "WorkerGenderReport";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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.TableGroup        tableGroup1 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup2 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup3 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup4 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup5 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup6 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup7 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup8 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup9 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.Group             group1      = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1  = new Telerik.Reporting.Drawing.StyleRule();
     this.textBox34          = new Telerik.Reporting.TextBox();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox49          = new Telerik.Reporting.TextBox();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.textBox8           = new Telerik.Reporting.TextBox();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.textBox20          = new Telerik.Reporting.TextBox();
     this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.table1             = new Telerik.Reporting.Table();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.textBox24          = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.textBox9           = new Telerik.Reporting.TextBox();
     this.textBox50          = new Telerik.Reporting.TextBox();
     this.textBox51          = new Telerik.Reporting.TextBox();
     this.textBox52          = new Telerik.Reporting.TextBox();
     this.textBox53          = new Telerik.Reporting.TextBox();
     this.textBox54          = new Telerik.Reporting.TextBox();
     this.textBox55          = new Telerik.Reporting.TextBox();
     this.textBox21          = new Telerik.Reporting.TextBox();
     this.textBox25          = new Telerik.Reporting.TextBox();
     this.textBox6           = new Telerik.Reporting.TextBox();
     this.textBox10          = new Telerik.Reporting.TextBox();
     this.sqlDataSource1     = new Telerik.Reporting.SqlDataSource();
     this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     this.textBox36          = new Telerik.Reporting.TextBox();
     this.textBox5           = new Telerik.Reporting.TextBox();
     this.textBox12          = new Telerik.Reporting.TextBox();
     this.textBox17          = new Telerik.Reporting.TextBox();
     this.textBox19          = new Telerik.Reporting.TextBox();
     this.pictureBox1        = new Telerik.Reporting.PictureBox();
     this.textBox11          = new Telerik.Reporting.TextBox();
     this.textBox13          = new Telerik.Reporting.TextBox();
     this.textBox38          = new Telerik.Reporting.TextBox();
     this.textBox41          = new Telerik.Reporting.TextBox();
     this.textBox39          = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox34
     //
     this.textBox34.Name = "textBox34";
     this.textBox34.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.46874982118606567D), Telerik.Reporting.Drawing.Unit.Inch(0.22916674613952637D));
     this.textBox34.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox34.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox34.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox34.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox34.Style.Color         = System.Drawing.Color.White;
     this.textBox34.Style.Font.Bold     = true;
     this.textBox34.Style.Font.Name     = "Century Gothic";
     this.textBox34.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox34.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox34.Value = "SL #";
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.4583337306976318D), Telerik.Reporting.Drawing.Unit.Inch(0.22916674613952637D));
     this.textBox3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox3.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox3.Style.Color         = System.Drawing.Color.White;
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Name     = "Century Gothic";
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.StyleName           = "";
     this.textBox3.Value = "Transaction No";
     //
     // textBox49
     //
     this.textBox49.Name = "textBox49";
     this.textBox49.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1666662693023682D), Telerik.Reporting.Drawing.Unit.Inch(0.22916674613952637D));
     this.textBox49.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox49.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox49.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox49.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox49.Style.Color         = System.Drawing.Color.White;
     this.textBox49.Style.Font.Bold     = true;
     this.textBox49.Style.Font.Name     = "Century Gothic";
     this.textBox49.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox49.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox49.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox49.StyleName           = "";
     this.textBox49.Value = "Transaction Date";
     //
     // textBox4
     //
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7916667461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.22916674613952637D));
     this.textBox4.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox4.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox4.Style.Color         = System.Drawing.Color.White;
     this.textBox4.Style.Font.Bold     = true;
     this.textBox4.Style.Font.Name     = "Century Gothic";
     this.textBox4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox4.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.StyleName           = "";
     this.textBox4.Value = "Articale No";
     //
     // textBox8
     //
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.22916674613952637D));
     this.textBox8.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox8.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox8.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox8.Style.Color         = System.Drawing.Color.White;
     this.textBox8.Style.Font.Bold     = true;
     this.textBox8.Style.Font.Name     = "Century Gothic";
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox8.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.StyleName           = "";
     this.textBox8.Value = "Product Name";
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.93749982118606567D), Telerik.Reporting.Drawing.Unit.Inch(0.22916676104068756D));
     this.textBox1.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox1.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox1.Style.Color         = System.Drawing.Color.White;
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Name     = "Century Gothic";
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.StyleName           = "";
     this.textBox1.Value = "Unit";
     //
     // textBox20
     //
     this.textBox20.Name = "textBox20";
     this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0312502384185791D), Telerik.Reporting.Drawing.Unit.Inch(0.22916674613952637D));
     this.textBox20.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(157)))), ((int)(((byte)(255)))));
     this.textBox20.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox20.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox20.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox20.Style.Color         = System.Drawing.Color.White;
     this.textBox20.Style.Font.Bold     = true;
     this.textBox20.Style.Font.Name     = "Century Gothic";
     this.textBox20.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8.5D);
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.StyleName           = "";
     this.textBox20.Value = "Quantity";
     //
     // groupFooterSection
     //
     this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.79996085166931152D);
     this.groupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table1
     });
     this.groupFooterSection.Name = "groupFooterSection";
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.46874970197677612D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(2.4583334922790527D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.16666579246521D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.7916661500930786D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.1979160308837891D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.93749988079071045D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.0312497615814209D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.270833283662796D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.19791679084300995D)));
     this.table1.Body.SetCellContent(0, 0, this.textBox2);
     this.table1.Body.SetCellContent(1, 0, this.textBox24);
     this.table1.Body.SetCellContent(0, 3, this.textBox7);
     this.table1.Body.SetCellContent(1, 3, this.textBox9);
     this.table1.Body.SetCellContent(0, 2, this.textBox50);
     this.table1.Body.SetCellContent(1, 2, this.textBox51);
     this.table1.Body.SetCellContent(0, 4, this.textBox52);
     this.table1.Body.SetCellContent(1, 4, this.textBox53);
     this.table1.Body.SetCellContent(0, 1, this.textBox54);
     this.table1.Body.SetCellContent(1, 1, this.textBox55);
     this.table1.Body.SetCellContent(0, 6, this.textBox21);
     this.table1.Body.SetCellContent(1, 6, this.textBox25);
     this.table1.Body.SetCellContent(0, 5, this.textBox6);
     this.table1.Body.SetCellContent(1, 5, this.textBox10);
     tableGroup1.Name       = "tableGroup";
     tableGroup1.ReportItem = this.textBox34;
     tableGroup2.Name       = "group6";
     tableGroup2.ReportItem = this.textBox3;
     tableGroup3.Name       = "group4";
     tableGroup3.ReportItem = this.textBox49;
     tableGroup4.Name       = "group2";
     tableGroup4.ReportItem = this.textBox4;
     tableGroup5.Name       = "group5";
     tableGroup5.ReportItem = this.textBox8;
     tableGroup6.Name       = "group1";
     tableGroup6.ReportItem = this.textBox1;
     tableGroup7.Name       = "group7";
     tableGroup7.ReportItem = this.textBox20;
     this.table1.ColumnGroups.Add(tableGroup1);
     this.table1.ColumnGroups.Add(tableGroup2);
     this.table1.ColumnGroups.Add(tableGroup3);
     this.table1.ColumnGroups.Add(tableGroup4);
     this.table1.ColumnGroups.Add(tableGroup5);
     this.table1.ColumnGroups.Add(tableGroup6);
     this.table1.ColumnGroups.Add(tableGroup7);
     this.table1.ColumnHeadersPrintOnEveryPage = true;
     this.table1.DataSource = this.sqlDataSource1;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox24,
         this.textBox7,
         this.textBox9,
         this.textBox50,
         this.textBox51,
         this.textBox52,
         this.textBox53,
         this.textBox54,
         this.textBox55,
         this.textBox21,
         this.textBox25,
         this.textBox6,
         this.textBox10,
         this.textBox34,
         this.textBox3,
         this.textBox49,
         this.textBox4,
         this.textBox8,
         this.textBox1,
         this.textBox20
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.0176823940128088D), Telerik.Reporting.Drawing.Unit.Inch(0.095833458006381989D));
     this.table1.Name     = "table1";
     tableGroup8.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup8.Name = "detailTableGroup";
     tableGroup9.Name = "group3";
     this.table1.RowGroups.Add(tableGroup8);
     this.table1.RowGroups.Add(tableGroup9);
     this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9.0520801544189453D), Telerik.Reporting.Drawing.Unit.Inch(0.69791680574417114D));
     //
     // textBox2
     //
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.46874982118606567D), Telerik.Reporting.Drawing.Unit.Inch(0.27083331346511841D));
     this.textBox2.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox2.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value = "= RowNumber()";
     //
     // textBox24
     //
     this.textBox24.Name = "textBox24";
     this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.46874982118606567D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.textBox24.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox24.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox24.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox24.Style.Font.Bold           = true;
     this.textBox24.Style.Font.Name           = "Century Gothic";
     this.textBox24.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox24.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox24.StyleName = "";
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7916667461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.27083331346511841D));
     this.textBox7.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox7.Value = "= Fields.ArticleNo";
     //
     // textBox9
     //
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7916667461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.textBox9.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox9.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox9.Style.Font.Bold           = true;
     this.textBox9.Style.Font.Name           = "Century Gothic";
     this.textBox9.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox9.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.StyleName = "";
     //
     // textBox50
     //
     this.textBox50.Name = "textBox50";
     this.textBox50.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1666662693023682D), Telerik.Reporting.Drawing.Unit.Inch(0.27083331346511841D));
     this.textBox50.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox50.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox50.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox50.StyleName = "";
     this.textBox50.Value     = "= Fields.RequisitionDate.Date.Day+\'/\'+Fields.RequisitionDate.Date.Month+\'/\'+Field" +
                                "s.RequisitionDate.Date.Year";
     //
     // textBox51
     //
     this.textBox51.Name = "textBox51";
     this.textBox51.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1666662693023682D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.textBox51.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox51.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox51.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox51.Style.Font.Bold           = true;
     this.textBox51.Style.Font.Name           = "Century Gothic";
     this.textBox51.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox51.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox51.StyleName = "";
     //
     // textBox52
     //
     this.textBox52.Name = "textBox52";
     this.textBox52.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.27083331346511841D));
     this.textBox52.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox52.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox52.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox52.StyleName = "";
     this.textBox52.Value     = "= Fields.ItemName";
     //
     // textBox53
     //
     this.textBox53.Name = "textBox53";
     this.textBox53.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.textBox53.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox53.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox53.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox53.Style.Font.Bold           = true;
     this.textBox53.Style.Font.Name           = "Century Gothic";
     this.textBox53.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox53.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox53.StyleName = "";
     //
     // textBox54
     //
     this.textBox54.Name = "textBox54";
     this.textBox54.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.4583337306976318D), Telerik.Reporting.Drawing.Unit.Inch(0.270833283662796D));
     this.textBox54.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox54.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox54.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox54.StyleName = "";
     this.textBox54.Value     = "= Fields.RequisitionNo";
     //
     // textBox55
     //
     this.textBox55.Name = "textBox55";
     this.textBox55.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.4583337306976318D), Telerik.Reporting.Drawing.Unit.Inch(0.19791677594184876D));
     this.textBox55.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox55.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox55.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox55.Style.Font.Bold           = true;
     this.textBox55.Style.Font.Name           = "Century Gothic";
     this.textBox55.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox55.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox55.StyleName = "";
     //
     // textBox21
     //
     this.textBox21.Format = "{0:N2}";
     this.textBox21.Name   = "textBox21";
     this.textBox21.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0312502384185791D), Telerik.Reporting.Drawing.Unit.Inch(0.27083331346511841D));
     this.textBox21.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox21.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox21.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox21.Style.Font.Name           = "Century Gothic";
     this.textBox21.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox21.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox21.StyleName = "";
     this.textBox21.Value     = "= sum(Fields.Qty)";
     //
     // textBox25
     //
     this.textBox25.Format = "{0:N2}";
     this.textBox25.Name   = "textBox25";
     this.textBox25.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0312502384185791D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.textBox25.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox25.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox25.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox25.Style.Font.Bold           = true;
     this.textBox25.Style.Font.Name           = "Century Gothic";
     this.textBox25.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox25.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.StyleName = "";
     this.textBox25.Value     = "= Sum(Fields.Qty)";
     //
     // textBox6
     //
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.93749982118606567D), Telerik.Reporting.Drawing.Unit.Inch(0.270833283662796D));
     this.textBox6.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox6.StyleName = "";
     this.textBox6.Value     = "= Fields.UOMName";
     //
     // textBox10
     //
     this.textBox10.Name = "textBox10";
     this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.93749982118606567D), Telerik.Reporting.Drawing.Unit.Inch(0.19791679084300995D));
     this.textBox10.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox10.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox10.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox10.Style.Font.Bold           = true;
     this.textBox10.Style.Font.Name           = "Century Gothic";
     this.textBox10.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox10.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.StyleName = "";
     this.textBox10.Value     = "Grand Total:";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "ABS.Reports.Properties.Settings.AmberBusinessSuite";
     this.sqlDataSource1.Name             = "sqlDataSource1";
     this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@StartDate", System.Data.DbType.DateTime, null),
         new Telerik.Reporting.SqlDataSourceParameter("@EndDate", System.Data.DbType.DateTime, null),
         new Telerik.Reporting.SqlDataSourceParameter("@CreateBy", System.Data.DbType.Int32, null),
         new Telerik.Reporting.SqlDataSourceParameter("@CompanyID", System.Data.DbType.Int32, null),
         new Telerik.Reporting.SqlDataSourceParameter("@RequisitionTypeId", System.Data.DbType.Int32, null)
     });
     this.sqlDataSource1.SelectCommand     = "dbo.rpt_InvRequisitionDetail";
     this.sqlDataSource1.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // groupHeaderSection
     //
     this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(1.7479166984558106D);
     this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox12,
         this.textBox17,
         this.textBox19,
         this.pictureBox1,
         this.textBox13,
         this.textBox11,
         this.textBox38,
         this.textBox41,
         this.textBox39
     });
     this.groupHeaderSection.Name = "groupHeaderSection";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.pageHeaderSection1.Name   = "pageHeaderSection1";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.detail.Name   = "detail";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.1041675806045532D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox36
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox36
     //
     this.textBox36.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.90416747331619263D));
     this.textBox36.Name                = "textBox36";
     this.textBox36.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.16204833984375D), Telerik.Reporting.Drawing.Unit.Inch(0.19996072351932526D));
     this.textBox36.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox36.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox36.Value               = "Page {PageNumber} of {PageCount}";
     //
     // textBox5
     //
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(1.0312507152557373D));
     this.textBox5.Style.BorderColor.Default = System.Drawing.Color.Gray;
     this.textBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox5.StyleName = "";
     //
     // textBox12
     //
     this.textBox12.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4729552268981934D), Telerik.Reporting.Drawing.Unit.Inch(0.94791668653488159D));
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5437107086181641D), Telerik.Reporting.Drawing.Unit.Inch(0.23564861714839935D));
     this.textBox12.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(255)))));
     this.textBox12.Style.Font.Bold     = true;
     this.textBox12.Style.Font.Name     = "Century Gothic";
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox12.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox12.Value               = "Product In SPR";
     //
     // textBox17
     //
     this.textBox17.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5277009010314941D), Telerik.Reporting.Drawing.Unit.Inch(0.14626257121562958D));
     this.textBox17.Name                = "textBox17";
     this.textBox17.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.5343475341796875D), Telerik.Reporting.Drawing.Unit.Inch(0.31207147240638733D));
     this.textBox17.Style.Font.Bold     = true;
     this.textBox17.Style.Font.Name     = "Century Gothic";
     this.textBox17.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox17.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox17.Value               = "= Fields.CompanyName";
     //
     // textBox19
     //
     this.textBox19.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.06936776638031D), Telerik.Reporting.Drawing.Unit.Inch(0.45876255631446838D));
     this.textBox19.Name                = "textBox19";
     this.textBox19.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.9926791191101074D), Telerik.Reporting.Drawing.Unit.Inch(0.37743249535560608D));
     this.textBox19.Style.Font.Name     = "Century Gothic";
     this.textBox19.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox19.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox19.Value               = "= Fields.CompanyAddress";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.0176823940128088D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
     this.pictureBox1.MimeType = "";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.60000008344650269D), Telerik.Reporting.Drawing.Unit.Inch(0.50007867813110352D));
     this.pictureBox1.Value    = "= Fields.Logo";
     //
     // textBox11
     //
     this.textBox11.Format          = "{0:dd.MM.yyyy}";
     this.textBox11.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(1.3479167222976685D));
     this.textBox11.Name            = "textBox11";
     this.textBox11.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.91666555404663086D), Telerik.Reporting.Drawing.Unit.Inch(0.21207141876220703D));
     this.textBox11.Style.Font.Bold = true;
     this.textBox11.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox11.Value           = "=Fields.EndDate";
     //
     // textBox13
     //
     this.textBox13.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.7000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(1.3479167222976685D));
     this.textBox13.Name            = "textBox13";
     this.textBox13.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.34454998373985291D), Telerik.Reporting.Drawing.Unit.Inch(0.21207141876220703D));
     this.textBox13.Style.Font.Bold = true;
     this.textBox13.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox13.Value           = "To";
     //
     // textBox38
     //
     this.textBox38.Format          = "{0:dd.MM.yyyy}";
     this.textBox38.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(1.3479167222976685D));
     this.textBox38.Name            = "textBox38";
     this.textBox38.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.76088666915893555D), Telerik.Reporting.Drawing.Unit.Inch(0.21207141876220703D));
     this.textBox38.Style.Font.Bold = true;
     this.textBox38.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox38.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox38.Value           = "= Fields.StartDate";
     //
     // textBox41
     //
     this.textBox41.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.8000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(1.3479167222976685D));
     this.textBox41.Name            = "textBox41";
     this.textBox41.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.86874586343765259D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox41.Style.Font.Bold = true;
     this.textBox41.Style.Font.Name = "Century Gothic";
     this.textBox41.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox41.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox41.Value           = "Duration";
     //
     // textBox39
     //
     this.textBox39.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.7000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(1.3479167222976685D));
     this.textBox39.Name            = "textBox39";
     this.textBox39.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.085338078439235687D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox39.Style.Font.Bold = true;
     this.textBox39.Style.Font.Name = "Century Gothic";
     this.textBox39.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox39.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox39.Value           = ":";
     //
     // rptSPRDetail
     //
     this.DataSource    = this.sqlDataSource1;
     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 = "rptGRRDetail";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Style.BackgroundColor  = System.Drawing.Color.White;
     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(9.0697622299194336D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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(rptBillOfExchange1));
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     this.groupFooterSection    = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection    = new Telerik.Reporting.GroupHeaderSection();
     this.pageHeaderSection1    = new Telerik.Reporting.PageHeaderSection();
     this.textBox2              = new Telerik.Reporting.TextBox();
     this.textBox9              = new Telerik.Reporting.TextBox();
     this.textBox10             = new Telerik.Reporting.TextBox();
     this.textBox8              = new Telerik.Reporting.TextBox();
     this.textBox7              = new Telerik.Reporting.TextBox();
     this.textBox6              = new Telerik.Reporting.TextBox();
     this.textBox5              = new Telerik.Reporting.TextBox();
     this.textBox3              = new Telerik.Reporting.TextBox();
     this.textBox1              = new Telerik.Reporting.TextBox();
     this.textBox17             = new Telerik.Reporting.TextBox();
     this.textBox20             = new Telerik.Reporting.TextBox();
     this.textBox29             = new Telerik.Reporting.TextBox();
     this.textBox4              = new Telerik.Reporting.TextBox();
     this.detail                = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1    = new Telerik.Reporting.PageFooterSection();
     this.rpt_ComBillOfExchange = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // groupFooterSection
     //
     this.groupFooterSection.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.052083492279052734D);
     this.groupFooterSection.Name            = "groupFooterSection";
     this.groupFooterSection.Style.Font.Name = "Calibri";
     this.groupFooterSection.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // groupHeaderSection
     //
     this.groupHeaderSection.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.052083730697631836D);
     this.groupHeaderSection.Name            = "groupHeaderSection";
     this.groupHeaderSection.Style.Font.Name = "Calibri";
     this.groupHeaderSection.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(6.3000001907348633D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox9,
         this.textBox10,
         this.textBox8,
         this.textBox7,
         this.textBox6,
         this.textBox5,
         this.textBox3,
         this.textBox1,
         this.textBox17,
         this.textBox20,
         this.textBox29,
         this.textBox4
     });
     this.pageHeaderSection1.Name            = "pageHeaderSection1";
     this.pageHeaderSection1.Style.Font.Name = "Calibri";
     this.pageHeaderSection1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(2.4999997615814209D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.2676382064819336D), Telerik.Reporting.Drawing.Unit.Inch(0.4000001847743988D));
     this.textBox2.Style.Font.Name = "Calibri";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox2.Value           = "The Sum of United States Dollar - {ABS.Reports.Commercial.rptBillOfExchange1.EtoW" +
                                     "DO(Sum(Fields.DCFabricAmount))} only against supply of Fabrics for readymade gar" +
                                     "ments industry.";
     //
     // textBox9
     //
     this.textBox9.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.5000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(6D));
     this.textBox9.Name            = "textBox9";
     this.textBox9.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox9.Style.Font.Bold = true;
     this.textBox9.Style.Font.Name = "Calibri";
     this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox9.Value           = "Authorised Signature";
     //
     // textBox10
     //
     this.textBox10.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.5000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D));
     this.textBox10.Name            = "textBox10";
     this.textBox10.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox10.Style.Font.Bold = true;
     this.textBox10.Style.Font.Name = "Calibri";
     this.textBox10.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox10.Value           = "For {Fields.CompanyName}";
     //
     // textBox8
     //
     this.textBox8.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(4.5999999046325684D));
     this.textBox8.Name            = "textBox8";
     this.textBox8.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.2676382064819336D), Telerik.Reporting.Drawing.Unit.Inch(0.7000001072883606D));
     this.textBox8.Style.Font.Name = "Calibri";
     this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox8.Value           = resources.GetString("textBox8.Value");
     //
     // textBox7
     //
     this.textBox7.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(4.0999999046325684D));
     this.textBox7.Name            = "textBox7";
     this.textBox7.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.2676382064819336D), Telerik.Reporting.Drawing.Unit.Inch(0.3999210000038147D));
     this.textBox7.Style.Font.Name = "Calibri";
     this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox7.Value           = "Value received and charge the same to account of {Fields.UserFirstName}. {Fields." +
                                     "PreAddress1}";
     //
     // textBox6
     //
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(3D));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.2676382064819336D), Telerik.Reporting.Drawing.Unit.Inch(0.99159115552902222D));
     this.textBox6.Style.Font.Name = "Calibri";
     this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox6.Value           = resources.GetString("textBox6.Value");
     //
     // textBox5
     //
     this.textBox5.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(1.7000001668930054D));
     this.textBox5.Name            = "textBox5";
     this.textBox5.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.2676382064819336D), Telerik.Reporting.Drawing.Unit.Inch(0.60000020265579224D));
     this.textBox5.Style.Font.Name = "Calibri";
     this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox5.Value           = "At {Fields.Sight} days sight pay this first of Exchange (Second of the same tenor" +
                                     " and date being unpaid) to the order of {Fields.DCBankName}, {Fields.DCBankBranc" +
                                     "hName}, {Fields.DCBankAddress}.";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.90000009536743164D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5999217033386231D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Name     = "Calibri";
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "Bangladesh, Date:";
     //
     // textBox1
     //
     this.textBox1.Format              = "{0}";
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.2676382064819336D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Name     = "Calibri";
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "Exchange for - US($) {Sum(Fields.DCFabricAmount)}";
     //
     // textBox17
     //
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox17.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.Font.Bold           = true;
     this.textBox17.Style.Font.Name           = "Calibri";
     this.textBox17.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox17.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox17.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.Value = "Bill of Exchange";
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.90000009536743164D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.0999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox20.Style.Font.Bold     = true;
     this.textBox20.Style.Font.Name     = "Calibri";
     this.textBox20.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Value               = "REF. NO :  {Fields.CompanyShortName}/BE/{Fields.DCNO}";
     //
     // textBox29
     //
     this.textBox29.Format              = "{0:dd/MM/yyyy}";
     this.textBox29.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.8000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.90000009536743164D));
     this.textBox29.Name                = "textBox29";
     this.textBox29.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4676768779754639D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox29.Style.Font.Bold     = true;
     this.textBox29.Style.Font.Name     = "Calibri";
     this.textBox29.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     this.textBox29.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox29.Value               = "= Fields.DCDate";
     //
     // textBox4
     //
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59999990463256836D), Telerik.Reporting.Drawing.Unit.Inch(0.69992130994796753D));
     this.textBox4.Style.BackgroundColor     = System.Drawing.SystemColors.ActiveCaption;
     this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.Font.Bold           = true;
     this.textBox4.Style.Font.Name           = "Calibri";
     this.textBox4.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(40D);
     this.textBox4.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Value = "1";
     //
     // detail
     //
     this.detail.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.detail.Name            = "detail";
     this.detail.Style.Font.Name = "Calibri";
     this.detail.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height          = Telerik.Reporting.Drawing.Unit.Inch(0.0520833395421505D);
     this.pageFooterSection1.Name            = "pageFooterSection1";
     this.pageFooterSection1.Style.Font.Name = "Calibri";
     this.pageFooterSection1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11.5D);
     //
     // rpt_ComBillOfExchange
     //
     this.rpt_ComBillOfExchange.ConnectionString = "ABS.Reports.Properties.Settings.AmberBusinessSuite";
     this.rpt_ComBillOfExchange.Name             = "rpt_ComBillOfExchange";
     this.rpt_ComBillOfExchange.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@DCID", System.Data.DbType.Int32, null)
     });
     this.rpt_ComBillOfExchange.SelectCommand     = "dbo.rpt_ComBillOfExchange";
     this.rpt_ComBillOfExchange.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // rptBillOfExchange1
     //
     this.DataSource    = this.rpt_ComBillOfExchange;
     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 = "rptBillOfExchange1";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Style.BackgroundColor  = System.Drawing.Color.White;
     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(7.2677168846130371D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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.Group group1 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group2 = new Telerik.Reporting.Group();
            Telerik.Reporting.Group group3 = new Telerik.Reporting.Group();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            this.groupFooterSection2 = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection2 = new Telerik.Reporting.GroupHeaderSection();
            this.panelGroupName = new Telerik.Reporting.Panel();
            this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
            this.second_header = new Telerik.Reporting.Panel();
            this.groupFooterSection = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
            this.graph_section = new Telerik.Reporting.Panel();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.reportTitle = new Telerik.Reporting.TextBox();
            this.detailSection = new Telerik.Reporting.DetailSection();
            this.detail_panel = new Telerik.Reporting.Panel();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.shape1 = new Telerik.Reporting.Shape();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // groupFooterSection2
            // 
            this.groupFooterSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0.10000022500753403D);
            this.groupFooterSection2.Name = "groupFooterSection2";
            // 
            // groupHeaderSection2
            // 
            this.groupHeaderSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D);
            this.groupHeaderSection2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.panelGroupName});
            this.groupHeaderSection2.Name = "groupHeaderSection2";
            // 
            // panelGroupName
            // 
            this.panelGroupName.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
            this.panelGroupName.Name = "panelGroupName";
            this.panelGroupName.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.3999996185302734D), Telerik.Reporting.Drawing.Unit.Inch(0.19996070861816406D));
            // 
            // groupFooterSection1
            // 
            this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D);
            this.groupFooterSection1.Name = "groupFooterSection1";
            // 
            // groupHeaderSection1
            // 
            this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D);
            this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.second_header});
            this.groupHeaderSection1.Name = "groupHeaderSection1";
            // 
            // second_header
            // 
            this.second_header.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D), Telerik.Reporting.Drawing.Unit.Inch(7.8757606388535351E-05D));
            this.second_header.Name = "second_header";
            this.second_header.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.6000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.19992129504680634D));
            // 
            // groupFooterSection
            // 
            this.groupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D);
            this.groupFooterSection.Name = "groupFooterSection";
            // 
            // groupHeaderSection
            // 
            this.groupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19999988377094269D);
            this.groupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.graph_section});
            this.groupHeaderSection.Name = "groupHeaderSection";
            // 
            // graph_section
            // 
            this.graph_section.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(7.8519187809433788E-05D));
            this.graph_section.Name = "graph_section";
            this.graph_section.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.3999996185302734D), Telerik.Reporting.Drawing.Unit.Inch(0.19992144405841827D));
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.reportTitle});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            this.pageHeaderSection1.Style.BackgroundImage.ImageData = global::ReportTemplates.Properties.Resources.product_logo;
            this.pageHeaderSection1.Style.BackgroundImage.MimeType = "image/png";
            this.pageHeaderSection1.Style.BackgroundImage.Repeat = Telerik.Reporting.Drawing.BackgroundRepeat.NoRepeat;
            this.pageHeaderSection1.StyleName = "Logo";
            // 
            // reportTitle
            // 
            this.reportTitle.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
            this.reportTitle.Name = "reportTitle";
            this.reportTitle.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.9999217987060547D), Telerik.Reporting.Drawing.Unit.Inch(0.29992136359214783D));
            this.reportTitle.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.reportTitle.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.reportTitle.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.reportTitle.Value = "";
            // 
            // detailSection
            // 
            this.detailSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.099999904632568359D);
            this.detailSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detail_panel});
            this.detailSection.Name = "detailSection";
            // 
            // detail_panel
            // 
            this.detail_panel.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.detail_panel.Name = "detail_panel";
            this.detail_panel.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.6000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.099999904632568359D));
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.30007871985435486D);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox,
            this.shape1});
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.10007890313863754D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.599881649017334D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
            this.currentTimeTextBox.Value = "=NOW().ToString(\"MM/dd/yyyy\")";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.5999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.10007890313863754D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.399960994720459D), Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.Value = "= PageNumber + \" of \" + PageCount";
            // 
            // shape1
            // 
            this.shape1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.shape1.Name = "shape1";
            this.shape1.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
            this.shape1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.9999217987060547D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            // 
            // BarChartTwoGroup
            // 
            this.DocumentName = "Derp";
            group1.GroupFooter = this.groupFooterSection2;
            group1.GroupHeader = this.groupHeaderSection2;
            group1.Name = "group2";
            group2.GroupFooter = this.groupFooterSection1;
            group2.GroupHeader = this.groupHeaderSection1;
            group2.Name = "group1";
            group3.GroupFooter = this.groupFooterSection;
            group3.GroupHeader = this.groupHeaderSection;
            group3.Name = "group";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group1,
            group2,
            group3});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.groupHeaderSection2,
            this.groupFooterSection2,
            this.groupHeaderSection1,
            this.groupFooterSection1,
            this.groupHeaderSection,
            this.groupFooterSection,
            this.pageHeaderSection1,
            this.detailSection,
            this.pageFooterSection1});
            this.Name = "BarChartTwoGroup";
            this.PageSettings.Landscape = true;
            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;
            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(9.0000009536743164D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #59
0
 /// <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.Barcodes.Code128Encoder code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.surnameCaptionTextBox    = new Telerik.Reporting.TextBox();
     this.nameCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.middleNameCaptionTextBox = new Telerik.Reporting.TextBox();
     this.genderCaptionTextBox     = new Telerik.Reporting.TextBox();
     this.birthDateCaptionTextBox  = new Telerik.Reporting.TextBox();
     this.PersonnelDepDataSource1  = new Telerik.Reporting.SqlDataSource();
     this.pageHeader            = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox     = new Telerik.Reporting.TextBox();
     this.pageFooter            = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox    = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox       = new Telerik.Reporting.TextBox();
     this.barcode1              = new Telerik.Reporting.Barcode();
     this.reportHeader          = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox          = new Telerik.Reporting.TextBox();
     this.reportFooter          = new Telerik.Reporting.ReportFooterSection();
     this.detail                = new Telerik.Reporting.DetailSection();
     this.surnameDataTextBox    = new Telerik.Reporting.TextBox();
     this.nameDataTextBox       = new Telerik.Reporting.TextBox();
     this.middleNameDataTextBox = new Telerik.Reporting.TextBox();
     this.genderDataTextBox     = new Telerik.Reporting.TextBox();
     this.birthDateDataTextBox  = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(3.5039582252502441D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.surnameCaptionTextBox,
         this.nameCaptionTextBox,
         this.middleNameCaptionTextBox,
         this.genderCaptionTextBox,
         this.birthDateCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // surnameCaptionTextBox
     //
     this.surnameCaptionTextBox.CanGrow   = true;
     this.surnameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.surnameCaptionTextBox.Name      = "surnameCaptionTextBox";
     this.surnameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1520497798919678D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.surnameCaptionTextBox.StyleName = "Caption";
     this.surnameCaptionTextBox.Value     = "Прізвище";
     //
     // nameCaptionTextBox
     //
     this.nameCaptionTextBox.CanGrow   = true;
     this.nameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2051665782928467D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.nameCaptionTextBox.Name      = "nameCaptionTextBox";
     this.nameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.nameCaptionTextBox.StyleName = "Caption";
     this.nameCaptionTextBox.Value     = "Ім\'я";
     //
     // middleNameCaptionTextBox
     //
     this.middleNameCaptionTextBox.CanGrow   = true;
     this.middleNameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.3047003746032715D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.middleNameCaptionTextBox.Name      = "middleNameCaptionTextBox";
     this.middleNameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1520497798919678D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.middleNameCaptionTextBox.StyleName = "Caption";
     this.middleNameCaptionTextBox.Value     = "По-батькові";
     //
     // genderCaptionTextBox
     //
     this.genderCaptionTextBox.CanGrow   = true;
     this.genderCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.4569501876831055D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.genderCaptionTextBox.Name      = "genderCaptionTextBox";
     this.genderCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1520497798919678D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.genderCaptionTextBox.StyleName = "Caption";
     this.genderCaptionTextBox.Value     = "Стать";
     //
     // birthDateCaptionTextBox
     //
     this.birthDateCaptionTextBox.CanGrow   = true;
     this.birthDateCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.609198570251465D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.birthDateCaptionTextBox.Name      = "birthDateCaptionTextBox";
     this.birthDateCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1520512104034424D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.birthDateCaptionTextBox.StyleName = "Caption";
     this.birthDateCaptionTextBox.Value     = "Дата народження";
     //
     // PersonnelDepDataSource1
     //
     this.PersonnelDepDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDepDataSource1.Name             = "PersonnelDepDataSource1";
     this.PersonnelDepDataSource1.SelectCommand    = "SELECT        Surname, Name, MiddleName, Gender, BirthDate\r\nFROM            Worke" +
                                                     "rs\r\nWHERE        (Gender = \'Ч\')";
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.708333015441895D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.66729170083999634D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.2856251001358032D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(1.2856249809265137D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Список працівників (чоловіки)";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1
     });
     this.reportFooter.Name = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.surnameDataTextBox,
         this.nameDataTextBox,
         this.middleNameDataTextBox,
         this.genderDataTextBox,
         this.birthDateDataTextBox
     });
     this.detail.Name = "detail";
     //
     // surnameDataTextBox
     //
     this.surnameDataTextBox.CanGrow   = true;
     this.surnameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.surnameDataTextBox.Name      = "surnameDataTextBox";
     this.surnameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.surnameDataTextBox.StyleName = "Data";
     this.surnameDataTextBox.Value     = "= Fields.Surname";
     //
     // nameDataTextBox
     //
     this.nameDataTextBox.CanGrow   = true;
     this.nameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2051665782928467D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.nameDataTextBox.Name      = "nameDataTextBox";
     this.nameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0993332862854004D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.nameDataTextBox.StyleName = "Data";
     this.nameDataTextBox.Value     = "= Fields.Name";
     //
     // middleNameDataTextBox
     //
     this.middleNameDataTextBox.CanGrow   = true;
     this.middleNameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.3047003746032715D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.middleNameDataTextBox.Name      = "middleNameDataTextBox";
     this.middleNameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1520497798919678D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.middleNameDataTextBox.StyleName = "Data";
     this.middleNameDataTextBox.Value     = "= Fields.MiddleName";
     //
     // genderDataTextBox
     //
     this.genderDataTextBox.CanGrow   = true;
     this.genderDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.4569501876831055D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.genderDataTextBox.Name      = "genderDataTextBox";
     this.genderDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1520497798919678D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.genderDataTextBox.StyleName = "Data";
     this.genderDataTextBox.Value     = "= Fields.Gender";
     //
     // birthDateDataTextBox
     //
     this.birthDateDataTextBox.CanGrow   = true;
     this.birthDateDataTextBox.Format    = "{0:d}";
     this.birthDateDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.609200477600098D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.birthDateDataTextBox.Name      = "birthDateDataTextBox";
     this.birthDateDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1520497798919678D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.birthDateDataTextBox.StyleName = "Data";
     this.birthDateDataTextBox.Value     = "= Fields.BirthDate";
     //
     // WorkerListM
     //
     this.DataSource    = this.PersonnelDepDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "WorkerListM";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     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);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #60
0
 /// <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(DailyDoctorVisit));
     Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
     Telerik.Reporting.Group group2 = new Telerik.Reporting.Group();
     Telerik.Reporting.Group group3 = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.doctorNameCaptionTextBox = new Telerik.Reporting.TextBox();
     this.visitIDCaptionTextBox = new Telerik.Reporting.TextBox();
     this.patientIDCaptionTextBox = new Telerik.Reporting.TextBox();
     this.entryDateCaptionTextBox1 = new Telerik.Reporting.TextBox();
     this.doctorFeeCaptionTextBox = new Telerik.Reporting.TextBox();
     this.doctorNameGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.doctorNameGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.doctorNameDataTextBox = new Telerik.Reporting.TextBox();
     this.entryDateDataTextBox = new Telerik.Reporting.TextBox();
     this.entryDateGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.textBox1 = new Telerik.Reporting.TextBox();
     this.entryDateGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.sqlDataSource2 = new Telerik.Reporting.SqlDataSource();
     this.sqlDataSource3 = new Telerik.Reporting.SqlDataSource();
     this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
     this.pageHeader = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox = new Telerik.Reporting.TextBox();
     this.pageFooter = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox = new Telerik.Reporting.TextBox();
     this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox = new Telerik.Reporting.TextBox();
     this.reportFooter = new Telerik.Reporting.ReportFooterSection();
     this.detail = new Telerik.Reporting.DetailSection();
     this.visitIDDataTextBox = new Telerik.Reporting.TextBox();
     this.patientIDDataTextBox = new Telerik.Reporting.TextBox();
     this.entryDateDataTextBox1 = new Telerik.Reporting.TextBox();
     this.doctorFeeDataTextBox = new Telerik.Reporting.TextBox();
     this.textBox2 = new Telerik.Reporting.TextBox();
     this.shape1 = new Telerik.Reporting.Shape();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.labelsGroupFooterSection.Name = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.doctorNameCaptionTextBox,
     this.visitIDCaptionTextBox,
     this.patientIDCaptionTextBox,
     this.entryDateCaptionTextBox1,
     this.doctorFeeCaptionTextBox});
     this.labelsGroupHeaderSection.Name = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // doctorNameCaptionTextBox
     //
     this.doctorNameCaptionTextBox.CanGrow = true;
     this.doctorNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.doctorNameCaptionTextBox.Name = "doctorNameCaptionTextBox";
     this.doctorNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.37916669249534607D), Telerik.Reporting.Drawing.Unit.Inch(0.17916671931743622D));
     this.doctorNameCaptionTextBox.StyleName = "Caption";
     this.doctorNameCaptionTextBox.Value = "SlNo";
     //
     // visitIDCaptionTextBox
     //
     this.visitIDCaptionTextBox.CanGrow = true;
     this.visitIDCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.visitIDCaptionTextBox.Name = "visitIDCaptionTextBox";
     this.visitIDCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.17916671931743622D));
     this.visitIDCaptionTextBox.StyleName = "Caption";
     this.visitIDCaptionTextBox.Value = "Visit ID";
     //
     // patientIDCaptionTextBox
     //
     this.patientIDCaptionTextBox.CanGrow = true;
     this.patientIDCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.patientIDCaptionTextBox.Name = "patientIDCaptionTextBox";
     this.patientIDCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999999284744263D), Telerik.Reporting.Drawing.Unit.Inch(0.17916671931743622D));
     this.patientIDCaptionTextBox.StyleName = "Caption";
     this.patientIDCaptionTextBox.Value = "Patient ID";
     //
     // entryDateCaptionTextBox1
     //
     this.entryDateCaptionTextBox1.CanGrow = true;
     this.entryDateCaptionTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.entryDateCaptionTextBox1.Name = "entryDateCaptionTextBox1";
     this.entryDateCaptionTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.17916671931743622D));
     this.entryDateCaptionTextBox1.StyleName = "Caption";
     this.entryDateCaptionTextBox1.Value = "Entry Date";
     //
     // doctorFeeCaptionTextBox
     //
     this.doctorFeeCaptionTextBox.CanGrow = true;
     this.doctorFeeCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.doctorFeeCaptionTextBox.Name = "doctorFeeCaptionTextBox";
     this.doctorFeeCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.17916671931743622D));
     this.doctorFeeCaptionTextBox.StyleName = "Caption";
     this.doctorFeeCaptionTextBox.Value = "Doctor Fee";
     //
     // doctorNameGroupFooterSection
     //
     this.doctorNameGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.doctorNameGroupFooterSection.Name = "doctorNameGroupFooterSection";
     //
     // doctorNameGroupHeaderSection
     //
     this.doctorNameGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.245931938290596D);
     this.doctorNameGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.doctorNameDataTextBox,
     this.entryDateDataTextBox});
     this.doctorNameGroupHeaderSection.Name = "doctorNameGroupHeaderSection";
     //
     // doctorNameDataTextBox
     //
     this.doctorNameDataTextBox.CanGrow = true;
     this.doctorNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.doctorNameDataTextBox.Name = "doctorNameDataTextBox";
     this.doctorNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.125D), Telerik.Reporting.Drawing.Unit.Inch(0.18759854137897492D));
     this.doctorNameDataTextBox.Style.Font.Name = "Arial";
     this.doctorNameDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.doctorNameDataTextBox.StyleName = "Data";
     this.doctorNameDataTextBox.Value = "=Fields.DoctorName";
     //
     // entryDateDataTextBox
     //
     this.entryDateDataTextBox.CanGrow = true;
     this.entryDateDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1458332538604736D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.entryDateDataTextBox.Name = "entryDateDataTextBox";
     this.entryDateDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5541667938232422D), Telerik.Reporting.Drawing.Unit.Inch(0.245931938290596D));
     this.entryDateDataTextBox.Style.Font.Name = "Arial";
     this.entryDateDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.entryDateDataTextBox.StyleName = "Data";
     this.entryDateDataTextBox.Value = "=Fields.EntryDate";
     //
     // entryDateGroupFooterSection
     //
     this.entryDateGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.25216212868690491D);
     this.entryDateGroupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.textBox1});
     this.entryDateGroupFooterSection.Name = "entryDateGroupFooterSection";
     this.entryDateGroupFooterSection.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     //
     // textBox1
     //
     this.textBox1.Format = "{0:N2}";
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(7.8837074397597462E-05D));
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.1999211311340332D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox1.Value = "= Sum(Fields.DoctorFee)";
     //
     // entryDateGroupHeaderSection
     //
     this.entryDateGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
     this.entryDateGroupHeaderSection.Name = "entryDateGroupHeaderSection";
     //
     // sqlDataSource2
     //
     this.sqlDataSource2.ConnectionString = "OnLinePrescriptionConnectionString";
     this.sqlDataSource2.Name = "sqlDataSource2";
     this.sqlDataSource2.SelectCommand = resources.GetString("sqlDataSource2.SelectCommand");
     //
     // sqlDataSource3
     //
     this.sqlDataSource3.ConnectionString = "OnLinePrescriptionConnectionString";
     this.sqlDataSource3.Name = "sqlDataSource3";
     this.sqlDataSource3.SelectCommand = resources.GetString("sqlDataSource3.SelectCommand");
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "OnLinePrescriptionConnectionString";
     this.sqlDataSource1.Name = "sqlDataSource1";
     this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
     new Telerik.Reporting.SqlDataSourceParameter("@StDate", System.Data.DbType.DateTime, "=Parameters.StDate.Value"),
     new Telerik.Reporting.SqlDataSourceParameter("@EndDate", System.Data.DbType.DateTime, "=Parameters.EndDate.Value")});
     this.sqlDataSource1.SelectCommand = "dbo.sp_rpt_DailyDoctorVisit";
     this.sqlDataSource1.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.reportNameTextBox});
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.reportNameTextBox.Name = "reportNameTextBox";
     this.reportNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4166665077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value = "DailyDoctorVisit";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.currentTimeTextBox,
     this.pageInfoTextBox});
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.currentTimeTextBox.Name = "currentTimeTextBox";
     this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.pageInfoTextBox.Name = "pageInfoTextBox";
     this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName = "PageInfo";
     this.pageInfoTextBox.Value = "=PageNumber";
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.25833335518836975D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.titleTextBox});
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.titleTextBox.Name = "titleTextBox";
     this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4583334922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.25833335518836975D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value = "DailyDoctorVisit";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
     this.reportFooter.Name = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.2540680468082428D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.visitIDDataTextBox,
     this.patientIDDataTextBox,
     this.entryDateDataTextBox1,
     this.doctorFeeDataTextBox,
     this.textBox2,
     this.shape1});
     this.detail.Name = "detail";
     //
     // visitIDDataTextBox
     //
     this.visitIDDataTextBox.CanGrow = true;
     this.visitIDDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30007871985435486D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.visitIDDataTextBox.Name = "visitIDDataTextBox";
     this.visitIDDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999213457107544D), Telerik.Reporting.Drawing.Unit.Inch(0.18740145862102509D));
     this.visitIDDataTextBox.Style.Font.Name = "Arial";
     this.visitIDDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.visitIDDataTextBox.StyleName = "Data";
     this.visitIDDataTextBox.Value = "=Fields.VisitID";
     //
     // patientIDDataTextBox
     //
     this.patientIDDataTextBox.CanGrow = true;
     this.patientIDDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.patientIDDataTextBox.Name = "patientIDDataTextBox";
     this.patientIDDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1915875673294067D), Telerik.Reporting.Drawing.Unit.Inch(0.18740145862102509D));
     this.patientIDDataTextBox.Style.Font.Name = "Arial";
     this.patientIDDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.patientIDDataTextBox.StyleName = "Data";
     this.patientIDDataTextBox.Value = "=Fields.PatientID";
     //
     // entryDateDataTextBox1
     //
     this.entryDateDataTextBox1.CanGrow = true;
     this.entryDateDataTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5916664600372314D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.entryDateDataTextBox1.Name = "entryDateDataTextBox1";
     this.entryDateDataTextBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3083336353302D), Telerik.Reporting.Drawing.Unit.Inch(0.18740145862102509D));
     this.entryDateDataTextBox1.Style.Font.Name = "Arial";
     this.entryDateDataTextBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.entryDateDataTextBox1.StyleName = "Data";
     this.entryDateDataTextBox1.Value = "=Fields.EntryDate";
     //
     // doctorFeeDataTextBox
     //
     this.doctorFeeDataTextBox.CanGrow = true;
     this.doctorFeeDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.doctorFeeDataTextBox.Name = "doctorFeeDataTextBox";
     this.doctorFeeDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.18740145862102509D));
     this.doctorFeeDataTextBox.Style.Font.Name = "Arial";
     this.doctorFeeDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.doctorFeeDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.doctorFeeDataTextBox.StyleName = "Data";
     this.doctorFeeDataTextBox.Value = "=Fields.DoctorFee";
     //
     // textBox2
     //
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Inch(0.16016387939453125D));
     this.textBox2.Style.Font.Name = "Arial";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Value = "= RowNumber()";
     //
     // shape1
     //
     this.shape1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.2019847184419632D));
     this.shape1.Name = "shape1";
     this.shape1.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.7000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D));
     //
     // DailyDoctorVisit
     //
     this.DataSource = this.sqlDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name = "labelsGroup";
     group2.GroupFooter = this.doctorNameGroupFooterSection;
     group2.GroupHeader = this.doctorNameGroupHeaderSection;
     group2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.DoctorName"));
     group2.Name = "doctorNameGroup";
     group3.GroupFooter = this.entryDateGroupFooterSection;
     group3.GroupHeader = this.entryDateGroupHeaderSection;
     group3.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.EntryDate"));
     group3.Name = "entryDateGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
     group1,
     group2,
     group3});
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
     this.labelsGroupHeaderSection,
     this.labelsGroupFooterSection,
     this.doctorNameGroupHeaderSection,
     this.doctorNameGroupFooterSection,
     this.entryDateGroupHeaderSection,
     this.entryDateGroupFooterSection,
     this.pageHeader,
     this.pageFooter,
     this.reportHeader,
     this.reportFooter,
     this.detail});
     this.Name = "DailyDoctorVisit";
     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;
     this.Style.BackgroundColor = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Title")});
     styleRule1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule1.Style.Font.Name = "Georgia";
     styleRule1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Caption")});
     styleRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule2.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("Data")});
     styleRule3.Style.Font.Name = "Georgia";
     styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
     new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
     styleRule4.Style.Font.Name = "Georgia";
     styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
     styleRule1,
     styleRule2,
     styleRule3,
     styleRule4});
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(6.4375D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }