/// <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.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.sqlDataList = new Telerik.Reporting.SqlDataSource();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.detail.Name = "detail";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // sqlDataList
            // 
            this.sqlDataList.Name = "sqlDataList";
            // 
            // Deneme1
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.Name = "arc_ser1no";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            this.ReportParameters.Add(reportParameter1);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            ((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(SalesQuoteReport));
     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.ReportParameter   reportParameter1     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.Drawing.StyleRule styleRule1           = new Telerik.Reporting.Drawing.StyleRule();
     this.textBox15           = new Telerik.Reporting.TextBox();
     this.textBox17           = new Telerik.Reporting.TextBox();
     this.textBox19           = new Telerik.Reporting.TextBox();
     this.textBox21           = new Telerik.Reporting.TextBox();
     this.textBox23           = new Telerik.Reporting.TextBox();
     this.textBox25           = new Telerik.Reporting.TextBox();
     this.textBox27           = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1  = new Telerik.Reporting.PageHeaderSection();
     this.textBox1            = new Telerik.Reporting.TextBox();
     this.textBox2            = new Telerik.Reporting.TextBox();
     this.textBox3            = new Telerik.Reporting.TextBox();
     this.txtSalesQuoteNumber = new Telerik.Reporting.TextBox();
     this.textBox4            = new Telerik.Reporting.TextBox();
     this.pictureBox1         = new Telerik.Reporting.PictureBox();
     this.txtQuoteDate        = new Telerik.Reporting.TextBox();
     this.detail                   = new Telerik.Reporting.DetailSection();
     this.textBox12                = new Telerik.Reporting.TextBox();
     this.textBox14                = new Telerik.Reporting.TextBox();
     this.ItemsTable               = new Telerik.Reporting.Table();
     this.Items_ProductName        = new Telerik.Reporting.TextBox();
     this.Items_CustomerCode       = new Telerik.Reporting.TextBox();
     this.Items_PackagingName      = new Telerik.Reporting.TextBox();
     this.Items_Treatment          = new Telerik.Reporting.TextBox();
     this.Items_Quantity           = new Telerik.Reporting.TextBox();
     this.Items_NetWeight          = new Telerik.Reporting.TextBox();
     this.Items_NetPrice           = new Telerik.Reporting.TextBox();
     this.txtTotalWeight           = new Telerik.Reporting.TextBox();
     this.txtTotalQuantity         = new Telerik.Reporting.TextBox();
     this.textBox16                = new Telerik.Reporting.TextBox();
     this.SpecialInstructionsLabel = new Telerik.Reporting.TextBox();
     this.SpecialInstructions      = new Telerik.Reporting.TextBox();
     this.SoldToAddressLabel       = new Telerik.Reporting.SubReport();
     this.textBox5                 = new Telerik.Reporting.TextBox();
     this.textBox18                = new Telerik.Reporting.TextBox();
     this.txtOrigin                = new Telerik.Reporting.TextBox();
     this.txtPaymentTerms          = new Telerik.Reporting.TextBox();
     this.textBox22                = new Telerik.Reporting.TextBox();
     this.textBox20                = new Telerik.Reporting.TextBox();
     this.txtBroker                = new Telerik.Reporting.TextBox();
     this.ShipToAddressLabel       = new Telerik.Reporting.SubReport();
     this.textBox6                 = new Telerik.Reporting.TextBox();
     this.salesQuoteDataSource     = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox15
     //
     this.textBox15.Name            = "textBox15";
     this.textBox15.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.125D), Telerik.Reporting.Drawing.Unit.Inch(0.1770833432674408D));
     this.textBox15.Style.Font.Bold = true;
     this.textBox15.Value           = "Product";
     //
     // textBox17
     //
     this.textBox17.Name            = "textBox17";
     this.textBox17.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.358333945274353D), Telerik.Reporting.Drawing.Unit.Inch(0.1770833432674408D));
     this.textBox17.Style.Font.Bold = true;
     this.textBox17.Value           = "Customer Code";
     //
     // textBox19
     //
     this.textBox19.Name            = "textBox19";
     this.textBox19.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7362489700317383D), Telerik.Reporting.Drawing.Unit.Inch(0.17708329856395721D));
     this.textBox19.Style.Font.Bold = true;
     this.textBox19.Value           = "Packaging";
     //
     // textBox21
     //
     this.textBox21.Name            = "textBox21";
     this.textBox21.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49166634678840637D), Telerik.Reporting.Drawing.Unit.Inch(0.1770833432674408D));
     this.textBox21.Style.Font.Bold = true;
     this.textBox21.StyleName       = "";
     this.textBox21.Value           = "Trtmnt";
     //
     // textBox23
     //
     this.textBox23.Name            = "textBox23";
     this.textBox23.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.48958310484886169D), Telerik.Reporting.Drawing.Unit.Inch(0.1770833432674408D));
     this.textBox23.Style.Font.Bold = true;
     this.textBox23.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox23.StyleName       = "";
     this.textBox23.Value           = "Qty";
     //
     // textBox25
     //
     this.textBox25.Name            = "textBox25";
     this.textBox25.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.67374968528747559D), Telerik.Reporting.Drawing.Unit.Inch(0.1770833283662796D));
     this.textBox25.Style.Font.Bold = true;
     this.textBox25.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox25.StyleName       = "";
     this.textBox25.Value           = "Net Wgt";
     //
     // textBox27
     //
     this.textBox27.Name            = "textBox27";
     this.textBox27.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.60416668653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.1770833432674408D));
     this.textBox27.Style.Font.Bold = true;
     this.textBox27.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox27.StyleName       = "";
     this.textBox27.Value           = "Price / lb.";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.2000001668930054D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox2,
         this.textBox3,
         this.txtSalesQuoteNumber,
         this.textBox4,
         this.pictureBox1,
         this.txtQuoteDate
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     this.pageHeaderSection1.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.pageHeaderSection1.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.666700005531311D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3999998569488525D), Telerik.Reporting.Drawing.Unit.Inch(0.25D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Times New Roman";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox1.Value           = "Rio Valley Chili, Inc.";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.66670006513595581D), Telerik.Reporting.Drawing.Unit.Inch(0.25007867813110352D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3999998569488525D), Telerik.Reporting.Drawing.Unit.Inch(0.64992135763168335D));
     this.textBox2.Style.Font.Bold = false;
     this.textBox2.Style.Font.Name = "Times New Roman";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox2.Value           = "P O Box 131\r\nRincon, NM  87940\r\nTele:  575-267-4636\r\nFax:  575-267-4633";
     //
     // textBox3
     //
     this.textBox3.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1666998863220215D), Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D));
     this.textBox3.Name              = "textBox3";
     this.textBox3.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8333004713058472D), Telerik.Reporting.Drawing.Unit.Inch(0.25D));
     this.textBox3.Style.Color       = System.Drawing.Color.Navy;
     this.textBox3.Style.Font.Bold   = true;
     this.textBox3.Style.Font.Italic = true;
     this.textBox3.Style.Font.Name   = "Tahoma";
     this.textBox3.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.textBox3.Value             = "Quote Number";
     //
     // txtSalesQuoteNumber
     //
     this.txtSalesQuoteNumber.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.0000786781311035D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.txtSalesQuoteNumber.Name              = "txtSalesQuoteNumber";
     this.txtSalesQuoteNumber.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998819828033447D), Telerik.Reporting.Drawing.Unit.Inch(0.24999995529651642D));
     this.txtSalesQuoteNumber.Style.Color       = System.Drawing.Color.Black;
     this.txtSalesQuoteNumber.Style.Font.Bold   = false;
     this.txtSalesQuoteNumber.Style.Font.Italic = false;
     this.txtSalesQuoteNumber.Style.Font.Name   = "Tahoma";
     this.txtSalesQuoteNumber.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.txtSalesQuoteNumber.Style.TextAlign   = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.txtSalesQuoteNumber.Value             = "";
     //
     // textBox4
     //
     this.textBox4.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.9000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.75D));
     this.textBox4.Name              = "textBox4";
     this.textBox4.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5999605655670166D), Telerik.Reporting.Drawing.Unit.Inch(0.39996066689491272D));
     this.textBox4.Style.Color       = System.Drawing.Color.Black;
     this.textBox4.Style.Font.Bold   = true;
     this.textBox4.Style.Font.Italic = false;
     this.textBox4.Style.Font.Name   = "Tahoma";
     this.textBox4.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(24D);
     this.textBox4.Style.TextAlign   = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox4.Value             = "Quote";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.0084177656099200249D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.pictureBox1.MimeType = "image/jpeg";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.6582036018371582D), Telerik.Reporting.Drawing.Unit.Inch(0.89999991655349731D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // txtQuoteDate
     //
     this.txtQuoteDate.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1709122657775879D), Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D));
     this.txtQuoteDate.Name              = "txtQuoteDate";
     this.txtQuoteDate.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.3290474414825439D), Telerik.Reporting.Drawing.Unit.Inch(0.24999995529651642D));
     this.txtQuoteDate.Style.Color       = System.Drawing.Color.Black;
     this.txtQuoteDate.Style.Font.Bold   = false;
     this.txtQuoteDate.Style.Font.Italic = false;
     this.txtQuoteDate.Style.Font.Name   = "Tahoma";
     this.txtQuoteDate.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.txtQuoteDate.Style.TextAlign   = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.txtQuoteDate.Value             = "";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(3.7100226879119873D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox12,
         this.textBox14,
         this.ItemsTable,
         this.txtTotalWeight,
         this.txtTotalQuantity,
         this.textBox16,
         this.SpecialInstructionsLabel,
         this.SpecialInstructions,
         this.SoldToAddressLabel,
         this.textBox5,
         this.textBox18,
         this.txtOrigin,
         this.txtPaymentTerms,
         this.textBox22,
         this.textBox20,
         this.txtBroker,
         this.ShipToAddressLabel,
         this.textBox6
     });
     this.detail.Name = "detail";
     //
     // textBox12
     //
     this.textBox12.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.099999904632568359D));
     this.textBox12.Name              = "textBox12";
     this.textBox12.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9999606609344482D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox12.Style.Color       = System.Drawing.Color.Navy;
     this.textBox12.Style.Font.Bold   = true;
     this.textBox12.Style.Font.Italic = false;
     this.textBox12.Style.Font.Name   = "Tahoma";
     this.textBox12.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox12.Value             = "Sold To (Consignee\'s Address)";
     //
     // textBox14
     //
     this.textBox14.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1.9104164838790894D));
     this.textBox14.Name              = "textBox14";
     this.textBox14.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1290879249572754D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox14.Style.Color       = System.Drawing.Color.Black;
     this.textBox14.Style.Font.Bold   = true;
     this.textBox14.Style.Font.Italic = false;
     this.textBox14.Style.Font.Name   = "Tahoma";
     this.textBox14.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox14.Value             = "Item Details:";
     //
     // ItemsTable
     //
     this.ItemsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(2.125D)));
     this.ItemsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.3583338260650635D)));
     this.ItemsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.7362490892410278D)));
     this.ItemsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.49166640639305115D)));
     this.ItemsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.48958310484886169D)));
     this.ItemsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.67374974489212036D)));
     this.ItemsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.60416650772094727D)));
     this.ItemsTable.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.19791673123836517D)));
     this.ItemsTable.Body.SetCellContent(0, 0, this.Items_ProductName);
     this.ItemsTable.Body.SetCellContent(0, 1, this.Items_CustomerCode);
     this.ItemsTable.Body.SetCellContent(0, 2, this.Items_PackagingName);
     this.ItemsTable.Body.SetCellContent(0, 3, this.Items_Treatment);
     this.ItemsTable.Body.SetCellContent(0, 4, this.Items_Quantity);
     this.ItemsTable.Body.SetCellContent(0, 5, this.Items_NetWeight);
     this.ItemsTable.Body.SetCellContent(0, 6, this.Items_NetPrice);
     tableGroup1.Name       = "tableGroup";
     tableGroup1.ReportItem = this.textBox15;
     tableGroup2.Name       = "tableGroup1";
     tableGroup2.ReportItem = this.textBox17;
     tableGroup3.Name       = "tableGroup2";
     tableGroup3.ReportItem = this.textBox19;
     tableGroup4.Name       = "group";
     tableGroup4.ReportItem = this.textBox21;
     tableGroup5.Name       = "group1";
     tableGroup5.ReportItem = this.textBox23;
     tableGroup6.Name       = "group2";
     tableGroup6.ReportItem = this.textBox25;
     tableGroup7.Name       = "group3";
     tableGroup7.ReportItem = this.textBox27;
     this.ItemsTable.ColumnGroups.Add(tableGroup1);
     this.ItemsTable.ColumnGroups.Add(tableGroup2);
     this.ItemsTable.ColumnGroups.Add(tableGroup3);
     this.ItemsTable.ColumnGroups.Add(tableGroup4);
     this.ItemsTable.ColumnGroups.Add(tableGroup5);
     this.ItemsTable.ColumnGroups.Add(tableGroup6);
     this.ItemsTable.ColumnGroups.Add(tableGroup7);
     this.ItemsTable.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.Items_ProductName,
         this.Items_CustomerCode,
         this.Items_PackagingName,
         this.Items_Treatment,
         this.Items_Quantity,
         this.Items_NetWeight,
         this.Items_NetPrice,
         this.textBox15,
         this.textBox17,
         this.textBox19,
         this.textBox21,
         this.textBox23,
         this.textBox25,
         this.textBox27
     });
     this.ItemsTable.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(2.1104953289031982D));
     this.ItemsTable.Name     = "ItemsTable";
     tableGroup8.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup8.Name = "detailTableGroup";
     this.ItemsTable.RowGroups.Add(tableGroup8);
     this.ItemsTable.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.4787487983703613D), Telerik.Reporting.Drawing.Unit.Inch(0.37500005960464478D));
     this.ItemsTable.Style.Font.Name = "Tahoma";
     this.ItemsTable.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     //
     // Items_ProductName
     //
     this.Items_ProductName.Name = "Items_ProductName";
     this.Items_ProductName.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.125D), Telerik.Reporting.Drawing.Unit.Inch(0.19791676104068756D));
     //
     // Items_CustomerCode
     //
     this.Items_CustomerCode.Name = "Items_CustomerCode";
     this.Items_CustomerCode.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.358333945274353D), Telerik.Reporting.Drawing.Unit.Inch(0.19791676104068756D));
     //
     // Items_PackagingName
     //
     this.Items_PackagingName.Name = "Items_PackagingName";
     this.Items_PackagingName.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7362489700317383D), Telerik.Reporting.Drawing.Unit.Inch(0.19791673123836517D));
     //
     // Items_Treatment
     //
     this.Items_Treatment.Name      = "Items_Treatment";
     this.Items_Treatment.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49166634678840637D), Telerik.Reporting.Drawing.Unit.Inch(0.19791676104068756D));
     this.Items_Treatment.StyleName = "";
     //
     // Items_Quantity
     //
     this.Items_Quantity.Name            = "Items_Quantity";
     this.Items_Quantity.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.48958310484886169D), Telerik.Reporting.Drawing.Unit.Inch(0.19791676104068756D));
     this.Items_Quantity.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.Items_Quantity.StyleName       = "";
     //
     // Items_NetWeight
     //
     this.Items_NetWeight.Name            = "Items_NetWeight";
     this.Items_NetWeight.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.67374968528747559D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.Items_NetWeight.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.Items_NetWeight.StyleName       = "";
     //
     // Items_NetPrice
     //
     this.Items_NetPrice.Name            = "Items_NetPrice";
     this.Items_NetPrice.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.60416668653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.19791676104068756D));
     this.Items_NetPrice.Style.Color     = System.Drawing.Color.Blue;
     this.Items_NetPrice.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.Items_NetPrice.StyleName       = "";
     //
     // txtTotalWeight
     //
     this.txtTotalWeight.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.2042465209960938D), Telerik.Reporting.Drawing.Unit.Inch(2.5104160308837891D));
     this.txtTotalWeight.Name              = "txtTotalWeight";
     this.txtTotalWeight.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.6736714243888855D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.txtTotalWeight.Style.Color       = System.Drawing.Color.Black;
     this.txtTotalWeight.Style.Font.Bold   = false;
     this.txtTotalWeight.Style.Font.Italic = false;
     this.txtTotalWeight.Style.Font.Name   = "Tahoma";
     this.txtTotalWeight.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.txtTotalWeight.Style.TextAlign   = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.txtTotalWeight.Value             = "";
     //
     // txtTotalQuantity
     //
     this.txtTotalQuantity.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.7092056274414062D), Telerik.Reporting.Drawing.Unit.Inch(2.5104160308837891D));
     this.txtTotalQuantity.Name              = "txtTotalQuantity";
     this.txtTotalQuantity.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49496176838874817D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.txtTotalQuantity.Style.Color       = System.Drawing.Color.Black;
     this.txtTotalQuantity.Style.Font.Bold   = false;
     this.txtTotalQuantity.Style.Font.Italic = false;
     this.txtTotalQuantity.Style.Font.Name   = "Tahoma";
     this.txtTotalQuantity.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.txtTotalQuantity.Style.TextAlign   = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.txtTotalQuantity.Value             = "";
     //
     // textBox16
     //
     this.textBox16.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2196221351623535D), Telerik.Reporting.Drawing.Unit.Inch(2.5104162693023682D));
     this.textBox16.Name              = "textBox16";
     this.textBox16.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.48950421810150146D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox16.Style.Color       = System.Drawing.Color.Black;
     this.textBox16.Style.Font.Bold   = true;
     this.textBox16.Style.Font.Italic = false;
     this.textBox16.Style.Font.Name   = "Tahoma";
     this.textBox16.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox16.Style.TextAlign   = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox16.Value             = "Total";
     //
     // SpecialInstructionsLabel
     //
     this.SpecialInstructionsLabel.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.3099439144134521D));
     this.SpecialInstructionsLabel.Name              = "SpecialInstructionsLabel";
     this.SpecialInstructionsLabel.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4999606609344482D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.SpecialInstructionsLabel.Style.Color       = System.Drawing.Color.Black;
     this.SpecialInstructionsLabel.Style.Font.Bold   = true;
     this.SpecialInstructionsLabel.Style.Font.Italic = false;
     this.SpecialInstructionsLabel.Style.Font.Name   = "Tahoma";
     this.SpecialInstructionsLabel.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.SpecialInstructionsLabel.Style.TextAlign   = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.SpecialInstructionsLabel.Value             = "Special Instructions:";
     //
     // SpecialInstructions
     //
     this.SpecialInstructions.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.5100224018096924D));
     this.SpecialInstructions.Name              = "SpecialInstructions";
     this.SpecialInstructions.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.5D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.SpecialInstructions.Style.Color       = System.Drawing.Color.Black;
     this.SpecialInstructions.Style.Font.Bold   = false;
     this.SpecialInstructions.Style.Font.Italic = false;
     this.SpecialInstructions.Style.Font.Name   = "Tahoma";
     this.SpecialInstructions.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.SpecialInstructions.Style.TextAlign   = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.SpecialInstructions.Value             = "";
     //
     // SoldToAddressLabel
     //
     this.SoldToAddressLabel.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.30007871985435486D));
     this.SoldToAddressLabel.Name     = "SoldToAddressLabel";
     this.SoldToAddressLabel.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(1.0003151893615723D));
     //
     // textBox5
     //
     this.textBox5.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999956786632538D), Telerik.Reporting.Drawing.Unit.Inch(3.0099437236785889D));
     this.textBox5.Name              = "textBox5";
     this.textBox5.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.7746224403381348D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox5.Style.Color       = System.Drawing.Color.Black;
     this.textBox5.Style.Font.Bold   = true;
     this.textBox5.Style.Font.Italic = true;
     this.textBox5.Style.Font.Name   = "Tahoma";
     this.textBox5.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox5.Style.TextAlign   = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox5.Value             = "Quoted prices are firm for 30 Days from the date specified above.";
     //
     // textBox18
     //
     this.textBox18.CanGrow             = false;
     this.textBox18.CanShrink           = false;
     this.textBox18.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(1.5D));
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59158229827880859D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox18.Style.Color         = System.Drawing.Color.Navy;
     this.textBox18.Style.Font.Bold     = true;
     this.textBox18.Style.Font.Italic   = true;
     this.textBox18.Style.Font.Name     = "Tahoma";
     this.textBox18.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.Value               = "Origin";
     //
     // txtOrigin
     //
     this.txtOrigin.CanGrow             = false;
     this.txtOrigin.CanShrink           = false;
     this.txtOrigin.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.59170037508010864D), Telerik.Reporting.Drawing.Unit.Inch(1.5D));
     this.txtOrigin.Name                = "txtOrigin";
     this.txtOrigin.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.txtOrigin.Style.Color         = System.Drawing.Color.Black;
     this.txtOrigin.Style.Font.Bold     = false;
     this.txtOrigin.Style.Font.Italic   = false;
     this.txtOrigin.Style.Font.Name     = "Tahoma";
     this.txtOrigin.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.txtOrigin.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtOrigin.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtOrigin.Value               = "";
     //
     // txtPaymentTerms
     //
     this.txtPaymentTerms.CanGrow             = false;
     this.txtPaymentTerms.CanShrink           = false;
     this.txtPaymentTerms.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2479116916656494D), Telerik.Reporting.Drawing.Unit.Inch(1.5D));
     this.txtPaymentTerms.Name                = "txtPaymentTerms";
     this.txtPaymentTerms.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.txtPaymentTerms.Style.Color         = System.Drawing.Color.Black;
     this.txtPaymentTerms.Style.Font.Bold     = false;
     this.txtPaymentTerms.Style.Font.Italic   = false;
     this.txtPaymentTerms.Style.Font.Name     = "Tahoma";
     this.txtPaymentTerms.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.txtPaymentTerms.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtPaymentTerms.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtPaymentTerms.Value               = "";
     //
     // textBox22
     //
     this.textBox22.CanGrow             = false;
     this.textBox22.CanShrink           = false;
     this.textBox22.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3499999046325684D), Telerik.Reporting.Drawing.Unit.Inch(1.5D));
     this.textBox22.Name                = "textBox22";
     this.textBox22.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89783257246017456D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox22.Style.Color         = System.Drawing.Color.Navy;
     this.textBox22.Style.Font.Bold     = true;
     this.textBox22.Style.Font.Italic   = true;
     this.textBox22.Style.Font.Name     = "Tahoma";
     this.textBox22.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox22.Value               = "Pmt Terms";
     //
     // textBox20
     //
     this.textBox20.CanGrow             = false;
     this.textBox20.CanShrink           = false;
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.9979219436645508D), Telerik.Reporting.Drawing.Unit.Inch(1.5D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89783257246017456D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox20.Style.Color         = System.Drawing.Color.Navy;
     this.textBox20.Style.Font.Bold     = true;
     this.textBox20.Style.Font.Italic   = true;
     this.textBox20.Style.Font.Name     = "Tahoma";
     this.textBox20.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Value               = "Broker";
     //
     // txtBroker
     //
     this.txtBroker.CanGrow             = false;
     this.txtBroker.CanShrink           = false;
     this.txtBroker.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.8958334922790527D), Telerik.Reporting.Drawing.Unit.Inch(1.5D));
     this.txtBroker.Name                = "txtBroker";
     this.txtBroker.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5999212265014648D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.txtBroker.Style.Color         = System.Drawing.Color.Black;
     this.txtBroker.Style.Font.Bold     = false;
     this.txtBroker.Style.Font.Italic   = false;
     this.txtBroker.Style.Font.Name     = "Tahoma";
     this.txtBroker.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.txtBroker.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtBroker.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtBroker.Value               = "";
     //
     // ShipToAddressLabel
     //
     this.ShipToAddressLabel.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.6000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.29791662096977234D));
     this.ShipToAddressLabel.Name     = "ShipToAddressLabel";
     this.ShipToAddressLabel.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(1.0003151893615723D));
     //
     // textBox6
     //
     this.textBox6.Location          = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.6000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.097837872803211212D));
     this.textBox6.Name              = "textBox6";
     this.textBox6.Size              = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9999606609344482D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox6.Style.Color       = System.Drawing.Color.Navy;
     this.textBox6.Style.Font.Bold   = true;
     this.textBox6.Style.Font.Italic = false;
     this.textBox6.Style.Font.Name   = "Tahoma";
     this.textBox6.Style.Font.Size   = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox6.Value             = "Ship To";
     //
     // salesQuoteDataSource
     //
     this.salesQuoteDataSource.DataMember = "GetSalesQuote";
     this.salesQuoteDataSource.DataSource = typeof(RioValleyChili.Client.Reporting.Services.SalesReportingService);
     this.salesQuoteDataSource.Name       = "salesQuoteDataSource";
     this.salesQuoteDataSource.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
         new Telerik.Reporting.ObjectDataSourceParameter("salesQuoteNumber", typeof(int), "= Parameters.QuoteNumber.Value")
     });
     //
     // SalesQuoteReport
     //
     this.DataSource = this.salesQuoteDataSource;
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail
     });
     this.Name = "SalesQuoteReport";
     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.5D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.AllowBlank = false;
     reportParameter1.Name       = "QuoteNumber";
     reportParameter1.Text       = "Quote Number";
     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);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     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()
        {
            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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Members_Report));
            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.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.labelsGroupHeader = new Telerik.Reporting.GroupHeaderSection();
            this.nameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.surnameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.nicknameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.birthdateCaptionTextBox = new Telerik.Reporting.TextBox();
            this.genderCaptionTextBox = new Telerik.Reporting.TextBox();
            this.nationalityCaptionTextBox = new Telerik.Reporting.TextBox();
            this.countryNameCaptionTextBox = new Telerik.Reporting.TextBox();
            this.labelsGroupFooter = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroup = new Telerik.Reporting.Group();
            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.detail = new Telerik.Reporting.DetailSection();
            this.nameDataTextBox = new Telerik.Reporting.TextBox();
            this.surnameDataTextBox = new Telerik.Reporting.TextBox();
            this.nicknameDataTextBox = new Telerik.Reporting.TextBox();
            this.birthdateDataTextBox = new Telerik.Reporting.TextBox();
            this.genderDataTextBox = new Telerik.Reporting.TextBox();
            this.nationalityDataTextBox = new Telerik.Reporting.TextBox();
            this.countryNameDataTextBox = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "ReportLibrary.Properties.Settings.SportsTeamDB";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
            // 
            // labelsGroupHeader
            // 
            this.labelsGroupHeader.Height = new Telerik.Reporting.Drawing.Unit(0.28125D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.labelsGroupHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.nameCaptionTextBox,
            this.surnameCaptionTextBox,
            this.nicknameCaptionTextBox,
            this.birthdateCaptionTextBox,
            this.genderCaptionTextBox,
            this.nationalityCaptionTextBox,
            this.countryNameCaptionTextBox});
            this.labelsGroupHeader.Name = "labelsGroupHeader";
            this.labelsGroupHeader.PrintOnEveryPage = true;
            // 
            // nameCaptionTextBox
            // 
            this.nameCaptionTextBox.CanGrow = true;
            this.nameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nameCaptionTextBox.Name = "nameCaptionTextBox";
            this.nameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nameCaptionTextBox.StyleName = "Caption";
            this.nameCaptionTextBox.Value = "Name";
            // 
            // surnameCaptionTextBox
            // 
            this.surnameCaptionTextBox.CanGrow = true;
            this.surnameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.90729284286499023D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.surnameCaptionTextBox.Name = "surnameCaptionTextBox";
            this.surnameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.surnameCaptionTextBox.StyleName = "Caption";
            this.surnameCaptionTextBox.Value = "Surname";
            // 
            // nicknameCaptionTextBox
            // 
            this.nicknameCaptionTextBox.CanGrow = true;
            this.nicknameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.7937523126602173D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nicknameCaptionTextBox.Name = "nicknameCaptionTextBox";
            this.nicknameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nicknameCaptionTextBox.StyleName = "Caption";
            this.nicknameCaptionTextBox.Value = "Nickname";
            // 
            // birthdateCaptionTextBox
            // 
            this.birthdateCaptionTextBox.CanGrow = true;
            this.birthdateCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.6802117824554443D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.birthdateCaptionTextBox.Name = "birthdateCaptionTextBox";
            this.birthdateCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.birthdateCaptionTextBox.StyleName = "Caption";
            this.birthdateCaptionTextBox.Value = "Birthdate";
            // 
            // genderCaptionTextBox
            // 
            this.genderCaptionTextBox.CanGrow = true;
            this.genderCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.56667160987854D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.genderCaptionTextBox.Name = "genderCaptionTextBox";
            this.genderCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.genderCaptionTextBox.StyleName = "Caption";
            this.genderCaptionTextBox.Value = "Gender";
            // 
            // nationalityCaptionTextBox
            // 
            this.nationalityCaptionTextBox.CanGrow = true;
            this.nationalityCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.4531307220458984D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nationalityCaptionTextBox.Name = "nationalityCaptionTextBox";
            this.nationalityCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.94686967134475708D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nationalityCaptionTextBox.StyleName = "Caption";
            this.nationalityCaptionTextBox.Value = "Nationality";
            // 
            // countryNameCaptionTextBox
            // 
            this.countryNameCaptionTextBox.CanGrow = true;
            this.countryNameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.4000396728515625D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.countryNameCaptionTextBox.Name = "countryNameCaptionTextBox";
            this.countryNameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.countryNameCaptionTextBox.StyleName = "Caption";
            this.countryNameCaptionTextBox.Value = "Country Name";
            // 
            // labelsGroupFooter
            // 
            this.labelsGroupFooter.Height = new Telerik.Reporting.Drawing.Unit(0.28125D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.labelsGroupFooter.Name = "labelsGroupFooter";
            this.labelsGroupFooter.Style.Visible = false;
            // 
            // labelsGroup
            // 
            this.labelsGroup.GroupFooter = this.labelsGroupFooter;
            this.labelsGroup.GroupHeader = this.labelsGroupHeader;
            this.labelsGroup.Name = "labelsGroup";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = new Telerik.Reporting.Drawing.Unit(0.28125D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.reportNameTextBox});
            this.pageHeader.Name = "pageHeader";
            // 
            // reportNameTextBox
            // 
            this.reportNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.reportNameTextBox.Name = "reportNameTextBox";
            this.reportNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6.1843833923339844D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.reportNameTextBox.StyleName = "PageInfo";
            this.reportNameTextBox.Value = "= Now()";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = new Telerik.Reporting.Drawing.Unit(0.28125D, Telerik.Reporting.Drawing.UnitType.Inch);
            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(new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.0817749500274658D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.1234416961669922D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.0817749500274658D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            this.pageInfoTextBox.Value = "=PageNumber";
            // 
            // reportHeader
            // 
            this.reportHeader.Height = new Telerik.Reporting.Drawing.Unit(0.80823493003845215D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6.2260499000549316D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.78740161657333374D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.titleTextBox.StyleName = "Title";
            this.titleTextBox.Value = "Members Report";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.28125D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.nameDataTextBox,
            this.surnameDataTextBox,
            this.nicknameDataTextBox,
            this.birthdateDataTextBox,
            this.genderDataTextBox,
            this.nationalityDataTextBox,
            this.countryNameDataTextBox});
            this.detail.Name = "detail";
            // 
            // nameDataTextBox
            // 
            this.nameDataTextBox.CanGrow = true;
            this.nameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nameDataTextBox.Name = "nameDataTextBox";
            this.nameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nameDataTextBox.StyleName = "Data";
            this.nameDataTextBox.Value = "=Fields.Name";
            // 
            // surnameDataTextBox
            // 
            this.surnameDataTextBox.CanGrow = true;
            this.surnameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.90729284286499023D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.surnameDataTextBox.Name = "surnameDataTextBox";
            this.surnameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.surnameDataTextBox.StyleName = "Data";
            this.surnameDataTextBox.Value = "=Fields.Surname";
            // 
            // nicknameDataTextBox
            // 
            this.nicknameDataTextBox.CanGrow = true;
            this.nicknameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.7937523126602173D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nicknameDataTextBox.Name = "nicknameDataTextBox";
            this.nicknameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nicknameDataTextBox.StyleName = "Data";
            this.nicknameDataTextBox.Value = "=Fields.Nickname";
            // 
            // birthdateDataTextBox
            // 
            this.birthdateDataTextBox.CanGrow = true;
            this.birthdateDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.6802117824554443D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.birthdateDataTextBox.Name = "birthdateDataTextBox";
            this.birthdateDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.birthdateDataTextBox.StyleName = "Data";
            this.birthdateDataTextBox.Value = "=Fields.Birthdate";
            // 
            // genderDataTextBox
            // 
            this.genderDataTextBox.CanGrow = true;
            this.genderDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.56667160987854D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.genderDataTextBox.Name = "genderDataTextBox";
            this.genderDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.genderDataTextBox.StyleName = "Data";
            this.genderDataTextBox.Value = "=Fields.Gender";
            // 
            // nationalityDataTextBox
            // 
            this.nationalityDataTextBox.CanGrow = true;
            this.nationalityDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.4531307220458984D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nationalityDataTextBox.Name = "nationalityDataTextBox";
            this.nationalityDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.nationalityDataTextBox.StyleName = "Data";
            this.nationalityDataTextBox.Value = "=Fields.Nationality";
            // 
            // countryNameDataTextBox
            // 
            this.countryNameDataTextBox.CanGrow = true;
            this.countryNameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.3395900726318359D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.countryNameDataTextBox.Name = "countryNameDataTextBox";
            this.countryNameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.86562621593475342D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.countryNameDataTextBox.StyleName = "Data";
            this.countryNameDataTextBox.Value = "=Fields.CountryName";
            // 
            // Members_Report
            // 
            this.DataSource = this.sqlDataSource1;
            this.Filters.AddRange(new Telerik.Reporting.Data.Filter[] {
            new Telerik.Reporting.Data.Filter("=Fields.Name", Telerik.Reporting.Data.FilterOperator.Like, "=\"%\" +Parameters.paraName.Value+\"%\""),
            new Telerik.Reporting.Data.Filter("=Fields.Surname", Telerik.Reporting.Data.FilterOperator.Like, "=\"%\" +Parameters.paraSurName.Value+\"%\"")});
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            this.labelsGroup});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.labelsGroupHeader,
            this.labelsGroupFooter,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.detail});
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.AutoRefresh = true;
            reportParameter1.Name = "paraName";
            reportParameter1.Text = "Member Name";
            reportParameter1.Visible = true;
            reportParameter2.AutoRefresh = true;
            reportParameter2.Name = "paraSurName";
            reportParameter2.Text = "Sur Name";
            reportParameter2.Visible = true;
            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.BackgroundColor = System.Drawing.Color.Empty;
            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 = new Telerik.Reporting.Drawing.Unit(18D, Telerik.Reporting.Drawing.UnitType.Point);
            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.Bold = true;
            styleRule2.Style.Font.Italic = false;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(11D, Telerik.Reporting.Drawing.UnitType.Point);
            styleRule2.Style.Font.Strikeout = false;
            styleRule2.Style.Font.Underline = false;
            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 = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
            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 = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = new Telerik.Reporting.Drawing.Unit(6.2657051086425781D, Telerik.Reporting.Drawing.UnitType.Inch);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
示例#5
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.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter3 = new Telerik.Reporting.ReportParameter();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            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.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.StartDate = new Telerik.Reporting.TextBox();
            this.EndDate = new Telerik.Reporting.TextBox();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.BkuId = new Telerik.Reporting.TextBox();
            this.TransDate = new Telerik.Reporting.TextBox();
            this.Descript = new Telerik.Reporting.TextBox();
            this.DebitAmount = new Telerik.Reporting.TextBox();
            this.CreditAmount = new Telerik.Reporting.TextBox();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(4.0002002716064453D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.textBox2,
            this.textBox3,
            this.textBox4,
            this.textBox6,
            this.textBox7,
            this.textBox8,
            this.textBox9,
            this.textBox10,
            this.textBox11,
            this.StartDate,
            this.EndDate,
            this.textBox13});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.4999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.Style.Font.Bold = true;
            this.textBox1.Value = "Laporan Kas/Bank";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.80019962787628174D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.0000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Value = "Nama";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.2000001072883606D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.4003995656967163D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox3.Value = "Tanggal";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.2002003192901611D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.80019986629486084D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5.29979944229126D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox4.Value = "= Parameters.userName.Value";
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.7999997138977051D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.200100302696228D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox6.Value = "No. BKU";
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.2002003192901611D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.7999997138977051D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.7000002861022949D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.200100302696228D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox7.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox7.Value = "Tanggal";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.9004001617431641D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.8000001907348633D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(8.99959659576416D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000999450683594D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox8.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox8.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox8.Value = "Keterangan";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.900197982788086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.799999475479126D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(9.715327262878418D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox9.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox9.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox9.Value = "Mutasi";
            // 
            // textBox10
            // 
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.900197982788086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.4002001285552979D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.89960241317749D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.599999725818634D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox10.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox10.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox10.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox10.Value = "Debet";
            // 
            // textBox11
            // 
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(19.80000114440918D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.4002001285552979D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.8155245780944824D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox11.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox11.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox11.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox11.Value = "Kredit";
            // 
            // StartDate
            // 
            this.StartDate.Format = "{0:d}";
            this.StartDate.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.2002003192901611D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.4003993272781372D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.StartDate.Name = "StartDate";
            this.StartDate.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9997994899749756D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.StartDate.Value = "= Parameters.StartDate.Value";
            // 
            // EndDate
            // 
            this.EndDate.Format = "{0:d}";
            this.EndDate.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.9004001617431641D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.4003998041152954D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.EndDate.Name = "EndDate";
            this.EndDate.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9997990131378174D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.EndDate.Value = "= Parameters.EndDate.Value";
            // 
            // textBox13
            // 
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.200200080871582D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.4003995656967163D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.70000004768371582D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox13.Value = "s.d";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.60010021924972534D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.BkuId,
            this.TransDate,
            this.Descript,
            this.DebitAmount,
            this.CreditAmount});
            this.detail.Name = "detail";
            // 
            // BkuId
            // 
            this.BkuId.Format = "{0}";
            this.BkuId.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.BkuId.Name = "BkuId";
            this.BkuId.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.BkuId.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.BkuId.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.BkuId.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.BkuId.Style.Padding.Left = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.BkuId.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.BkuId.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.BkuId.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.BkuId.TextWrap = false;
            this.BkuId.Value = "=TransNumber";
            // 
            // TransDate
            // 
            this.TransDate.Format = "{0:d}";
            this.TransDate.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.2002003192901611D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.TransDate.Name = "TransDate";
            this.TransDate.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.7000002861022949D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.TransDate.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.TransDate.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.TransDate.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.TransDate.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.TransDate.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.TransDate.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.TransDate.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.TransDate.Value = "=TransDate";
            // 
            // Descript
            // 
            this.Descript.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.9004001617431641D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.Descript.Name = "Descript";
            this.Descript.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(8.999598503112793D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.Descript.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.Descript.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.Descript.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.Descript.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.Descript.Style.Padding.Left = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.Descript.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.Descript.Value = "=Descript";
            // 
            // DebitAmount
            // 
            this.DebitAmount.Format = "{0:C2}";
            this.DebitAmount.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.900197982788086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.DebitAmount.Name = "DebitAmount";
            this.DebitAmount.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.89960241317749D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.DebitAmount.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.DebitAmount.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.DebitAmount.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.DebitAmount.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.DebitAmount.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.DebitAmount.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.DebitAmount.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.DebitAmount.Value = "=DebitAmount";
            // 
            // CreditAmount
            // 
            this.CreditAmount.Format = "{0:C2}";
            this.CreditAmount.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(19.80000114440918D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.CreditAmount.Name = "CreditAmount";
            this.CreditAmount.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.8155231475830078D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.CreditAmount.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.CreditAmount.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.CreditAmount.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.CreditAmount.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.CreditAmount.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.CreditAmount.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.CreditAmount.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.CreditAmount.Value = "=CreditAmount";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(0.60020077228546143D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox5,
            this.textBox12});
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // textBox5
            // 
            this.textBox5.Format = "{0:C2}";
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.900197982788086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.89960241317749D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox5.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox5.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox5.Value = "= Sum(DebitAmount)";
            // 
            // textBox12
            // 
            this.textBox12.Format = "{0:C2}";
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(19.80000114440918D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.82000207901001D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000050067901611D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox12.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox12.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox12.Value = "= Sum(CreditAmount)";
            // 
            // LaporanKasBank
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(2.5399999618530273D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(2.5399999618530273D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(2.5399999618530273D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(2.5399999618530273D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.AllowBlank = false;
            reportParameter1.Mergable = false;
            reportParameter1.Name = "userName";
            reportParameter1.Text = "User Name";
            reportParameter2.AllowBlank = false;
            reportParameter2.Mergable = false;
            reportParameter2.Name = "StartDate";
            reportParameter2.Text = "Start Transaction Date";
            reportParameter2.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter3.AllowBlank = false;
            reportParameter3.Mergable = false;
            reportParameter3.Name = "EndDate";
            reportParameter3.Text = "End Transaction Date";
            reportParameter3.Type = Telerik.Reporting.ReportParameterType.DateTime;
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.ReportParameters.Add(reportParameter3);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
            this.Width = new Telerik.Reporting.Drawing.Unit(24.6200008392334D, Telerik.Reporting.Drawing.UnitType.Cm);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
示例#6
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.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();
            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();
            this.pageHeaderSection = new Telerik.Reporting.PageHeaderSection();
            this.pagesPageHeaderTextBox = new Telerik.Reporting.TextBox();
            this.detailSection = new Telerik.Reporting.DetailSection();
            this.productNrTextBox = new Telerik.Reporting.TextBox();
            this.productNameTextBox = new Telerik.Reporting.TextBox();
            this.textBox1 = 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.textBox12 = new Telerik.Reporting.TextBox();
            this.reportHeaderSection = new Telerik.Reporting.ReportHeaderSection();
            this.companyNameTextBox = new Telerik.Reporting.TextBox();
            this.companyDetailsPanel = new Telerik.Reporting.Panel();
            this.productGroupHeaderPanel = new Telerik.Reporting.Panel();
            this.productNrHeaderTextBox = new Telerik.Reporting.TextBox();
            this.productNameHeaderTextBox = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.toDateT = new Telerik.Reporting.TextBox();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.fromDateT = new Telerik.Reporting.TextBox();
            this.reportFooterSection = new Telerik.Reporting.ReportFooterSection();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection
            // 
            this.pageHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.39999997615814209D);
            this.pageHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pagesPageHeaderTextBox});
            this.pageHeaderSection.Name = "pageHeaderSection";
            // 
            // pagesPageHeaderTextBox
            // 
            this.pagesPageHeaderTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Right)));
            this.pagesPageHeaderTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.9928731918334961D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.pagesPageHeaderTextBox.Name = "pagesPageHeaderTextBox";
            this.pagesPageHeaderTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3999607563018799D), Telerik.Reporting.Drawing.Unit.Inch(0.2999606728553772D));
            this.pagesPageHeaderTextBox.Style.Font.Bold = true;
            this.pagesPageHeaderTextBox.Style.Font.Name = "B Nazanin";
            this.pagesPageHeaderTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.pagesPageHeaderTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pagesPageHeaderTextBox.Value = "صفحه {[PageNumber]} از {[PageCount]}";
            // 
            // detailSection
            // 
            this.detailSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.94484239816665649D);
            this.detailSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.productNrTextBox,
            this.productNameTextBox,
            this.textBox1,
            this.textBox4,
            this.textBox5,
            this.textBox6,
            this.textBox7,
            this.textBox8,
            this.textBox12});
            this.detailSection.KeepTogether = true;
            this.detailSection.Name = "detailSection";
            this.detailSection.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.detailSection.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // productNrTextBox
            // 
            this.productNrTextBox.Format = "{0:N0}";
            this.productNrTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5000002384185791D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.productNrTextBox.Name = "productNrTextBox";
            this.productNrTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6999214887619019D), Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D));
            this.productNrTextBox.Style.Font.Name = "B Nazanin";
            this.productNrTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.productNrTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.productNrTextBox.StyleName = "Normal.DetailBody";
            this.productNrTextBox.Value = "= Fields.Price";
            // 
            // productNameTextBox
            // 
            this.productNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.productNameTextBox.Name = "productNameTextBox";
            this.productNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D));
            this.productNameTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.productNameTextBox.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.productNameTextBox.Style.Font.Name = "B Nazanin";
            this.productNameTextBox.StyleName = "Normal.DetailBody";
            this.productNameTextBox.Value = "= Fields.DebtorName";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.31503930687904358D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.40000057220459D), Telerik.Reporting.Drawing.Unit.Inch(0.31476354598999023D));
            this.textBox1.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox1.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox1.Style.Font.Name = "B Nazanin";
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox1.StyleName = "Normal.DetailBody";
            this.textBox1.Value = "= Fields.CreditorName";
            // 
            // textBox4
            // 
            this.textBox4.Format = "{0:N0}";
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.31484222412109375D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998821020126343D), Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D));
            this.textBox4.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox4.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox4.Style.Font.Name = "B Nazanin";
            this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox4.StyleName = "Normal.DetailBody";
            this.textBox4.Value = "= Fields.Price";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998821020126343D), Telerik.Reporting.Drawing.Unit.Inch(0.31476354598999023D));
            this.textBox5.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox5.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox5.StyleName = "Normal.DetailBody";
            this.textBox5.Value = "";
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.7000789642333984D), Telerik.Reporting.Drawing.Unit.Inch(7.8439712524414062E-05D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0365375280380249D), Telerik.Reporting.Drawing.Unit.Inch(0.94468557834625244D));
            this.textBox6.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox6.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox6.StyleName = "Normal.TableHeader";
            this.textBox6.Value = "= Fields.Date";
            // 
            // textBox7
            // 
            this.textBox7.CanGrow = false;
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.62980318069458008D));
            this.textBox7.Multiline = false;
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D));
            this.textBox7.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox7.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox7.Style.Font.Name = "B Nazanin";
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox7.StyleName = "Normal.DetailBody";
            this.textBox7.Value = "= Fields.Behalf";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.62980318069458008D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998821020126343D), Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D));
            this.textBox8.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox8.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox8.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox8.StyleName = "Normal.DetailBody";
            this.textBox8.Value = "";
            // 
            // textBox12
            // 
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.7366952896118164D), Telerik.Reporting.Drawing.Unit.Inch(0.00011730194091796875D));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95617866516113281D), Telerik.Reporting.Drawing.Unit.Inch(0.94468557834625244D));
            this.textBox12.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox12.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox12.StyleName = "Normal.TableHeader";
            this.textBox12.Value = "= Fields.ID";
            // 
            // reportHeaderSection
            // 
            this.reportHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(1.7719684839248657D);
            this.reportHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.companyNameTextBox,
            this.companyDetailsPanel,
            this.productGroupHeaderPanel,
            this.toDateT,
            this.textBox20,
            this.textBox19,
            this.fromDateT});
            this.reportHeaderSection.Name = "reportHeaderSection";
            // 
            // companyNameTextBox
            // 
            this.companyNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.companyNameTextBox.Name = "companyNameTextBox";
            this.companyNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.7873630523681641D), Telerik.Reporting.Drawing.Unit.Inch(0.60000002384185791D));
            this.companyNameTextBox.Style.Font.Name = "B Titr";
            this.companyNameTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(22D);
            this.companyNameTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.companyNameTextBox.Value = "گزارش روزنامه";
            // 
            // companyDetailsPanel
            // 
            this.companyDetailsPanel.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.6771259307861328D), Telerik.Reporting.Drawing.Unit.Inch(0.39480653405189514D));
            this.companyDetailsPanel.Name = "companyDetailsPanel";
            this.companyDetailsPanel.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.409449577331543D), Telerik.Reporting.Drawing.Unit.Inch(0.00031518936157226562D));
            this.companyDetailsPanel.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            // 
            // productGroupHeaderPanel
            // 
            this.productGroupHeaderPanel.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.productNrHeaderTextBox,
            this.productNameHeaderTextBox,
            this.textBox2,
            this.textBox3,
            this.textBox11});
            this.productGroupHeaderPanel.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1.378267765045166D));
            this.productGroupHeaderPanel.Name = "productGroupHeaderPanel";
            this.productGroupHeaderPanel.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.69283390045166D), Telerik.Reporting.Drawing.Unit.Inch(0.39370071887969971D));
            this.productGroupHeaderPanel.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.productGroupHeaderPanel.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.productGroupHeaderPanel.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(2D);
            this.productGroupHeaderPanel.StyleName = "";
            // 
            // productNrHeaderTextBox
            // 
            this.productNrHeaderTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.7000789642333984D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.productNrHeaderTextBox.Name = "productNrHeaderTextBox";
            this.productNrHeaderTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0364590883255005D), Telerik.Reporting.Drawing.Unit.Inch(0.39370068907737732D));
            this.productNrHeaderTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.productNrHeaderTextBox.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.productNrHeaderTextBox.StyleName = "Normal.TableHeader";
            this.productNrHeaderTextBox.Value = "تاریخ";
            // 
            // productNameHeaderTextBox
            // 
            this.productNameHeaderTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.productNameHeaderTextBox.Name = "productNameHeaderTextBox";
            this.productNameHeaderTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(0.39370068907737732D));
            this.productNameHeaderTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.productNameHeaderTextBox.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.productNameHeaderTextBox.StyleName = "Normal.TableHeader";
            this.productNameHeaderTextBox.Value = "حساب";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.699921727180481D), Telerik.Reporting.Drawing.Unit.Inch(0.39370068907737732D));
            this.textBox2.StyleName = "Normal.TableHeader";
            this.textBox2.Value = "بدهکار";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.499921441078186D), Telerik.Reporting.Drawing.Unit.Inch(0.39370068907737732D));
            this.textBox3.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox3.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox3.StyleName = "Normal.TableHeader";
            this.textBox3.Value = "بستانکار";
            // 
            // textBox11
            // 
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.7366170883178711D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95621758699417114D), Telerik.Reporting.Drawing.Unit.Inch(0.39370068907737732D));
            this.textBox11.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox11.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox11.StyleName = "Normal.TableHeader";
            this.textBox11.Value = "شماره";
            // 
            // toDateT
            // 
            this.toDateT.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.80000013113021851D));
            this.toDateT.Name = "toDateT";
            this.toDateT.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99154883623123169D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
            this.toDateT.Style.Font.Bold = true;
            this.toDateT.Style.Font.Name = "B Nazanin";
            this.toDateT.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.toDateT.Value = "1394/01/01";
            // 
            // textBox20
            // 
            this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.99166703224182129D), Telerik.Reporting.Drawing.Unit.Inch(0.80000013113021851D));
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.585537314414978D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
            this.textBox20.Style.Font.Bold = true;
            this.textBox20.Style.Font.Name = "B Nazanin";
            this.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox20.Value = "تا تاریخ:";
            // 
            // textBox19
            // 
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.606250524520874D), Telerik.Reporting.Drawing.Unit.Inch(0.80000013113021851D));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.585537314414978D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
            this.textBox19.Style.Font.Bold = true;
            this.textBox19.Style.Font.Name = "B Nazanin";
            this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox19.Value = "از تاریخ:";
            // 
            // fromDateT
            // 
            this.fromDateT.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5772832632064819D), Telerik.Reporting.Drawing.Unit.Inch(0.80000013113021851D));
            this.fromDateT.Name = "fromDateT";
            this.fromDateT.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0288883447647095D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
            this.fromDateT.Style.Font.Bold = true;
            this.fromDateT.Style.Font.Name = "B Nazanin";
            this.fromDateT.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.fromDateT.Value = "1394/01/01";
            // 
            // reportFooterSection
            // 
            this.reportFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D);
            this.reportFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox9,
            this.textBox10});
            this.reportFooterSection.Name = "reportFooterSection";
            this.reportFooterSection.Style.BackgroundColor = System.Drawing.Color.Gainsboro;
            this.reportFooterSection.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.reportFooterSection.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.reportFooterSection.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // textBox9
            // 
            this.textBox9.Format = "{0:N0}";
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998425245285034D), Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D));
            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.Font.Bold = true;
            this.textBox9.Style.Font.Name = "B Nazanin";
            this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox9.StyleName = "Report.GroupFooter";
            this.textBox9.Value = "=IsNull(Sum(Fields.Price),0)";
            // 
            // textBox10
            // 
            this.textBox10.Format = "{0:N0}";
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5000003576278687D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6999213695526123D), Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D));
            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.Font.Bold = true;
            this.textBox10.Style.Font.Name = "B Nazanin";
            this.textBox10.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox10.StyleName = "Report.GroupFooter";
            this.textBox10.Value = "=IsNull(Sum(Fields.Price),0)";
            // 
            // Daybook
            // 
            this.Culture = new System.Globalization.CultureInfo("fa-IR");
            this.DataSource = null;
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection,
            this.detailSection,
            this.reportHeaderSection,
            this.reportFooterSection});
            this.Name = "ProductCatalogReport";
            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.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.Name = "fromDate";
            reportParameter2.Name = "toDate";
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            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.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))});
            styleRule2.Style.Font.Name = "Segoe UI";
            styleRule2.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(4D);
            styleRule2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(4D);
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.TextBox), "Report.GroupHeader")});
            styleRule3.Style.Font.Bold = true;
            styleRule3.Style.Font.Name = "Cambria";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(20D);
            styleRule3.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Cm(0.20000000298023224D);
            styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.TextBox), "Report.SubGroupHeader")});
            styleRule4.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule4.Style.Font.Bold = true;
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.TextBox), "Normal.TableHeader")});
            styleRule5.Style.Font.Bold = false;
            styleRule5.Style.Font.Name = "B Nazanin";
            styleRule5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            styleRule5.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(2D);
            styleRule5.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
            styleRule5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            descendantSelector1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.Report)),
            new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.ReportItem), "Normal.DetailBody")});
            styleRule6.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector1});
            styleRule6.Style.Font.Name = "B Nazanin";
            styleRule6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            styleRule6.Style.Font.Strikeout = false;
            styleRule6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            styleRule7.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.TextItemBase), "Report.GroupFooter")});
            styleRule7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            styleRule7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4,
            styleRule5,
            styleRule6,
            styleRule7});
            this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Inch;
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(10.692873954772949D);
            this.NeedDataSource += new System.EventHandler(this.Daybook_NeedDataSource);
            ((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.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.insuranceServ = new Telerik.Reporting.Group();
            this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(0.20003931224346161D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox7,
            this.textBox9});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            this.pageHeaderSection1.Style.Visible = true;
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(3.9339065551757812E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.1999211311340332D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox7.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(225)))), ((int)(((byte)(255)))));
            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.BorderStyle.Default = 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 = "Aseguradora";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.2000393867492676D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(3.9339065551757812E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.1999608278274536D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox9.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(225)))), ((int)(((byte)(255)))));
            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.BorderStyle.Default = 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.Value = "Importe";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox12,
            this.textBox10});
            this.detail.Name = "detail";
            // 
            // textBox12
            // 
            this.textBox12.Format = "{0:C2}";
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.2000393867492676D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.1999610662460327D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox12.Value = "=Price";
            // 
            // textBox10
            // 
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.8837074397597462E-05D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.1998820304870605D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox10.Value = "=Insurance.Name";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(0.29999971389770508D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.pageFooterSection1.Name = "pageFooterSection1";
            this.pageFooterSection1.Style.Visible = false;
            // 
            // insuranceServ
            // 
            this.insuranceServ.GroupFooter = this.groupFooterSection1;
            this.insuranceServ.GroupHeader = this.groupHeaderSection1;
            this.insuranceServ.Groupings.AddRange(new Telerik.Reporting.Grouping[] {
            new Telerik.Reporting.Grouping("=InsuranceServiceId")});
            this.insuranceServ.Name = "insuranceServ";
            this.insuranceServ.Sortings.AddRange(new Telerik.Reporting.Sorting[] {
            new Telerik.Reporting.Sorting("Insurance.Name", Telerik.Reporting.SortDirection.Asc)});
            // 
            // groupFooterSection1
            // 
            this.groupFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(0.29996061325073242D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.groupFooterSection1.Name = "groupFooterSection1";
            this.groupFooterSection1.Style.Visible = false;
            // 
            // groupHeaderSection1
            // 
            this.groupHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.groupHeaderSection1.Name = "groupHeaderSection1";
            this.groupHeaderSection1.Style.Visible = false;
            // 
            // SubServiceComp
            // 
            this.Filters.AddRange(new Telerik.Reporting.Filter[] {
            new Telerik.Reporting.Filter("Service.ServiceId", Telerik.Reporting.FilterOperator.Equal, "=Parameters.ServiceId.Value")});
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            this.insuranceServ});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.groupHeaderSection1,
            this.groupFooterSection1,
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.Name = "ServiceId";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            this.ReportParameters.Add(reportParameter1);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            ((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(RoomPosted));
            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.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.table1 = new Telerik.Reporting.Table();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox10});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(2.9000003337860107D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.table1});
            this.detail.Name = "detail";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "UrbanConnectionString";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@userId", System.Data.DbType.String, "3")});
            this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
            // 
            // table1
            // 
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(2.0000002384185791D, Telerik.Reporting.Drawing.UnitType.Inch)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(2.0000002384185791D, Telerik.Reporting.Drawing.UnitType.Inch)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(2.0000002384185791D, Telerik.Reporting.Drawing.UnitType.Inch)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1.0000001192092896D, Telerik.Reporting.Drawing.UnitType.Inch)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch)));
            this.table1.Body.SetCellContent(0, 0, this.textBox7);
            this.table1.Body.SetCellContent(0, 1, this.textBox4);
            this.table1.Body.SetCellContent(0, 2, this.textBox5);
            this.table1.Body.SetCellContent(0, 3, this.textBox11);
            this.table1.Body.SetCellContent(0, 4, this.textBox8);
            tableGroup1.ReportItem = this.textBox1;
            tableGroup2.ReportItem = this.textBox2;
            tableGroup3.ReportItem = this.textBox3;
            tableGroup4.Name = "Group1";
            tableGroup4.ReportItem = this.textBox6;
            tableGroup5.Name = "Group2";
            tableGroup5.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.DataSource = this.sqlDataSource1;
            this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox7,
            this.textBox4,
            this.textBox5,
            this.textBox1,
            this.textBox2,
            this.textBox3,
            this.textBox6,
            this.textBox9,
            this.textBox11,
            this.textBox8});
            this.table1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.table1.Name = "table1";
            tableGroup6.Groupings.AddRange(new Telerik.Reporting.Data.Grouping[] {
            new Telerik.Reporting.Data.Grouping("")});
            tableGroup6.Name = "DetailGroup";
            this.table1.RowGroups.Add(tableGroup6);
            this.table1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(8.0000009536743164D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Inch));
            // 
            // textBox2
            // 
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox2.Style.BackgroundColor = System.Drawing.Color.Aqua;
            this.textBox2.Value = "Primary Address";
            // 
            // textBox3
            // 
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox3.Style.BackgroundColor = System.Drawing.Color.Aqua;
            this.textBox3.Value = "Secondary Address";
            // 
            // textBox1
            // 
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox1.Style.BackgroundColor = System.Drawing.Color.Aqua;
            this.textBox1.Value = "Title";
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.099999986588954926D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.1000000238418579D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox7.StyleName = "";
            this.textBox7.Value = "=Fields.Title";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.1000001430511475D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.1000000238418579D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox4.StyleName = "";
            this.textBox4.Value = "=Fields.PrimaryAddress";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.0999999046325684D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.1000000238418579D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox5.StyleName = "";
            this.textBox5.Value = "=Fields.SecondaryAddress";
            // 
            // textBox6
            // 
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox6.Style.BackgroundColor = System.Drawing.Color.Aqua;
            this.textBox6.StyleName = "";
            this.textBox6.Value = "City";
            // 
            // textBox9
            // 
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox9.Style.BackgroundColor = System.Drawing.Color.Aqua;
            this.textBox9.StyleName = "";
            this.textBox9.Value = "State";
            // 
            // textBox11
            // 
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(6.1000008583068848D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.1000000238418579D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.0000001192092896D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox11.StyleName = "";
            this.textBox11.Value = "=Fields.City";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.1000008583068848D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.1000000238418579D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox8.StyleName = "";
            this.textBox8.Value = "=Fields.State";
            // 
            // textBox10
            // 
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.1875D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.1875D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.7083332538604736D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.86458331346511841D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox10.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(20D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox10.Value = "Rooms Posted";
            // 
            // RoomPosted
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.Name = "UserId";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter1.Value = "3";
            this.ReportParameters.Add(reportParameter1);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            this.Width = new Telerik.Reporting.Drawing.Unit(8.1999998092651367D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.Name = "RoomPosted";
            ((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.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
     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.textBox18         = new Telerik.Reporting.TextBox();
     this.textBox19         = new Telerik.Reporting.TextBox();
     this.textBox17         = new Telerik.Reporting.TextBox();
     this.textBox7          = new Telerik.Reporting.TextBox();
     this.textBox11         = new Telerik.Reporting.TextBox();
     this.textBox33         = new Telerik.Reporting.TextBox();
     this.textBox5          = new Telerik.Reporting.TextBox();
     this.detail            = new Telerik.Reporting.DetailSection();
     this.textBox8          = new Telerik.Reporting.TextBox();
     this.textBox14         = new Telerik.Reporting.TextBox();
     this.textBox15         = new Telerik.Reporting.TextBox();
     this.textBox16         = new Telerik.Reporting.TextBox();
     this.textBox20         = new Telerik.Reporting.TextBox();
     this.textBox34         = 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();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(3.5999999046325684D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.textBox2,
         this.textBox3,
         this.textBox6,
         this.textBox22,
         this.textBox18,
         this.textBox19,
         this.textBox17,
         this.textBox7,
         this.textBox11,
         this.textBox33,
         this.textBox5
     });
     this.pageHeader.Name = "pageHeader";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7D), Telerik.Reporting.Drawing.Unit.Cm(0.099999949336051941D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.0000009536743164D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox4.Style.Font.Bold = true;
     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(7D), Telerik.Reporting.Drawing.Unit.Cm(0.70000004768371582D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox2.Style.Font.Bold = true;
     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(7D), Telerik.Reporting.Drawing.Unit.Cm(1.3000000715255737D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Value           = "Reporte almacenes";
     //
     // textBox6
     //
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     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(15D), 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.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox22.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox22.Value           = "=\"Fecha imp.: \" + Now()";
     //
     // textBox18
     //
     this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.4999988079071045D), Telerik.Reporting.Drawing.Unit.Cm(2.5D));
     this.textBox18.Name     = "textBox18";
     this.textBox18.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.5000014305114746D), Telerik.Reporting.Drawing.Unit.Cm(0.99999970197677612D));
     this.textBox18.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox18.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox18.Style.Font.Bold          = true;
     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 = "Nombre";
     //
     // textBox19
     //
     this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8D), Telerik.Reporting.Drawing.Unit.Cm(2.5D));
     this.textBox19.Name     = "textBox19";
     this.textBox19.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9999985694885254D), Telerik.Reporting.Drawing.Unit.Cm(0.99999970197677612D));
     this.textBox19.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox19.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox19.Style.Font.Bold          = true;
     this.textBox19.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox19.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox19.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox19.Value = "Cuenta";
     //
     // textBox17
     //
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(2.5D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4999985694885254D), Telerik.Reporting.Drawing.Unit.Cm(0.9999995231628418D));
     this.textBox17.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.Font.Bold          = true;
     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 = "Clave";
     //
     // textBox7
     //
     this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11D), Telerik.Reporting.Drawing.Unit.Cm(2.5D));
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0000009536743164D), Telerik.Reporting.Drawing.Unit.Cm(0.99999970197677612D));
     this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.Font.Bold          = true;
     this.textBox7.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox7.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.Value = "Subcuenta";
     //
     // textBox11
     //
     this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17D), Telerik.Reporting.Drawing.Unit.Cm(2.9999997615814209D));
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0000007152557373D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox11.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox11.Style.Font.Bold          = true;
     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 = "Subcuenta";
     //
     // textBox33
     //
     this.textBox33.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(2.9999997615814209D));
     this.textBox33.Name     = "textBox33";
     this.textBox33.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0000009536743164D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox33.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox33.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox33.Style.Font.Bold          = true;
     this.textBox33.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox33.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox33.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox33.Value = "Cuenta";
     //
     // textBox5
     //
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(2.5D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0.49999979138374329D));
     this.textBox5.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox5.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.Font.Bold          = true;
     this.textBox5.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox5.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox5.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value = "Centro de costos";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.4999997615814209D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox8,
         this.textBox14,
         this.textBox15,
         this.textBox16,
         this.textBox20,
         this.textBox34
     });
     this.detail.Name = "detail";
     //
     // textBox8
     //
     this.textBox8.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox8.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox8.Value               = "=Fields.Alm_Clave";
     //
     // textBox14
     //
     this.textBox14.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.5D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox14.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox14.Value               = "=Fields.Alm_Nombre";
     //
     // textBox15
     //
     this.textBox15.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox15.Name                = "textBox15";
     this.textBox15.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox15.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox15.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox15.Value               = "=Fields.Alm_Cuenta";
     //
     // textBox16
     //
     this.textBox16.Format              = "{0:N2}";
     this.textBox16.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9999990463256836D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox16.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox16.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox16.Value               = "=Fields.Alm_CtaCenCosto";
     //
     // textBox20
     //
     this.textBox20.Format              = "{0:N2}";
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     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.Bottom;
     this.textBox20.Value               = "=Fields.Alm_SubCtaCenCosto";
     //
     // textBox34
     //
     this.textBox34.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.09999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox34.Name                = "textBox34";
     this.textBox34.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9000003337860107D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox34.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox34.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox34.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox34.Value               = "=Fields.Alm_Subcuenta";
     //
     // pageFooter
     //
     this.pageFooter.Height           = Telerik.Reporting.Drawing.Unit.Cm(0.79999959468841553D);
     this.pageFooter.Name             = "pageFooter";
     this.pageFooter.PrintOnFirstPage = true;
     //
     // sqlConnection1
     //
     this.sqlConnection1.ConnectionString = "Data Source=189.206.126.68;Initial Catalog=SianWebNewCosto;User ID=sa";
     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", "spCapGenerarPoliza_Imprimir", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("cuenta", "cuenta"),
             new System.Data.Common.DataColumnMapping("Referencia", "Referencia"),
             new System.Data.Common.DataColumnMapping("subcuenta", "subcuenta"),
             new System.Data.Common.DataColumnMapping("subsubcuenta", "subsubcuenta"),
             new System.Data.Common.DataColumnMapping("Almacen", "Almacen"),
             new System.Data.Common.DataColumnMapping("TipoMov", "TipoMov"),
             new System.Data.Common.DataColumnMapping("Cargo", "Cargo"),
             new System.Data.Common.DataColumnMapping("Abono", "Abono")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText    = "dbo.spCatAlmacen_ConsultaLista";
     this.sqlSelectCommand1.CommandTimeout = 600;
     this.sqlSelectCommand1.CommandType    = System.Data.CommandType.StoredProcedure;
     this.sqlSelectCommand1.Connection     = this.sqlConnection1;
     //
     // RepAlmacenes
     //
     this.DataSource = this.sqlDataAdapter1;
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeader,
         this.detail,
         this.pageFooter
     });
     this.Name = "Listado_Almacenes";
     this.PageSettings.Landscape = false;
     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       = "usuario";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     this.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.Style.Visible         = true;
     this.Width           = Telerik.Reporting.Drawing.Unit.Cm(20.200000762939453D);
     this.NeedDataSource += new System.EventHandler(this.RepAlmacenes_NeedDataSource);
     ((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.NavigateToReportAction navigateToReportAction1 = new Telerik.Reporting.NavigateToReportAction();
     Telerik.Reporting.InstanceReportSource   instanceReportSource1   = new Telerik.Reporting.InstanceReportSource();
     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();
     this.repCobEstCarteraResumenCte1 = new LibreriaReportes.RepCobEstCarteraResumenCte();
     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.textBox17         = new Telerik.Reporting.TextBox();
     this.textBox11         = new Telerik.Reporting.TextBox();
     this.textBox5          = new Telerik.Reporting.TextBox();
     this.TxtFiltros        = new Telerik.Reporting.TextBox();
     this.detail            = new Telerik.Reporting.DetailSection();
     this.textBox8          = new Telerik.Reporting.TextBox();
     this.textBox1          = new Telerik.Reporting.TextBox();
     this.textBox12         = new Telerik.Reporting.TextBox();
     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.pageFooter        = new Telerik.Reporting.PageFooterSection();
     this.textBox25         = new Telerik.Reporting.TextBox();
     this.textBox26         = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.repCobEstCarteraResumenCte1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // repCobEstCarteraResumenCte1
     //
     this.repCobEstCarteraResumenCte1.Name = "RepCobEstCarteraResumenCte";
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(3.5D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.textBox2,
         this.textBox3,
         this.textBox17,
         this.textBox11,
         this.textBox5,
         this.TxtFiltros
     });
     this.pageHeader.Name = "pageHeader";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(-3.6557519678126482E-08D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.600000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0.699999988079071D));
     this.textBox4.Style.Font.Bold = true;
     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(0D), Telerik.Reporting.Drawing.Unit.Cm(0.70000004768371582D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.600000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox2.Style.Font.Bold = true;
     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(0D), Telerik.Reporting.Drawing.Unit.Cm(1.3000000715255737D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.600000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Value           = "Resumen de cartera";
     //
     // textBox17
     //
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(2.6999998092651367D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(10.100000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0.80000019073486328D));
     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 = "Nombre";
     //
     // textBox11
     //
     this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.100000381469727D), Telerik.Reporting.Drawing.Unit.Cm(2.7000002861022949D));
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5000016689300537D), Telerik.Reporting.Drawing.Unit.Cm(0.79999977350234985D));
     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 = "Saldo";
     //
     // textBox5
     //
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(2.6999998092651367D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.80000030994415283D));
     this.textBox5.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     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.Center;
     this.textBox5.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value = "CDI";
     //
     // TxtFiltros
     //
     this.TxtFiltros.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(1.8999998569488525D));
     this.TxtFiltros.Name                = "TxtFiltros";
     this.TxtFiltros.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.600000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.TxtFiltros.Style.Font.Bold     = true;
     this.TxtFiltros.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.TxtFiltros.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.TxtFiltros.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.TxtFiltros.Value               = "";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox8,
         this.textBox1,
         this.textBox12
     });
     this.detail.Name = "detail";
     //
     // textBox8
     //
     this.textBox8.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(10.100000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox8.Style.Font.Bold     = true;
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox8.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.Value               = "=Fields.Cdi";
     //
     // textBox1
     //
     instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("Conexion", "=Parameters.Conexion.Value"));
     instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("Dias", "=Parameters.Dias.Value"));
     instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("DiasRevision", "=Parameters.DiasRevision.Value"));
     instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("FechaCorte", "=Parameters.FechaCorte.Value"));
     instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("Id_Cd", "=Fields.Id_Cd"));
     instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("Legal", "=Parameters.Legal.Value"));
     instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("NombreCdi", "=Fields.Cdi"));
     instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("Plazo", "=Parameters.Plazo.Value"));
     instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("TipoCte", "=Parameters.TipoCte.Value"));
     instanceReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("Vencimiento", "=Parameters.Vencimiento.Value"));
     instanceReportSource1.ReportDocument = this.repCobEstCarteraResumenCte1;
     navigateToReportAction1.ReportSource = instanceReportSource1;
     this.textBox1.Action              = navigateToReportAction1;
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox1.Style.Color         = System.Drawing.Color.Blue;
     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.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "=Fields.Id_Cd";
     //
     // textBox12
     //
     this.textBox12.Format              = "{0:N2}";
     this.textBox12.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.100000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox12.Style.Font.Bold     = true;
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox12.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.Value               = "=Fields.Saldo";
     //
     // sqlConnection1
     //
     this.sqlConnection1.ConnectionString = "Data Source=189.206.126.68;Initial Catalog=SIANCentral;User ID=sa";
     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", "spCapGenerarPoliza_Imprimir", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("cuenta", "cuenta"),
             new System.Data.Common.DataColumnMapping("Referencia", "Referencia"),
             new System.Data.Common.DataColumnMapping("subcuenta", "subcuenta"),
             new System.Data.Common.DataColumnMapping("subsubcuenta", "subsubcuenta"),
             new System.Data.Common.DataColumnMapping("Almacen", "Almacen"),
             new System.Data.Common.DataColumnMapping("TipoMov", "TipoMov"),
             new System.Data.Common.DataColumnMapping("Cargo", "Cargo"),
             new System.Data.Common.DataColumnMapping("Abono", "Abono")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText    = "spRepCobEstCartera_Nivel2";
     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("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, null),
         new System.Data.SqlClient.SqlParameter("@FechaCorte", System.Data.SqlDbType.DateTime, 8),
         new System.Data.SqlClient.SqlParameter("@Dias", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@DiasRevision", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@Plazo", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@Vencimiento", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@TipoCte", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@Legal", System.Data.SqlDbType.Int),
         new System.Data.SqlClient.SqlParameter("@Id_Cd", System.Data.SqlDbType.Int),
         new System.Data.SqlClient.SqlParameter("@Id_U", System.Data.SqlDbType.Int)
     });
     //
     // pageFooter
     //
     this.pageFooter.Bindings.Add(new Telerik.Reporting.Binding("Visible", "=PageCount = PageNumber"));
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.49999985098838806D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox25,
         this.textBox26
     });
     this.pageFooter.Name             = "pageFooter";
     this.pageFooter.PrintOnFirstPage = true;
     //
     // textBox25
     //
     this.textBox25.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.9999996423721314D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox25.Name     = "textBox25";
     this.textBox25.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(10.100000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0.49999958276748657D));
     this.textBox25.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox25.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox25.Style.Font.Bold          = true;
     this.textBox25.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox25.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox25.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.Value = "Total:";
     //
     // textBox26
     //
     this.textBox26.Format   = "{0:N2}";
     this.textBox26.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.100000381469727D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox26.Name     = "textBox26";
     this.textBox26.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5D), Telerik.Reporting.Drawing.Unit.Cm(0.49999955296516418D));
     this.textBox26.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox26.Style.Font.Bold       = true;
     this.textBox26.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox26.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox26.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox26.Value = "=SUM(Fields.Saldo)";
     //
     // RepCobEstCarteraResumen
     //
     this.DataSource = this.sqlDataAdapter1;
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeader,
         this.detail,
         this.pageFooter
     });
     this.Name = "RepCobEstCarteraResumen";
     this.PageSettings.Landscape = false;
     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       = "FechaCorte";
     reportParameter2.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter3.Name       = "Dias";
     reportParameter3.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter4.Name       = "DiasRevision";
     reportParameter4.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter5.Name       = "Plazo";
     reportParameter5.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter6.Name       = "Vencimiento";
     reportParameter6.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter7.Name       = "TipoCte";
     reportParameter7.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter8.Name       = "Legal";
     reportParameter8.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter9.Name       = "Id_Cd";
     reportParameter9.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter10.Name      = "Id_U";
     reportParameter10.Type      = Telerik.Reporting.ReportParameterType.Integer;
     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.Style.BackgroundColor = System.Drawing.Color.White;
     this.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.Style.Visible         = true;
     this.Width           = Telerik.Reporting.Drawing.Unit.Cm(14.600003242492676D);
     this.NeedDataSource += new System.EventHandler(this.RepCobEstCarteraResumen_NeedDataSource);
     ((System.ComponentModel.ISupportInitialize)(this.repCobEstCarteraResumenCte1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
示例#11
0
 private void InitializeComponent()
 {
     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();
     this.textBox1             = new Telerik.Reporting.TextBox();
     this.detail               = new Telerik.Reporting.DetailSection();
     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.textBox17            = new Telerik.Reporting.TextBox();
     this.sqlDataAdapter1      = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlSelectCommand1    = new System.Data.SqlClient.SqlCommand();
     this.sqlConnection1       = new System.Data.SqlClient.SqlConnection();
     this.textBox7             = new Telerik.Reporting.TextBox();
     this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.textBox5             = new Telerik.Reporting.TextBox();
     this.textBox6             = new Telerik.Reporting.TextBox();
     this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
     this.textBox20            = new Telerik.Reporting.TextBox();
     this.textBox37            = new Telerik.Reporting.TextBox();
     this.textBox38            = new Telerik.Reporting.TextBox();
     this.textBox39            = new Telerik.Reporting.TextBox();
     this.textBox40            = new Telerik.Reporting.TextBox();
     this.textBox41            = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox13,
         this.textBox14,
         this.textBox15,
         this.textBox16,
         this.textBox17
     });
     this.detail.Name            = "detail";
     this.detail.Style.Font.Name = "Verdana";
     //
     // textBox13
     //
     this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox13.Name     = "textBox13";
     this.textBox13.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox13.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.Font.Name           = "Verdana";
     this.textBox13.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(7.5D);
     this.textBox13.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox13.Value = "= Fields.Id_Prd";
     //
     // textBox14
     //
     this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox14.Name     = "textBox14";
     this.textBox14.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.9999990463256836D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox14.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox14.Style.Font.Name           = "Verdana";
     this.textBox14.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(6D);
     this.textBox14.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox14.Value = "= Fields.[Prd_Descripcion]";
     //
     // textBox15
     //
     this.textBox15.Format   = "{0:N2}";
     this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox15.Name     = "textBox15";
     this.textBox15.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8000000715255737D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox15.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox15.Style.Font.Name           = "Verdana";
     this.textBox15.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(7.5D);
     this.textBox15.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox15.Value = "= Fields.[Vap_Cantidad]";
     //
     // textBox16
     //
     this.textBox16.Format   = "{0:N2}";
     this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.7000007629394531D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox16.Name     = "textBox16";
     this.textBox16.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox16.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox16.Style.Font.Name           = "Verdana";
     this.textBox16.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(7.5D);
     this.textBox16.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox16.Value = "= Fields.[Vap_Precio]";
     //
     // textBox17
     //
     this.textBox17.Format   = "{0:N2}";
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.6000008583068848D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox17.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.Font.Name           = "Verdana";
     this.textBox17.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(7.5D);
     this.textBox17.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox17.Value = "= Fields.[Vap_Costo]";
     //
     // sqlDataAdapter1
     //
     this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
     this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "spCapValuacion_ImpresionLista1", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("Ficha", "Ficha"),
             new System.Data.Common.DataColumnMapping("Pag_Importe", "Pag_Importe")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText    = "dbo.spCapValuacion_ImpresionLista1";
     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("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, 0),
         new System.Data.SqlClient.SqlParameter("@Id_Emp", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "1"),
         new System.Data.SqlClient.SqlParameter("@Id_Cd", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "110"),
         new System.Data.SqlClient.SqlParameter("@Id_Vap", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "12101")
     });
     //
     // sqlConnection1
     //
     this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     //
     // reportFooterSection1
     //
     this.reportFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.5D);
     this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.textBox5,
         this.textBox6
     });
     this.reportFooterSection1.Name            = "reportFooterSection1";
     this.reportFooterSection1.Style.Font.Name = "Verdana";
     //
     // textBox4
     //
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.7999997138977051D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.Font.Name           = "Verdana";
     this.textBox4.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox4.Style.Font.Strikeout      = false;
     this.textBox4.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox4.TextWrap = false;
     this.textBox4.Value    = "VENTA";
     //
     // textBox5
     //
     this.textBox5.Format   = "{0:N2}";
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.7002010345458984D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.Font.Name           = "Verdana";
     this.textBox5.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(7.5D);
     this.textBox5.Style.Font.Strikeout      = false;
     this.textBox5.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox5.TextWrap = false;
     this.textBox5.Value    = "=(Fields.TOTAL_VENTA)";
     //
     // textBox6
     //
     this.textBox6.Format   = "{0:N2}";
     this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.6000008583068848D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.Font.Name           = "Verdana";
     this.textBox6.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(7.5D);
     this.textBox6.Style.Font.Strikeout      = false;
     this.textBox6.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox6.TextWrap = false;
     this.textBox6.Value    = "=(Fields.TOTAL_PAAA)";
     //
     // reportHeaderSection1
     //
     this.reportHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.90000015497207642D);
     this.reportHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox20,
         this.textBox37,
         this.textBox38,
         this.textBox39,
         this.textBox40,
         this.textBox41
     });
     this.reportHeaderSection1.Name            = "reportHeaderSection1";
     this.reportHeaderSection1.Style.Font.Name = "Verdana";
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.099999949336051941D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.40000009536743164D));
     this.textBox20.Style.Font.Bold     = true;
     this.textBox20.Style.Font.Name     = "Verdana";
     this.textBox20.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Value               = "CONSUMIBLES";
     //
     // textBox37
     //
     this.textBox37.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox37.Name     = "textBox37";
     this.textBox37.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(0.40000009536743164D));
     this.textBox37.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox37.Style.Font.Bold           = true;
     this.textBox37.Style.Font.Name           = "Verdana";
     this.textBox37.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox37.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox37.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox37.Value = "CLAVE";
     //
     // textBox38
     //
     this.textBox38.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox38.Name     = "textBox38";
     this.textBox38.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4D), Telerik.Reporting.Drawing.Unit.Cm(0.40000009536743164D));
     this.textBox38.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox38.Style.Font.Bold           = true;
     this.textBox38.Style.Font.Name           = "Verdana";
     this.textBox38.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox38.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox38.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox38.Value = "DESCRIPCION";
     //
     // textBox39
     //
     this.textBox39.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox39.Name     = "textBox39";
     this.textBox39.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8000000715255737D), Telerik.Reporting.Drawing.Unit.Cm(0.40000009536743164D));
     this.textBox39.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox39.Style.Font.Bold           = true;
     this.textBox39.Style.Font.Name           = "Verdana";
     this.textBox39.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox39.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox39.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox39.Value = "CANTIDAD";
     //
     // textBox40
     //
     this.textBox40.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.7000007629394531D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox40.Name     = "textBox40";
     this.textBox40.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.40000009536743164D));
     this.textBox40.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox40.Style.Font.Bold           = true;
     this.textBox40.Style.Font.Name           = "Verdana";
     this.textBox40.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox40.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox40.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox40.Value = "P. de Venta";
     //
     // textBox41
     //
     this.textBox41.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.6000008583068848D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox41.Name     = "textBox41";
     this.textBox41.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.40000009536743164D));
     this.textBox41.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox41.Style.Font.Bold           = true;
     this.textBox41.Style.Font.Name           = "Verdana";
     this.textBox41.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox41.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox41.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox41.Value = "Precio AAA";
     //
     // SubTablaProductos2VP
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail,
         this.reportFooterSection1,
         this.reportHeaderSection1
     });
     this.Name = "SubTablaProductos2VP";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name       = "Id_Emp";
     reportParameter2.Name       = "Id_Cd";
     reportParameter3.Name       = "Id_Vap";
     reportParameter4.Name       = "Emp_Cnx";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     this.Style.Font.Name       = "Verdana";
     this.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(7.5D);
     this.Width           = Telerik.Reporting.Drawing.Unit.Cm(11.800201416015625D);
     this.NeedDataSource += new System.EventHandler(this.SubTablaProductos2VP_NeedDataSource);
     ((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(DistanceResultReport));
     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.TableGroup        tableGroup17         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup18         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup19         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup20         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup21         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.ReportParameter   reportParameter1     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter   reportParameter2     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter   reportParameter3     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter   reportParameter4     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.Drawing.StyleRule styleRule1           = new Telerik.Reporting.Drawing.StyleRule();
     this.textBox3             = new Telerik.Reporting.TextBox();
     this.textBox5             = new Telerik.Reporting.TextBox();
     this.textBox7             = new Telerik.Reporting.TextBox();
     this.textBox13            = new Telerik.Reporting.TextBox();
     this.textBox33            = new Telerik.Reporting.TextBox();
     this.textBox11            = new Telerik.Reporting.TextBox();
     this.textBox9             = new Telerik.Reporting.TextBox();
     this.textBox17            = new Telerik.Reporting.TextBox();
     this.textBox15            = new Telerik.Reporting.TextBox();
     this.textBox21            = new Telerik.Reporting.TextBox();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.resultTable          = new Telerik.Reporting.Table();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.textBox6             = new Telerik.Reporting.TextBox();
     this.textBox8             = new Telerik.Reporting.TextBox();
     this.textBox10            = new Telerik.Reporting.TextBox();
     this.textBox12            = new Telerik.Reporting.TextBox();
     this.textBox14            = new Telerik.Reporting.TextBox();
     this.textBox16            = new Telerik.Reporting.TextBox();
     this.textBox18            = new Telerik.Reporting.TextBox();
     this.OptionalFieldTextBox = new Telerik.Reporting.TextBox();
     this.textBox22            = new Telerik.Reporting.TextBox();
     this.racesDataSource      = new Telerik.Reporting.ObjectDataSource();
     this.textBox27            = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1   = new Telerik.Reporting.PageHeaderSection();
     this.pictureBox2          = new Telerik.Reporting.PictureBox();
     this.pictureBox1          = new Telerik.Reporting.PictureBox();
     this.textBox1             = new Telerik.Reporting.TextBox();
     this.textBox2             = new Telerik.Reporting.TextBox();
     this.textBox26            = new Telerik.Reporting.TextBox();
     this.pageFooterSection1   = new Telerik.Reporting.PageFooterSection();
     this.textBox19            = new Telerik.Reporting.TextBox();
     this.textBox20            = new Telerik.Reporting.TextBox();
     this.textBox30            = new Telerik.Reporting.TextBox();
     this.textBox28            = new Telerik.Reporting.TextBox();
     this.textBox23            = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0000005960464478D), Telerik.Reporting.Drawing.Unit.Cm(0.50999999046325684D));
     this.textBox3.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.Font.Bold          = true;
     this.textBox3.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox3.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     resources.ApplyResources(this.textBox3, "textBox3");
     //
     // textBox5
     //
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0000005960464478D), Telerik.Reporting.Drawing.Unit.Cm(0.50999999046325684D));
     this.textBox5.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.Font.Bold          = true;
     this.textBox5.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox5.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.8499999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.50999987125396729D));
     this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.Font.Bold          = true;
     this.textBox7.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     resources.ApplyResources(this.textBox7, "textBox7");
     //
     // textBox13
     //
     this.textBox13.Name = "textBox13";
     this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0000005960464478D), Telerik.Reporting.Drawing.Unit.Cm(0.50999999046325684D));
     this.textBox13.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.Font.Bold          = true;
     this.textBox13.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox13.StyleName = "";
     resources.ApplyResources(this.textBox13, "textBox13");
     //
     // textBox33
     //
     this.textBox33.Name = "textBox33";
     this.textBox33.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5D), Telerik.Reporting.Drawing.Unit.Cm(0.50999999046325684D));
     this.textBox33.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox33.Style.Font.Bold          = true;
     this.textBox33.StyleName = "";
     resources.ApplyResources(this.textBox33, "textBox33");
     //
     // textBox11
     //
     this.textBox11.Name = "textBox11";
     this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0000005960464478D), Telerik.Reporting.Drawing.Unit.Cm(0.50999999046325684D));
     this.textBox11.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.Font.Bold          = true;
     this.textBox11.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox11.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox11.StyleName = "";
     resources.ApplyResources(this.textBox11, "textBox11");
     //
     // textBox9
     //
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(0.50999999046325684D));
     this.textBox9.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.Font.Bold          = true;
     this.textBox9.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox9.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox9.StyleName = "";
     resources.ApplyResources(this.textBox9, "textBox9");
     //
     // textBox17
     //
     this.textBox17.Name = "textBox17";
     this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2469463348388672D), Telerik.Reporting.Drawing.Unit.Cm(0.50999999046325684D));
     this.textBox17.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.Font.Bold          = true;
     this.textBox17.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox17.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox17.StyleName = "";
     resources.ApplyResources(this.textBox17, "textBox17");
     //
     // textBox15
     //
     this.textBox15.Name = "textBox15";
     this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000011920928955D), Telerik.Reporting.Drawing.Unit.Cm(0.50999999046325684D));
     this.textBox15.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox15.Style.Font.Bold          = true;
     this.textBox15.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox15.StyleName = "";
     resources.ApplyResources(this.textBox15, "textBox15");
     //
     // textBox21
     //
     this.textBox21.Name = "textBox21";
     this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.3999999761581421D), Telerik.Reporting.Drawing.Unit.Cm(0.51000005006790161D));
     this.textBox21.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox21.Style.Font.Bold          = true;
     this.textBox21.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox21.StyleName = "";
     resources.ApplyResources(this.textBox21, "textBox21");
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.83070862293243408D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.resultTable,
         this.textBox27
     });
     this.detail.Name = "detail";
     //
     // resultTable
     //
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.0000001192092896D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.0000001192092896D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(5.84999942779541D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.0000001192092896D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.4999983310699463D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.0000001192092896D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.0000001192092896D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.2469441890716553D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.0000002384185791D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.4000000953674316D)));
     this.resultTable.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D)));
     this.resultTable.Body.SetCellContent(0, 0, this.textBox4);
     this.resultTable.Body.SetCellContent(0, 1, this.textBox6);
     this.resultTable.Body.SetCellContent(0, 2, this.textBox8);
     this.resultTable.Body.SetCellContent(0, 6, this.textBox10);
     this.resultTable.Body.SetCellContent(0, 5, this.textBox12);
     this.resultTable.Body.SetCellContent(0, 3, this.textBox14);
     this.resultTable.Body.SetCellContent(0, 8, this.textBox16);
     this.resultTable.Body.SetCellContent(0, 7, this.textBox18);
     this.resultTable.Body.SetCellContent(0, 4, this.OptionalFieldTextBox);
     this.resultTable.Body.SetCellContent(0, 9, this.textBox22);
     tableGroup2.Name = "group5";
     tableGroup1.ChildGroups.Add(tableGroup2);
     tableGroup1.Name       = "tableGroup";
     tableGroup1.ReportItem = this.textBox3;
     tableGroup4.Name       = "group6";
     tableGroup3.ChildGroups.Add(tableGroup4);
     tableGroup3.Name       = "tableGroup1";
     tableGroup3.ReportItem = this.textBox5;
     tableGroup6.Name       = "group7";
     tableGroup5.ChildGroups.Add(tableGroup6);
     tableGroup5.Name       = "tableGroup2";
     tableGroup5.ReportItem = this.textBox7;
     tableGroup8.Name       = "group8";
     tableGroup7.ChildGroups.Add(tableGroup8);
     tableGroup7.Name       = "group2";
     tableGroup7.ReportItem = this.textBox13;
     tableGroup10.Name      = "group14";
     tableGroup9.ChildGroups.Add(tableGroup10);
     tableGroup9.Name       = "group13";
     tableGroup9.ReportItem = this.textBox33;
     tableGroup12.Name      = "group9";
     tableGroup11.ChildGroups.Add(tableGroup12);
     tableGroup11.Name       = "group1";
     tableGroup11.ReportItem = this.textBox11;
     tableGroup14.Name       = "group10";
     tableGroup13.ChildGroups.Add(tableGroup14);
     tableGroup13.Name       = "group";
     tableGroup13.ReportItem = this.textBox9;
     tableGroup16.Name       = "group11";
     tableGroup15.ChildGroups.Add(tableGroup16);
     tableGroup15.Name       = "group4";
     tableGroup15.ReportItem = this.textBox17;
     tableGroup18.Name       = "group12";
     tableGroup17.ChildGroups.Add(tableGroup18);
     tableGroup17.Name       = "group3";
     tableGroup17.ReportItem = this.textBox15;
     tableGroup20.Name       = "group16";
     tableGroup19.ChildGroups.Add(tableGroup20);
     tableGroup19.Name       = "group15";
     tableGroup19.ReportItem = this.textBox21;
     this.resultTable.ColumnGroups.Add(tableGroup1);
     this.resultTable.ColumnGroups.Add(tableGroup3);
     this.resultTable.ColumnGroups.Add(tableGroup5);
     this.resultTable.ColumnGroups.Add(tableGroup7);
     this.resultTable.ColumnGroups.Add(tableGroup9);
     this.resultTable.ColumnGroups.Add(tableGroup11);
     this.resultTable.ColumnGroups.Add(tableGroup13);
     this.resultTable.ColumnGroups.Add(tableGroup15);
     this.resultTable.ColumnGroups.Add(tableGroup17);
     this.resultTable.ColumnGroups.Add(tableGroup19);
     this.resultTable.ColumnHeadersPrintOnEveryPage = true;
     this.resultTable.DataSource = this.racesDataSource;
     this.resultTable.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.textBox6,
         this.textBox8,
         this.textBox14,
         this.OptionalFieldTextBox,
         this.textBox12,
         this.textBox10,
         this.textBox18,
         this.textBox16,
         this.textBox22,
         this.textBox3,
         this.textBox5,
         this.textBox7,
         this.textBox13,
         this.textBox33,
         this.textBox11,
         this.textBox9,
         this.textBox17,
         this.textBox15,
         this.textBox21
     });
     this.resultTable.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(1D));
     this.resultTable.Name     = "resultTable";
     tableGroup21.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup21.Name = "detailTableGroup";
     this.resultTable.RowGroups.Add(tableGroup21);
     this.resultTable.RowHeadersPrintOnEveryPage = true;
     this.resultTable.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.9969425201416D), Telerik.Reporting.Drawing.Unit.Cm(1.1099996566772461D));
     //
     // textBox4
     //
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0000001192092896D), Telerik.Reporting.Drawing.Unit.Cm(0.59999996423721313D));
     this.textBox4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox4.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     resources.ApplyResources(this.textBox4, "textBox4");
     //
     // textBox6
     //
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(0.59999990463256836D));
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     resources.ApplyResources(this.textBox6, "textBox6");
     //
     // textBox8
     //
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.8499999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D));
     this.textBox8.Style.Font.Bold     = true;
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     resources.ApplyResources(this.textBox8, "textBox8");
     //
     // textBox10
     //
     this.textBox10.Bindings.Add(new Telerik.Reporting.Binding("Style.Visible", "= Fields.ShowLane"));
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D));
     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           = "";
     resources.ApplyResources(this.textBox10, "textBox10");
     //
     // textBox12
     //
     this.textBox12.Bindings.Add(new Telerik.Reporting.Binding("Style.Visible", "= Fields.ShowHeat"));
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(0.59999990463256836D));
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox12.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.StyleName           = "";
     resources.ApplyResources(this.textBox12, "textBox12");
     //
     // textBox14
     //
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(0.59999984502792358D));
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.StyleName           = "";
     resources.ApplyResources(this.textBox14, "textBox14");
     //
     // textBox16
     //
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.59999996423721313D));
     this.textBox16.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.StyleName           = "";
     resources.ApplyResources(this.textBox16, "textBox16");
     //
     // textBox18
     //
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.24694561958313D), Telerik.Reporting.Drawing.Unit.Cm(0.59999996423721313D));
     this.textBox18.Style.Font.Bold     = true;
     this.textBox18.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox18.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.StyleName           = "";
     resources.ApplyResources(this.textBox18, "textBox18");
     //
     // OptionalFieldTextBox
     //
     this.OptionalFieldTextBox.Name                = "OptionalFieldTextBox";
     this.OptionalFieldTextBox.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5D), Telerik.Reporting.Drawing.Unit.Cm(0.59999978542327881D));
     this.OptionalFieldTextBox.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.OptionalFieldTextBox.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.OptionalFieldTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.OptionalFieldTextBox.StyleName           = "";
     resources.ApplyResources(this.OptionalFieldTextBox, "OptionalFieldTextBox");
     //
     // textBox22
     //
     this.textBox22.Bindings.Add(new Telerik.Reporting.Binding("Visible", "= Fields.TotalPoints > 0"));
     this.textBox22.Format              = "{0:0}";
     this.textBox22.Name                = "textBox22";
     this.textBox22.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.3999999761581421D), Telerik.Reporting.Drawing.Unit.Cm(0.59999966621398926D));
     this.textBox22.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox22.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox22.StyleName           = "";
     resources.ApplyResources(this.textBox22, "textBox22");
     //
     // racesDataSource
     //
     this.racesDataSource.DataSource = typeof(Emando.Vantage.Workflows.Competitions.RankedRace);
     this.racesDataSource.Name       = "racesDataSource";
     //
     // textBox27
     //
     this.textBox27.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(9.9869059340562671E-05D));
     this.textBox27.Name     = "textBox27";
     this.textBox27.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.999801635742188D), Telerik.Reporting.Drawing.Unit.Cm(0.60000032186508179D));
     this.textBox27.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox27.Style.Font.Bold          = true;
     this.textBox27.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox27.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox27, "textBox27");
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox2,
         this.pictureBox1,
         this.textBox1,
         this.textBox2,
         this.textBox26
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // pictureBox2
     //
     this.pictureBox2.Bindings.Add(new Telerik.Reporting.Binding("Value", "= Global.DecodeImage(Parameters.Logo_2.Value)"));
     this.pictureBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15.402836799621582D), Telerik.Reporting.Drawing.Unit.Cm(0.00010001421469496563D));
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.5971636772155762D), Telerik.Reporting.Drawing.Unit.Cm(1.7999004125595093D));
     this.pictureBox2.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     //
     // pictureBox1
     //
     this.pictureBox1.Bindings.Add(new Telerik.Reporting.Binding("Value", "= Global.DecodeImage(Parameters.Logo_1.Value)"));
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.005871371366083622D), Telerik.Reporting.Drawing.Unit.Cm(0.00010001421469496563D));
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.5993530750274658D), Telerik.Reporting.Drawing.Unit.Cm(1.7999002933502197D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.6079683303833008D), Telerik.Reporting.Drawing.Unit.Cm(0.00010001421469496563D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.794669151306152D), Telerik.Reporting.Drawing.Unit.Cm(0.69990003108978271D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox1, "textBox1");
     //
     // textBox2
     //
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.6079683303833008D), Telerik.Reporting.Drawing.Unit.Cm(1.3000003099441528D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.794668197631836D), Telerik.Reporting.Drawing.Unit.Cm(0.50000011920928955D));
     this.textBox2.Style.BorderColor.Bottom = System.Drawing.Color.DarkGray;
     this.textBox2.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox2.Style.Font.Bold          = true;
     this.textBox2.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox2.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox2, "textBox2");
     //
     // textBox26
     //
     this.textBox26.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.6079683303833008D), Telerik.Reporting.Drawing.Unit.Cm(0.79980015754699707D));
     this.textBox26.Name            = "textBox26";
     this.textBox26.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.794668197631836D), Telerik.Reporting.Drawing.Unit.Cm(0.50000011920928955D));
     this.textBox26.Style.Font.Bold = true;
     this.textBox26.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox26.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox26, "textBox26");
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(1.2000000476837158D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox19,
         this.textBox20,
         this.textBox30,
         this.textBox28,
         this.textBox23
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox19
     //
     this.textBox19.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.199897766113281D), Telerik.Reporting.Drawing.Unit.Cm(0.19990219175815582D));
     this.textBox19.Name            = "textBox19";
     this.textBox19.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.5997486114501953D), Telerik.Reporting.Drawing.Unit.Cm(0.49989911913871765D));
     this.textBox19.Style.Font.Bold = false;
     resources.ApplyResources(this.textBox19, "textBox19");
     //
     // textBox20
     //
     this.textBox20.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.19990214705467224D));
     this.textBox20.Name            = "textBox20";
     this.textBox20.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.5997486114501953D), Telerik.Reporting.Drawing.Unit.Cm(0.49989911913871765D));
     this.textBox20.Style.Font.Bold = false;
     resources.ApplyResources(this.textBox20, "textBox20");
     //
     // textBox30
     //
     this.textBox30.Format          = "{0:g}";
     this.textBox30.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.28938102722168D), Telerik.Reporting.Drawing.Unit.Cm(0.70000112056732178D));
     this.textBox30.Name            = "textBox30";
     this.textBox30.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.7106170654296875D), Telerik.Reporting.Drawing.Unit.Cm(0.49989911913871765D));
     this.textBox30.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     resources.ApplyResources(this.textBox30, "textBox30");
     //
     // textBox28
     //
     this.textBox28.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.70000112056732178D));
     this.textBox28.Name            = "textBox28";
     this.textBox28.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.289179801940918D), Telerik.Reporting.Drawing.Unit.Cm(0.49989911913871765D));
     this.textBox28.Style.Font.Bold = false;
     resources.ApplyResources(this.textBox28, "textBox28");
     //
     // textBox23
     //
     this.textBox23.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.5999488830566406D), Telerik.Reporting.Drawing.Unit.Cm(0.19990219175815582D));
     this.textBox23.Name            = "textBox23";
     this.textBox23.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.5997486114501953D), Telerik.Reporting.Drawing.Unit.Cm(0.49989911913871765D));
     this.textBox23.Style.Font.Bold = false;
     resources.ApplyResources(this.textBox23, "textBox23");
     //
     // DistanceResultReport
     //
     resources.ApplyResources(this, "$this");
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail,
         this.pageHeaderSection1,
         this.pageFooterSection1
     });
     this.Name = "DistanceResult";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(10D), Telerik.Reporting.Drawing.Unit.Mm(10D), Telerik.Reporting.Drawing.Unit.Mm(10D), Telerik.Reporting.Drawing.Unit.Mm(10D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.Name       = "OptionalColumnHeader";
     reportParameter2.AllowNull  = true;
     reportParameter2.Name       = "OptionalColumnField";
     reportParameter3.AllowNull  = true;
     reportParameter3.Name       = "Logo_1";
     reportParameter4.AllowNull  = true;
     reportParameter4.Name       = "Logo_2";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     this.Style.Font.Name = "Calibri";
     this.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     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.Cm(19D);
     ((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.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();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(ReporteEntradas));
     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.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector();
     Telerik.Reporting.Drawing.StyleRule          styleRule4          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.detailSection1     = new Telerik.Reporting.DetailSection();
     this.table1             = new Telerik.Reporting.Table();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.textBox8           = new Telerik.Reporting.TextBox();
     this.textBox11          = new Telerik.Reporting.TextBox();
     this.textBox12          = new Telerik.Reporting.TextBox();
     this.textBox13          = new Telerik.Reporting.TextBox();
     this.sqlConsulta        = new Telerik.Reporting.SqlDataSource();
     this.textBox5           = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.pictureBox1        = new Telerik.Reporting.PictureBox();
     this.txtNit             = new Telerik.Reporting.TextBox();
     this.txtNombre          = new Telerik.Reporting.TextBox();
     this.textBox6           = new Telerik.Reporting.TextBox();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox1
     //
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3312504291534424D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.StyleName       = "Office.TableHeader";
     this.textBox1.Value           = "Dispositivo";
     //
     // textBox2
     //
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5916666984558106D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox2.Style.Font.Bold = true;
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.StyleName       = "Office.TableHeader";
     this.textBox2.Value           = "Número Dispositivo";
     //
     // textBox7
     //
     this.textBox7.Name            = "textBox7";
     this.textBox7.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2812504768371582D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox7.Style.Font.Bold = true;
     this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.StyleName       = "Office.TableHeader";
     this.textBox7.Value           = "Cantidad";
     //
     // detailSection1
     //
     this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table1
     });
     this.detailSection1.Name = "detailSection1";
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.3312495946884155D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.5916666984558106D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.2812502384185791D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.19999982416629791D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.21874985098838806D)));
     this.table1.Body.SetCellContent(0, 0, this.textBox3);
     this.table1.Body.SetCellContent(0, 1, this.textBox4);
     this.table1.Body.SetCellContent(0, 2, this.textBox8);
     this.table1.Body.SetCellContent(1, 0, this.textBox11);
     this.table1.Body.SetCellContent(1, 1, this.textBox12);
     this.table1.Body.SetCellContent(1, 2, this.textBox13);
     tableGroup1.ReportItem = this.textBox1;
     tableGroup2.ReportItem = this.textBox2;
     tableGroup3.Name       = "group";
     tableGroup3.ReportItem = this.textBox7;
     this.table1.ColumnGroups.Add(tableGroup1);
     this.table1.ColumnGroups.Add(tableGroup2);
     this.table1.ColumnGroups.Add(tableGroup3);
     this.table1.DataSource = this.sqlConsulta;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox3,
         this.textBox4,
         this.textBox8,
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox1,
         this.textBox2,
         this.textBox7
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.table1.Name     = "table1";
     tableGroup4.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup4.Name = "Detail";
     tableGroup5.Name = "group2";
     this.table1.RowGroups.Add(tableGroup4);
     this.table1.RowGroups.Add(tableGroup5);
     this.table1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2041664123535156D), Telerik.Reporting.Drawing.Unit.Inch(0.61874967813491821D));
     this.table1.StyleName = "Office.TableNormal";
     //
     // textBox3
     //
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3312504291534424D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox3.StyleName = "Office.TableBody";
     this.textBox3.Value     = "= Fields.Dispositivo";
     //
     // textBox4
     //
     this.textBox4.Name      = "textBox4";
     this.textBox4.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5916666984558106D), Telerik.Reporting.Drawing.Unit.Inch(0.19999982416629791D));
     this.textBox4.StyleName = "Office.TableBody";
     this.textBox4.Value     = "= Fields.numero";
     //
     // textBox8
     //
     this.textBox8.Name            = "textBox8";
     this.textBox8.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2812504768371582D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox8.StyleName       = "Office.TableBody";
     this.textBox8.Value           = "= Fields.cantidad";
     //
     // textBox11
     //
     this.textBox11.Name = "textBox11";
     this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3312499523162842D), Telerik.Reporting.Drawing.Unit.Inch(0.21874991059303284D));
     this.textBox11.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     this.textBox11.StyleName             = "Office.TableBody";
     //
     // textBox12
     //
     this.textBox12.Name = "textBox12";
     this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5916666984558106D), Telerik.Reporting.Drawing.Unit.Inch(0.21874985098838806D));
     this.textBox12.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     this.textBox12.StyleName             = "Office.TableBody";
     //
     // textBox13
     //
     this.textBox13.Format = "";
     this.textBox13.Name   = "textBox13";
     this.textBox13.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2812502384185791D), Telerik.Reporting.Drawing.Unit.Inch(0.21874991059303284D));
     this.textBox13.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     this.textBox13.Style.Font.Bold       = true;
     this.textBox13.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox13.StyleName             = "Office.TableBody";
     this.textBox13.Value = "= Sum(Fields.cantidad)";
     //
     // sqlConsulta
     //
     this.sqlConsulta.ConnectionString = "conexion";
     this.sqlConsulta.Name             = "sqlConsulta";
     this.sqlConsulta.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@fi", System.Data.DbType.DateTime, "= Parameters.fi.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@ff", System.Data.DbType.DateTime, "= Parameters.ff.Value")
     });
     this.sqlConsulta.SelectCommand = resources.GetString("sqlConsulta.SelectCommand");
     //
     // textBox5
     //
     this.textBox5.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox5.Name            = "ReportNameTextBox";
     this.textBox5.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.textBox5.Style.Font.Bold = true;
     this.textBox5.Style.Font.Name = "Segoe UI";
     this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox5.Value           = "Reporte de Entradas";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox5,
         this.pictureBox1,
         this.txtNit,
         this.txtNombre
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // 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(2.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.70000004768371582D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // txtNit
     //
     this.txtNit.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.txtNit.Name            = "txtNit";
     this.txtNit.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.3999602794647217D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.txtNit.Style.Font.Bold = true;
     this.txtNit.Style.Font.Name = "Segoe UI";
     this.txtNit.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.txtNit.Value           = "";
     //
     // txtNombre
     //
     this.txtNombre.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.5D));
     this.txtNombre.Name            = "txtNombre";
     this.txtNombre.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.txtNombre.Style.Font.Bold = true;
     this.txtNombre.Style.Font.Name = "Segoe UI";
     this.txtNombre.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.txtNombre.Value           = "";
     //
     // textBox6
     //
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.425196647644043D), Telerik.Reporting.Drawing.Unit.Inch(0.60629922151565552D));
     this.textBox6.Name            = "ReportPageNumberTextBox";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5748031139373779D), Telerik.Reporting.Drawing.Unit.Inch(0.39370077848434448D));
     this.textBox6.Style.Font.Name = "Segoe UI";
     this.textBox6.Value           = "Page: {PageNumber}";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox6
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // ReporteEntradas
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detailSection1,
         this.pageHeaderSection1,
         this.pageFooterSection1
     });
     this.Name = "ReporteEntradas";
     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       = "fi";
     reportParameter1.Text       = "Fecha Inicial";
     reportParameter1.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter1.Visible    = true;
     reportParameter2.Name       = "ff";
     reportParameter2.Text       = "Fecha Final";
     reportParameter2.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter2.Visible    = true;
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     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(typeof(Telerik.Reporting.Table), "Office.TableNormal")
     });
     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.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(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), "Office.TableHeader")
     });
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector1
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     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);
     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;
     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), "Office.TableBody")
     });
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector2
     });
     styleRule4.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule4.Style.Font.Name           = "Calibri";
     styleRule4.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(6D);
     ((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.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.Drawing.StyleRule styleRule1       = new Telerik.Reporting.Drawing.StyleRule();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.textBox8             = 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.textBox22            = new Telerik.Reporting.TextBox();
     this.sqlConnection1       = new System.Data.SqlClient.SqlConnection();
     this.sqlCommand1          = new System.Data.SqlClient.SqlCommand();
     this.sqlDataAdapter1      = new System.Data.SqlClient.SqlDataAdapter();
     this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
     this.textBox24            = new Telerik.Reporting.TextBox();
     this.textBox23            = new Telerik.Reporting.TextBox();
     this.textBox14            = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1   = new Telerik.Reporting.PageHeaderSection();
     this.textBox20            = new Telerik.Reporting.TextBox();
     this.textBox19            = new Telerik.Reporting.TextBox();
     this.textBox18            = new Telerik.Reporting.TextBox();
     this.textBox1             = new Telerik.Reporting.TextBox();
     this.textBox21            = new Telerik.Reporting.TextBox();
     this.textBox2             = 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.textBox32            = new Telerik.Reporting.TextBox();
     this.textBox31            = new Telerik.Reporting.TextBox();
     this.textBox30            = new Telerik.Reporting.TextBox();
     this.textBox29            = new Telerik.Reporting.TextBox();
     this.textBox37            = new Telerik.Reporting.TextBox();
     this.textBox27            = new Telerik.Reporting.TextBox();
     this.textBox15            = new Telerik.Reporting.TextBox();
     this.textBox16            = new Telerik.Reporting.TextBox();
     this.textBox17            = new Telerik.Reporting.TextBox();
     this.textBox25            = new Telerik.Reporting.TextBox();
     this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
     this.textBox3             = new Telerik.Reporting.TextBox();
     this.textBox9             = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.47957530617713928D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox8,
         this.textBox10,
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox22
     });
     this.detail.Name = "detail";
     //
     // textBox8
     //
     this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.000200271606445D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.9997990131378174D), Telerik.Reporting.Drawing.Unit.Cm(0.47447481751441956D));
     this.textBox8.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox8.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox8.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.Style.Visible             = true;
     this.textBox8.Value = "=Fields.Id_Cd";
     //
     // textBox10
     //
     this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox10.Name     = "textBox10";
     this.textBox10.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0130214691162109D), Telerik.Reporting.Drawing.Unit.Cm(0.47437471151351929D));
     this.textBox10.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox10.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox10.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.Style.Visible             = true;
     this.textBox10.Value = "=Fields.Cuenta";
     //
     // textBox11
     //
     this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.0133218765258789D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0099997520446777D), Telerik.Reporting.Drawing.Unit.Cm(0.47447481751441956D));
     this.textBox11.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox11.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox11.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.Style.Visible             = true;
     this.textBox11.Value = "=Fields.SubCuenta";
     //
     // textBox12
     //
     this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.02352237701416D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox12.Name     = "textBox12";
     this.textBox12.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.9764778614044189D), Telerik.Reporting.Drawing.Unit.Cm(0.47437471151351929D));
     this.textBox12.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox12.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox12.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.Style.Visible             = true;
     this.textBox12.Value = "=Fields.SSCTA";
     //
     // textBox13
     //
     this.textBox13.Format   = "{0:N2}";
     this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.000200271606445D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox13.Name     = "textBox13";
     this.textBox13.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.9995999336242676D), Telerik.Reporting.Drawing.Unit.Cm(0.47447481751441956D));
     this.textBox13.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox13.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox13.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.Style.Visible             = true;
     this.textBox13.Value = "=Fields.Cargo";
     //
     // textBox22
     //
     this.textBox22.Format   = "{0:N2}";
     this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(20D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox22.Name     = "textBox22";
     this.textBox22.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0998973846435547D), Telerik.Reporting.Drawing.Unit.Cm(0.47447481751441956D));
     this.textBox22.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox22.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox22.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox22.Style.Visible             = true;
     this.textBox22.Value = "=Fields.Credito";
     //
     // sqlConnection1
     //
     this.sqlConnection1.ConnectionString = "Data Source=10.1.0.120;Initial Catalog=SIANCENTRAL;Persist Security Info=True;Use" +
                                            "r ID=sa;Password=sistemas";
     this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlCommand1
     //
     this.sqlCommand1.CommandText    = "SpPolizaCostos_Resumen";
     this.sqlCommand1.CommandTimeout = 600;
     this.sqlCommand1.CommandType    = System.Data.CommandType.StoredProcedure;
     this.sqlCommand1.Connection     = this.sqlConnection1;
     this.sqlCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, null),
         new System.Data.SqlClient.SqlParameter("@Id_Emp", System.Data.SqlDbType.Int, 1, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "3"),
         new System.Data.SqlClient.SqlParameter("@Id_Cd", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "2016"),
         new System.Data.SqlClient.SqlParameter("@Id_Alm", System.Data.SqlDbType.Int),
         new System.Data.SqlClient.SqlParameter("@FechaIni", System.Data.SqlDbType.DateTime),
         new System.Data.SqlClient.SqlParameter("@FechaFin", System.Data.SqlDbType.DateTime),
         new System.Data.SqlClient.SqlParameter("@VistaPrevia", System.Data.SqlDbType.Bit)
     });
     //
     // sqlDataAdapter1
     //
     this.sqlDataAdapter1.SelectCommand = this.sqlCommand1;
     this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "SpPolizaCostos_Resumen", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("ID_CD", "ID_CD"),
             new System.Data.Common.DataColumnMapping("Column1", "Column1"),
             new System.Data.Common.DataColumnMapping("Cuenta", "Cuenta"),
             new System.Data.Common.DataColumnMapping("SubCuenta", "SubCuenta"),
             new System.Data.Common.DataColumnMapping("SSCTA", "SSCTA"),
             new System.Data.Common.DataColumnMapping("Descripcion", "Descripcion"),
             new System.Data.Common.DataColumnMapping("Costo", "Costo")
         })
     });
     //
     // reportFooterSection1
     //
     this.reportFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.49999979138374329D);
     this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox24,
         this.textBox23,
         this.textBox14
     });
     this.reportFooterSection1.Name = "reportFooterSection1";
     //
     // textBox24
     //
     this.textBox24.Format   = "{0:N2}";
     this.textBox24.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.000200271606445D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.textBox24.Name     = "textBox24";
     this.textBox24.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.9995982646942139D), Telerik.Reporting.Drawing.Unit.Cm(0.47447481751441956D));
     this.textBox24.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox24.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox24.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox24.Style.BorderWidth.Top    = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox24.Style.Font.Bold          = true;
     this.textBox24.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox24.Style.Visible            = true;
     this.textBox24.Value = "=SUM(Fields.Cargo)";
     //
     // textBox23
     //
     this.textBox23.Format   = "{0:N2}";
     this.textBox23.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(20D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox23.Name     = "textBox23";
     this.textBox23.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0998973846435547D), Telerik.Reporting.Drawing.Unit.Cm(0.49989962577819824D));
     this.textBox23.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox23.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox23.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox23.Style.BorderWidth.Top    = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox23.Style.Font.Bold          = true;
     this.textBox23.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox23.Style.Visible            = true;
     this.textBox23.Value = "=SUM(Fields.Credito)";
     //
     // textBox14
     //
     this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.00020024616969749332D));
     this.textBox14.Name     = "textBox14";
     this.textBox14.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(16.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.47437471151351929D));
     this.textBox14.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox14.Style.Font.Bold           = true;
     this.textBox14.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox14.Style.Visible             = true;
     this.textBox14.Value = "Total TM. 2 - COMPRAS";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox20,
         this.textBox19,
         this.textBox18,
         this.textBox1,
         this.textBox21,
         this.textBox2,
         this.textBox4,
         this.textBox5,
         this.textBox6,
         this.textBox7,
         this.textBox32,
         this.textBox31,
         this.textBox30,
         this.textBox29,
         this.textBox37,
         this.textBox27,
         this.textBox15,
         this.textBox16,
         this.textBox17,
         this.textBox25
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox20
     //
     this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.0002002716064453D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox20.Name     = "textBox20";
     this.textBox20.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(13.89959716796875D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox20.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox20.Style.Font.Bold           = true;
     this.textBox20.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox20.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox20.Style.Visible             = true;
     this.textBox20.Value = "Key Química S.A. de C.V.";
     //
     // textBox19
     //
     this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.0002002716064453D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox19.Name     = "textBox19";
     this.textBox19.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(13.89959716796875D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox19.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox19.Style.Font.Bold           = true;
     this.textBox19.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox19.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox19.Style.Visible             = true;
     this.textBox19.Value = "SIANWeb Central";
     //
     // textBox18
     //
     this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.0002002716064453D), Telerik.Reporting.Drawing.Unit.Cm(1.200200080871582D));
     this.textBox18.Name     = "textBox18";
     this.textBox18.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.3996000289917D), Telerik.Reporting.Drawing.Unit.Cm(0.80521661043167114D));
     this.textBox18.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox18.Style.Font.Bold           = true;
     this.textBox18.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox18.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox18.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox18.Style.Visible             = true;
     this.textBox18.Value = "Póliza de Revaluación de Inventarios";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(1.200200080871582D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(10.099793434143066D), Telerik.Reporting.Drawing.Unit.Cm(0.79960024356842041D));
     this.textBox1.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox1.Style.Font.Bold           = true;
     this.textBox1.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox1.Style.Visible             = true;
     this.textBox1.Value = "=Fields.MesNombre";
     //
     // textBox21
     //
     this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(20D), Telerik.Reporting.Drawing.Unit.Cm(2D));
     this.textBox21.Name     = "textBox21";
     this.textBox21.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0998988151550293D), Telerik.Reporting.Drawing.Unit.Cm(0.60042470693588257D));
     this.textBox21.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox21.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox21.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox21.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox21.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox21.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox21.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox21.Style.Font.Bold           = true;
     this.textBox21.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox21.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox21.Style.Visible             = true;
     this.textBox21.Value = "Crédito";
     //
     // textBox2
     //
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.000200271606445D), Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.9997990131378174D), Telerik.Reporting.Drawing.Unit.Cm(0.60042470693588257D));
     this.textBox2.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox2.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox2.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox2.Style.Font.Bold           = true;
     this.textBox2.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Style.Visible             = true;
     this.textBox2.Value = "Almacén";
     //
     // textBox4
     //
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D), Telerik.Reporting.Drawing.Unit.Cm(2D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0130214691162109D), Telerik.Reporting.Drawing.Unit.Cm(0.60042470693588257D));
     this.textBox4.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox4.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox4.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox4.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox4.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox4.Style.Font.Bold           = true;
     this.textBox4.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Style.Visible             = true;
     this.textBox4.Value = "Cuenta";
     //
     // textBox5
     //
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.0133218765258789D), Telerik.Reporting.Drawing.Unit.Cm(2D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0100002288818359D), Telerik.Reporting.Drawing.Unit.Cm(0.600000262260437D));
     this.textBox5.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox5.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox5.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox5.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox5.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox5.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Point(1D);
     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.Style.Visible             = true;
     this.textBox5.Value = "SubCuenta";
     //
     // textBox6
     //
     this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.02352237701416D), Telerik.Reporting.Drawing.Unit.Cm(2D));
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.9764778614044189D), Telerik.Reporting.Drawing.Unit.Cm(0.60042470693588257D));
     this.textBox6.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox6.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox6.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox6.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox6.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox6.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox6.Style.Font.Bold           = true;
     this.textBox6.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Style.Visible             = true;
     this.textBox6.Value = "Subsubcuenta";
     //
     // textBox7
     //
     this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.000200271606445D), Telerik.Reporting.Drawing.Unit.Cm(2D));
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.9995999336242676D), Telerik.Reporting.Drawing.Unit.Cm(0.60042470693588257D));
     this.textBox7.Style.BackgroundColor     = System.Drawing.Color.Empty;
     this.textBox7.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox7.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Inset;
     this.textBox7.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox7.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox7.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox7.Style.Font.Bold           = true;
     this.textBox7.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.Style.Visible             = true;
     this.textBox7.Value = "Cargo";
     //
     // textBox32
     //
     this.textBox32.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(0.49999994039535522D));
     this.textBox32.Name            = "textBox32";
     this.textBox32.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.2000000476837158D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox32.Style.Font.Bold = false;
     this.textBox32.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox32.Value           = "Todos";
     //
     // textBox31
     //
     this.textBox31.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.49999994039535522D));
     this.textBox31.Name            = "textBox31";
     this.textBox31.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7999998331069946D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox31.Style.Font.Bold = false;
     this.textBox31.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox31.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox31.Value           = "Tipo mov.:";
     //
     // textBox30
     //
     this.textBox30.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(0.023749962449073792D));
     this.textBox30.Name            = "textBox30";
     this.textBox30.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.2000000476837158D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox30.Style.Font.Bold = false;
     this.textBox30.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox30.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox30.Value           = "=Parameters.Almacen";
     //
     // textBox29
     //
     this.textBox29.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox29.Name            = "textBox29";
     this.textBox29.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7999998331069946D), Telerik.Reporting.Drawing.Unit.Cm(0.49999997019767761D));
     this.textBox29.Style.Font.Bold = false;
     this.textBox29.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox29.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox29.Value           = "Almacén:";
     //
     // textBox37
     //
     this.textBox37.Format          = "{0:d}";
     this.textBox37.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(1.5054166316986084D));
     this.textBox37.Name            = "textBox37";
     this.textBox37.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.2000000476837158D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox37.Style.Font.Bold = false;
     this.textBox37.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox37.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox37.Value           = "=Parameters.FechaFin";
     //
     // textBox27
     //
     this.textBox27.Format          = "{0:d}";
     this.textBox27.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(1.0027083158493042D));
     this.textBox27.Name            = "textBox27";
     this.textBox27.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.2000000476837158D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox27.Style.Font.Bold = false;
     this.textBox27.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox27.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox27.Value           = "=Parameters.FechaIni";
     //
     // textBox15
     //
     this.textBox15.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(1.5054166316986084D));
     this.textBox15.Name            = "textBox15";
     this.textBox15.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7999998331069946D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox15.Style.Font.Bold = false;
     this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox15.Value           = "Fecha final:";
     //
     // textBox16
     //
     this.textBox16.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(1.0027083158493042D));
     this.textBox16.Name            = "textBox16";
     this.textBox16.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7999998331069946D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox16.Style.Font.Bold = false;
     this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox16.Value           = "Fecha inicial:";
     //
     // textBox17
     //
     this.textBox17.Format          = "{0:g}";
     this.textBox17.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.899999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0.49999994039535522D));
     this.textBox17.Name            = "textBox17";
     this.textBox17.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.199796199798584D), Telerik.Reporting.Drawing.Unit.Cm(0.70000028610229492D));
     this.textBox17.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox17.Value           = "=\"Fecha imp.: \" + Now()";
     //
     // textBox25
     //
     this.textBox25.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.899999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0.023749962449073792D));
     this.textBox25.Name            = "textBox25";
     this.textBox25.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.1997976303100586D), Telerik.Reporting.Drawing.Unit.Cm(0.50000005960464478D));
     this.textBox25.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox25.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox25.Value           = "=\"Usuario: \" + Parameters.U_Nombre";
     //
     // reportHeaderSection1
     //
     this.reportHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.47957545518875122D);
     this.reportHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox3,
         this.textBox9
     });
     this.reportHeaderSection1.Name = "reportHeaderSection1";
     //
     // textBox3
     //
     this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0130214691162109D), Telerik.Reporting.Drawing.Unit.Cm(0.47957545518875122D));
     this.textBox3.Style.BackgroundColor = System.Drawing.Color.Silver;
     this.textBox3.Style.Font.Bold       = true;
     this.textBox3.Value = "Tipo de Movimiento\t\t\t\t\t";
     //
     // textBox9
     //
     this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.0133218765258789D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox9.Name     = "textBox9";
     this.textBox9.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(20.086576461791992D), Telerik.Reporting.Drawing.Unit.Cm(0.47957545518875122D));
     this.textBox9.Style.BackgroundColor = System.Drawing.Color.Silver;
     this.textBox9.Style.Font.Bold       = true;
     this.textBox9.Value = "2. COMPRAS";
     //
     // RepPolizaRevaluacionResumen
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.reportFooterSection1,
         this.reportHeaderSection1
     });
     this.Name = "RepPolizaCostosResumen";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(0.5D), Telerik.Reporting.Drawing.Unit.Mm(0.5D), Telerik.Reporting.Drawing.Unit.Mm(0.5D), Telerik.Reporting.Drawing.Unit.Mm(0.5D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name       = "Conexion";
     reportParameter2.Name       = "Id_Emp";
     reportParameter2.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter3.Name       = "Id_Cd";
     reportParameter3.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter4.Name       = "Id_Alm";
     reportParameter4.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter5.Name       = "FechaIni";
     reportParameter5.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter6.Name       = "FechaFin";
     reportParameter6.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter7.Name       = "U_Nombre";
     reportParameter8.Name       = "Almacen";
     reportParameter9.Name       = "VistaPrevia";
     reportParameter9.Type       = Telerik.Reporting.ReportParameterType.Boolean;
     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.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.Cm(24.099897384643555D);
     this.NeedDataSource += new System.EventHandler(this.RepPolizaCostosResumen_NeedDataSource);
     ((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.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.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            reportParameter13   = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter            reportParameter14   = 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.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector();
     Telerik.Reporting.Drawing.StyleRule          styleRule4          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector();
     this.textBox17          = new Telerik.Reporting.TextBox();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox22          = new Telerik.Reporting.TextBox();
     this.textBox9           = new Telerik.Reporting.TextBox();
     this.detailSection1     = new Telerik.Reporting.DetailSection();
     this.table1             = new Telerik.Reporting.Table();
     this.textBox6           = new Telerik.Reporting.TextBox();
     this.textBox8           = new Telerik.Reporting.TextBox();
     this.textBox18          = new Telerik.Reporting.TextBox();
     this.textBox5           = new Telerik.Reporting.TextBox();
     this.textBox10          = new Telerik.Reporting.TextBox();
     this.textBox25          = new Telerik.Reporting.TextBox();
     this.textBox26          = new Telerik.Reporting.TextBox();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.sqlDataSource1     = new Telerik.Reporting.SqlDataSource();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.textBox19          = new Telerik.Reporting.TextBox();
     this.textBox20          = new Telerik.Reporting.TextBox();
     this.textBox21          = new Telerik.Reporting.TextBox();
     this.textBox24          = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     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.textBox14          = new Telerik.Reporting.TextBox();
     this.textBox16          = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox17
     //
     this.textBox17.Name = "textBox17";
     this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.46874898672103882D), Telerik.Reporting.Drawing.Unit.Inch(0.28333336114883423D));
     this.textBox17.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.textBox17.Style.Color           = System.Drawing.Color.Blue;
     this.textBox17.Style.Font.Bold       = true;
     this.textBox17.Style.Font.Name       = "Times New Roman";
     this.textBox17.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox17.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox17.StyleName             = "Office.TableHeader";
     this.textBox17.Value = "STT";
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3625005483627319D), Telerik.Reporting.Drawing.Unit.Inch(0.28333333134651184D));
     this.textBox1.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.textBox1.Style.Color           = System.Drawing.Color.Blue;
     this.textBox1.Style.Font.Bold       = true;
     this.textBox1.Style.Font.Name       = "Times New Roman";
     this.textBox1.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox1.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.StyleName             = "Office.TableHeader";
     this.textBox1.Value = "Mã";
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0291659832000732D), Telerik.Reporting.Drawing.Unit.Inch(0.28333333134651184D));
     this.textBox3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.textBox3.Style.Color           = System.Drawing.Color.Blue;
     this.textBox3.Style.Font.Bold       = true;
     this.textBox3.Style.Font.Name       = "Times New Roman";
     this.textBox3.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox3.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.StyleName             = "Office.TableHeader";
     this.textBox3.Value = "Tên";
     //
     // textBox22
     //
     this.textBox22.Name = "textBox22";
     this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2083327770233154D), Telerik.Reporting.Drawing.Unit.Inch(0.28333333134651184D));
     this.textBox22.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.textBox22.Style.Color           = System.Drawing.Color.Blue;
     this.textBox22.Style.Font.Bold       = true;
     this.textBox22.Style.Font.Name       = "Times New Roman";
     this.textBox22.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox22.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox22.StyleName             = "Office.TableHeader";
     this.textBox22.Value = "Số lượng";
     //
     // textBox9
     //
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0729167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.28333333134651184D));
     this.textBox9.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.textBox9.Style.Color           = System.Drawing.Color.Blue;
     this.textBox9.Style.Font.Bold       = true;
     this.textBox9.Style.Font.Name       = "Times New Roman";
     this.textBox9.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox9.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox9.StyleName             = "Office.TableHeader";
     this.textBox9.Value = "Giá trị";
     //
     // detailSection1
     //
     this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(3.2258040904998779D);
     this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table1,
         this.textBox2,
         this.textBox7,
         this.textBox19,
         this.textBox20,
         this.textBox21,
         this.textBox24
     });
     this.detailSection1.Name = "detailSection1";
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.46874889731407166D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.3625003099441528D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(3.0291659832000732D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.2083327770233154D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(2.0729167461395264D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.39791658520698547D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.35624998807907104D)));
     this.table1.Body.SetCellContent(0, 1, this.textBox6);
     this.table1.Body.SetCellContent(0, 2, this.textBox8);
     this.table1.Body.SetCellContent(0, 0, this.textBox18);
     this.table1.Body.SetCellContent(0, 4, this.textBox5);
     this.table1.Body.SetCellContent(0, 3, this.textBox10);
     this.table1.Body.SetCellContent(1, 3, this.textBox25);
     this.table1.Body.SetCellContent(1, 4, this.textBox26);
     this.table1.Body.SetCellContent(1, 0, this.textBox4, 1, 3);
     tableGroup2.Name = "group1";
     tableGroup1.ChildGroups.Add(tableGroup2);
     tableGroup1.Name       = "group";
     tableGroup1.ReportItem = this.textBox17;
     tableGroup4.Name       = "group2";
     tableGroup3.ChildGroups.Add(tableGroup4);
     tableGroup3.Name       = "mA";
     tableGroup3.ReportItem = this.textBox1;
     tableGroup6.Name       = "group3";
     tableGroup5.ChildGroups.Add(tableGroup6);
     tableGroup5.Name       = "tEN";
     tableGroup5.ReportItem = this.textBox3;
     tableGroup8.Name       = "group7";
     tableGroup7.ChildGroups.Add(tableGroup8);
     tableGroup7.Name       = "group6";
     tableGroup7.ReportItem = this.textBox22;
     tableGroup10.Name      = "group5";
     tableGroup9.ChildGroups.Add(tableGroup10);
     tableGroup9.Name       = "group4";
     tableGroup9.ReportItem = this.textBox9;
     this.table1.ColumnGroups.Add(tableGroup1);
     this.table1.ColumnGroups.Add(tableGroup3);
     this.table1.ColumnGroups.Add(tableGroup5);
     this.table1.ColumnGroups.Add(tableGroup7);
     this.table1.ColumnGroups.Add(tableGroup9);
     this.table1.ColumnHeadersPrintOnEveryPage = true;
     this.table1.DataSource = this.sqlDataSource1;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox18,
         this.textBox6,
         this.textBox8,
         this.textBox10,
         this.textBox5,
         this.textBox4,
         this.textBox25,
         this.textBox26,
         this.textBox17,
         this.textBox1,
         this.textBox3,
         this.textBox22,
         this.textBox9
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.01146697998046875D), Telerik.Reporting.Drawing.Unit.Inch(0.91662722826004028D));
     this.table1.Name     = "table1";
     tableGroup11.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup11.Name = "detail";
     tableGroup12.Name = "group8";
     this.table1.RowGroups.Add(tableGroup11);
     this.table1.RowGroups.Add(tableGroup12);
     this.table1.RowHeadersPrintOnEveryPage = true;
     this.table1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.1416645050048828D), Telerik.Reporting.Drawing.Unit.Inch(1.0374999046325684D));
     this.table1.StyleName = "Office.TableNormal";
     //
     // textBox6
     //
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3625005483627319D), Telerik.Reporting.Drawing.Unit.Inch(0.39791658520698547D));
     this.textBox6.Style.Font.Name     = "Times New Roman";
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox6.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox6.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.StyleName           = "Office.TableBody";
     this.textBox6.Value               = "= Fields.MA";
     //
     // textBox8
     //
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0291659832000732D), Telerik.Reporting.Drawing.Unit.Inch(0.39791658520698547D));
     this.textBox8.Style.Font.Name     = "Times New Roman";
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox8.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox8.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.StyleName           = "Office.TableBody";
     this.textBox8.Value               = "= Fields.TEN";
     //
     // textBox18
     //
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.46874892711639404D), Telerik.Reporting.Drawing.Unit.Inch(0.39791664481163025D));
     this.textBox18.Style.Font.Name     = "Times New Roman";
     this.textBox18.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox18.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox18.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox18.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.StyleName           = "Office.TableBody";
     this.textBox18.Value               = "= RowNumber()";
     //
     // textBox5
     //
     this.textBox5.Format              = "{0:N0}";
     this.textBox5.Name                = "textBox5";
     this.textBox5.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0729167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.39791661500930786D));
     this.textBox5.Style.Font.Name     = "Times New Roman";
     this.textBox5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox5.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox5.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(3D);
     this.textBox5.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.StyleName           = "Office.TableBody";
     this.textBox5.Value               = "= CDbl(Fields.TONCUOIKYGT)";
     //
     // textBox10
     //
     this.textBox10.Format              = "{0:N0}";
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2083327770233154D), Telerik.Reporting.Drawing.Unit.Inch(0.39791658520698547D));
     this.textBox10.Style.Font.Name     = "Times New Roman";
     this.textBox10.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox10.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox10.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(3D);
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.StyleName           = "Office.TableBody";
     this.textBox10.Value               = "= CDbl(Fields.TONCUOIKYSL)";
     //
     // textBox25
     //
     this.textBox25.Format = "{0:N0}";
     this.textBox25.Name   = "textBox25";
     this.textBox25.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2083327770233154D), Telerik.Reporting.Drawing.Unit.Inch(0.35624998807907104D));
     this.textBox25.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.textBox25.Style.Color           = System.Drawing.Color.Red;
     this.textBox25.Style.Font.Bold       = true;
     this.textBox25.Style.Font.Name       = "Times New Roman";
     this.textBox25.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox25.Style.Padding.Left    = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox25.Style.Padding.Right   = Telerik.Reporting.Drawing.Unit.Pixel(3D);
     this.textBox25.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox25.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.StyleName             = "Office.TableBody";
     this.textBox25.Value = "=SUM(CDbl(Fields.TONCUOIKYSL))";
     //
     // textBox26
     //
     this.textBox26.Format = "{0:N0}";
     this.textBox26.Name   = "textBox26";
     this.textBox26.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0729167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.35625001788139343D));
     this.textBox26.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.textBox26.Style.Color           = System.Drawing.Color.Red;
     this.textBox26.Style.Font.Bold       = true;
     this.textBox26.Style.Font.Name       = "Times New Roman";
     this.textBox26.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox26.Style.Padding.Left    = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.textBox26.Style.Padding.Right   = Telerik.Reporting.Drawing.Unit.Pixel(3D);
     this.textBox26.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox26.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox26.StyleName             = "Office.TableBody";
     this.textBox26.Value = "=SUM(CDbl(Fields.TONCUOIKYGT))";
     //
     // textBox4
     //
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.860414981842041D), Telerik.Reporting.Drawing.Unit.Inch(0.35624998807907104D));
     this.textBox4.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.textBox4.Style.Color           = System.Drawing.Color.Red;
     this.textBox4.Style.Font.Bold       = true;
     this.textBox4.Style.Font.Name       = "Times New Roman";
     this.textBox4.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox4.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.StyleName             = "Office.TableBody";
     this.textBox4.Value = "Tổng";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "KNQ.Connection";
     this.sqlDataSource1.Name             = "sqlDataSource1";
     this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("P_TABLE_NAME", System.Data.DbType.String, "= Parameters.P_TABLE_NAME.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("P_DKIENLOC", System.Data.DbType.String, "= Parameters.P_DKIENLOC.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("P_GROUPBY", System.Data.DbType.String, "= Parameters.P_GROUPBY.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("P_MAKHO", System.Data.DbType.String, "= Parameters.P_MAKHO.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("P_MALOAI", System.Data.DbType.String, "= Parameters.P_MALOAI.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("P_MANHOM", System.Data.DbType.String, "= Parameters.P_MANHOM.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("P_MAVATTU", System.Data.DbType.String, "= Parameters.P_MAVATTU.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("P_NHACUNGCAP", System.Data.DbType.String, "= Parameters.P_NHACUNGCAP.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("P_UNITCODE", System.Data.DbType.String, "= Parameters.P_UNITCODE.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("P_SELECTEDVAT", System.Data.DbType.String, "= Parameters.P_SELECTEDVAT.Value")
     });
     this.sqlDataSource1.SelectCommand     = "TBNETERP.BAOCAO_TONKHO_TONGHOP";
     this.sqlDataSource1.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(2.7979955673217773D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.008293628692627D), Telerik.Reporting.Drawing.Unit.Inch(0.23622047901153565D));
     this.textBox2.Style.Font.Bold     = true;
     this.textBox2.Style.Font.Name     = "Times New Roman";
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "Giám đốc";
     //
     // textBox7
     //
     this.textBox7.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.0084121227264404D), Telerik.Reporting.Drawing.Unit.Inch(2.8020832538604736D));
     this.textBox7.Name                = "textBox7";
     this.textBox7.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2582542896270752D), Telerik.Reporting.Drawing.Unit.Inch(0.23622047901153565D));
     this.textBox7.Style.Font.Bold     = true;
     this.textBox7.Style.Font.Name     = "Times New Roman";
     this.textBox7.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox7.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.Value               = "Kế toán trưởng";
     //
     // textBox19
     //
     this.textBox19.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2667450904846191D), Telerik.Reporting.Drawing.Unit.Inch(2.8020832538604736D));
     this.textBox19.Name                = "textBox19";
     this.textBox19.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.8915863037109375D), Telerik.Reporting.Drawing.Unit.Inch(0.23622047901153565D));
     this.textBox19.Style.Font.Bold     = true;
     this.textBox19.Style.Font.Name     = "Times New Roman";
     this.textBox19.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox19.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox19.Value               = "Người lập phiếu";
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.010456085205078125D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.1583318710327148D), Telerik.Reporting.Drawing.Unit.Inch(0.44779837131500244D));
     this.textBox20.Style.Font.Bold     = true;
     this.textBox20.Style.Font.Name     = "Times New Roman";
     this.textBox20.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox20.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Value               = "Điều kiện lọc: {BTS.SP.API.Utils.Utils.ConvertDieuKienLoc(Parameters.P_DKIENLOC.V" +
                                          "alue)}";
     //
     // textBox21
     //
     this.textBox21.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.4583333432674408D));
     this.textBox21.Name                = "textBox21";
     this.textBox21.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.1583318710327148D), Telerik.Reporting.Drawing.Unit.Inch(0.44779837131500244D));
     this.textBox21.Style.Font.Bold     = true;
     this.textBox21.Style.Font.Name     = "Times New Roman";
     this.textBox21.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox21.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(3D);
     this.textBox21.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(2D);
     this.textBox21.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox21.Value               = "Nhóm theo: {IIf(Parameters.P_GROUPBY.Value = \"MAKHO\",\"Kho hàng\",BTS.SP.API.Utils." +
                                          "Utils.ConvertNhomTheoDieuKien(Parameters.P_GROUPBY.Value))}";
     //
     // textBox24
     //
     this.textBox24.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.87188196182251D), Telerik.Reporting.Drawing.Unit.Inch(2.3125D));
     this.textBox24.Name                = "textBox24";
     this.textBox24.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.2708327770233154D), Telerik.Reporting.Drawing.Unit.Inch(0.29999956488609314D));
     this.textBox24.Style.Font.Bold     = true;
     this.textBox24.Style.Font.Italic   = true;
     this.textBox24.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox24.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox24.Value               = "= BTS.SP.API.Utils.Utils.DateNowToString()";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Bindings.Add(new Telerik.Reporting.Binding("Visible", "= IIF(PageNumber <> 1, false, true)"));
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.6457545757293701D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox15,
         this.textBox14,
         this.textBox16
     });
     this.pageHeaderSection1.Name                = "pageHeaderSection1";
     this.pageHeaderSection1.Style.Font.Bold     = true;
     this.pageHeaderSection1.Style.Font.Name     = "Times New Roman";
     this.pageHeaderSection1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(13D);
     this.pageHeaderSection1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.pageHeaderSection1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     //
     // textBox11
     //
     this.textBox11.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.8718423843383789D), Telerik.Reporting.Drawing.Unit.Inch(0.23622047901153565D));
     this.textBox11.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox11.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox11.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.Value               = "Đơn vị: {BTS.SP.API.Utils.Utils.ConvertUnitNameByCode(Parameters.P_UNITCODE.Value" +
                                          ")}";
     //
     // textBox12
     //
     this.textBox12.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.2363385409116745D));
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.8718423843383789D), Telerik.Reporting.Drawing.Unit.Inch(0.23622047901153565D));
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox12.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox12.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.Value               = "Địa chỉ: {BTS.SP.API.Utils.Utils.ConvertUnitAddressByCode(Parameters.P_UNITCODE.V" +
                                          "alue)}";
     //
     // textBox13
     //
     this.textBox13.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.8125D));
     this.textBox13.Name                = "textBox13";
     this.textBox13.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.1634712219238281D), Telerik.Reporting.Drawing.Unit.Inch(0.31955382227897644D));
     this.textBox13.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(17D);
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.Value               = "= Parameters.P_TITLE.Value";
     //
     // textBox15
     //
     this.textBox15.Format              = "{0:dd/MM/yyyy}";
     this.textBox15.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.8719611167907715D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.textBox15.Name                = "textBox15";
     this.textBox15.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.2915093898773193D), Telerik.Reporting.Drawing.Unit.Inch(0.23622047901153565D));
     this.textBox15.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox15.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox15.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.Value               = "Ngày in: {BTS.SP.API.Utils.Utils.CurrenDate()}";
     //
     // textBox14
     //
     this.textBox14.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.8719611167907715D), Telerik.Reporting.Drawing.Unit.Inch(0.23633861541748047D));
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.2915093898773193D), Telerik.Reporting.Drawing.Unit.Inch(0.23622047901153565D));
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox14.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.textBox14.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.Value               = "Người in: {Parameters.P_USERNAME.Value}";
     //
     // textBox16
     //
     this.textBox16.Format              = "{0:dd/MM/yyyy}";
     this.textBox16.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1.2258826494216919D));
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.1634712219238281D), Telerik.Reporting.Drawing.Unit.Inch(0.23622047901153565D));
     this.textBox16.Style.Font.Italic   = true;
     this.textBox16.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Pixel(14D);
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.Value               = "Ngày {BTS.SP.API.Utils.Utils.DateToShortString(Parameters.P_TUNGAY.Value)}";
     //
     // TONKHO_TONGHOP
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detailSection1,
         this.pageHeaderSection1
     });
     this.Name = "TONKHO_TONGHOP";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Pixel(5D), Telerik.Reporting.Drawing.Unit.Pixel(5D), Telerik.Reporting.Drawing.Unit.Pixel(5D), Telerik.Reporting.Drawing.Unit.Pixel(5D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AllowNull        = true;
     reportParameter1.Name             = "P_DKIENLOC";
     reportParameter1.Text             = "P_DKIENLOC";
     reportParameter1.Value            = "ALL";
     reportParameter2.AllowNull        = true;
     reportParameter2.Name             = "P_GROUPBY";
     reportParameter2.Text             = "P_GROUPBY";
     reportParameter2.Value            = "MAVATTU";
     reportParameter3.AllowNull        = true;
     reportParameter3.Name             = "P_MAKHO";
     reportParameter3.Text             = "P_MAKHO";
     reportParameter4.AllowNull        = true;
     reportParameter4.Name             = "P_MALOAI";
     reportParameter4.Text             = "P_MALOAI";
     reportParameter5.AllowNull        = true;
     reportParameter5.Name             = "P_MANHOM";
     reportParameter5.Text             = "P_MANHOM";
     reportParameter6.AllowNull        = true;
     reportParameter6.Name             = "P_MAVATTU";
     reportParameter6.Text             = "P_MAVATTU";
     reportParameter7.AllowNull        = true;
     reportParameter7.Name             = "P_NHACUNGCAP";
     reportParameter7.Text             = "P_NHACUNGCAP";
     reportParameter8.AllowNull        = true;
     reportParameter8.Name             = "P_UNITCODE";
     reportParameter8.Text             = "P_UNITCODE";
     reportParameter8.Value            = "DV1-CH1";
     reportParameter9.AllowNull        = true;
     reportParameter9.Name             = "P_TITLE";
     reportParameter9.Text             = "P_TITLE";
     reportParameter9.Value            = "Báo cáo tồn kho tổng hợp";
     reportParameter10.AllowNull       = true;
     reportParameter10.Name            = "P_USERNAME";
     reportParameter10.Text            = "P_USERNAME";
     reportParameter10.Value           = "ADMIN";
     reportParameter11.AllowNull       = true;
     reportParameter11.Name            = "P_TUNGAY";
     reportParameter11.Text            = "P_TUNGAY";
     reportParameter11.Type            = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter11.Value           = "01/01/2018";
     reportParameter12.AllowNull       = true;
     reportParameter12.Name            = "P_DENNGAY";
     reportParameter12.Text            = "P_DENNGAY";
     reportParameter12.Type            = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter12.Value           = "03/15/2018";
     reportParameter13.Name            = "P_TABLE_NAME";
     reportParameter13.Text            = "P_TABLE_NAME";
     reportParameter14.AllowNull       = true;
     reportParameter14.Name            = "P_SELECTEDVAT";
     reportParameter14.Text            = "P_SELECTEDVAT";
     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(reportParameter13);
     this.ReportParameters.Add(reportParameter14);
     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(typeof(Telerik.Reporting.Table), "Office.TableNormal")
     });
     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.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(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), "Office.TableBody")
     });
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector1
     });
     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);
     styleRule3.Style.Font.Name           = "Calibri";
     styleRule3.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(9D);
     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), "Office.TableHeader")
     });
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector2
     });
     styleRule4.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     styleRule4.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     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(10D);
     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(8.1634712219238281D);
     ((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(ReporteUsuariosSolicitud));
            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.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();
            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.SQL_DS_ReporteUsuariosSolicitudes = new Telerik.Reporting.SqlDataSource();
            this.detailSection1 = new Telerik.Reporting.DetailSection();
            this.table1 = new Telerik.Reporting.Table();
            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.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.textBox17 = new Telerik.Reporting.TextBox();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // SQL_DS_ReporteUsuariosSolicitudes
            // 
            this.SQL_DS_ReporteUsuariosSolicitudes.ConnectionString = "SigeretContext";
            this.SQL_DS_ReporteUsuariosSolicitudes.Name = "SQL_DS_ReporteUsuariosSolicitudes";
            this.SQL_DS_ReporteUsuariosSolicitudes.SelectCommand = resources.GetString("SQL_DS_ReporteUsuariosSolicitudes.SelectCommand");
            // 
            // detailSection1
            // 
            this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.5D);
            this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.table1});
            this.detailSection1.Name = "detailSection1";
            // 
            // table1
            // 
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.5D)));
            this.table1.Body.SetCellContent(0, 0, this.textBox9);
            this.table1.Body.SetCellContent(0, 1, this.textBox10);
            this.table1.Body.SetCellContent(0, 2, this.textBox11);
            this.table1.Body.SetCellContent(0, 3, this.textBox12);
            this.table1.Body.SetCellContent(0, 4, this.textBox13);
            this.table1.Body.SetCellContent(0, 5, this.textBox14);
            this.table1.Body.SetCellContent(0, 6, this.textBox15);
            this.table1.Body.SetCellContent(0, 7, this.textBox16);
            tableGroup1.ReportItem = this.textBox1;
            tableGroup2.ReportItem = this.textBox2;
            tableGroup3.ReportItem = this.textBox3;
            tableGroup4.ReportItem = this.textBox4;
            tableGroup5.ReportItem = this.textBox5;
            tableGroup6.ReportItem = this.textBox6;
            tableGroup7.ReportItem = this.textBox7;
            tableGroup8.ReportItem = this.textBox8;
            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.ColumnGroups.Add(tableGroup8);
            this.table1.DataSource = this.SQL_DS_ReporteUsuariosSolicitudes;
            this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            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.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.table1.Name = "table1";
            tableGroup9.Groupings.Add(new Telerik.Reporting.Grouping(null));
            tableGroup9.Name = "Detail";
            this.table1.RowGroups.Add(tableGroup9);
            this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(16D), Telerik.Reporting.Drawing.Unit.Cm(1D));
            this.table1.StyleName = "Aspect.TableNormal";
            // 
            // textBox1
            // 
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox1.StyleName = "Aspect.TableHeader";
            this.textBox1.Value = "Aula";
            // 
            // textBox2
            // 
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox2.StyleName = "Aspect.TableHeader";
            this.textBox2.Value = "Edificio";
            // 
            // textBox3
            // 
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox3.StyleName = "Aspect.TableHeader";
            this.textBox3.Value = "Estatus Solicitud";
            // 
            // textBox4
            // 
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox4.StyleName = "Aspect.TableHeader";
            this.textBox4.Value = "Fecha";
            // 
            // textBox5
            // 
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox5.StyleName = "Aspect.TableHeader";
            this.textBox5.Value = "Hora Fin";
            // 
            // textBox6
            // 
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox6.StyleName = "Aspect.TableHeader";
            this.textBox6.Value = "Hora Inicio";
            // 
            // textBox7
            // 
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox7.StyleName = "Aspect.TableHeader";
            this.textBox7.Value = "Nombre";
            // 
            // textBox8
            // 
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox8.StyleName = "Aspect.TableHeader";
            this.textBox8.Value = "Usuario";
            // 
            // textBox9
            // 
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox9.StyleName = "Aspect.TableBody";
            this.textBox9.Value = "=Fields.Aula";
            // 
            // textBox10
            // 
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox10.StyleName = "Aspect.TableBody";
            this.textBox10.Value = "=Fields.Edificio";
            // 
            // textBox11
            // 
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox11.StyleName = "Aspect.TableBody";
            this.textBox11.Value = "=Fields.EstatusSolicitud";
            // 
            // textBox12
            // 
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox12.StyleName = "Aspect.TableBody";
            this.textBox12.Value = "=Fields.Fecha";
            // 
            // textBox13
            // 
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox13.StyleName = "Aspect.TableBody";
            this.textBox13.Value = "=Fields.HoraFin";
            // 
            // textBox14
            // 
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox14.StyleName = "Aspect.TableBody";
            this.textBox14.Value = "=Fields.HoraInicio";
            // 
            // textBox15
            // 
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox15.StyleName = "Aspect.TableBody";
            this.textBox15.Value = "=Fields.Nombre";
            // 
            // textBox16
            // 
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
            this.textBox16.StyleName = "Aspect.TableBody";
            this.textBox16.Value = "=Fields.Usuario";
            // 
            // textBox17
            // 
            this.textBox17.Name = "ReportNameTextBox";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15D), Telerik.Reporting.Drawing.Unit.Cm(2D));
            this.textBox17.Style.Font.Bold = true;
            this.textBox17.Style.Font.Name = "Segoe UI";
            this.textBox17.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox17.Value = "ReporteUsuariosSolicitud";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.5D);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox17});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // textBox18
            // 
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(1.5D));
            this.textBox18.Name = "ReportPageNumberTextBox";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4D), Telerik.Reporting.Drawing.Unit.Cm(1D));
            this.textBox18.Style.Font.Name = "Segoe UI";
            this.textBox18.Value = "Page: {PageNumber}";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.5D);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox18});
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // ReporteUsuariosSolicitud
            // 
            this.DataSource = this.SQL_DS_ReporteUsuariosSolicitudes;
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detailSection1,
            this.pageHeaderSection1,
            this.pageFooterSection1});
            this.Name = "ReporteUsuariosSolicitud";
            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.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter1.Value = "=Date(2014,01,01)";
            reportParameter2.Name = "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.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(238)))), ((int)(((byte)(232)))));
            styleRule1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
            styleRule1.Style.Font.Name = "Verdana";
            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)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
            styleRule2.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(222)))), ((int)(((byte)(209)))));
            styleRule2.Style.Font.Name = "Verdana";
            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 = "Verdana";
            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 = "Verdana";
            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), "Aspect.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 = "Verdana";
            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), "Aspect.TableHeader")});
            styleRule6.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector1});
            styleRule6.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
            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.Color = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(222)))), ((int)(((byte)(209)))));
            styleRule6.Style.Font.Name = "Verdana";
            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), "Aspect.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 = "Verdana";
            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.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.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();
            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.detail = new Telerik.Reporting.DetailSection();
            this.table1 = new Telerik.Reporting.Table();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.table1});
            this.detail.KeepTogether = false;
            this.detail.Name = "detail";
            // 
            // table1
            // 
            this.table1.Bindings.Add(new Telerik.Reporting.Binding("DataSource", "=ReportItem.Parent.DataObject"));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.4197870492935181D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.6152650117874146D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(4.3649086952209473D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D)));
            this.table1.Body.SetCellContent(0, 2, this.textBox7);
            this.table1.Body.SetCellContent(0, 0, this.textBox11);
            this.table1.Body.SetCellContent(0, 1, this.textBox13);
            tableGroup1.Name = "group";
            tableGroup2.Name = "group1";
            this.table1.ColumnGroups.Add(tableGroup1);
            this.table1.ColumnGroups.Add(tableGroup2);
            this.table1.ColumnGroups.Add(tableGroup3);
            this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox7,
            this.textBox11,
            this.textBox13});
            this.table1.KeepTogether = false;
            this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.table1.Name = "table1";
            this.table1.NoDataMessage = "=\' \'";
            tableGroup4.Groupings.Add(new Telerik.Reporting.Grouping(null));
            tableGroup4.Name = "Detail";
            this.table1.RowGroups.Add(tableGroup4);
            this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.3999605178833008D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.table1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.table1.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.table1.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.table1.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0.5D);
            this.table1.StyleName = "Normal.TableNormal";
            // 
            // textBox7
            // 
            this.textBox7.KeepTogether = false;
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.3649086952209473D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox7.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.textBox7.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox7.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.textBox7.StyleName = "Normal.TableBody";
            this.textBox7.Value = "=Fields.Txt";
            // 
            // textBox11
            // 
            this.textBox11.KeepTogether = false;
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4197870492935181D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox11.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.textBox11.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox11.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0.5D);
            this.textBox11.StyleName = "Normal.TableBody";
            this.textBox11.Value = "=Fields.LastUser";
            // 
            // textBox13
            // 
            this.textBox13.Format = "{0:d}";
            this.textBox13.KeepTogether = false;
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6152650117874146D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox13.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.textBox13.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0.5D);
            this.textBox13.Style.BorderWidth.Left = Telerik.Reporting.Drawing.Unit.Pixel(0.5D);
            this.textBox13.StyleName = "Normal.TableBody";
            this.textBox13.Value = "=Fields.LastDate";
            // 
            // reportHeaderSection1
            // 
            this.reportHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20003938674926758D);
            this.reportHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox2,
            this.textBox3,
            this.textBox4});
            this.reportHeaderSection1.Name = "reportHeaderSection1";
            // 
            // textBox2
            // 
            this.textBox2.KeepTogether = false;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4198265075683594D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox2.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.textBox2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox2.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox2.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0.5D);
            this.textBox2.StyleName = "Normal.TableHeader";
            this.textBox2.Value = "User Name";
            // 
            // textBox3
            // 
            this.textBox3.KeepTogether = false;
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4198265075683594D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6152647733688355D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox3.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.textBox3.Style.BorderStyle.Default = 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.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0.5D);
            this.textBox3.StyleName = "Normal.TableHeader";
            this.textBox3.Value = "Date";
            // 
            // textBox4
            // 
            this.textBox4.KeepTogether = false;
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.035170316696167D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.3647904396057129D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox4.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.textBox4.Style.BorderStyle.Default = 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.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(0.5D);
            this.textBox4.StyleName = "Normal.TableHeader";
            this.textBox4.Value = "Test Assigned Note";
            // 
            // SubSummarySampleTestNotes
            // 
            this.Bindings.Add(new Telerik.Reporting.Binding("DataSource", "=ReportItem.Parent.DataObject.ReportNotes"));
            this.DataSource = null;
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detail,
            this.reportHeaderSection1});
            this.Name = "SubSummarySampleTestNotes";
            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.5D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.Mergeable = false;
            reportParameter1.Name = "parentId";
            reportParameter1.Text = "parentId";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter1.Value = "1";
            reportParameter2.Mergeable = false;
            reportParameter2.Name = "id";
            reportParameter2.Text = "id";
            reportParameter2.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter2.Value = "1";
            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;
            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.Bold = false;
            styleRule6.Style.Font.Name = "Tahoma";
            styleRule6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule6.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            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);
            styleRule7.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4,
            styleRule5,
            styleRule6,
            styleRule7});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(7.4000000953674316D);
            ((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(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();
 }
        /// <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.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();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.txtHeaderTanggal = new Telerik.Reporting.TextBox();
            this.txtNO = new Telerik.Reporting.TextBox();
            this.txtTGL = new Telerik.Reporting.TextBox();
            this.txtURAIAN = new Telerik.Reporting.TextBox();
            this.txtMA = new Telerik.Reporting.TextBox();
            this.txtREF = new Telerik.Reporting.TextBox();
            this.txtKREDIT = new Telerik.Reporting.TextBox();
            this.txtJUMLAH = new Telerik.Reporting.TextBox();
            this.txtSALDO = new Telerik.Reporting.TextBox();
            this.txtDEBIT = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.txtNODetil = new Telerik.Reporting.TextBox();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.txtTGLDetil = new Telerik.Reporting.TextBox();
            this.txtURAIANDetil = new Telerik.Reporting.TextBox();
            this.txtMADetil = new Telerik.Reporting.TextBox();
            this.txtREFDetil = new Telerik.Reporting.TextBox();
            this.txtDEBITDetil = new Telerik.Reporting.TextBox();
            this.txtJUMLAHDetil = new Telerik.Reporting.TextBox();
            this.txtSALDODetil = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(1.4000791311264038D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.txtSALDO,
            this.txtREF,
            this.txtMA,
            this.txtURAIAN,
            this.textBox1,
            this.textBox2,
            this.textBox3,
            this.txtHeaderTanggal,
            this.txtKREDIT,
            this.txtJUMLAH,
            this.txtDEBIT,
            this.txtTGL,
            this.txtNO});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(7.6675987243652344D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000004768371582D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox1.Value = "RSCM - Kencana";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.30000004172325134D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(7.6675987243652344D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox2.Style.Font.Bold = true;
            this.textBox2.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(12D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox2.Value = "LAPORAN BUKU KAS UMUM";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.50007867813110352D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(7.6675987243652344D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox3.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(12D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox3.Value = "Per Kelompok Mata Anggaran";
            // 
            // txtHeaderTanggal
            // 
            this.txtHeaderTanggal.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.70015746355056763D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtHeaderTanggal.Name = "txtHeaderTanggal";
            this.txtHeaderTanggal.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(7.6675987243652344D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtHeaderTanggal.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(12D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtHeaderTanggal.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtHeaderTanggal.Value = "Tanggal : ........................ s/d ...........................";
            // 
            // txtNO
            // 
            this.txtNO.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNO.Name = "txtNO";
            this.txtNO.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.29996061325073242D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.40007910132408142D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNO.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.txtNO.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtNO.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtNO.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtNO.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtNO.Style.Font.Bold = true;
            this.txtNO.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtNO.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtNO.Value = "NO";
            // 
            // txtTGL
            // 
            this.txtTGL.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.30007871985435486D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTGL.Name = "txtTGL";
            this.txtTGL.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.59992152452468872D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.40007910132408142D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTGL.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.txtTGL.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtTGL.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtTGL.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtTGL.Style.Font.Bold = true;
            this.txtTGL.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtTGL.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtTGL.Value = "TGL";
            // 
            // txtURAIAN
            // 
            this.txtURAIAN.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.900079071521759D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.99999982118606567D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtURAIAN.Name = "txtURAIAN";
            this.txtURAIAN.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.7644870281219482D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.40007925033569336D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtURAIAN.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.txtURAIAN.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtURAIAN.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtURAIAN.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtURAIAN.Style.Font.Bold = true;
            this.txtURAIAN.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtURAIAN.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtURAIAN.Value = "URAIAN";
            // 
            // txtMA
            // 
            this.txtMA.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.6646449565887451D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtMA.Name = "txtMA";
            this.txtMA.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.46763834357261658D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.40007910132408142D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtMA.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.txtMA.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtMA.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtMA.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtMA.Style.Font.Bold = true;
            this.txtMA.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtMA.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtMA.Value = "MA";
            // 
            // txtREF
            // 
            this.txtREF.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.132361888885498D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.99999982118606567D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtREF.Name = "txtREF";
            this.txtREF.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.59992122650146484D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.40007925033569336D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtREF.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.txtREF.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtREF.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtREF.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtREF.Style.Font.Bold = true;
            this.txtREF.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtREF.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtREF.Value = "Ref";
            // 
            // txtKREDIT
            // 
            this.txtKREDIT.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.7000002861022949D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.0000003576278687D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtKREDIT.Name = "txtKREDIT";
            this.txtKREDIT.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.9676380157470703D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999980926513672D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtKREDIT.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.txtKREDIT.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtKREDIT.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtKREDIT.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtKREDIT.Style.Font.Bold = true;
            this.txtKREDIT.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtKREDIT.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtKREDIT.Value = "KREDIT";
            // 
            // txtJUMLAH
            // 
            this.txtJUMLAH.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.7000002861022949D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.2000789642333984D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtJUMLAH.Name = "txtJUMLAH";
            this.txtJUMLAH.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.96755915880203247D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtJUMLAH.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.txtJUMLAH.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtJUMLAH.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtJUMLAH.Style.Font.Bold = true;
            this.txtJUMLAH.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtJUMLAH.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtJUMLAH.Value = "JUMLAH";
            // 
            // txtSALDO
            // 
            this.txtSALDO.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(6.6677169799804688D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.2000789642333984D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtSALDO.Name = "txtSALDO";
            this.txtSALDO.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtSALDO.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.txtSALDO.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtSALDO.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtSALDO.Style.Font.Bold = true;
            this.txtSALDO.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtSALDO.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtSALDO.Value = "SALDO";
            // 
            // txtDEBIT
            // 
            this.txtDEBIT.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.7323622703552246D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.0000003576278687D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtDEBIT.Name = "txtDEBIT";
            this.txtDEBIT.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.96755915880203247D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.40007877349853516D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtDEBIT.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.txtDEBIT.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtDEBIT.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtDEBIT.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtDEBIT.Style.Font.Bold = true;
            this.txtDEBIT.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtDEBIT.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtDEBIT.Value = "DEBIT";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.99992132186889648D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.txtNODetil,
            this.txtTGLDetil,
            this.txtURAIANDetil,
            this.txtMADetil,
            this.txtREFDetil,
            this.txtDEBITDetil,
            this.txtJUMLAHDetil,
            this.txtSALDODetil});
            this.detail.Name = "detail";
            this.detail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.detail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            // 
            // txtNODetil
            // 
            this.txtNODetil.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8837074397597462E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNODetil.Name = "txtNODetil";
            this.txtNODetil.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.29996061325073242D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNODetil.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtNODetil.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtNODetil.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtNODetil.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtNODetil.Style.BorderWidth.Top = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtNODetil.Value = "XX";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // txtTGLDetil
            // 
            this.txtTGLDetil.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.30007877945899963D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8996024967636913E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTGLDetil.Name = "txtTGLDetil";
            this.txtTGLDetil.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.59992140531539917D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTGLDetil.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtTGLDetil.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtTGLDetil.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTGLDetil.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtTGLDetil.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
            this.txtTGLDetil.Value = "30/12/2012";
            // 
            // txtURAIANDetil
            // 
            this.txtURAIANDetil.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.900079071521759D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8996024967636913E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtURAIANDetil.Name = "txtURAIANDetil";
            this.txtURAIANDetil.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.7644870281219482D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtURAIANDetil.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtURAIANDetil.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtURAIANDetil.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtURAIANDetil.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtURAIANDetil.Value = "textBox4";
            // 
            // txtMADetil
            // 
            this.txtMADetil.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.6646449565887451D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8996024967636913E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtMADetil.Name = "txtMADetil";
            this.txtMADetil.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.46763834357261658D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtMADetil.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtMADetil.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtMADetil.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtMADetil.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtMADetil.Value = "525111";
            // 
            // txtREFDetil
            // 
            this.txtREFDetil.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.132361888885498D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8996024967636913E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtREFDetil.Name = "txtREFDetil";
            this.txtREFDetil.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.599920928478241D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtREFDetil.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtREFDetil.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtREFDetil.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtREFDetil.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtREFDetil.Value = "textBox4";
            // 
            // txtDEBITDetil
            // 
            this.txtDEBITDetil.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.7323622703552246D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8996024967636913E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtDEBITDetil.Name = "txtDEBITDetil";
            this.txtDEBITDetil.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.96755915880203247D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtDEBITDetil.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtDEBITDetil.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtDEBITDetil.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtDEBITDetil.Value = "111.072.997.910,00";
            // 
            // txtJUMLAHDetil
            // 
            this.txtJUMLAHDetil.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.7000007629394531D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8996024967636913E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtJUMLAHDetil.Name = "txtJUMLAHDetil";
            this.txtJUMLAHDetil.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.96755856275558472D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtJUMLAHDetil.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtJUMLAHDetil.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtJUMLAHDetil.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtJUMLAHDetil.Value = "111.072.997.910,00";
            // 
            // txtSALDODetil
            // 
            this.txtSALDODetil.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(6.6677169799804688D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8996024967636913E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtSALDODetil.Name = "txtSALDODetil";
            this.txtSALDODetil.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.99992084503173828D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtSALDODetil.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtSALDODetil.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtSALDODetil.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtSALDODetil.Value = "111.072.997.910,00";
            // 
            // LaporanBkuKasUmumPerKelompokAnggaran
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.AllowNull = true;
            reportParameter1.Mergable = false;
            reportParameter1.Name = "StartDate";
            reportParameter2.AllowNull = true;
            reportParameter2.Mergable = false;
            reportParameter2.Name = "EndDate";
            reportParameter3.AllowNull = true;
            reportParameter3.Mergable = false;
            reportParameter3.Name = "KaUnitKeu";
            reportParameter4.AllowNull = true;
            reportParameter4.Mergable = false;
            reportParameter4.Name = "KaRscm";
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.ReportParameters.Add(reportParameter3);
            this.ReportParameters.Add(reportParameter4);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            this.Style.Font.Name = "Times New Roman";
            this.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.Width = new Telerik.Reporting.Drawing.Unit(7.6676774024963379D, Telerik.Reporting.Drawing.UnitType.Inch);
            ((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.TableGroup tableGroup10 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup tableGroup11 = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup tableGroup12 = new Telerik.Reporting.TableGroup();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Monthly));
     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.TableGroup        tableGroup17         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup18         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup19         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup20         = new Telerik.Reporting.TableGroup();
     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.Drawing.StyleRule styleRule1           = new Telerik.Reporting.Drawing.StyleRule();
     this.textBox31            = new Telerik.Reporting.TextBox();
     this.textBox1             = new Telerik.Reporting.TextBox();
     this.textBox3             = new Telerik.Reporting.TextBox();
     this.textBox13            = new Telerik.Reporting.TextBox();
     this.textBox5             = new Telerik.Reporting.TextBox();
     this.textBox35            = new Telerik.Reporting.TextBox();
     this.textBox38            = new Telerik.Reporting.TextBox();
     this.textBox7             = new Telerik.Reporting.TextBox();
     this.textBox18            = new Telerik.Reporting.TextBox();
     this.textBox24            = new Telerik.Reporting.TextBox();
     this.textBox26            = new Telerik.Reporting.TextBox();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.tbl1                 = new Telerik.Reporting.Table();
     this.textBox2             = new Telerik.Reporting.TextBox();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.textBox14            = new Telerik.Reporting.TextBox();
     this.textBox6             = new Telerik.Reporting.TextBox();
     this.textBox8             = new Telerik.Reporting.TextBox();
     this.textBox9             = new Telerik.Reporting.TextBox();
     this.textBox15            = new Telerik.Reporting.TextBox();
     this.textBox16            = new Telerik.Reporting.TextBox();
     this.textBox32            = new Telerik.Reporting.TextBox();
     this.textBox33            = new Telerik.Reporting.TextBox();
     this.textBox36            = new Telerik.Reporting.TextBox();
     this.textBox37            = new Telerik.Reporting.TextBox();
     this.textBox39            = new Telerik.Reporting.TextBox();
     this.textBox40            = new Telerik.Reporting.TextBox();
     this.textBox10            = new Telerik.Reporting.TextBox();
     this.textBox11            = new Telerik.Reporting.TextBox();
     this.sqlDataSource1       = new Telerik.Reporting.SqlDataSource();
     this.pageFooterSection1   = new Telerik.Reporting.PageFooterSection();
     this.textBox34            = new Telerik.Reporting.TextBox();
     this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
     this.table3               = new Telerik.Reporting.Table();
     this.textBox23            = new Telerik.Reporting.TextBox();
     this.textBox25            = new Telerik.Reporting.TextBox();
     this.textBox27            = new Telerik.Reporting.TextBox();
     this.textBox28            = new Telerik.Reporting.TextBox();
     this.textBox29            = new Telerik.Reporting.TextBox();
     this.textBox30            = new Telerik.Reporting.TextBox();
     this.textBox41            = new Telerik.Reporting.TextBox();
     this.textBox42            = new Telerik.Reporting.TextBox();
     this.textBox43            = new Telerik.Reporting.TextBox();
     this.textBox44            = new Telerik.Reporting.TextBox();
     this.textBox45            = new Telerik.Reporting.TextBox();
     this.textBox46            = new Telerik.Reporting.TextBox();
     this.sqlDataSource2       = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox31
     //
     this.textBox31.Name = "textBox31";
     this.textBox31.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0100001096725464D), Telerik.Reporting.Drawing.Unit.Cm(1.015966534614563D));
     this.textBox31.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox31.Style.Font.Bold          = true;
     this.textBox31.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox31.StyleName = "";
     this.textBox31.Value     = "#";
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2450003623962402D), Telerik.Reporting.Drawing.Unit.Cm(1.015966534614563D));
     this.textBox1.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox1.Style.Font.Bold           = true;
     this.textBox1.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value = "Auction id";
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.3313348293304443D), Telerik.Reporting.Drawing.Unit.Cm(1.015966534614563D));
     this.textBox3.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox3.Style.Font.Bold           = true;
     this.textBox3.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value = "Date closed";
     //
     // textBox13
     //
     this.textBox13.Name = "textBox13";
     this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.8700001239776611D), Telerik.Reporting.Drawing.Unit.Cm(1.015966534614563D));
     this.textBox13.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox13.Style.Font.Bold           = true;
     this.textBox13.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox13.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.StyleName = "";
     this.textBox13.Value     = "Item name";
     //
     // textBox5
     //
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.7392539978027344D), Telerik.Reporting.Drawing.Unit.Cm(1.015966534614563D));
     this.textBox5.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox5.Style.Font.Bold           = true;
     this.textBox5.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox5.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.StyleName = "";
     this.textBox5.Value     = "Winner";
     //
     // textBox35
     //
     this.textBox35.Name = "textBox35";
     this.textBox35.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.3799998760223389D), Telerik.Reporting.Drawing.Unit.Cm(1.015966534614563D));
     this.textBox35.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox35.Style.Font.Bold          = true;
     this.textBox35.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox35.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox35.StyleName = "";
     this.textBox35.Value     = "Ask price";
     //
     // textBox38
     //
     this.textBox38.Name = "textBox38";
     this.textBox38.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.38100004196167D), Telerik.Reporting.Drawing.Unit.Cm(1.015966534614563D));
     this.textBox38.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox38.Style.Font.Bold          = true;
     this.textBox38.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox38.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox38.StyleName = "";
     this.textBox38.Value     = "Bid price";
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4444999694824219D), Telerik.Reporting.Drawing.Unit.Cm(1.015966534614563D));
     this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.Font.Bold          = true;
     this.textBox7.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox7.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.StyleName = "";
     this.textBox7.Value     = "Status";
     //
     // textBox18
     //
     this.textBox18.Name = "textBox18";
     this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.3540010452270508D), Telerik.Reporting.Drawing.Unit.Cm(0.71308547258377075D));
     //
     // textBox24
     //
     this.textBox24.Name                = "textBox24";
     this.textBox24.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.75149917602539D), Telerik.Reporting.Drawing.Unit.Cm(0.71308547258377075D));
     this.textBox24.Style.Font.Bold     = false;
     this.textBox24.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox24.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox24.Value               = "= Fields.BranchName";
     //
     // textBox26
     //
     this.textBox26.Name = "textBox26";
     this.textBox26.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.3276681900024414D), Telerik.Reporting.Drawing.Unit.Cm(0.71308547258377075D));
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(9.1000003814697266D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.tbl1
     });
     this.detail.Name = "detail";
     //
     // tbl1
     //
     this.tbl1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.0100001096725464D)));
     this.tbl1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.2450001239776611D)));
     this.tbl1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(3.3313345909118652D)));
     this.tbl1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.8699991703033447D)));
     this.tbl1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.7392539978027344D)));
     this.tbl1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.3799998760223389D)));
     this.tbl1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.3809998035430908D)));
     this.tbl1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.44450044631958D)));
     this.tbl1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.39998665452003479D)));
     this.tbl1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.39368772506713867D)));
     this.tbl1.Body.SetCellContent(0, 1, this.textBox2);
     this.tbl1.Body.SetCellContent(0, 2, this.textBox4);
     this.tbl1.Body.SetCellContent(0, 3, this.textBox14);
     this.tbl1.Body.SetCellContent(0, 4, this.textBox6);
     this.tbl1.Body.SetCellContent(1, 2, this.textBox8);
     this.tbl1.Body.SetCellContent(1, 3, this.textBox9);
     this.tbl1.Body.SetCellContent(1, 4, this.textBox15);
     this.tbl1.Body.SetCellContent(1, 1, this.textBox16);
     this.tbl1.Body.SetCellContent(0, 0, this.textBox32);
     this.tbl1.Body.SetCellContent(1, 0, this.textBox33);
     this.tbl1.Body.SetCellContent(0, 5, this.textBox36);
     this.tbl1.Body.SetCellContent(1, 5, this.textBox37);
     this.tbl1.Body.SetCellContent(0, 6, this.textBox39);
     this.tbl1.Body.SetCellContent(1, 6, this.textBox40);
     this.tbl1.Body.SetCellContent(0, 7, this.textBox10);
     this.tbl1.Body.SetCellContent(1, 7, this.textBox11);
     tableGroup1.Name       = "group8";
     tableGroup1.ReportItem = this.textBox31;
     tableGroup2.Name       = "tableGroup";
     tableGroup2.ReportItem = this.textBox1;
     tableGroup3.Name       = "tableGroup1";
     tableGroup3.ReportItem = this.textBox3;
     tableGroup4.Name       = "group4";
     tableGroup4.ReportItem = this.textBox13;
     tableGroup5.Name       = "group5";
     tableGroup5.ReportItem = this.textBox5;
     tableGroup6.Name       = "group9";
     tableGroup6.ReportItem = this.textBox35;
     tableGroup7.Name       = "group10";
     tableGroup7.ReportItem = this.textBox38;
     tableGroup8.Name       = "group3";
     tableGroup8.ReportItem = this.textBox7;
     this.tbl1.ColumnGroups.Add(tableGroup1);
     this.tbl1.ColumnGroups.Add(tableGroup2);
     this.tbl1.ColumnGroups.Add(tableGroup3);
     this.tbl1.ColumnGroups.Add(tableGroup4);
     this.tbl1.ColumnGroups.Add(tableGroup5);
     this.tbl1.ColumnGroups.Add(tableGroup6);
     this.tbl1.ColumnGroups.Add(tableGroup7);
     this.tbl1.ColumnGroups.Add(tableGroup8);
     this.tbl1.DataSource = this.sqlDataSource1;
     this.tbl1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox4,
         this.textBox14,
         this.textBox6,
         this.textBox8,
         this.textBox9,
         this.textBox15,
         this.textBox16,
         this.textBox32,
         this.textBox33,
         this.textBox36,
         this.textBox37,
         this.textBox39,
         this.textBox40,
         this.textBox10,
         this.textBox11,
         this.textBox31,
         this.textBox1,
         this.textBox3,
         this.textBox13,
         this.textBox5,
         this.textBox35,
         this.textBox38,
         this.textBox7
     });
     this.tbl1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.tbl1.Name     = "tbl1";
     tableGroup10.Name  = "group";
     tableGroup9.ChildGroups.Add(tableGroup10);
     tableGroup9.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup9.Name  = "detailTableGroup";
     tableGroup12.Name = "group2";
     tableGroup11.ChildGroups.Add(tableGroup12);
     tableGroup11.Name = "group1";
     this.tbl1.RowGroups.Add(tableGroup9);
     this.tbl1.RowGroups.Add(tableGroup11);
     this.tbl1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(19.401088714599609D), Telerik.Reporting.Drawing.Unit.Inch(1.1936612129211426D));
     //
     // textBox2
     //
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2450003623962402D), Telerik.Reporting.Drawing.Unit.Cm(1.0159660577774048D));
     this.textBox2.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox2.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value = "= Fields.AuctionId";
     //
     // textBox4
     //
     this.textBox4.Format = "{0:G}";
     this.textBox4.Name   = "textBox4";
     this.textBox4.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.3313348293304443D), Telerik.Reporting.Drawing.Unit.Cm(1.0159660577774048D));
     this.textBox4.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox4.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Value = "= Fields.DateClosed.Date";
     //
     // textBox14
     //
     this.textBox14.Name = "textBox14";
     this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.8700001239776611D), Telerik.Reporting.Drawing.Unit.Cm(1.0159661769866943D));
     this.textBox14.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox14.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox14.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox14.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.StyleName = "";
     this.textBox14.Value     = "= Fields.ProductName";
     //
     // textBox6
     //
     this.textBox6.Format = "{0:C2}";
     this.textBox6.Name   = "textBox6";
     this.textBox6.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.7392539978027344D), Telerik.Reporting.Drawing.Unit.Cm(1.0159660577774048D));
     this.textBox6.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox6.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.StyleName = "";
     this.textBox6.Value     = "= Fields.winner";
     //
     // textBox8
     //
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.3313348293304443D), Telerik.Reporting.Drawing.Unit.Cm(0.99996685981750488D));
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.StyleName           = "";
     //
     // textBox9
     //
     this.textBox9.Name                = "textBox9";
     this.textBox9.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.8700001239776611D), Telerik.Reporting.Drawing.Unit.Cm(0.99996685981750488D));
     this.textBox9.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.StyleName           = "";
     //
     // textBox15
     //
     this.textBox15.Format               = "{0:C2}";
     this.textBox15.Name                 = "textBox15";
     this.textBox15.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.7392539978027344D), Telerik.Reporting.Drawing.Unit.Cm(0.99996680021286011D));
     this.textBox15.Style.Font.Bold      = true;
     this.textBox15.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox15.Style.Font.Underline = false;
     this.textBox15.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox15.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.StyleName            = "";
     //
     // textBox16
     //
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2450003623962402D), Telerik.Reporting.Drawing.Unit.Cm(0.99996685981750488D));
     this.textBox16.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.StyleName           = "";
     //
     // textBox32
     //
     this.textBox32.Name = "textBox32";
     this.textBox32.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0100001096725464D), Telerik.Reporting.Drawing.Unit.Cm(1.0159661769866943D));
     this.textBox32.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox32.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox32.StyleName = "";
     this.textBox32.Value     = "= RowNumber(\"tbl1\")";
     //
     // textBox33
     //
     this.textBox33.Name = "textBox33";
     this.textBox33.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0100001096725464D), Telerik.Reporting.Drawing.Unit.Cm(0.99996685981750488D));
     this.textBox33.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox33.StyleName           = "";
     //
     // textBox36
     //
     this.textBox36.Format = "{0:P 0.00}";
     this.textBox36.Name   = "textBox36";
     this.textBox36.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.3799998760223389D), Telerik.Reporting.Drawing.Unit.Cm(1.0159660577774048D));
     this.textBox36.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox36.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox36.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox36.StyleName = "";
     this.textBox36.Value     = "= Fields.AskPrice";
     //
     // textBox37
     //
     this.textBox37.Name                = "textBox37";
     this.textBox37.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.3799998760223389D), Telerik.Reporting.Drawing.Unit.Cm(0.99996680021286011D));
     this.textBox37.Style.Font.Bold     = true;
     this.textBox37.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox37.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox37.StyleName           = "";
     //
     // textBox39
     //
     this.textBox39.Format = "{0:P 0.00}";
     this.textBox39.Name   = "textBox39";
     this.textBox39.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.38100004196167D), Telerik.Reporting.Drawing.Unit.Cm(1.0159660577774048D));
     this.textBox39.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox39.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox39.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox39.StyleName = "";
     this.textBox39.Value     = "= Fields.BidPrice";
     //
     // textBox40
     //
     this.textBox40.Name                = "textBox40";
     this.textBox40.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.38100004196167D), Telerik.Reporting.Drawing.Unit.Cm(0.99996680021286011D));
     this.textBox40.Style.Font.Bold     = true;
     this.textBox40.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox40.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox40.StyleName           = "";
     //
     // textBox10
     //
     this.textBox10.Name = "textBox10";
     this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4444999694824219D), Telerik.Reporting.Drawing.Unit.Cm(1.0159660577774048D));
     this.textBox10.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox10.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox10.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.StyleName = "";
     this.textBox10.Value     = "= Fields.status";
     //
     // textBox11
     //
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4444999694824219D), Telerik.Reporting.Drawing.Unit.Cm(0.99996680021286011D));
     this.textBox11.Style.Font.Bold     = true;
     this.textBox11.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.StyleName           = "";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "OnlineAuction";
     this.sqlDataSource1.Name             = "sqlDataSource1";
     this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@branchId", System.Data.DbType.String, "=Parameters.branchId.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@month", System.Data.DbType.String, "=Parameters.month.Value")
     });
     this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox34
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox34
     //
     this.textBox34.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(1.8999989032745361D));
     this.textBox34.Name     = "textBox34";
     this.textBox34.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.6999993324279785D), Telerik.Reporting.Drawing.Unit.Cm(0.60000079870224D));
     this.textBox34.Value    = "= Now()";
     //
     // reportHeaderSection1
     //
     this.reportHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(5.3000001907348633D);
     this.reportHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table3
     });
     this.reportHeaderSection1.Name = "reportHeaderSection1";
     //
     // table3
     //
     this.table3.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(4.3540005683898926D)));
     this.table3.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(9.751500129699707D)));
     this.table3.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(5.3276677131652832D)));
     this.table3.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.28536707162857056D)));
     this.table3.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.21036748588085175D)));
     this.table3.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.28074237704277039D)));
     this.table3.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.24772879481315613D)));
     this.table3.Body.SetCellContent(2, 0, this.textBox23);
     this.table3.Body.SetCellContent(2, 1, this.textBox25);
     this.table3.Body.SetCellContent(2, 2, this.textBox27);
     this.table3.Body.SetCellContent(3, 0, this.textBox28);
     this.table3.Body.SetCellContent(3, 1, this.textBox29);
     this.table3.Body.SetCellContent(3, 2, this.textBox30);
     this.table3.Body.SetCellContent(0, 0, this.textBox41);
     this.table3.Body.SetCellContent(0, 1, this.textBox42);
     this.table3.Body.SetCellContent(0, 2, this.textBox43);
     this.table3.Body.SetCellContent(1, 0, this.textBox44);
     this.table3.Body.SetCellContent(1, 1, this.textBox45);
     this.table3.Body.SetCellContent(1, 2, this.textBox46);
     tableGroup13.Name       = "tableGroup5";
     tableGroup13.ReportItem = this.textBox18;
     tableGroup14.Name       = "tableGroup6";
     tableGroup14.ReportItem = this.textBox24;
     tableGroup15.Name       = "tableGroup7";
     tableGroup15.ReportItem = this.textBox26;
     this.table3.ColumnGroups.Add(tableGroup13);
     this.table3.ColumnGroups.Add(tableGroup14);
     this.table3.ColumnGroups.Add(tableGroup15);
     this.table3.DataSource = this.sqlDataSource2;
     this.table3.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox23,
         this.textBox25,
         this.textBox27,
         this.textBox28,
         this.textBox29,
         this.textBox30,
         this.textBox41,
         this.textBox42,
         this.textBox43,
         this.textBox44,
         this.textBox45,
         this.textBox46,
         this.textBox18,
         this.textBox24,
         this.textBox26
     });
     this.table3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(9.9961594969499856E-05D));
     this.table3.Name     = "table3";
     tableGroup17.Name    = "group11";
     tableGroup18.Name    = "group12";
     tableGroup19.Name    = "group6";
     tableGroup20.Name    = "group7";
     tableGroup16.ChildGroups.Add(tableGroup17);
     tableGroup16.ChildGroups.Add(tableGroup18);
     tableGroup16.ChildGroups.Add(tableGroup19);
     tableGroup16.ChildGroups.Add(tableGroup20);
     tableGroup16.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup16.Name = "detailTableGroup2";
     this.table3.RowGroups.Add(tableGroup16);
     this.table3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(19.43316650390625D), Telerik.Reporting.Drawing.Unit.Inch(1.3049479722976685D));
     //
     // textBox23
     //
     this.textBox23.Name                = "textBox23";
     this.textBox23.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.3540010452270508D), Telerik.Reporting.Drawing.Unit.Cm(0.71308547258377075D));
     this.textBox23.Style.Font.Bold     = false;
     this.textBox23.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     //
     // textBox25
     //
     this.textBox25.Name                = "textBox25";
     this.textBox25.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.75149917602539D), Telerik.Reporting.Drawing.Unit.Cm(0.71308547258377075D));
     this.textBox25.Style.Font.Bold     = true;
     this.textBox25.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox25.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.Value               = "Monthly Bid Report";
     //
     // textBox27
     //
     this.textBox27.Name                = "textBox27";
     this.textBox27.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.3276681900024414D), Telerik.Reporting.Drawing.Unit.Cm(0.71308547258377075D));
     this.textBox27.Style.Font.Bold     = false;
     this.textBox27.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox27.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     //
     // textBox28
     //
     this.textBox28.Name                = "textBox28";
     this.textBox28.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.3540010452270508D), Telerik.Reporting.Drawing.Unit.Cm(0.62923109531402588D));
     this.textBox28.Style.Font.Bold     = false;
     this.textBox28.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox28.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox28.StyleName           = "";
     //
     // textBox29
     //
     this.textBox29.Format              = "{0:MMMM yyyy}";
     this.textBox29.Name                = "textBox29";
     this.textBox29.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.75149917602539D), Telerik.Reporting.Drawing.Unit.Cm(0.62923109531402588D));
     this.textBox29.Style.Font.Bold     = false;
     this.textBox29.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox29.StyleName           = "";
     this.textBox29.Value               = "= Date(Fields.year, Fields.month, 1)";
     //
     // textBox30
     //
     this.textBox30.Name                = "textBox30";
     this.textBox30.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.3276681900024414D), Telerik.Reporting.Drawing.Unit.Cm(0.62923109531402588D));
     this.textBox30.Style.Font.Bold     = false;
     this.textBox30.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox30.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox30.StyleName           = "";
     //
     // textBox41
     //
     this.textBox41.Name                = "textBox41";
     this.textBox41.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.3540010452270508D), Telerik.Reporting.Drawing.Unit.Cm(0.72483229637146D));
     this.textBox41.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox41.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox41.StyleName           = "";
     //
     // textBox42
     //
     this.textBox42.Name                = "textBox42";
     this.textBox42.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.75149917602539D), Telerik.Reporting.Drawing.Unit.Cm(0.72483229637146D));
     this.textBox42.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox42.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox42.StyleName           = "";
     this.textBox42.Value               = "= Fields.Address";
     //
     // textBox43
     //
     this.textBox43.Name                = "textBox43";
     this.textBox43.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.3276681900024414D), Telerik.Reporting.Drawing.Unit.Cm(0.72483229637146D));
     this.textBox43.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox43.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox43.StyleName           = "";
     //
     // textBox44
     //
     this.textBox44.Name                = "textBox44";
     this.textBox44.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.3540005683898926D), Telerik.Reporting.Drawing.Unit.Cm(0.53433340787887573D));
     this.textBox44.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox44.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox44.StyleName           = "";
     //
     // textBox45
     //
     this.textBox45.Name                = "textBox45";
     this.textBox45.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.7514982223510742D), Telerik.Reporting.Drawing.Unit.Cm(0.53433340787887573D));
     this.textBox45.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox45.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox45.StyleName           = "";
     //
     // textBox46
     //
     this.textBox46.Name                = "textBox46";
     this.textBox46.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.3276677131652832D), Telerik.Reporting.Drawing.Unit.Cm(0.53433340787887573D));
     this.textBox46.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox46.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox46.StyleName           = "";
     //
     // sqlDataSource2
     //
     this.sqlDataSource2.ConnectionString = "OnlineAuction";
     this.sqlDataSource2.Name             = "sqlDataSource2";
     this.sqlDataSource2.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@month", System.Data.DbType.String, "=Parameters.month.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@id", System.Data.DbType.String, "=Parameters.id.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@branchId", System.Data.DbType.String, "=Parameters.branchId.Value")
     });
     this.sqlDataSource2.SelectCommand = resources.GetString("sqlDataSource2.SelectCommand");
     //
     // Monthly
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail,
         this.pageFooterSection1,
         this.reportHeaderSection1
     });
     this.Name = "Monthly";
     this.PageSettings.Landscape = false;
     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.5D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.Name       = "month";
     reportParameter1.Text       = "month";
     reportParameter2.Name       = "id";
     reportParameter2.Text       = "id";
     reportParameter3.Name       = "branchId";
     reportParameter3.Text       = "branchId";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     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.Cm(19.475900650024414D);
     ((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.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter3 = new Telerik.Reporting.ReportParameter();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.EndDate = new Telerik.Reporting.TextBox();
            this.StartDate = 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.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.CreditAmount = new Telerik.Reporting.TextBox();
            this.DebitAmount = new Telerik.Reporting.TextBox();
            this.Descript = new Telerik.Reporting.TextBox();
            this.TransDate = new Telerik.Reporting.TextBox();
            this.BkuId = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(4.0166826248168945D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox13,
            this.EndDate,
            this.StartDate,
            this.textBox4,
            this.textBox3,
            this.textBox2,
            this.textBox1,
            this.textBox11,
            this.textBox9,
            this.textBox8,
            this.textBox7,
            this.textBox6,
            this.textBox10});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.6001010537147522D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.CreditAmount,
            this.DebitAmount,
            this.Descript,
            this.TransDate,
            this.BkuId});
            this.detail.Name = "detail";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(0.60020077228546143D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox12,
            this.textBox5});
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // textBox13
            // 
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.2002010345458984D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.4087419509887695D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.70000004768371582D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox13.Value = "s.d";
            // 
            // EndDate
            // 
            this.EndDate.Format = "{0:d}";
            this.EndDate.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.9004011154174805D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.4087420701980591D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.EndDate.Name = "EndDate";
            this.EndDate.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9997990131378174D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.EndDate.Value = "= Parameters.EndDate.Value";
            // 
            // StartDate
            // 
            this.StartDate.Format = "{0:d}";
            this.StartDate.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.2002007961273193D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.4087419509887695D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.StartDate.Name = "StartDate";
            this.StartDate.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9997994899749756D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.StartDate.Value = "= Parameters.StartDate.Value";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.2002007961273193D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.80854177474975586D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5.29979944229126D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox4.Value = "= Parameters.userName.Value";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.2000001072883606D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.4087417125701904D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox3.Value = "Tanggal";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.2000001072883606D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.80854177474975586D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.0000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Value = "Nama";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.2000001072883606D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.2000001072883606D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.4999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.Style.Font.Bold = true;
            this.textBox1.Value = "Laporan Kas/Bank";
            // 
            // textBox11
            // 
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(19.825008392333984D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.4165832996368408D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.79489278793335D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox11.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox11.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox11.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox11.Value = "Kredit";
            // 
            // textBox10
            // 
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.925206184387207D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.4165832996368408D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.89960241317749D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.599999725818634D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox10.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox10.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox10.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox10.Value = "Debet";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.925206184387207D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.8081409931182861D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(9.6946954727172852D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox9.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox9.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox9.Value = "Mutasi";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.9254083633422852D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.81648325920105D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(8.99959659576416D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000999450683594D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox8.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox8.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox8.Value = "Keterangan";
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.2002003192901611D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.8164830207824707D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.7000002861022949D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.200100302696228D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox7.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox7.Value = "Tanggal";
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.2000001072883606D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.8164830207824707D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.200100302696228D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox6.Value = "No. BKU";
            // 
            // CreditAmount
            // 
            this.CreditAmount.Format = "{0:C2}";
            this.CreditAmount.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(19.825010299682617D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010093052696902305D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.CreditAmount.Name = "CreditAmount";
            this.CreditAmount.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.794891357421875D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.CreditAmount.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.CreditAmount.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.CreditAmount.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.CreditAmount.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.CreditAmount.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.CreditAmount.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.CreditAmount.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.CreditAmount.Value = "=CreditAmount";
            // 
            // DebitAmount
            // 
            this.DebitAmount.Format = "{0:C2}";
            this.DebitAmount.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.925206184387207D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010093052696902305D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.DebitAmount.Name = "DebitAmount";
            this.DebitAmount.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.89960241317749D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.DebitAmount.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.DebitAmount.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.DebitAmount.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.DebitAmount.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.DebitAmount.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.DebitAmount.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.DebitAmount.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.DebitAmount.Value = "=DebitAmount";
            // 
            // Descript
            // 
            this.Descript.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.9149999618530273D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010093052696902305D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.Descript.Name = "Descript";
            this.Descript.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(8.999598503112793D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.Descript.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.Descript.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.Descript.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.Descript.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.Descript.Style.Padding.Left = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.Descript.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.Descript.Value = "=Descript";
            // 
            // TransDate
            // 
            this.TransDate.Format = "{0:d}";
            this.TransDate.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.2147996425628662D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.TransDate.Name = "TransDate";
            this.TransDate.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.7000002861022949D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.TransDate.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.TransDate.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.TransDate.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.TransDate.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.TransDate.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.TransDate.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.TransDate.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.TransDate.Value = "=TransDate";
            // 
            // BkuId
            // 
            this.BkuId.Format = "{0}";
            this.BkuId.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.2000001072883606D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010093052696902305D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.BkuId.Name = "BkuId";
            this.BkuId.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.BkuId.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.BkuId.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.BkuId.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.BkuId.Style.Padding.Left = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.BkuId.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.BkuId.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.BkuId.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.BkuId.TextWrap = false;
            this.BkuId.Value = "=TransNumber";
            // 
            // textBox12
            // 
            this.textBox12.Format = "{0:C2}";
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(19.799898147583008D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.82000207901001D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000050067901611D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox12.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox12.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox12.Value = "= Sum(CreditAmount)";
            // 
            // textBox5
            // 
            this.textBox5.Format = "{0:C2}";
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.900095939636231D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.89960241317749D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox5.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox5.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox5.Value = "= Sum(DebitAmount)";
            // 
            // LaporanKasBendaharaPengguna
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(2.5399999618530273D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(2.5399999618530273D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(2.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(2.5399999618530273D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.Mergable = false;
            reportParameter1.Name = "userName";
            reportParameter1.Text = "User Name";
            reportParameter2.Mergable = false;
            reportParameter2.Name = "StartDate";
            reportParameter2.Text = "Start Transaction Date";
            reportParameter2.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter3.Mergable = false;
            reportParameter3.Name = "EndDate";
            reportParameter3.Text = "End Transaction Date";
            reportParameter3.Type = Telerik.Reporting.ReportParameterType.DateTime;
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.ReportParameters.Add(reportParameter3);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            this.Width = new Telerik.Reporting.Drawing.Unit(24.640533447265625D, Telerik.Reporting.Drawing.UnitType.Cm);
            ((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.SortingAction     sortingAction1   = new Telerik.Reporting.SortingAction();
     Telerik.Reporting.SortingAction     sortingAction2   = new Telerik.Reporting.SortingAction();
     Telerik.Reporting.SortingAction     sortingAction3   = new Telerik.Reporting.SortingAction();
     Telerik.Reporting.SortingAction     sortingAction4   = new Telerik.Reporting.SortingAction();
     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();
     this.table1             = new Telerik.Reporting.Table();
     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.textBox1           = new Telerik.Reporting.TextBox();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.details            = new Telerik.Reporting.ObjectDataSource();
     this.CurrenciesList     = new Telerik.Reporting.ObjectDataSource();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.textBox9           = new Telerik.Reporting.TextBox();
     this.detailSection1     = new Telerik.Reporting.DetailSection();
     this.htmlTextBox1       = new Telerik.Reporting.HtmlTextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.2984793186187744D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.2984793186187744D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.2984793186187744D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.9045616388320923D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.31248036026954651D)));
     this.table1.Body.SetCellContent(0, 0, this.textBox5);
     this.table1.Body.SetCellContent(0, 1, this.textBox6);
     this.table1.Body.SetCellContent(0, 2, this.textBox7);
     this.table1.Body.SetCellContent(0, 3, this.textBox8);
     tableGroup1.Name       = "date";
     tableGroup1.ReportItem = this.textBox1;
     tableGroup2.Name       = "price";
     tableGroup2.ReportItem = this.textBox2;
     tableGroup3.Name       = "coins";
     tableGroup3.ReportItem = this.textBox3;
     tableGroup4.Name       = "marketCap";
     tableGroup4.ReportItem = this.textBox4;
     this.table1.ColumnGroups.Add(tableGroup1);
     this.table1.ColumnGroups.Add(tableGroup2);
     this.table1.ColumnGroups.Add(tableGroup3);
     this.table1.ColumnGroups.Add(tableGroup4);
     this.table1.DataSource = this.details;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox5,
         this.textBox6,
         this.textBox7,
         this.textBox8,
         this.textBox1,
         this.textBox2,
         this.textBox3,
         this.textBox4
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.10000002384185791D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.table1.Name     = "table1";
     tableGroup5.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup5.Name = "detail";
     this.table1.RowGroups.Add(tableGroup5);
     this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.7999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.593710720539093D));
     this.table1.Style.BorderColor.Bottom = System.Drawing.Color.Black;
     this.table1.Style.BorderColor.Left   = System.Drawing.Color.Black;
     this.table1.Style.BorderColor.Right  = System.Drawing.Color.Black;
     this.table1.Style.BorderColor.Top    = System.Drawing.Color.Black;
     this.table1.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.table1.Style.BorderStyle.Left   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.table1.Style.BorderStyle.Right  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.table1.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.table1.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.table1.Style.BorderWidth.Left   = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.table1.Style.BorderWidth.Right  = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.table1.Style.BorderWidth.Top    = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.table1.StyleName = "Apex.TableNormal";
     //
     // textBox5
     //
     this.textBox5.Format   = "{0:d}";
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.298479437828064D), Telerik.Reporting.Drawing.Unit.Inch(0.31248036026954651D));
     this.textBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox5.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox5.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox5.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.StyleName = "Apex.TableBody";
     this.textBox5.Value     = "= Fields.Date";
     //
     // textBox6
     //
     this.textBox6.Format   = "{0:C2}";
     this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.298479437828064D), Telerik.Reporting.Drawing.Unit.Inch(0.31248036026954651D));
     this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox6.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox6.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.StyleName = "Apex.TableBody";
     this.textBox6.Value     = "= Fields.Price";
     //
     // textBox7
     //
     this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.298479437828064D), Telerik.Reporting.Drawing.Unit.Inch(0.31248036026954651D));
     this.textBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox7.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox7.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox7.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.StyleName = "Apex.TableBody";
     this.textBox7.Value     = "= Fields.Coins";
     //
     // textBox8
     //
     this.textBox8.Format   = "{0:C0}";
     this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9045618772506714D), Telerik.Reporting.Drawing.Unit.Inch(0.31248036026954651D));
     this.textBox8.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.textBox8.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox8.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox8.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.StyleName = "Apex.TableBody";
     this.textBox8.Value     = "= Fields.MarketCap";
     //
     // textBox1
     //
     sortingAction1.SortingExpression = "= Fields.Date";
     sortingAction1.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {
         this.table1
     });
     this.textBox1.Action   = sortingAction1;
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.298479437828064D), Telerik.Reporting.Drawing.Unit.Inch(0.28123036026954651D));
     this.textBox1.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox1.Style.Color           = System.Drawing.Color.White;
     this.textBox1.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(13D);
     this.textBox1.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.StyleName             = "Apex.TableHeader";
     this.textBox1.Value = "Date";
     //
     // textBox2
     //
     sortingAction2.SortingExpression = "= Fields.Price";
     sortingAction2.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {
         this.table1
     });
     this.textBox2.Action   = sortingAction2;
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.298479437828064D), Telerik.Reporting.Drawing.Unit.Inch(0.28123036026954651D));
     this.textBox2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox2.Style.Color           = System.Drawing.Color.White;
     this.textBox2.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(13D);
     this.textBox2.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.StyleName             = "Apex.TableHeader";
     this.textBox2.Value = "Price";
     //
     // textBox3
     //
     sortingAction3.SortingExpression = "= Fields.Coins";
     sortingAction3.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {
         this.table1
     });
     this.textBox3.Action   = sortingAction3;
     this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.298479437828064D), Telerik.Reporting.Drawing.Unit.Inch(0.28123036026954651D));
     this.textBox3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox3.Style.Color           = System.Drawing.Color.White;
     this.textBox3.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(13D);
     this.textBox3.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.StyleName             = "Apex.TableHeader";
     this.textBox3.Value = "Coins";
     //
     // textBox4
     //
     sortingAction4.SortingExpression = "= Fields.MarketCap";
     sortingAction4.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {
         this.table1
     });
     this.textBox4.Action   = sortingAction4;
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9045617580413818D), Telerik.Reporting.Drawing.Unit.Inch(0.28123036026954651D));
     this.textBox4.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox4.Style.Color           = System.Drawing.Color.White;
     this.textBox4.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(13D);
     this.textBox4.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox4.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.StyleName             = "Apex.TableHeader";
     this.textBox4.Value = "Market Cap";
     //
     // details
     //
     this.details.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("MarketCapInThous", typeof(uint), "= Fields.MarketCap/1000")
     });
     this.details.DataMember = "GetDetails";
     this.details.DataSource = typeof(Telerik.Reporting.Examples.CSharp.CryptoDataResolver);
     this.details.Name       = "details";
     this.details.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
         new Telerik.Reporting.ObjectDataSourceParameter("currencyCode", typeof(string), "btc")
     });
     //
     // CurrenciesList
     //
     this.CurrenciesList.DataMember = "GetData";
     this.CurrenciesList.DataSource = typeof(Telerik.Reporting.Examples.CSharp.CryptoDataResolver);
     this.CurrenciesList.Name       = "CurrenciesList";
     this.CurrenciesList.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
         new Telerik.Reporting.ObjectDataSourceParameter("forDate", typeof(System.DateTime), "=today()")
     });
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40003934502601624D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox9
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox9
     //
     this.textBox9.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.10000002384185791D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox9.Name            = "textBox9";
     this.textBox9.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.8000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox9.Value           = "= \"Raw Data for \" + ToUpper(Parameters.currencyCode.Value)";
     //
     // detailSection1
     //
     this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.2000001668930054D);
     this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table1,
         this.htmlTextBox1
     });
     this.detailSection1.Name            = "detailSection1";
     this.detailSection1.Style.Font.Name = "Segoe UI";
     //
     // htmlTextBox1
     //
     this.htmlTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.79996079206466675D));
     this.htmlTextBox1.Name     = "htmlTextBox1";
     this.htmlTextBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.4999606609344482D), Telerik.Reporting.Drawing.Unit.Inch(0.40000009536743164D));
     this.htmlTextBox1.Value    = "Reference:<br /><a href=\"https://coinmetrics.io/data-downloads/\">https://coinmetr" +
                                  "ics.io/data-downloads/</a>";
     //
     // CryptoCurrencyRawData
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detailSection1
     });
     this.Name = "CryptoCurrenciesRawData";
     this.PageSettings.ColumnCount                  = 1;
     this.PageSettings.ColumnSpacing                = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.PageSettings.Landscape                    = false;
     this.PageSettings.Margins                      = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind                    = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.AutoRefresh                   = true;
     reportParameter1.AvailableValues.DataSource    = this.CurrenciesList;
     reportParameter1.AvailableValues.DisplayMember = "= Fields.Name";
     reportParameter1.AvailableValues.ValueMember   = "= Fields.Code";
     reportParameter1.Name    = "currencyCode";
     reportParameter1.Text    = "Cryptocurrency";
     reportParameter1.Value   = "btc";
     reportParameter1.Visible = true;
     this.ReportParameters.Add(reportParameter1);
     this.Style.Font.Name = "Segoe UI";
     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.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2
     });
     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()
        {
            Telerik.Reporting.GraphGroup graphGroup1 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphTitle graphTitle1 = new Telerik.Reporting.GraphTitle();
            Telerik.Reporting.DateTimeScale dateTimeScale1 = new Telerik.Reporting.DateTimeScale();
            Telerik.Reporting.NumericalScale numericalScale1 = new Telerik.Reporting.NumericalScale();
            Telerik.Reporting.GraphGroup graphGroup2 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            this.detailSection1 = new Telerik.Reporting.DetailSection();
            this.graph1 = new Telerik.Reporting.Graph();
            this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
            this.graphAxis2 = new Telerik.Reporting.GraphAxis();
            this.graphAxis1 = new Telerik.Reporting.GraphAxis();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.lineSeries1 = new Telerik.Reporting.LineSeries();
            this.lineSeries2 = new Telerik.Reporting.LineSeries();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // detailSection1
            // 
            this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(3.2000000476837158D);
            this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.graph1});
            this.detailSection1.Name = "detailSection1";
            // 
            // graph1
            // 
            graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Date"));
            graphGroup1.Name = "dateGroup";
            graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Date", Telerik.Reporting.SortDirection.Asc));
            this.graph1.CategoryGroups.Add(graphGroup1);
            this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
            this.graph1.DataSource = this.sqlDataSource1;
            this.graph1.Legend.IsInsidePlotArea = false;
            this.graph1.Legend.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
            this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.9381284295814112E-05D));
            this.graph1.Name = "graph1";
            this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
            this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Series.Add(this.lineSeries1);
            this.graph1.Series.Add(this.lineSeries2);
            this.graph1.SeriesGroups.Add(graphGroup2);
            this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.9999608993530273D), Telerik.Reporting.Drawing.Unit.Inch(3.1999607086181641D));
            this.graph1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            graphTitle1.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
            graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            graphTitle1.Text = "graph1";
            this.graph1.Titles.Add(graphTitle1);
            // 
            // cartesianCoordinateSystem1
            // 
            this.cartesianCoordinateSystem1.Name = "cartesianCoordinateSystem1";
            this.cartesianCoordinateSystem1.XAxis = this.graphAxis2;
            this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
            // 
            // graphAxis2
            // 
            this.graphAxis2.LabelFormat = "{0:dd/MM/yy}";
            this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.Visible = false;
            this.graphAxis2.Name = "graphAxis2";
            dateTimeScale1.LabelStep = 2;
            dateTimeScale1.MajorStep = 2;
            dateTimeScale1.MinorStep = 2;
            this.graphAxis2.Scale = dateTimeScale1;
            this.graphAxis2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.graphAxis2.Style.Visible = true;
            // 
            // graphAxis1
            // 
            this.graphAxis1.LabelFormat = "{0:P0}";
            this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.Visible = false;
            this.graphAxis1.Name = "graphAxis1";
            this.graphAxis1.Scale = numericalScale1;
            this.graphAxis1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "HatcheryReportLibrary.Properties.Settings.Hatchery";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@SelectedBatch", System.Data.DbType.String, "= Parameters.SelectedBatch.Value")});
            this.sqlDataSource1.SelectCommand = "SELECT        Batch, Date, Egg, NaupliiBruto, NaupliiNetto, HatchingRate, Nauplii" +
    "Efficiency\r\nFROM            NaupliiView\r\nwhere batch = @SelectedBatch";
            // 
            // lineSeries1
            // 
            this.lineSeries1.CategoryGroup = graphGroup1;
            this.lineSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries1.DataPointLabel = "= Sum(Fields.HatchingRate)";
            this.lineSeries1.DataPointLabelStyle.Visible = false;
            this.lineSeries1.DataPointStyle.Visible = false;
            this.lineSeries1.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(HatchingRate)\'";
            this.lineSeries1.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries1.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries1.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries1.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries1.Name = "lineSeries1";
            graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Batch"));
            graphGroup2.Name = "batchGroup";
            graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Batch", Telerik.Reporting.SortDirection.Asc));
            this.lineSeries1.SeriesGroup = graphGroup2;
            this.lineSeries1.Size = null;
            this.lineSeries1.X = "= Fields.Date";
            this.lineSeries1.Y = "= Sum(Fields.HatchingRate)";
            // 
            // lineSeries2
            // 
            this.lineSeries2.CategoryGroup = graphGroup1;
            this.lineSeries2.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries2.DataPointLabel = "= Sum(Fields.NaupliiEfficiency)";
            this.lineSeries2.DataPointLabelStyle.Visible = false;
            this.lineSeries2.DataPointStyle.Visible = false;
            this.lineSeries2.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(NaupliiEfficiency)\'";
            this.lineSeries2.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries2.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries2.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries2.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries2.Name = "lineSeries2";
            this.lineSeries2.SeriesGroup = graphGroup2;
            this.lineSeries2.Size = null;
            this.lineSeries2.X = "= Fields.Date";
            this.lineSeries2.Y = "= Sum(Fields.NaupliiEfficiency)";
            // 
            // NaupliiGraphs
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detailSection1});
            this.Name = "NaupliiGraphs";
            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;
            reportParameter1.AllowNull = true;
            reportParameter1.Name = "SelectedBatch";
            reportParameter1.Text = "SelectedBatch";
            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);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(6D);
            ((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.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.idCaptionTextBox         = new Telerik.Reporting.TextBox();
     this.nameCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.unitsCaptionTextBox      = new Telerik.Reporting.TextBox();
     this.reportFooter             = new Telerik.Reporting.ReportFooterSection();
     this.textBox5          = new Telerik.Reporting.TextBox();
     this.textBox8          = new Telerik.Reporting.TextBox();
     this.pageFooter        = new Telerik.Reporting.PageFooterSection();
     this.pageInfoTextBox   = new Telerik.Reporting.TextBox();
     this.reportHeader      = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox      = new Telerik.Reporting.TextBox();
     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.pictureBox1       = new Telerik.Reporting.PictureBox();
     this.textBox9          = new Telerik.Reporting.TextBox();
     this.detail            = new Telerik.Reporting.DetailSection();
     this.idDataTextBox     = new Telerik.Reporting.TextBox();
     this.nameDataTextBox   = new Telerik.Reporting.TextBox();
     this.textBox7          = new Telerik.Reporting.TextBox();
     this.objectDataSource1 = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.0520833283662796D);
     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.idCaptionTextBox,
         this.nameCaptionTextBox,
         this.unitsCaptionTextBox
     });
     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.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";
     //
     // 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.02083333395421505D));
     this.nameCaptionTextBox.Name            = "nameCaptionTextBox";
     this.nameCaptionTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3000006675720215D), 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";
     //
     // 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.02083333395421505D));
     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";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.44166669249534607D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox5,
         this.textBox8
     });
     this.reportFooter.Name          = "reportFooter";
     this.reportFooter.Style.Visible = true;
     //
     // textBox5
     //
     this.textBox5.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.textBox5.Name                = "textBox5";
     this.textBox5.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1673425436019898D), 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:";
     //
     // textBox8
     //
     this.textBox8.CanGrow   = true;
     this.textBox8.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.textBox8.Name      = "textBox8";
     this.textBox8.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.textBox8.StyleName = "Data";
     this.textBox8.Value     = "=Sum(Fields.Units)";
     //
     // 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(4.3674216270446777D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0700786113739014D), 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(1.9000000953674316D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox,
         this.textBox1,
         this.textBox2,
         this.textBox3,
         this.textBox4,
         this.pictureBox1,
         this.textBox9
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-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.Left;
     this.titleTextBox.StyleName       = "Title";
     this.titleTextBox.Value           = "Double J Meat Packing";
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), 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.Left;
     this.textBox1.StyleName       = "Title";
     this.textBox1.Value           = "Production Manifest";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3999612331390381D), Telerik.Reporting.Drawing.Unit.Inch(0.60003948211669922D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000396728515625D), 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.Date.Value + \" kill\"";
     //
     // textBox3
     //
     this.textBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3999612331390381D), Telerik.Reporting.Drawing.Unit.Inch(0.899921715259552D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000003337860107D), 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";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3999612331390381D), Telerik.Reporting.Drawing.Unit.Inch(1.2000004053115845D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9000399112701416D), 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";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.pictureBox1.MimeType = "";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0000002384185791D), Telerik.Reporting.Drawing.Unit.Inch(1.699764609336853D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = "= Parameters.Logo.Value";
     //
     // textBox9
     //
     this.textBox9.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.40000057220459D), Telerik.Reporting.Drawing.Unit.Inch(1.4000005722045898D));
     this.textBox9.Name            = "textBox9";
     this.textBox9.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.29980349540710449D));
     this.textBox9.Style.Font.Bold = true;
     this.textBox9.Style.Font.Name = "Arial";
     this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox9.StyleName       = "Title";
     this.textBox9.Value           = "= \"Customer PO \" + Parameters.CustomerPO.Value";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.258333295583725D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.idDataTextBox,
         this.nameDataTextBox,
         this.textBox7
     });
     this.detail.Name = "detail";
     //
     // 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.5699999332427979D), Telerik.Reporting.Drawing.Unit.Inch(0.23749993741512299D));
     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";
     //
     // 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.02083333395421505D));
     this.nameDataTextBox.Name               = "nameDataTextBox";
     this.nameDataTextBox.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(0.23749993741512299D));
     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";
     //
     // textBox7
     //
     this.textBox7.CanGrow            = true;
     this.textBox7.Location           = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.textBox7.Name               = "textBox7";
     this.textBox7.Size               = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.23833313584327698D));
     this.textBox7.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Cm(0.30000001192092896D);
     this.textBox7.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox7.StyleName          = "Data";
     this.textBox7.Value              = "=Fields.Units";
     //
     // 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";
     //
     // ProductionManifestSuppressWeight
     //
     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.reportFooter,
         this.pageFooter,
         this.reportHeader,
         this.detail
     });
     this.Name = "ProductItem";
     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       = "OrderNumber";
     reportParameter3.Name       = "SubCaption";
     reportParameter4.Name       = "Logo";
     reportParameter5.Name       = "CustomerPO";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     this.ReportParameters.Add(reportParameter5);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     this.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     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()
        {
            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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PromoReportTemplate1));
            Telerik.Reporting.TableGroup tableGroup15 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup16 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup17 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup18 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup19 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup20 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup21 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup22 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup23 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup24 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup25 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup26 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup27 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup28 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup29 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup30 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup31 = new Telerik.Reporting.TableGroup();
            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.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.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector3 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule6 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector4 = new Telerik.Reporting.Drawing.DescendantSelector();
            this.textBox53 = new Telerik.Reporting.TextBox();
            this.textBox29 = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox60 = new Telerik.Reporting.TextBox();
            this.textBox74 = new Telerik.Reporting.TextBox();
            this.textBox69 = new Telerik.Reporting.TextBox();
            this.textBox52 = new Telerik.Reporting.TextBox();
            this.textBox76 = new Telerik.Reporting.TextBox();
            this.textBox79 = new Telerik.Reporting.TextBox();
            this.textBox70 = new Telerik.Reporting.TextBox();
            this.textBox51 = new Telerik.Reporting.TextBox();
            this.textBox50 = new Telerik.Reporting.TextBox();
            this.textBox49 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox15 = new Telerik.Reporting.TextBox();
            this.textBox16 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.txtHeader2 = new Telerik.Reporting.TextBox();
            this.txtHeader5 = new Telerik.Reporting.TextBox();
            this.txtTitle = new Telerik.Reporting.TextBox();
            this.textBox33 = new Telerik.Reporting.TextBox();
            this.textBox31 = new Telerik.Reporting.TextBox();
            this.textBox34 = new Telerik.Reporting.TextBox();
            this.txtDate = new Telerik.Reporting.TextBox();
            this.txtCourse = new Telerik.Reporting.TextBox();
            this.txtDateVal = new Telerik.Reporting.TextBox();
            this.txtCourseVal = new Telerik.Reporting.TextBox();
            this.txtYearLevel = new Telerik.Reporting.TextBox();
            this.txtYearLevelVal = new Telerik.Reporting.TextBox();
            this.txtSectionVal = new Telerik.Reporting.TextBox();
            this.txtTeacherVal = new Telerik.Reporting.TextBox();
            this.txtTeacher = new Telerik.Reporting.TextBox();
            this.txtSection = new Telerik.Reporting.TextBox();
            this.txtHeader1 = new Telerik.Reporting.TextBox();
            this.txtHeader3 = new Telerik.Reporting.TextBox();
            this.txtHeader4 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.crosstab2 = new Telerik.Reporting.Crosstab();
            this.textBox64 = new Telerik.Reporting.TextBox();
            this.textBox65 = new Telerik.Reporting.TextBox();
            this.textBox75 = new Telerik.Reporting.TextBox();
            this.textBox73 = new Telerik.Reporting.TextBox();
            this.textBox68 = new Telerik.Reporting.TextBox();
            this.textBox77 = new Telerik.Reporting.TextBox();
            this.textBox61 = new Telerik.Reporting.TextBox();
            this.textBox54 = new Telerik.Reporting.TextBox();
            this.textBox47 = new Telerik.Reporting.TextBox();
            this.textBox55 = new Telerik.Reporting.TextBox();
            this.textBox58 = new Telerik.Reporting.TextBox();
            this.textBox56 = new Telerik.Reporting.TextBox();
            this.promoF = new Telerik.Reporting.SqlDataSource();
            this.crosstab1 = new Telerik.Reporting.Crosstab();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.textBox24 = new Telerik.Reporting.TextBox();
            this.textBox27 = new Telerik.Reporting.TextBox();
            this.textBox32 = new Telerik.Reporting.TextBox();
            this.textBox37 = new Telerik.Reporting.TextBox();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.textBox38 = new Telerik.Reporting.TextBox();
            this.textBox14 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.promoM = new Telerik.Reporting.SqlDataSource();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // textBox53
            // 
            this.textBox53.Name = "textBox53";
            this.textBox53.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.45999994874000549D), Telerik.Reporting.Drawing.Unit.Point(44.000019073486328D));
            this.textBox53.Style.Font.Bold = true;
            this.textBox53.Style.Font.Name = "Courier New";
            this.textBox53.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox53.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox53.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox53.StyleName = "Normal.TableHeader";
            this.textBox53.Value = "Final Rating";
            // 
            // textBox29
            // 
            this.textBox29.Name = "textBox29";
            this.textBox29.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Point(44.000022888183594D));
            this.textBox29.Style.Font.Bold = true;
            this.textBox29.Style.Font.Name = "Courier New";
            this.textBox29.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox29.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox29.StyleName = "Normal.TableHeader";
            this.textBox29.Value = "Action Taken";
            // 
            // textBox12
            // 
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95999997854232788D), Telerik.Reporting.Drawing.Unit.Point(34.000003814697266D));
            this.textBox12.Style.Font.Bold = true;
            this.textBox12.Style.Font.Name = "Arial Narrow";
            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.TableGroup";
            this.textBox12.Value = "= Fields.Description";
            // 
            // textBox60
            // 
            this.textBox60.Name = "textBox60";
            this.textBox60.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.45999997854232788D), Telerik.Reporting.Drawing.Unit.Point(44.000019073486328D));
            this.textBox60.Style.Font.Bold = true;
            this.textBox60.Style.Font.Name = "Courier New";
            this.textBox60.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox60.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox60.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox60.StyleName = "Normal.TableHeader";
            this.textBox60.Value = "Prev. Years";
            // 
            // textBox74
            // 
            this.textBox74.Name = "textBox74";
            this.textBox74.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.56000000238418579D), Telerik.Reporting.Drawing.Unit.Point(44.000019073486328D));
            this.textBox74.Style.Font.Bold = true;
            this.textBox74.Style.Font.Name = "Courier New";
            this.textBox74.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox74.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox74.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox74.StyleName = "Normal.TableHeader";
            this.textBox74.Value = "Current Year";
            // 
            // textBox69
            // 
            this.textBox69.Name = "textBox69";
            this.textBox69.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.38999998569488525D), Telerik.Reporting.Drawing.Unit.Point(44.000015258789062D));
            this.textBox69.Style.Font.Bold = true;
            this.textBox69.Style.Font.Name = "Courier New";
            this.textBox69.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox69.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox69.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox69.StyleName = "Normal.TableHeader";
            this.textBox69.Value = "Total";
            // 
            // textBox52
            // 
            this.textBox52.Name = "textBox52";
            this.textBox52.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4099999666213989D), Telerik.Reporting.Drawing.Unit.Point(34D));
            this.textBox52.Style.Font.Bold = true;
            this.textBox52.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox52.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox52.StyleName = "Normal.TableGroup";
            this.textBox52.Value = "CREDITS EARNED";
            // 
            // textBox76
            // 
            this.textBox76.Name = "textBox76";
            this.textBox76.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.68000000715255737D), Telerik.Reporting.Drawing.Unit.Point(78.0000228881836D));
            this.textBox76.Style.Font.Bold = true;
            this.textBox76.Style.Font.Name = "Arial";
            this.textBox76.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.textBox76.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox76.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox76.StyleName = "Normal.TableGroup";
            this.textBox76.Value = "Promoted or Retained";
            // 
            // textBox79
            // 
            this.textBox79.Name = "textBox79";
            this.textBox79.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.62000000476837158D), Telerik.Reporting.Drawing.Unit.Point(78.000015258789062D));
            this.textBox79.Style.Font.Bold = true;
            this.textBox79.Style.Font.Name = "Arial";
            this.textBox79.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.textBox79.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox79.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox79.StyleName = "Normal.TableGroup";
            this.textBox79.Value = "Remarks";
            // 
            // textBox70
            // 
            this.textBox70.Name = "textBox70";
            this.textBox70.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.65999996662139893D), Telerik.Reporting.Drawing.Unit.Point(78.0000228881836D));
            this.textBox70.Style.Font.Bold = true;
            this.textBox70.Style.Font.Name = "Arial Narrow";
            this.textBox70.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox70.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox70.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox70.StyleName = "Normal.TableGroup";
            this.textBox70.Value = "Eligible for Transfer?";
            // 
            // textBox51
            // 
            this.textBox51.Name = "textBox51";
            this.textBox51.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
            this.textBox51.Style.Font.Name = "Arial Narrow";
            this.textBox51.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox51.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox51.StyleName = "Normal.TableGroup";
            this.textBox51.Value = "= Fields.Age";
            // 
            // textBox50
            // 
            this.textBox50.Name = "textBox50";
            this.textBox50.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0000002384185791D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
            this.textBox50.Style.Font.Name = "Arial Narrow";
            this.textBox50.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox50.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox50.StyleName = "Normal.TableGroup";
            this.textBox50.Value = "= Fields.HomeAddress";
            // 
            // textBox49
            // 
            this.textBox49.Name = "textBox49";
            this.textBox49.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.997916579246521D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
            this.textBox49.Style.Font.Name = "Arial Narrow";
            this.textBox49.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox49.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox49.StyleName = "Normal.TableGroup";
            this.textBox49.Value = "= Fields.StudentName";
            // 
            // textBox8
            // 
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.45999994874000549D), Telerik.Reporting.Drawing.Unit.Point(44.000019073486328D));
            this.textBox8.Style.Font.Bold = true;
            this.textBox8.Style.Font.Name = "Courier New";
            this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox8.StyleName = "Normal.TableHeader";
            this.textBox8.Value = "Final Rating";
            // 
            // textBox2
            // 
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Point(44.000022888183594D));
            this.textBox2.Style.Font.Bold = true;
            this.textBox2.Style.Font.Name = "Courier New";
            this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox2.StyleName = "Normal.TableHeader";
            this.textBox2.Value = "Action Taken";
            // 
            // textBox1
            // 
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.95999997854232788D), Telerik.Reporting.Drawing.Unit.Point(34D));
            this.textBox1.Style.Font.Bold = true;
            this.textBox1.Style.Font.Name = "Arial Narrow";
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox1.StyleName = "Normal.TableGroup";
            this.textBox1.Value = "= Fields.Description";
            // 
            // textBox3
            // 
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.45999997854232788D), Telerik.Reporting.Drawing.Unit.Point(44.000019073486328D));
            this.textBox3.Style.Font.Bold = true;
            this.textBox3.Style.Font.Name = "Courier New";
            this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox3.StyleName = "Normal.TableHeader";
            this.textBox3.Value = "Prev. Years";
            // 
            // textBox15
            // 
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.56000000238418579D), Telerik.Reporting.Drawing.Unit.Point(44.000019073486328D));
            this.textBox15.Style.Font.Bold = true;
            this.textBox15.Style.Font.Name = "Courier New";
            this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox15.StyleName = "Normal.TableHeader";
            this.textBox15.Value = "Current Year";
            // 
            // textBox16
            // 
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.38999998569488525D), Telerik.Reporting.Drawing.Unit.Point(44.000015258789062D));
            this.textBox16.Style.Font.Bold = true;
            this.textBox16.Style.Font.Name = "Courier New";
            this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox16.StyleName = "Normal.TableHeader";
            this.textBox16.Value = "Total";
            // 
            // textBox10
            // 
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4099999666213989D), Telerik.Reporting.Drawing.Unit.Point(34D));
            this.textBox10.Style.Font.Bold = true;
            this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox10.StyleName = "Normal.TableGroup";
            this.textBox10.Value = "CREDITS EARNED";
            // 
            // textBox11
            // 
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.68000000715255737D), Telerik.Reporting.Drawing.Unit.Point(78.0000228881836D));
            this.textBox11.Style.Font.Bold = true;
            this.textBox11.Style.Font.Name = "Arial";
            this.textBox11.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox11.StyleName = "Normal.TableGroup";
            this.textBox11.Value = "Promoted or Retained";
            // 
            // textBox18
            // 
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.62000000476837158D), Telerik.Reporting.Drawing.Unit.Point(78.000015258789062D));
            this.textBox18.Style.Font.Bold = true;
            this.textBox18.Style.Font.Name = "Arial";
            this.textBox18.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox18.StyleName = "Normal.TableGroup";
            this.textBox18.Value = "Remarks";
            // 
            // textBox19
            // 
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.65999996662139893D), Telerik.Reporting.Drawing.Unit.Point(78.0000228881836D));
            this.textBox19.Style.Font.Bold = true;
            this.textBox19.Style.Font.Name = "Arial Narrow";
            this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox19.StyleName = "Normal.TableGroup";
            this.textBox19.Value = "Eligible for Transfer?";
            // 
            // textBox6
            // 
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49999997019767761D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
            this.textBox6.Style.Font.Name = "Arial Narrow";
            this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox6.StyleName = "Normal.TableGroup";
            this.textBox6.Value = "= Fields.Age";
            // 
            // textBox5
            // 
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox5.Style.Font.Name = "Arial Narrow";
            this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox5.StyleName = "Normal.TableGroup";
            this.textBox5.Value = "= Fields.HomeAddress";
            // 
            // textBox4
            // 
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9999998807907105D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox4.Style.Font.Name = "Arial Narrow";
            this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox4.StyleName = "Normal.TableGroup";
            this.textBox4.Value = "= Fields.StudentName";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(2.8000001907348633D);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox9,
            this.txtHeader2,
            this.txtHeader5,
            this.txtTitle,
            this.textBox33,
            this.textBox31,
            this.textBox34,
            this.txtDate,
            this.txtCourse,
            this.txtDateVal,
            this.txtCourseVal,
            this.txtYearLevel,
            this.txtYearLevelVal,
            this.txtSectionVal,
            this.txtTeacherVal,
            this.txtTeacher,
            this.txtSection,
            this.txtHeader1,
            this.txtHeader3,
            this.txtHeader4});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8999605178833008D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.textBox9.Style.Font.Bold = true;
            this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox9.Value = "DepEd Form 18-A";
            // 
            // txtHeader2
            // 
            this.txtHeader2.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.txtHeader2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.24313426017761231D));
            this.txtHeader2.Name = "txtHeader2";
            this.txtHeader2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.104086875915527D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtHeader2.Style.Font.Bold = true;
            this.txtHeader2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
            this.txtHeader2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtHeader2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtHeader2.Value = "DEPARTMENT OF EDUCATION";
            // 
            // txtHeader5
            // 
            this.txtHeader5.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.txtHeader5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.97253721952438354D));
            this.txtHeader5.Name = "txtHeader5";
            this.txtHeader5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.104087829589844D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtHeader5.Style.Font.Bold = true;
            this.txtHeader5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
            this.txtHeader5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtHeader5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtHeader5.Value = "REGION ARMM";
            // 
            // txtTitle
            // 
            this.txtTitle.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.txtTitle.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1.4588059186935425D));
            this.txtTitle.Name = "txtTitle";
            this.txtTitle.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.104087829589844D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtTitle.Style.Font.Bold = true;
            this.txtTitle.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
            this.txtTitle.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtTitle.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtTitle.Value = "= Parameters.Title.Value";
            // 
            // textBox33
            // 
            this.textBox33.Anchoring = Telerik.Reporting.AnchoringStyles.Left;
            this.textBox33.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(1.9450745582580566D));
            this.textBox33.Name = "textBox33";
            this.textBox33.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8999605178833008D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.textBox33.Style.Font.Bold = true;
            this.textBox33.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox33.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox33.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox33.Value = "Dansalan College";
            // 
            // textBox31
            // 
            this.textBox31.Anchoring = Telerik.Reporting.AnchoringStyles.Left;
            this.textBox31.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(2.1882088184356689D));
            this.textBox31.Name = "textBox31";
            this.textBox31.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.textBox31.Style.Font.Bold = true;
            this.textBox31.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox31.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox31.Value = "Dansalan College Foundation, Inc.";
            // 
            // textBox34
            // 
            this.textBox34.Anchoring = Telerik.Reporting.AnchoringStyles.Left;
            this.textBox34.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(2.4313433170318604D));
            this.textBox34.Name = "textBox34";
            this.textBox34.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.textBox34.Style.Font.Bold = true;
            this.textBox34.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox34.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox34.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox34.Value = "Marawi City, Lanao del Sur";
            // 
            // txtDate
            // 
            this.txtDate.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.txtDate.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.7040863037109375D), Telerik.Reporting.Drawing.Unit.Inch(1.9450745582580566D));
            this.txtDate.Name = "txtDate";
            this.txtDate.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtDate.Style.Font.Bold = true;
            this.txtDate.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtDate.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtDate.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtDate.Value = "Date:";
            // 
            // txtCourse
            // 
            this.txtCourse.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.txtCourse.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.7041268348693848D), Telerik.Reporting.Drawing.Unit.Inch(2.1882088184356689D));
            this.txtCourse.Name = "txtCourse";
            this.txtCourse.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.4000000953674316D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtCourse.Style.Font.Bold = true;
            this.txtCourse.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtCourse.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtCourse.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtCourse.Value = "Course:";
            // 
            // txtDateVal
            // 
            this.txtDateVal.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.txtDateVal.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2405357360839844D), Telerik.Reporting.Drawing.Unit.Inch(1.9450744390487671D));
            this.txtDateVal.Name = "txtDateVal";
            this.txtDateVal.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.8592667579650879D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtDateVal.Style.Font.Bold = true;
            this.txtDateVal.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtDateVal.Style.Font.Underline = true;
            this.txtDateVal.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtDateVal.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtDateVal.Value = "= ExecutionTime";
            // 
            // txtCourseVal
            // 
            this.txtCourseVal.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.txtCourseVal.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5042457580566406D), Telerik.Reporting.Drawing.Unit.Inch(2.1882097721099854D));
            this.txtCourseVal.Name = "txtCourseVal";
            this.txtCourseVal.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.5999207496643066D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtCourseVal.Style.Font.Bold = true;
            this.txtCourseVal.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtCourseVal.Style.Font.Underline = true;
            this.txtCourseVal.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtCourseVal.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtCourseVal.Value = "= Parameters.Category.Value";
            // 
            // txtYearLevel
            // 
            this.txtYearLevel.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.txtYearLevel.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.6998419761657715D), Telerik.Reporting.Drawing.Unit.Inch(2.1882097721099854D));
            this.txtYearLevel.Name = "txtYearLevel";
            this.txtYearLevel.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.39996075630188D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtYearLevel.Style.Font.Bold = true;
            this.txtYearLevel.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtYearLevel.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtYearLevel.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtYearLevel.Value = "Year Level:";
            // 
            // txtYearLevelVal
            // 
            this.txtYearLevelVal.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.txtYearLevelVal.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.7998819351196289D), Telerik.Reporting.Drawing.Unit.Inch(2.1882081031799316D));
            this.txtYearLevelVal.Name = "txtYearLevelVal";
            this.txtYearLevelVal.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999210357666016D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtYearLevelVal.Style.Font.Bold = true;
            this.txtYearLevelVal.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtYearLevelVal.Style.Font.Underline = true;
            this.txtYearLevelVal.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtYearLevelVal.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtYearLevelVal.Value = "= Parameters.GradeLevel.Value";
            // 
            // txtSectionVal
            // 
            this.txtSectionVal.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.txtSectionVal.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.9041671752929688D), Telerik.Reporting.Drawing.Unit.Inch(2.1882083415985107D));
            this.txtSectionVal.Name = "txtSectionVal";
            this.txtSectionVal.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999993324279785D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtSectionVal.Style.Font.Bold = true;
            this.txtSectionVal.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtSectionVal.Style.Font.Underline = true;
            this.txtSectionVal.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtSectionVal.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtSectionVal.Value = "= Parameters.Section.Value";
            // 
            // txtTeacherVal
            // 
            this.txtTeacherVal.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.txtTeacherVal.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5998430252075195D), Telerik.Reporting.Drawing.Unit.Inch(2.4313442707061768D));
            this.txtTeacherVal.Name = "txtTeacherVal";
            this.txtTeacherVal.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.4999599456787109D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtTeacherVal.Style.Font.Bold = true;
            this.txtTeacherVal.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtTeacherVal.Style.Font.Underline = true;
            this.txtTeacherVal.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtTeacherVal.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtTeacherVal.Value = "= Parameters.TeacherName.Value";
            // 
            // txtTeacher
            // 
            this.txtTeacher.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.txtTeacher.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.7040863037109375D), Telerik.Reporting.Drawing.Unit.Inch(2.4313442707061768D));
            this.txtTeacher.Name = "txtTeacher";
            this.txtTeacher.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.3936314582824707D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtTeacher.Style.Font.Bold = true;
            this.txtTeacher.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtTeacher.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtTeacher.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtTeacher.Value = "Teacher:";
            // 
            // txtSection
            // 
            this.txtSection.Anchoring = Telerik.Reporting.AnchoringStyles.Right;
            this.txtSection.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(8.1041660308837891D), Telerik.Reporting.Drawing.Unit.Inch(2.18820858001709D));
            this.txtSection.Name = "txtSection";
            this.txtSection.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9999202489852905D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtSection.Style.Font.Bold = true;
            this.txtSection.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtSection.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtSection.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtSection.Value = "Section:";
            // 
            // txtHeader1
            // 
            this.txtHeader1.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.txtHeader1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.txtHeader1.Name = "txtHeader1";
            this.txtHeader1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.10408878326416D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtHeader1.Style.Font.Bold = true;
            this.txtHeader1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
            this.txtHeader1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtHeader1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtHeader1.Value = "REPUBLIC OF THE PHILIPPINES";
            // 
            // txtHeader3
            // 
            this.txtHeader3.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.txtHeader3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.48626860976219177D));
            this.txtHeader3.Name = "txtHeader3";
            this.txtHeader3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.104087829589844D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtHeader3.Style.Font.Bold = true;
            this.txtHeader3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
            this.txtHeader3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtHeader3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtHeader3.Value = "BUREAU OF PUBLIC SCHOOLS";
            // 
            // txtHeader4
            // 
            this.txtHeader4.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.txtHeader4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.72940284013748169D));
            this.txtHeader4.Name = "txtHeader4";
            this.txtHeader4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.103970527648926D), Telerik.Reporting.Drawing.Unit.Point(17.5D));
            this.txtHeader4.Style.Font.Bold = true;
            this.txtHeader4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
            this.txtHeader4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtHeader4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtHeader4.Value = "DIVISION OF Marawi City";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(4.7208337783813477D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.crosstab2,
            this.crosstab1});
            this.detail.Name = "detail";
            // 
            // crosstab2
            // 
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.46000003814697266D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.49999991059303284D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.46000003814697266D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.559999942779541D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.38999989628791809D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.67999988794326782D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.619999885559082D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.65999984741210938D)));
            this.crosstab2.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D)));
            this.crosstab2.Body.SetCellContent(0, 0, this.textBox64);
            this.crosstab2.Body.SetCellContent(0, 1, this.textBox65);
            this.crosstab2.Body.SetCellContent(0, 2, this.textBox75);
            this.crosstab2.Body.SetCellContent(0, 3, this.textBox73);
            this.crosstab2.Body.SetCellContent(0, 4, this.textBox68);
            this.crosstab2.Body.SetCellContent(0, 5, this.textBox77);
            this.crosstab2.Body.SetCellContent(0, 6, this.textBox61);
            this.crosstab2.Body.SetCellContent(0, 7, this.textBox54);
            tableGroup2.ReportItem = this.textBox53;
            tableGroup3.ReportItem = this.textBox29;
            tableGroup1.ChildGroups.Add(tableGroup2);
            tableGroup1.ChildGroups.Add(tableGroup3);
            tableGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Description"));
            tableGroup1.Name = "Description1";
            tableGroup1.ReportItem = this.textBox12;
            tableGroup1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Description", Telerik.Reporting.SortDirection.Asc));
            tableGroup5.Name = "group7";
            tableGroup5.ReportItem = this.textBox60;
            tableGroup6.Name = "group11";
            tableGroup6.ReportItem = this.textBox74;
            tableGroup7.Name = "group13";
            tableGroup7.ReportItem = this.textBox69;
            tableGroup4.ChildGroups.Add(tableGroup5);
            tableGroup4.ChildGroups.Add(tableGroup6);
            tableGroup4.ChildGroups.Add(tableGroup7);
            tableGroup4.Name = "group5";
            tableGroup4.ReportItem = this.textBox52;
            tableGroup8.Name = "group14";
            tableGroup8.ReportItem = this.textBox76;
            tableGroup9.Name = "group15";
            tableGroup9.ReportItem = this.textBox79;
            tableGroup10.Name = "group16";
            tableGroup10.ReportItem = this.textBox70;
            this.crosstab2.ColumnGroups.Add(tableGroup1);
            this.crosstab2.ColumnGroups.Add(tableGroup4);
            this.crosstab2.ColumnGroups.Add(tableGroup8);
            this.crosstab2.ColumnGroups.Add(tableGroup9);
            this.crosstab2.ColumnGroups.Add(tableGroup10);
            this.crosstab2.Corner.SetCellContent(0, 2, this.textBox47, 2, 1);
            this.crosstab2.Corner.SetCellContent(0, 1, this.textBox55, 2, 1);
            this.crosstab2.Corner.SetCellContent(0, 0, this.textBox58);
            this.crosstab2.Corner.SetCellContent(1, 0, this.textBox56);
            this.crosstab2.DataSource = this.promoF;
            this.crosstab2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox58,
            this.textBox55,
            this.textBox47,
            this.textBox56,
            this.textBox64,
            this.textBox65,
            this.textBox75,
            this.textBox73,
            this.textBox68,
            this.textBox77,
            this.textBox61,
            this.textBox54,
            this.textBox12,
            this.textBox53,
            this.textBox29,
            this.textBox52,
            this.textBox60,
            this.textBox74,
            this.textBox69,
            this.textBox76,
            this.textBox79,
            this.textBox70,
            this.textBox49,
            this.textBox50,
            this.textBox51});
            this.crosstab2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1.8999999761581421D));
            this.crosstab2.Name = "crosstab2";
            tableGroup14.Name = "Eligibility1";
            tableGroup13.ChildGroups.Add(tableGroup14);
            tableGroup13.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Age"));
            tableGroup13.Name = "Age1";
            tableGroup13.ReportItem = this.textBox51;
            tableGroup13.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Age", Telerik.Reporting.SortDirection.Asc));
            tableGroup12.ChildGroups.Add(tableGroup13);
            tableGroup12.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.HomeAddress"));
            tableGroup12.Name = "HomeAddress1";
            tableGroup12.ReportItem = this.textBox50;
            tableGroup12.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.HomeAddress", Telerik.Reporting.SortDirection.Asc));
            tableGroup11.ChildGroups.Add(tableGroup12);
            tableGroup11.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.StudentName"));
            tableGroup11.Name = "StudentName1";
            tableGroup11.ReportItem = this.textBox49;
            tableGroup11.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.StudentName", Telerik.Reporting.SortDirection.Asc));
            this.crosstab2.RowGroups.Add(tableGroup11);
            this.crosstab2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.827916145324707D), Telerik.Reporting.Drawing.Unit.Inch(1.2833336591720581D));
            this.crosstab2.StyleName = "Normal.TableNormal";
            // 
            // textBox64
            // 
            this.textBox64.Name = "textBox64";
            this.textBox64.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.45999994874000549D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
            this.textBox64.Style.Font.Name = "Arial Narrow";
            this.textBox64.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox64.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox64.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox64.StyleName = "Normal.TableBody";
            this.textBox64.Value = "= Sum(Fields.FinalRating)";
            // 
            // textBox65
            // 
            this.textBox65.Name = "textBox65";
            this.textBox65.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
            this.textBox65.Style.Font.Name = "Arial Narrow";
            this.textBox65.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox65.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox65.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox65.StyleName = "Normal.TableBody";
            this.textBox65.Value = "= Sum(Fields.ActionTaken)";
            // 
            // textBox75
            // 
            this.textBox75.Name = "textBox75";
            this.textBox75.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.45999997854232788D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox75.Style.Font.Name = "Arial Narrow";
            this.textBox75.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox75.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox75.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox75.StyleName = "Normal.TableGroup";
            this.textBox75.Value = "= Fields.PastCredit";
            // 
            // textBox73
            // 
            this.textBox73.Name = "textBox73";
            this.textBox73.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.56000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox73.Style.Font.Name = "Arial Narrow";
            this.textBox73.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox73.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox73.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox73.StyleName = "Normal.TableGroup";
            this.textBox73.Value = "= Fields.CurrentCredits";
            // 
            // textBox68
            // 
            this.textBox68.Name = "textBox68";
            this.textBox68.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.38999998569488525D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox68.Style.Font.Name = "Arial Narrow";
            this.textBox68.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox68.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox68.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox68.StyleName = "Normal.TableGroup";
            this.textBox68.Value = "= Fields.PastCredit + Fields.CurrentCredits";
            // 
            // textBox77
            // 
            this.textBox77.Name = "textBox77";
            this.textBox77.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.68000000715255737D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
            this.textBox77.Style.Font.Name = "Arial Narrow";
            this.textBox77.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox77.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox77.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox77.StyleName = "Normal.TableGroup";
            // 
            // textBox61
            // 
            this.textBox61.Name = "textBox61";
            this.textBox61.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.62000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox61.Style.Font.Name = "Arial Narrow";
            this.textBox61.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox61.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox61.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox61.StyleName = "Normal.TableGroup";
            this.textBox61.Value = "= Fields.Remarks";
            // 
            // textBox54
            // 
            this.textBox54.Name = "textBox54";
            this.textBox54.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.65999996662139893D), Telerik.Reporting.Drawing.Unit.Inch(0.19999995827674866D));
            this.textBox54.Style.Font.Name = "Arial Narrow";
            this.textBox54.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox54.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox54.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox54.StyleName = "Normal.TableGroup";
            this.textBox54.Value = "= Fields.Eligibility";
            // 
            // textBox47
            // 
            this.textBox47.Name = "textBox47";
            this.textBox47.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Point(78.0000228881836D));
            this.textBox47.Style.Font.Bold = true;
            this.textBox47.Style.Font.Name = "Cambria";
            this.textBox47.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox47.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox47.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox47.StyleName = "Normal.TableCorner";
            this.textBox47.Value = "AGE";
            // 
            // textBox55
            // 
            this.textBox55.Name = "textBox55";
            this.textBox55.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0000002384185791D), Telerik.Reporting.Drawing.Unit.Point(78.0000228881836D));
            this.textBox55.Style.Font.Bold = true;
            this.textBox55.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox55.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox55.StyleName = "Normal.TableCorner";
            this.textBox55.Value = "HOME ADDRESS";
            // 
            // textBox58
            // 
            this.textBox58.Name = "textBox58";
            this.textBox58.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.997916579246521D), Telerik.Reporting.Drawing.Unit.Point(34.000007629394531D));
            this.textBox58.Style.BorderColor.Bottom = System.Drawing.Color.Transparent;
            this.textBox58.Style.Font.Bold = true;
            this.textBox58.Style.Font.Name = "Arial Narrow";
            this.textBox58.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
            this.textBox58.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox58.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox58.StyleName = "Normal.TableCorner";
            this.textBox58.Value = "NAMES";
            // 
            // textBox56
            // 
            this.textBox56.Name = "textBox56";
            this.textBox56.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.997916579246521D), Telerik.Reporting.Drawing.Unit.Point(44.000019073486328D));
            this.textBox56.Style.BorderColor.Top = System.Drawing.Color.Transparent;
            this.textBox56.Style.Font.Bold = false;
            this.textBox56.Style.Font.Name = "Courier New";
            this.textBox56.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox56.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox56.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox56.StyleName = "Normal.TableCorner";
            this.textBox56.Value = "Female:";
            // 
            // promoF
            // 
            this.promoF.ConnectionString = "eSAR.Properties.Settings.DCFIdb";
            this.promoF.Name = "promoF";
            this.promoF.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@SY", System.Data.DbType.String, "= Parameters.SY.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@GradeLevel", System.Data.DbType.String, "= Parameters.GradeLevel.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@SectionCode", System.Data.DbType.String, "= Parameters.SectionCode.Value")});
            this.promoF.SelectCommand = resources.GetString("promoF.SelectCommand");
            // 
            // crosstab1
            // 
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.45999991893768311D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.49999991059303284D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.45999991893768311D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.55999982357025146D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.38999992609024048D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.68000000715255737D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.61999994516372681D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.65999996662139893D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.19999982416629791D)));
            this.crosstab1.Body.SetCellContent(0, 0, this.textBox21);
            this.crosstab1.Body.SetCellContent(0, 1, this.textBox22);
            this.crosstab1.Body.SetCellContent(0, 2, this.textBox24);
            this.crosstab1.Body.SetCellContent(0, 3, this.textBox27);
            this.crosstab1.Body.SetCellContent(0, 6, this.textBox32);
            this.crosstab1.Body.SetCellContent(0, 7, this.textBox37);
            this.crosstab1.Body.SetCellContent(0, 4, this.textBox17);
            this.crosstab1.Body.SetCellContent(0, 5, this.textBox20);
            tableGroup16.ReportItem = this.textBox8;
            tableGroup17.ReportItem = this.textBox2;
            tableGroup15.ChildGroups.Add(tableGroup16);
            tableGroup15.ChildGroups.Add(tableGroup17);
            tableGroup15.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Description"));
            tableGroup15.Name = "Description1";
            tableGroup15.ReportItem = this.textBox1;
            tableGroup15.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Description", Telerik.Reporting.SortDirection.Asc));
            tableGroup19.Name = "group1";
            tableGroup19.ReportItem = this.textBox3;
            tableGroup20.Name = "group3";
            tableGroup20.ReportItem = this.textBox15;
            tableGroup21.Name = "group12";
            tableGroup21.ReportItem = this.textBox16;
            tableGroup18.ChildGroups.Add(tableGroup19);
            tableGroup18.ChildGroups.Add(tableGroup20);
            tableGroup18.ChildGroups.Add(tableGroup21);
            tableGroup18.Name = "group";
            tableGroup18.ReportItem = this.textBox10;
            tableGroup22.Name = "group17";
            tableGroup22.ReportItem = this.textBox11;
            tableGroup23.Name = "group4";
            tableGroup23.ReportItem = this.textBox18;
            tableGroup24.Name = "group8";
            tableGroup24.ReportItem = this.textBox19;
            this.crosstab1.ColumnGroups.Add(tableGroup15);
            this.crosstab1.ColumnGroups.Add(tableGroup18);
            this.crosstab1.ColumnGroups.Add(tableGroup22);
            this.crosstab1.ColumnGroups.Add(tableGroup23);
            this.crosstab1.ColumnGroups.Add(tableGroup24);
            this.crosstab1.Corner.SetCellContent(0, 0, this.textBox13);
            this.crosstab1.Corner.SetCellContent(1, 0, this.textBox38);
            this.crosstab1.Corner.SetCellContent(0, 1, this.textBox14, 2, 1);
            this.crosstab1.Corner.SetCellContent(0, 2, this.textBox7, 2, 1);
            this.crosstab1.DataSource = this.promoM;
            this.crosstab1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox13,
            this.textBox14,
            this.textBox7,
            this.textBox38,
            this.textBox21,
            this.textBox22,
            this.textBox24,
            this.textBox27,
            this.textBox17,
            this.textBox20,
            this.textBox32,
            this.textBox37,
            this.textBox1,
            this.textBox8,
            this.textBox2,
            this.textBox10,
            this.textBox3,
            this.textBox15,
            this.textBox16,
            this.textBox11,
            this.textBox18,
            this.textBox19,
            this.textBox4,
            this.textBox5,
            this.textBox6});
            this.crosstab1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
            this.crosstab1.Name = "crosstab1";
            tableGroup31.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Eligibility"));
            tableGroup31.Name = "Eligibility1";
            tableGroup31.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Eligibility", Telerik.Reporting.SortDirection.Asc));
            tableGroup30.ChildGroups.Add(tableGroup31);
            tableGroup30.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Remarks"));
            tableGroup30.Name = "Remarks1";
            tableGroup30.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Remarks", Telerik.Reporting.SortDirection.Asc));
            tableGroup29.ChildGroups.Add(tableGroup30);
            tableGroup29.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.CurrentCredits"));
            tableGroup29.Name = "CurrentCredits1";
            tableGroup29.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.CurrentCredits", Telerik.Reporting.SortDirection.Asc));
            tableGroup28.ChildGroups.Add(tableGroup29);
            tableGroup28.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.PastCredit"));
            tableGroup28.Name = "PastCredit1";
            tableGroup28.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.PastCredit", Telerik.Reporting.SortDirection.Asc));
            tableGroup27.ChildGroups.Add(tableGroup28);
            tableGroup27.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Age"));
            tableGroup27.Name = "Age1";
            tableGroup27.ReportItem = this.textBox6;
            tableGroup27.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Age", Telerik.Reporting.SortDirection.Asc));
            tableGroup26.ChildGroups.Add(tableGroup27);
            tableGroup26.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.HomeAddress"));
            tableGroup26.Name = "HomeAddress1";
            tableGroup26.ReportItem = this.textBox5;
            tableGroup26.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.HomeAddress", Telerik.Reporting.SortDirection.Asc));
            tableGroup25.ChildGroups.Add(tableGroup26);
            tableGroup25.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.StudentName"));
            tableGroup25.Name = "StudentName1";
            tableGroup25.ReportItem = this.textBox4;
            tableGroup25.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.StudentName", Telerik.Reporting.SortDirection.Asc));
            this.crosstab1.RowGroups.Add(tableGroup25);
            this.crosstab1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.8299989700317383D), Telerik.Reporting.Drawing.Unit.Inch(1.283333420753479D));
            this.crosstab1.StyleName = "Normal.TableNormal";
            // 
            // textBox21
            // 
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.46000000834465027D), Telerik.Reporting.Drawing.Unit.Inch(0.19999995827674866D));
            this.textBox21.Style.Font.Name = "Arial Narrow";
            this.textBox21.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox21.StyleName = "Normal.TableBody";
            this.textBox21.Value = "= Sum(Fields.FinalRating)";
            // 
            // textBox22
            // 
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.19999995827674866D));
            this.textBox22.Style.Font.Name = "Arial Narrow";
            this.textBox22.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox22.StyleName = "Normal.TableBody";
            this.textBox22.Value = "= Sum(Fields.ActionTaken)";
            // 
            // textBox24
            // 
            this.textBox24.Name = "textBox24";
            this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.46000000834465027D), Telerik.Reporting.Drawing.Unit.Inch(0.19999995827674866D));
            this.textBox24.Style.Font.Name = "Arial Narrow";
            this.textBox24.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox24.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox24.StyleName = "Normal.TableGroup";
            this.textBox24.Value = "= Fields.PastCredit";
            // 
            // textBox27
            // 
            this.textBox27.Name = "textBox27";
            this.textBox27.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.56000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox27.Style.Font.Name = "Arial Narrow";
            this.textBox27.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox27.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox27.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox27.StyleName = "Normal.TableGroup";
            this.textBox27.Value = "= Fields.CurrentCredits";
            // 
            // textBox32
            // 
            this.textBox32.Name = "textBox32";
            this.textBox32.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.62000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox32.Style.Font.Name = "Arial Narrow";
            this.textBox32.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox32.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox32.StyleName = "Normal.TableGroup";
            this.textBox32.Value = "= Fields.Remarks";
            // 
            // textBox37
            // 
            this.textBox37.Name = "textBox37";
            this.textBox37.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.6600000262260437D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox37.Style.Font.Name = "Arial Narrow";
            this.textBox37.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox37.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox37.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox37.StyleName = "Normal.TableGroup";
            this.textBox37.Value = "= Fields.Eligibility";
            // 
            // textBox17
            // 
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.38999995589256287D), Telerik.Reporting.Drawing.Unit.Inch(0.19999995827674866D));
            this.textBox17.Style.Font.Name = "Arial Narrow";
            this.textBox17.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox17.StyleName = "Normal.TableGroup";
            this.textBox17.Value = "= Fields.PastCredit + Fields.CurrentCredits";
            // 
            // textBox20
            // 
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.6799999475479126D), Telerik.Reporting.Drawing.Unit.Inch(0.19999995827674866D));
            this.textBox20.Style.Font.Name = "Arial Narrow";
            this.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox20.StyleName = "Normal.TableGroup";
            // 
            // textBox13
            // 
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9999998807907105D), Telerik.Reporting.Drawing.Unit.Point(33.999996185302734D));
            this.textBox13.Style.BorderColor.Bottom = System.Drawing.Color.Transparent;
            this.textBox13.Style.Font.Bold = true;
            this.textBox13.Style.Font.Name = "Arial Narrow";
            this.textBox13.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
            this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox13.StyleName = "Normal.TableCorner";
            this.textBox13.Value = "NAMES";
            // 
            // textBox38
            // 
            this.textBox38.Name = "textBox38";
            this.textBox38.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9999998807907105D), Telerik.Reporting.Drawing.Unit.Point(44.000003814697266D));
            this.textBox38.Style.BorderColor.Top = System.Drawing.Color.Transparent;
            this.textBox38.Style.Font.Bold = false;
            this.textBox38.Style.Font.Name = "Courier New";
            this.textBox38.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.textBox38.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox38.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox38.StyleName = "Normal.TableCorner";
            this.textBox38.Value = "Male:";
            // 
            // textBox14
            // 
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.0000002384185791D), Telerik.Reporting.Drawing.Unit.Point(78.0000228881836D));
            this.textBox14.Style.Font.Bold = true;
            this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox14.StyleName = "Normal.TableCorner";
            this.textBox14.Value = "HOME ADDRESS";
            // 
            // textBox7
            // 
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Point(78.0000228881836D));
            this.textBox7.Style.Font.Bold = true;
            this.textBox7.Style.Font.Name = "Cambria";
            this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox7.StyleName = "Normal.TableCorner";
            this.textBox7.Value = "AGE";
            // 
            // promoM
            // 
            this.promoM.ConnectionString = "eSAR.Properties.Settings.DCFIdb";
            this.promoM.Name = "promoM";
            this.promoM.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@SY", System.Data.DbType.String, "= Parameters.SY.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@GradeLevel", System.Data.DbType.String, "= Parameters.GradeLevel.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@SectionCode", System.Data.DbType.String, "= Parameters.SectionCode.Value")});
            this.promoM.SelectCommand = resources.GetString("promoM.SelectCommand");
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // PromoReportTemplate1
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.Name = "PromoReportTemplate1";
            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.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), 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.Inch(8.5D), Telerik.Reporting.Drawing.Unit.Inch(13D));
            reportParameter1.Name = "SY";
            reportParameter1.Text = "SY";
            reportParameter1.Value = "2015-2016";
            reportParameter2.Name = "GradeLevel";
            reportParameter2.Text = "GradeLevel";
            reportParameter2.Value = "2";
            reportParameter3.Name = "SectionCode";
            reportParameter3.Text = "SectionCode";
            reportParameter3.Value = "8";
            reportParameter4.Name = "Section";
            reportParameter4.Value = "Cherry";
            reportParameter5.Name = "Category";
            reportParameter5.Value = "Primary";
            reportParameter6.Name = "TeacherName";
            reportParameter6.Value = "Ms.";
            reportParameter7.Name = "Title";
            reportParameter7.Value = "4";
            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);
            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(typeof(Telerik.Reporting.Table), "Normal.TableNormal")});
            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.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.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.TableBody")});
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector1});
            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);
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            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.TableHeader")});
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector2});
            styleRule4.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            descendantSelector3.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.TableGroup")});
            styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector3});
            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.Font.Name = "Tahoma";
            styleRule5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            descendantSelector4.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.TableCorner")});
            styleRule6.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector4});
            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);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4,
            styleRule5,
            styleRule6});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(10.104126930236816D);
            this.ItemDataBound += new System.EventHandler(this.PromoReportTemplate1_ItemDataBound);
            ((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.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();
     this.textBox1             = new Telerik.Reporting.TextBox();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.textBox13            = new Telerik.Reporting.TextBox();
     this.textBox15            = 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.sqlDataAdapter1      = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlSelectCommand1    = new System.Data.SqlClient.SqlCommand();
     this.sqlConnection1       = new System.Data.SqlClient.SqlConnection();
     this.textBox7             = new Telerik.Reporting.TextBox();
     this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.textBox5             = new Telerik.Reporting.TextBox();
     this.textBox12            = new Telerik.Reporting.TextBox();
     this.textBox14            = new Telerik.Reporting.TextBox();
     this.textBox16            = new Telerik.Reporting.TextBox();
     this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
     this.textBox2             = new Telerik.Reporting.TextBox();
     this.textBox3             = new Telerik.Reporting.TextBox();
     this.textBox6             = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox1
     //
     this.textBox1.Name  = "textBox1";
     this.textBox1.Size  = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.0000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.99999988079071045D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox1.Value = "Producto";
     //
     // detail
     //
     this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.40000021457672119D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox13,
         this.textBox15,
         this.textBox8,
         this.textBox9,
         this.textBox10,
         this.textBox11
     });
     this.detail.Name = "detail";
     //
     // textBox13
     //
     this.textBox13.Format   = "{0:C2}";
     this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.3229166269302368D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox13.Name     = "textBox13";
     this.textBox13.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox13.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox13.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox13.Style.Font.Name           = "Verdana";
     this.textBox13.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox13.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox13.TextWrap = false;
     this.textBox13.Value    = "= Fields.[Prd_Descripcion]";
     //
     // textBox15
     //
     this.textBox15.Format = "{0}";
     this.textBox15.Name   = "textBox15";
     this.textBox15.Size   = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.1229166984558106D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox15.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox15.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox15.Style.Font.Name           = "Verdana";
     this.textBox15.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox15.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox15.Value = "= Fields.[Id_Prd]";
     //
     // textBox8
     //
     this.textBox8.Format   = "{0:C2}";
     this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.3229169845581055D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.9999996423721314D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox8.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox8.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox8.Style.Font.Name           = "Verdana";
     this.textBox8.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox8.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox8.Value = "= Fields.mes3";
     //
     // textBox9
     //
     this.textBox9.Format   = "{0:C2}";
     this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(9.3229160308837891D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox9.Name     = "textBox9";
     this.textBox9.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.9999994039535523D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox9.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox9.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox9.Style.Font.Name           = "Verdana";
     this.textBox9.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox9.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox9.Value = "= Fields.mes2";
     //
     // textBox10
     //
     this.textBox10.Format   = "{0:C2}";
     this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.322916030883789D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox10.Name     = "textBox10";
     this.textBox10.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.9999994039535523D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox10.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox10.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox10.Style.Font.Name           = "Verdana";
     this.textBox10.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox10.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox10.Value = "= Fields.mes1";
     //
     // textBox11
     //
     this.textBox11.Format   = "{0:C2}";
     this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(13.322916030883789D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.9999994039535523D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox11.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox11.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox11.Style.Font.Name           = "Verdana";
     this.textBox11.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox11.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox11.Value = "= Fields.Total";
     //
     // sqlDataAdapter1
     //
     this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
     this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "spRepVenImproductivos_SubReporte", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("Id_Ter", "Id_Ter"),
             new System.Data.Common.DataColumnMapping("Id_Prd", "Id_Prd"),
             new System.Data.Common.DataColumnMapping("Prd_Descripcion", "Prd_Descripcion"),
             new System.Data.Common.DataColumnMapping("mes1", "mes1"),
             new System.Data.Common.DataColumnMapping("mes2", "mes2"),
             new System.Data.Common.DataColumnMapping("mes3", "mes3"),
             new System.Data.Common.DataColumnMapping("Total", "Total")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText    = "dbo.spRepVenImproductivos_SubReporte";
     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("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, 0),
         new System.Data.SqlClient.SqlParameter("@Id_Emp", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, ""),
         new System.Data.SqlClient.SqlParameter("@Id_Cd", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, ""),
         new System.Data.SqlClient.SqlParameter("@Id_Spo", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, ""),
         new System.Data.SqlClient.SqlParameter("@Id_Cte", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, ""),
         new System.Data.SqlClient.SqlParameter("@Id_Ter", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "")
     });
     //
     // sqlConnection1
     //
     this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
     //
     // textBox7
     //
     this.textBox7.Name  = "textBox7";
     this.textBox7.Size  = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.0000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.99999988079071045D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox7.Value = "Producto";
     //
     // reportFooterSection1
     //
     this.reportFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(0.40000021457672119D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.textBox5,
         this.textBox12,
         this.textBox14,
         this.textBox16
     });
     this.reportFooterSection1.Name = "reportFooterSection1";
     //
     // textBox4
     //
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5.1000003814697266D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox4.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox4.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox4.Style.Font.Bold           = true;
     this.textBox4.Style.Font.Name           = "Verdana";
     this.textBox4.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox4.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox4.TextWrap = false;
     this.textBox4.Value    = "Total de venta en el cliente";
     //
     // textBox5
     //
     this.textBox5.Format   = "{0:C2}";
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.323115348815918D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.0186105587072234E-07D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.9999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox5.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox5.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox5.Style.Font.Bold           = true;
     this.textBox5.Style.Font.Name           = "Verdana";
     this.textBox5.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox5.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox5.TextWrap = false;
     this.textBox5.Value    = "=Sum(Fields.mes1)";
     //
     // textBox12
     //
     this.textBox12.Format   = "{0:C2}";
     this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(9.323115348815918D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox12.Name     = "textBox12";
     this.textBox12.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.9999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox12.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox12.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox12.Style.Font.Bold           = true;
     this.textBox12.Style.Font.Name           = "Verdana";
     this.textBox12.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox12.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox12.TextWrap = false;
     this.textBox12.Value    = "=Sum(Fields.mes2)";
     //
     // textBox14
     //
     this.textBox14.Format   = "{0:C2}";
     this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.323115348815918D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox14.Name     = "textBox14";
     this.textBox14.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.9999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox14.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox14.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox14.Style.Font.Bold           = true;
     this.textBox14.Style.Font.Name           = "Verdana";
     this.textBox14.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox14.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox14.TextWrap = false;
     this.textBox14.Value    = "=Sum(Fields.mes3)";
     //
     // textBox16
     //
     this.textBox16.Format   = "{0:C2}";
     this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(13.323114395141602D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox16.Name     = "textBox16";
     this.textBox16.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.9999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox16.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox16.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox16.Style.Font.Bold           = true;
     this.textBox16.Style.Font.Name           = "Verdana";
     this.textBox16.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox16.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox16.TextWrap = false;
     this.textBox16.Value    = "=Sum(Fields.Total)";
     //
     // reportHeaderSection1
     //
     this.reportHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(0.52291661500930786D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.reportHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox3,
         this.textBox6
     });
     this.reportHeaderSection1.Name          = "reportHeaderSection1";
     this.reportHeaderSection1.Style.Visible = true;
     //
     // textBox2
     //
     this.textBox2.Format   = "{0}";
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.0999000295996666D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3229166269302368D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.42301660776138306D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox2.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox2.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox2.Style.Font.Name           = "Verdana";
     this.textBox2.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox2.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.Value = "Núm.";
     //
     // textBox3
     //
     this.textBox3.Format   = "{0}";
     this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.3229166269302368D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.09980010986328125D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.423116534948349D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox3.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox3.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox3.Style.Font.Name           = "Verdana";
     this.textBox3.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox3.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.Value = "Producto";
     //
     // textBox6
     //
     this.textBox6.Format   = "{0}";
     this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(13.322915077209473D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.12291663140058518D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.9999983310699463D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox6.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox6.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox6.Style.Font.Name           = "Verdana";
     this.textBox6.Style.Font.Size           = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox6.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.Value = "Total";
     //
     // SubImproductividad
     //
     this.DataSource = this.sqlDataAdapter1;
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail,
         this.reportFooterSection1,
         this.reportHeaderSection1
     });
     this.PageSettings.Landscape      = false;
     this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.Margins.Left   = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.Margins.Right  = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.Margins.Top    = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.PaperKind      = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name            = "Id_Emp";
     reportParameter2.Name            = "Id_Cd";
     reportParameter3.Name            = "Id_Spo";
     reportParameter4.Name            = "Id_Cte";
     reportParameter5.Name            = "Id_Ter";
     reportParameter6.Name            = "Emp_Cnx";
     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;
     this.Width           = new Telerik.Reporting.Drawing.Unit(15.323114395141602D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.NeedDataSource += new System.EventHandler(this.SubRelacionCobranza_NeedDataSource);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
示例#27
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();
 }
示例#28
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(RptLab));
     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.Drawing.FormattingRule formattingRule1  = new Telerik.Reporting.Drawing.FormattingRule();
     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();
     this.textBox23           = new Telerik.Reporting.TextBox();
     this.textBox1            = new Telerik.Reporting.TextBox();
     this.textBox24           = new Telerik.Reporting.TextBox();
     this.textBox3            = new Telerik.Reporting.TextBox();
     this.textBox25           = new Telerik.Reporting.TextBox();
     this.textBox5            = new Telerik.Reporting.TextBox();
     this.textBox26           = new Telerik.Reporting.TextBox();
     this.textBox7            = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1  = new Telerik.Reporting.PageHeaderSection();
     this.pictureBox1         = new Telerik.Reporting.PictureBox();
     this.pictureBox2         = new Telerik.Reporting.PictureBox();
     this.textBox34           = new Telerik.Reporting.TextBox();
     this.textBox35           = new Telerik.Reporting.TextBox();
     this.textBox36           = new Telerik.Reporting.TextBox();
     this.textBox37           = new Telerik.Reporting.TextBox();
     this.textBox38           = new Telerik.Reporting.TextBox();
     this.detail              = new Telerik.Reporting.DetailSection();
     this.table1              = new Telerik.Reporting.Table();
     this.textBox2            = new Telerik.Reporting.TextBox();
     this.textBox4            = new Telerik.Reporting.TextBox();
     this.textBox6            = new Telerik.Reporting.TextBox();
     this.textBox8            = new Telerik.Reporting.TextBox();
     this.DsLaboratoryDetails = new Telerik.Reporting.ObjectDataSource();
     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.textBox17           = new Telerik.Reporting.TextBox();
     this.textBox18           = new Telerik.Reporting.TextBox();
     this.textBox19           = new Telerik.Reporting.TextBox();
     this.textBox20           = new Telerik.Reporting.TextBox();
     this.textBox21           = new Telerik.Reporting.TextBox();
     this.textBox22           = new Telerik.Reporting.TextBox();
     this.textBox27           = new Telerik.Reporting.TextBox();
     this.textBox28           = new Telerik.Reporting.TextBox();
     this.pageFooterSection1  = new Telerik.Reporting.PageFooterSection();
     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.textBox29           = new Telerik.Reporting.TextBox();
     this.DsLaboratory        = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox23
     //
     this.textBox23.Name      = "textBox23";
     this.textBox23.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3020825386047363D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox23.StyleName = "";
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3020823001861572D), Telerik.Reporting.Drawing.Unit.Inch(0.40624994039535522D));
     this.textBox1.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(216)))), ((int)(((byte)(167)))));
     this.textBox1.Style.Font.Bold       = true;
     this.textBox1.Style.Padding.Left    = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox1.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value = "Nombre - Prueba";
     //
     // textBox24
     //
     this.textBox24.Name      = "textBox24";
     this.textBox24.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7604165077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox24.StyleName = "";
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7604165077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.40624994039535522D));
     this.textBox3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(216)))), ((int)(((byte)(167)))));
     this.textBox3.Style.Font.Bold       = true;
     this.textBox3.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value = "Resultado";
     //
     // textBox25
     //
     this.textBox25.Name      = "textBox25";
     this.textBox25.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2499991655349731D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox25.StyleName = "";
     //
     // textBox5
     //
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2499992847442627D), Telerik.Reporting.Drawing.Unit.Inch(0.40624994039535522D));
     this.textBox5.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(216)))), ((int)(((byte)(167)))));
     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 = "Valor de Referencia";
     //
     // textBox26
     //
     this.textBox26.Name      = "textBox26";
     this.textBox26.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1666653156280518D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox26.StyleName = "";
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1666651964187622D), Telerik.Reporting.Drawing.Unit.Inch(0.40624994039535522D));
     this.textBox7.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(216)))), ((int)(((byte)(167)))));
     this.textBox7.Style.Font.Bold       = true;
     this.textBox7.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.StyleName             = "";
     this.textBox7.Value = "Unidades";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.8000000715255737D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.pictureBox2,
         this.textBox34,
         this.textBox35,
         this.textBox36,
         this.textBox37,
         this.textBox38
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     this.pageHeaderSection1.Style.BorderColor.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(146)))), ((int)(((byte)(255)))));
     this.pageHeaderSection1.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.pageHeaderSection1.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.pictureBox1.MimeType = "image/png";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(1.2000001668930054D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // pictureBox2
     //
     this.pictureBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.pictureBox2.MimeType = "image/png";
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0792016983032227D), Telerik.Reporting.Drawing.Unit.Inch(1.100000262260437D));
     this.pictureBox2.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox2.Value    = ((object)(resources.GetObject("pictureBox2.Value")));
     //
     // textBox34
     //
     this.textBox34.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5001182556152344D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
     this.textBox34.Name                = "textBox34";
     this.textBox34.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.6791229248046875D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox34.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(116)))), ((int)(((byte)(188)))));
     this.textBox34.Style.Font.Bold     = true;
     this.textBox34.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox34.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox34.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox34.Value               = "CENTRO MEDICO Y DENTAL";
     //
     // textBox35
     //
     this.textBox35.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5001182556152344D), Telerik.Reporting.Drawing.Unit.Inch(0.5D));
     this.textBox35.Name            = "textBox35";
     this.textBox35.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.6791229248046875D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.textBox35.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(116)))), ((int)(((byte)(188)))));
     this.textBox35.Style.Font.Bold = true;
     this.textBox35.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(20D);
     this.textBox35.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox35.Value           = "VITALMED";
     //
     // textBox36
     //
     this.textBox36.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5001182556152344D), Telerik.Reporting.Drawing.Unit.Inch(0.80007869005203247D));
     this.textBox36.Name                = "textBox36";
     this.textBox36.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.6791234016418457D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox36.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(116)))), ((int)(((byte)(188)))));
     this.textBox36.Style.Font.Bold     = true;
     this.textBox36.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox36.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox36.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox36.Value               = "RUC: 155611035-2-2015  DV 80";
     //
     // textBox37
     //
     this.textBox37.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5001182556152344D), Telerik.Reporting.Drawing.Unit.Inch(1.1000000238418579D));
     this.textBox37.Name                = "textBox37";
     this.textBox37.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.6791234016418457D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox37.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(116)))), ((int)(((byte)(188)))));
     this.textBox37.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox37.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox37.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox37.Value               = "Calle 9na, Don Ahorro, Local #6, Parque Lefevre, Panamá";
     //
     // textBox38
     //
     this.textBox38.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5001182556152344D), Telerik.Reporting.Drawing.Unit.Inch(1.3999999761581421D));
     this.textBox38.Name                = "textBox38";
     this.textBox38.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.6791229248046875D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox38.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(116)))), ((int)(((byte)(188)))));
     this.textBox38.Style.Font.Bold     = true;
     this.textBox38.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox38.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox38.Value               = "Tel: 394-4794 / 6508-1844 \tCorreo: [email protected]";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(2.9999208450317383D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table1,
         this.textBox9,
         this.textBox10,
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox14,
         this.textBox15,
         this.textBox16,
         this.textBox17,
         this.textBox18,
         this.textBox19,
         this.textBox20,
         this.textBox21,
         this.textBox22,
         this.textBox27,
         this.textBox28
     });
     this.detail.Name = "detail";
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(2.3020823001861572D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(2.7604165077209473D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.2499992847442627D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.1666651964187622D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.23958338797092438D)));
     this.table1.Body.SetCellContent(0, 0, this.textBox2);
     this.table1.Body.SetCellContent(0, 1, this.textBox4);
     this.table1.Body.SetCellContent(0, 2, this.textBox6);
     this.table1.Body.SetCellContent(0, 3, this.textBox8);
     tableGroup2.Name       = "group1";
     tableGroup2.ReportItem = this.textBox23;
     tableGroup1.ChildGroups.Add(tableGroup2);
     tableGroup1.Name       = "tableGroup";
     tableGroup1.ReportItem = this.textBox1;
     tableGroup4.Name       = "group2";
     tableGroup4.ReportItem = this.textBox24;
     tableGroup3.ChildGroups.Add(tableGroup4);
     tableGroup3.Name       = "tableGroup1";
     tableGroup3.ReportItem = this.textBox3;
     tableGroup6.Name       = "group3";
     tableGroup6.ReportItem = this.textBox25;
     tableGroup5.ChildGroups.Add(tableGroup6);
     tableGroup5.Name       = "tableGroup2";
     tableGroup5.ReportItem = this.textBox5;
     tableGroup8.Name       = "group4";
     tableGroup8.ReportItem = this.textBox26;
     tableGroup7.ChildGroups.Add(tableGroup8);
     tableGroup7.Name       = "group";
     tableGroup7.ReportItem = this.textBox7;
     this.table1.ColumnGroups.Add(tableGroup1);
     this.table1.ColumnGroups.Add(tableGroup3);
     this.table1.ColumnGroups.Add(tableGroup5);
     this.table1.ColumnGroups.Add(tableGroup7);
     this.table1.DataSource = this.DsLaboratoryDetails;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox4,
         this.textBox6,
         this.textBox8,
         this.textBox1,
         this.textBox23,
         this.textBox3,
         this.textBox24,
         this.textBox5,
         this.textBox25,
         this.textBox7,
         this.textBox26
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D), Telerik.Reporting.Drawing.Unit.Inch(1.3000001907348633D));
     this.table1.Name     = "table1";
     tableGroup9.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup9.Name = "detailTableGroup";
     this.table1.RowGroups.Add(tableGroup9);
     this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.47916316986084D), Telerik.Reporting.Drawing.Unit.Inch(0.845833420753479D));
     this.table1.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
     this.table1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.table1.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.table1.Style.Padding.Top         = Telerik.Reporting.Drawing.Unit.Point(0D);
     //
     // textBox2
     //
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3020825386047363D), Telerik.Reporting.Drawing.Unit.Inch(0.2395833283662796D));
     this.textBox2.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox2.Value = "= Fields.LabDetail";
     //
     // textBox4
     //
     formattingRule1.Filters.Add(new Telerik.Reporting.Filter("= Fields.Remark", Telerik.Reporting.FilterOperator.Equal, "true"));
     formattingRule1.Style.Font.Bold = true;
     this.textBox4.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
         formattingRule1
     });
     this.textBox4.Name  = "textBox4";
     this.textBox4.Size  = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7604165077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.2395833283662796D));
     this.textBox4.Value = "= Fields.LabResult";
     //
     // textBox6
     //
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2499996423721314D), Telerik.Reporting.Drawing.Unit.Inch(0.2395833283662796D));
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.Value           = "= Fields.LabReference";
     //
     // textBox8
     //
     this.textBox8.Name            = "textBox8";
     this.textBox8.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1666663885116577D), Telerik.Reporting.Drawing.Unit.Inch(0.2395833283662796D));
     this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox8.StyleName       = "";
     this.textBox8.Value           = "= Fields.LabUnit";
     //
     // DsLaboratoryDetails
     //
     this.DsLaboratoryDetails.DataMember = "GetDataTableFromXml";
     this.DsLaboratoryDetails.DataSource = typeof(LabsLibrary.RptController);
     this.DsLaboratoryDetails.Name       = "DsLaboratoryDetails";
     this.DsLaboratoryDetails.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
         new Telerik.Reporting.ObjectDataSourceParameter("Xml", typeof(string), "= Parameters.XmlLaboratoryDetails.Value")
     });
     //
     // textBox9
     //
     this.textBox9.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox9.Name                = "textBox9";
     this.textBox9.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2999213933944702D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox9.Style.Font.Bold     = true;
     this.textBox9.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.Value               = "Nombre:";
     //
     // textBox10
     //
     this.textBox10.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.40007910132408142D));
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2999212741851807D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox10.Style.Font.Bold     = true;
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.Value               = "Examen N°:";
     //
     // textBox11
     //
     this.textBox11.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.60015803575515747D));
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2999213933944702D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox11.Style.Font.Bold     = true;
     this.textBox11.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.Value               = "Fecha de Ingreso:";
     //
     // textBox12
     //
     this.textBox12.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.Value               = "= Fields.Patient";
     //
     // textBox13
     //
     this.textBox13.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.40007910132408142D));
     this.textBox13.Name                = "textBox13";
     this.textBox13.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.Value               = "= Fields.Id";
     //
     // textBox14
     //
     this.textBox14.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.60015803575515747D));
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.Value               = "= Fields.CreateDate";
     //
     // textBox15
     //
     this.textBox15.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox15.Name                = "textBox15";
     this.textBox15.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999213695526123D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox15.Style.Font.Bold     = true;
     this.textBox15.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.Value               = "N° Identificación:";
     //
     // textBox16
     //
     this.textBox16.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.40007910132408142D));
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999216079711914D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox16.Style.Font.Bold     = true;
     this.textBox16.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.Value               = "Edad:";
     //
     // textBox17
     //
     this.textBox17.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.60015803575515747D));
     this.textBox17.Name                = "textBox17";
     this.textBox17.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999216079711914D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox17.Style.Font.Bold     = true;
     this.textBox17.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.Value               = "Medico:";
     //
     // textBox18
     //
     this.textBox18.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.200000524520874D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.Value               = "= Fields.PersonalId";
     //
     // textBox19
     //
     this.textBox19.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.40007910132408142D));
     this.textBox19.Name                = "textBox19";
     this.textBox19.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.200000524520874D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox19.Value               = "= Fields.Years";
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.1000003814697266D), Telerik.Reporting.Drawing.Unit.Inch(0.60015803575515747D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.200000524520874D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Value               = "= Fields.Doctor";
     //
     // textBox21
     //
     this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.textBox21.Name     = "textBox21";
     this.textBox21.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.30000019073486328D));
     this.textBox21.Style.BackgroundColor  = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(146)))), ((int)(((byte)(255)))));
     this.textBox21.Style.BorderColor.Left = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
     this.textBox21.Style.BorderColor.Top  = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
     this.textBox21.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox21.Style.BorderStyle.Top  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox21.Style.Color            = System.Drawing.Color.White;
     this.textBox21.Style.Font.Bold        = true;
     this.textBox21.Style.Font.Size        = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox21.Style.Padding.Left     = Telerik.Reporting.Drawing.Unit.Point(15D);
     this.textBox21.Style.VerticalAlign    = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox21.Value = "Análisis:";
     //
     // textBox22
     //
     this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.2001180648803711D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.textBox22.Name     = "textBox22";
     this.textBox22.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.279085636138916D), Telerik.Reporting.Drawing.Unit.Inch(0.30000019073486328D));
     this.textBox22.Style.BackgroundColor   = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(146)))), ((int)(((byte)(255)))));
     this.textBox22.Style.BorderColor.Right = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
     this.textBox22.Style.BorderColor.Top   = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
     this.textBox22.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox22.Style.BorderStyle.Top   = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox22.Style.Color             = System.Drawing.Color.White;
     this.textBox22.Style.Font.Bold         = true;
     this.textBox22.Style.Font.Size         = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox22.Style.TextAlign         = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox22.Style.VerticalAlign     = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox22.Value = "= Fields.LabName";
     //
     // textBox27
     //
     this.textBox27.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D), Telerik.Reporting.Drawing.Unit.Inch(2.2999207973480225D));
     this.textBox27.Name     = "textBox27";
     this.textBox27.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2021217346191406D), Telerik.Reporting.Drawing.Unit.Inch(0.25D));
     this.textBox27.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox27.Style.Font.Bold          = true;
     this.textBox27.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox27.Value = "Observaciones:";
     //
     // textBox28
     //
     this.textBox28.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D), Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D));
     this.textBox28.Name     = "textBox28";
     this.textBox28.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.3792028427124023D), Telerik.Reporting.Drawing.Unit.Inch(0.19992160797119141D));
     this.textBox28.Value    = "= Fields.Observation";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.60000038146972656D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox30,
         this.textBox31,
         this.textBox32,
         this.textBox33,
         this.textBox29
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     this.pageFooterSection1.Style.BorderColor.Top = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(146)))), ((int)(((byte)(255)))));
     this.pageFooterSection1.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
     this.pageFooterSection1.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
     //
     // textBox30
     //
     this.textBox30.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19992096722126007D), Telerik.Reporting.Drawing.Unit.Inch(0.40000024437904358D));
     this.textBox30.Name            = "textBox30";
     this.textBox30.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1000791788101196D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox30.Style.Font.Bold = true;
     this.textBox30.Value           = "Procesado por:";
     //
     // textBox31
     //
     this.textBox31.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.3000789880752564D), Telerik.Reporting.Drawing.Unit.Inch(0.40000024437904358D));
     this.textBox31.Name     = "textBox31";
     this.textBox31.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox31.Value    = "= Fields.DisplayName";
     //
     // textBox32
     //
     this.textBox32.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.5000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(0.40000024437904358D));
     this.textBox32.Name            = "textBox32";
     this.textBox32.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.56253784894943237D), Telerik.Reporting.Drawing.Unit.Inch(0.19999949634075165D));
     this.textBox32.Style.Font.Bold = true;
     this.textBox32.Value           = "Fecha:";
     //
     // textBox33
     //
     this.textBox33.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.06261682510376D), Telerik.Reporting.Drawing.Unit.Inch(0.40000024437904358D));
     this.textBox33.Name     = "textBox33";
     this.textBox33.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2373836040496826D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox33.Value    = "= Fields.CreateDate.Date";
     //
     // textBox29
     //
     this.textBox29.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.0207977294921875D), Telerik.Reporting.Drawing.Unit.Inch(0.10000038146972656D));
     this.textBox29.Name            = "textBox29";
     this.textBox29.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.47916316986084D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
     this.textBox29.Style.Font.Bold = true;
     this.textBox29.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox29.Value           = "SU MÉDICO ES EL ÚNICO ENCARGADO DE INTERPRETAR LOS RESULTADOS.";
     //
     // DsLaboratory
     //
     this.DsLaboratory.DataMember = "GetDataTableFromXml";
     this.DsLaboratory.DataSource = typeof(LabsLibrary.RptController);
     this.DsLaboratory.Name       = "DsLaboratory";
     this.DsLaboratory.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
         new Telerik.Reporting.ObjectDataSourceParameter("Xml", typeof(string), "= Parameters.XmlLaboratory.Value")
     });
     //
     // RptLab
     //
     this.DataSource = this.DsLaboratory;
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "RptLab";
     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.5D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name       = "XmlLaboratory";
     reportParameter1.Value      = resources.GetString("reportParameter1.Value");
     reportParameter2.Name       = "XmlLaboratoryDetails";
     reportParameter2.Value      = resources.GetString("reportParameter2.Value");
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     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.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.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter3 = new Telerik.Reporting.ReportParameter();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.dsSonKonum = new Telerik.Reporting.SqlDataSource();
            this.dsPlakaList = new Telerik.Reporting.SqlDataSource();
            this.dsTMesafe = new Telerik.Reporting.SqlDataSource();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.detail.Name = "detail";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // dsSonKonum
            // 
            this.dsSonKonum.ConnectionString = "MySisRapor.Properties.Settings.ElektrometreServer17817";
            this.dsSonKonum.Name = "dsSonKonum";
            this.dsSonKonum.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@arcSer1No", System.Data.DbType.Int32, "=Parameters.arcSer1No.Value")});
            this.dsSonKonum.SelectCommand = "SELECT        TOP (1) DT_ADRES\r\nFROM            ATS_DATA\r\nWHERE        (ARC_SER1N" +
                "O = @arcSer1No) AND (DT_ADRES <> \'-\')\r\nORDER BY DT_TAR1H DESC";
            // 
            // dsPlakaList
            // 
            this.dsPlakaList.ConnectionString = "MySisRapor.Properties.Settings.ElektrometreServer17817";
            this.dsPlakaList.Name = "dsAracList";
            this.dsPlakaList.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@kulAd", System.Data.DbType.String, "=Parameters.kulAd.Value")});
            this.dsPlakaList.SelectCommand = "SELECT ARC_SER1NO, ARC_PLAKA FROM bayifirma INNER JOIN ATS_ARACLAR ON bayifirma.s" +
                "erino = CONVERT(VARCHAR, ATS_ARACLAR.ARC_SER1NO) where  bayifirma.bayia=@kulAd o" +
                "rder by bayifirma.firma";
            // 
            // dsTMesafe
            // 
            this.dsTMesafe.ConnectionString = "MySisRapor.Properties.Settings.ElektrometreServer17817";
            this.dsTMesafe.Name = "dsTMesafe";
            this.dsTMesafe.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@basTar", System.Data.DbType.DateTime, "=Parameters.basTar.Value.Date")});
            this.dsTMesafe.SelectCommand = "SELECT        SUM(DT_MESAFE) AS DT_TMESAFE\r\nFROM            ATS_DATA\r\nWHERE      " +
                "  (DT_TAR1H BETWEEN @basTar AND @basTar + 1)";
            // 
            // RprSonKonum
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.AllowBlank = false;
            reportParameter1.Name = "kulAd";
            reportParameter1.Text = "kulAd";
            reportParameter2.AvailableValues.DataSource = this.dsPlakaList;
            reportParameter2.AvailableValues.DisplayMember = "= Fields.ARC_PLAKA";
            reportParameter2.AvailableValues.ValueMember = "= Fields.ARC_SER1NO";
            reportParameter2.Name = "arcSer1No";
            reportParameter2.Text = "Plaka";
            reportParameter2.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter2.Value = "= Fields.ARC_SER1NO";
            reportParameter2.Visible = true;
            reportParameter3.Name = "basTar";
            reportParameter3.Text = "Tarih";
            reportParameter3.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter3.Value = "=Now()";
            reportParameter3.Visible = true;
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.ReportParameters.Add(reportParameter3);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
示例#30
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(MassStartDrawReport));
     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.ReportParameter   reportParameter1     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter   reportParameter2     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.Drawing.StyleRule styleRule1           = new Telerik.Reporting.Drawing.StyleRule();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.textBox17          = new Telerik.Reporting.TextBox();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.resultTable        = new Telerik.Reporting.Table();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.textBox8           = new Telerik.Reporting.TextBox();
     this.textBox18          = new Telerik.Reporting.TextBox();
     this.racesDataSource    = new Telerik.Reporting.ObjectDataSource();
     this.textBox27          = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.textBox26          = new Telerik.Reporting.TextBox();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.pictureBox1        = new Telerik.Reporting.PictureBox();
     this.pictureBox2        = new Telerik.Reporting.PictureBox();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     this.textBox30          = new Telerik.Reporting.TextBox();
     this.textBox28          = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0000005960464478D), Telerik.Reporting.Drawing.Unit.Cm(0.50999999046325684D));
     this.textBox3.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.Font.Bold          = true;
     this.textBox3.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox3.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     resources.ApplyResources(this.textBox3, "textBox3");
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.2013883590698242D), Telerik.Reporting.Drawing.Unit.Cm(0.50999993085861206D));
     this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.Font.Bold          = true;
     this.textBox7.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     resources.ApplyResources(this.textBox7, "textBox7");
     //
     // textBox17
     //
     this.textBox17.Name = "textBox17";
     this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.51000005006790161D));
     this.textBox17.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.Font.Bold          = true;
     this.textBox17.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox17.StyleName = "";
     resources.ApplyResources(this.textBox17, "textBox17");
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.83070868253707886D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.resultTable,
         this.textBox27
     });
     this.detail.Name = "detail";
     //
     // resultTable
     //
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.0000004768371582D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(8.2013883590698242D)));
     this.resultTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.9999997615814209D)));
     this.resultTable.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.59999984502792358D)));
     this.resultTable.Body.SetCellContent(0, 0, this.textBox4);
     this.resultTable.Body.SetCellContent(0, 1, this.textBox8);
     this.resultTable.Body.SetCellContent(0, 2, this.textBox18);
     tableGroup2.Name = "group5";
     tableGroup1.ChildGroups.Add(tableGroup2);
     tableGroup1.Name       = "tableGroup";
     tableGroup1.ReportItem = this.textBox3;
     tableGroup4.Name       = "group7";
     tableGroup3.ChildGroups.Add(tableGroup4);
     tableGroup3.Name       = "tableGroup2";
     tableGroup3.ReportItem = this.textBox7;
     tableGroup6.Name       = "group11";
     tableGroup5.ChildGroups.Add(tableGroup6);
     tableGroup5.Name       = "group4";
     tableGroup5.ReportItem = this.textBox17;
     this.resultTable.ColumnGroups.Add(tableGroup1);
     this.resultTable.ColumnGroups.Add(tableGroup3);
     this.resultTable.ColumnGroups.Add(tableGroup5);
     this.resultTable.ColumnHeadersPrintOnEveryPage = true;
     this.resultTable.DataSource = this.racesDataSource;
     this.resultTable.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.textBox8,
         this.textBox18,
         this.textBox3,
         this.textBox7,
         this.textBox17
     });
     this.resultTable.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Cm(1D));
     this.resultTable.Name     = "resultTable";
     tableGroup7.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup7.Name = "detailTableGroup";
     this.resultTable.RowGroups.Add(tableGroup7);
     this.resultTable.RowHeadersPrintOnEveryPage = true;
     this.resultTable.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.201388359069824D), Telerik.Reporting.Drawing.Unit.Cm(1.1099998950958252D));
     //
     // textBox4
     //
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox4.Style.BorderColor.Bottom = System.Drawing.Color.DarkGray;
     this.textBox4.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox4.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox4.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox4.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     resources.ApplyResources(this.textBox4, "textBox4");
     //
     // textBox8
     //
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.2013883590698242D), Telerik.Reporting.Drawing.Unit.Cm(0.59999990463256836D));
     this.textBox8.Style.BorderColor.Bottom = System.Drawing.Color.DarkGray;
     this.textBox8.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox8.Style.Font.Bold          = true;
     this.textBox8.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox8.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     resources.ApplyResources(this.textBox8, "textBox8");
     //
     // textBox18
     //
     this.textBox18.Name = "textBox18";
     this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox18.Style.BorderColor.Bottom = System.Drawing.Color.DarkGray;
     this.textBox18.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox18.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox18.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox18.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.StyleName = "";
     resources.ApplyResources(this.textBox18, "textBox18");
     //
     // racesDataSource
     //
     this.racesDataSource.DataSource = typeof(Emando.Vantage.Entities.Competitions.Race);
     this.racesDataSource.Name       = "racesDataSource";
     //
     // textBox27
     //
     this.textBox27.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(9.9869059340562671E-05D));
     this.textBox27.Name     = "textBox27";
     this.textBox27.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.999801635742188D), Telerik.Reporting.Drawing.Unit.Cm(0.60000032186508179D));
     this.textBox27.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox27.Style.Font.Bold          = true;
     this.textBox27.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox27.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox27, "textBox27");
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox26,
         this.textBox2,
         this.textBox1,
         this.pictureBox1,
         this.pictureBox2
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox26
     //
     this.textBox26.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.6079683303833008D), Telerik.Reporting.Drawing.Unit.Cm(0.79843920469284058D));
     this.textBox26.Name            = "textBox26";
     this.textBox26.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.794668197631836D), Telerik.Reporting.Drawing.Unit.Cm(0.50000011920928955D));
     this.textBox26.Style.Font.Bold = true;
     this.textBox26.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox26.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox26, "textBox26");
     //
     // textBox2
     //
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.6079683303833008D), Telerik.Reporting.Drawing.Unit.Cm(1.2986392974853516D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.78852653503418D), Telerik.Reporting.Drawing.Unit.Cm(0.50000011920928955D));
     this.textBox2.Style.BorderColor.Bottom = System.Drawing.Color.DarkGray;
     this.textBox2.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox2.Style.Font.Bold          = true;
     this.textBox2.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox2.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox2, "textBox2");
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.6079683303833008D), Telerik.Reporting.Drawing.Unit.Cm(0.00010001421469496563D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.794669151306152D), Telerik.Reporting.Drawing.Unit.Cm(0.69990003108978271D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox1, "textBox1");
     //
     // pictureBox1
     //
     this.pictureBox1.Bindings.Add(new Telerik.Reporting.Binding("Value", "= Global.DecodeImage(Parameters.Logo_1.Value)"));
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.005871371366083622D), Telerik.Reporting.Drawing.Unit.Cm(0.00010001421469496563D));
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.5993530750274658D), Telerik.Reporting.Drawing.Unit.Cm(1.7999002933502197D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     //
     // pictureBox2
     //
     this.pictureBox2.Bindings.Add(new Telerik.Reporting.Binding("Value", "= Global.DecodeImage(Parameters.Logo_2.Value)"));
     this.pictureBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15.402836799621582D), Telerik.Reporting.Drawing.Unit.Cm(0.00010001421469496563D));
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.5971636772155762D), Telerik.Reporting.Drawing.Unit.Cm(1.7999004125595093D));
     this.pictureBox2.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.800000011920929D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox30,
         this.textBox28
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox30
     //
     this.textBox30.Format          = "{0:g}";
     this.textBox30.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9.4997444152832031D), Telerik.Reporting.Drawing.Unit.Cm(0.30000084638595581D));
     this.textBox30.Name            = "textBox30";
     this.textBox30.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.5000553131103516D), Telerik.Reporting.Drawing.Unit.Cm(0.49989911913871765D));
     this.textBox30.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     resources.ApplyResources(this.textBox30, "textBox30");
     //
     // textBox28
     //
     this.textBox28.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.30000084638595581D));
     this.textBox28.Name            = "textBox28";
     this.textBox28.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.4997997283935547D), Telerik.Reporting.Drawing.Unit.Cm(0.49989911913871765D));
     this.textBox28.Style.Font.Bold = false;
     resources.ApplyResources(this.textBox28, "textBox28");
     //
     // MassStartDrawReport
     //
     resources.ApplyResources(this, "$this");
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail,
         this.pageHeaderSection1,
         this.pageFooterSection1
     });
     this.Name = "MassStartDrawReport";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(10D), Telerik.Reporting.Drawing.Unit.Mm(10D), Telerik.Reporting.Drawing.Unit.Mm(10D), Telerik.Reporting.Drawing.Unit.Mm(10D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AllowNull  = true;
     reportParameter1.Name       = "Logo_1";
     resources.ApplyResources(reportParameter1, "reportParameter1");
     reportParameter2.AllowNull = true;
     reportParameter2.Name      = "Logo_2";
     resources.ApplyResources(reportParameter2, "reportParameter2");
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.Style.Font.Name = "Calibri";
     this.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     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.Cm(19D);
     ((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();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(ReporteVentas));
     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.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector();
     Telerik.Reporting.Drawing.StyleRule          styleRule4          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.textBox9           = new Telerik.Reporting.TextBox();
     this.detailSection1     = new Telerik.Reporting.DetailSection();
     this.table1             = new Telerik.Reporting.Table();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.textBox8           = 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.sqlConsulta        = new Telerik.Reporting.SqlDataSource();
     this.textBox5           = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.pictureBox1        = new Telerik.Reporting.PictureBox();
     this.txtNit             = new Telerik.Reporting.TextBox();
     this.txtNombre          = new Telerik.Reporting.TextBox();
     this.textBox6           = new Telerik.Reporting.TextBox();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     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.textBox21          = new Telerik.Reporting.TextBox();
     this.textBox22          = new Telerik.Reporting.TextBox();
     this.textBox23          = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox1
     //
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.93541723489761353D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.StyleName       = "Office.TableHeader";
     this.textBox1.Value           = "Categoria";
     //
     // textBox2
     //
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90416663885116577D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.textBox2.Style.Font.Bold = true;
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.StyleName       = "Office.TableHeader";
     this.textBox2.Value           = "Rango Edad";
     //
     // textBox7
     //
     this.textBox7.Name            = "textBox7";
     this.textBox7.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.70833468437194824D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.textBox7.Style.Font.Bold = true;
     this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.StyleName       = "Office.TableHeader";
     this.textBox7.Value           = "# Personas";
     //
     // textBox9
     //
     this.textBox9.Name            = "textBox9";
     this.textBox9.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1458325386047363D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.textBox9.Style.Font.Bold = true;
     this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox9.StyleName       = "Office.TableHeader";
     this.textBox9.Value           = "Valor";
     //
     // detailSection1
     //
     this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table1
     });
     this.detailSection1.Name = "detailSection1";
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.9354172945022583D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.90416735410690308D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.4479166567325592D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.77083349227905273D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.70833468437194824D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.0833339691162109D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.1458333730697632D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.19999983906745911D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.21874988079071045D)));
     this.table1.Body.SetCellContent(0, 0, this.textBox3);
     this.table1.Body.SetCellContent(0, 1, this.textBox4);
     this.table1.Body.SetCellContent(0, 4, this.textBox8);
     this.table1.Body.SetCellContent(0, 6, this.textBox10);
     this.table1.Body.SetCellContent(1, 0, this.textBox11);
     this.table1.Body.SetCellContent(1, 1, this.textBox12);
     this.table1.Body.SetCellContent(1, 4, this.textBox13);
     this.table1.Body.SetCellContent(1, 6, this.textBox14);
     this.table1.Body.SetCellContent(0, 2, this.textBox16);
     this.table1.Body.SetCellContent(1, 2, this.textBox17);
     this.table1.Body.SetCellContent(0, 3, this.textBox19);
     this.table1.Body.SetCellContent(1, 3, this.textBox20);
     this.table1.Body.SetCellContent(0, 5, this.textBox22);
     this.table1.Body.SetCellContent(1, 5, this.textBox23);
     tableGroup1.ReportItem = this.textBox1;
     tableGroup2.ReportItem = this.textBox2;
     tableGroup3.Name       = "group3";
     tableGroup3.ReportItem = this.textBox15;
     tableGroup4.Name       = "group4";
     tableGroup4.ReportItem = this.textBox18;
     tableGroup5.Name       = "group";
     tableGroup5.ReportItem = this.textBox7;
     tableGroup6.Name       = "group5";
     tableGroup6.ReportItem = this.textBox21;
     tableGroup7.Name       = "group1";
     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.sqlConsulta;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox3,
         this.textBox4,
         this.textBox8,
         this.textBox10,
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox14,
         this.textBox1,
         this.textBox2,
         this.textBox7,
         this.textBox9,
         this.textBox15,
         this.textBox16,
         this.textBox17,
         this.textBox18,
         this.textBox19,
         this.textBox20,
         this.textBox21,
         this.textBox22,
         this.textBox23
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.table1.Name     = "table1";
     tableGroup8.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup8.Name = "Detail";
     tableGroup9.Name = "group2";
     this.table1.RowGroups.Add(tableGroup8);
     this.table1.RowGroups.Add(tableGroup9);
     this.table1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.9958367347717285D), Telerik.Reporting.Drawing.Unit.Inch(0.61874967813491821D));
     this.table1.StyleName = "Office.TableNormal";
     //
     // textBox3
     //
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.93541723489761353D), Telerik.Reporting.Drawing.Unit.Inch(0.19999983906745911D));
     this.textBox3.StyleName = "Office.TableBody";
     this.textBox3.Value     = "= Fields.categoria";
     //
     // textBox4
     //
     this.textBox4.Name      = "textBox4";
     this.textBox4.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90416663885116577D), Telerik.Reporting.Drawing.Unit.Inch(0.19999983906745911D));
     this.textBox4.StyleName = "Office.TableBody";
     this.textBox4.Value     = "= Fields.rango";
     //
     // textBox8
     //
     this.textBox8.Name            = "textBox8";
     this.textBox8.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.70833468437194824D), Telerik.Reporting.Drawing.Unit.Inch(0.19999983906745911D));
     this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox8.StyleName       = "Office.TableBody";
     this.textBox8.Value           = "= Fields.personas";
     //
     // textBox10
     //
     this.textBox10.Format          = "$ {0:N0}";
     this.textBox10.Name            = "textBox10";
     this.textBox10.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1458325386047363D), Telerik.Reporting.Drawing.Unit.Inch(0.19999983906745911D));
     this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox10.StyleName       = "Office.TableBody";
     this.textBox10.Value           = "= Fields.preciopagado";
     //
     // textBox11
     //
     this.textBox11.Name = "textBox11";
     this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.93541723489761353D), Telerik.Reporting.Drawing.Unit.Inch(0.21874988079071045D));
     this.textBox11.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     this.textBox11.StyleName             = "Office.TableBody";
     //
     // textBox12
     //
     this.textBox12.Name = "textBox12";
     this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90416663885116577D), Telerik.Reporting.Drawing.Unit.Inch(0.21874988079071045D));
     this.textBox12.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     this.textBox12.StyleName             = "Office.TableBody";
     //
     // textBox13
     //
     this.textBox13.Format = "";
     this.textBox13.Name   = "textBox13";
     this.textBox13.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.70833468437194824D), Telerik.Reporting.Drawing.Unit.Inch(0.21874988079071045D));
     this.textBox13.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     this.textBox13.Style.Font.Bold       = true;
     this.textBox13.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox13.StyleName             = "Office.TableBody";
     this.textBox13.Value = "= Sum(Fields.personas)";
     //
     // textBox14
     //
     this.textBox14.Format = "$ {0:N0}";
     this.textBox14.Name   = "textBox14";
     this.textBox14.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1458325386047363D), Telerik.Reporting.Drawing.Unit.Inch(0.21874988079071045D));
     this.textBox14.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     this.textBox14.Style.Font.Bold       = true;
     this.textBox14.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox14.StyleName             = "Office.TableBody";
     this.textBox14.Value = "= Sum(Fields.preciopagado)";
     //
     // sqlConsulta
     //
     this.sqlConsulta.ConnectionString = "conexion";
     this.sqlConsulta.Name             = "sqlConsulta";
     this.sqlConsulta.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@fi", System.Data.DbType.DateTime, "= Parameters.fi.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@ff", System.Data.DbType.DateTime, "= Parameters.ff.Value")
     });
     this.sqlConsulta.SelectCommand = resources.GetString("sqlConsulta.SelectCommand");
     //
     // textBox5
     //
     this.textBox5.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox5.Name            = "ReportNameTextBox";
     this.textBox5.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.textBox5.Style.Font.Bold = true;
     this.textBox5.Style.Font.Name = "Segoe UI";
     this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox5.Value           = "Reporte Ventas";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox5,
         this.pictureBox1,
         this.txtNit,
         this.txtNombre
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // 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(2.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.70000004768371582D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // txtNit
     //
     this.txtNit.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
     this.txtNit.Name            = "txtNit";
     this.txtNit.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.3999602794647217D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.txtNit.Style.Font.Bold = true;
     this.txtNit.Style.Font.Name = "Segoe UI";
     this.txtNit.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.txtNit.Value           = "";
     //
     // txtNombre
     //
     this.txtNombre.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.5D));
     this.txtNombre.Name            = "txtNombre";
     this.txtNombre.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.txtNombre.Style.Font.Bold = true;
     this.txtNombre.Style.Font.Name = "Segoe UI";
     this.txtNombre.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.txtNombre.Value           = "";
     //
     // textBox6
     //
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.425196647644043D), Telerik.Reporting.Drawing.Unit.Inch(0.60629922151565552D));
     this.textBox6.Name            = "ReportPageNumberTextBox";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5748031139373779D), Telerik.Reporting.Drawing.Unit.Inch(0.39370077848434448D));
     this.textBox6.Style.Font.Name = "Segoe UI";
     this.textBox6.Value           = "Page: {PageNumber}";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox6
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox15
     //
     this.textBox15.Name            = "textBox15";
     this.textBox15.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.44791683554649353D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.textBox15.Style.Font.Bold = true;
     this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox15.StyleName       = "Office.TableHeader";
     this.textBox15.Value           = "Sexo";
     //
     // textBox16
     //
     this.textBox16.Name      = "textBox16";
     this.textBox16.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.44791683554649353D), Telerik.Reporting.Drawing.Unit.Inch(0.19999983906745911D));
     this.textBox16.StyleName = "Office.TableBody";
     this.textBox16.Value     = "= Fields.Sexo";
     //
     // textBox17
     //
     this.textBox17.Name = "textBox17";
     this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.44791683554649353D), Telerik.Reporting.Drawing.Unit.Inch(0.21874988079071045D));
     this.textBox17.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     this.textBox17.StyleName             = "Office.TableBody";
     //
     // textBox18
     //
     this.textBox18.Name            = "textBox18";
     this.textBox18.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.77083349227905273D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.textBox18.Style.Font.Bold = true;
     this.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox18.StyleName       = "Office.TableHeader";
     this.textBox18.Value           = "Nombre";
     //
     // textBox19
     //
     this.textBox19.Name      = "textBox19";
     this.textBox19.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.77083349227905273D), Telerik.Reporting.Drawing.Unit.Inch(0.19999983906745911D));
     this.textBox19.StyleName = "Office.TableBody";
     this.textBox19.Value     = "= Fields.NombreServicio";
     //
     // textBox20
     //
     this.textBox20.Name = "textBox20";
     this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.77083349227905273D), Telerik.Reporting.Drawing.Unit.Inch(0.21874988079071045D));
     this.textBox20.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     this.textBox20.StyleName             = "Office.TableBody";
     //
     // textBox21
     //
     this.textBox21.Name            = "textBox21";
     this.textBox21.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0833334922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.19999994337558746D));
     this.textBox21.Style.Font.Bold = true;
     this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox21.StyleName       = "Office.TableHeader";
     this.textBox21.Value           = "# Personas Grupo";
     //
     // textBox22
     //
     this.textBox22.Name            = "textBox22";
     this.textBox22.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0833334922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.19999983906745911D));
     this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox22.StyleName       = "Office.TableBody";
     this.textBox22.Value           = "= Fields.grupo";
     //
     // textBox23
     //
     this.textBox23.Name = "textBox23";
     this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0833334922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.21874988079071045D));
     this.textBox23.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     this.textBox23.Style.Font.Bold       = true;
     this.textBox23.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox23.StyleName             = "Office.TableBody";
     this.textBox23.Value = "= Sum(Fields.grupo)";
     //
     // ReporteVentas
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detailSection1,
         this.pageHeaderSection1,
         this.pageFooterSection1
     });
     this.Name = "ReporteVentas";
     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       = "fi";
     reportParameter1.Text       = "Fecha Inicial";
     reportParameter1.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter1.Visible    = true;
     reportParameter2.Name       = "ff";
     reportParameter2.Text       = "Fecha Final";
     reportParameter2.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter2.Visible    = true;
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     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(typeof(Telerik.Reporting.Table), "Office.TableNormal")
     });
     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.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(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), "Office.TableHeader")
     });
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector1
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     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);
     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;
     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), "Office.TableBody")
     });
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector2
     });
     styleRule4.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule4.Style.Font.Name           = "Calibri";
     styleRule4.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(6D);
     ((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.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.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox8           = new Telerik.Reporting.TextBox();
     this.textBox10          = new Telerik.Reporting.TextBox();
     this.textBox12          = new Telerik.Reporting.TextBox();
     this.textBox14          = new Telerik.Reporting.TextBox();
     this.textBox16          = new Telerik.Reporting.TextBox();
     this.textBox18          = new Telerik.Reporting.TextBox();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.panel1             = new Telerik.Reporting.Panel();
     this.table0             = new Telerik.Reporting.Table();
     this.textBox5           = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.textBox6           = new Telerik.Reporting.TextBox();
     this.textBox9           = new Telerik.Reporting.TextBox();
     this.textBox11          = new Telerik.Reporting.TextBox();
     this.textBox13          = new Telerik.Reporting.TextBox();
     this.textBox15          = new Telerik.Reporting.TextBox();
     this.textBox17          = new Telerik.Reporting.TextBox();
     this.textBox19          = new Telerik.Reporting.TextBox();
     this.textBox20          = new Telerik.Reporting.TextBox();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox2
     //
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.470812201499939D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox2.Style.BorderWidth.Top     = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox2.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value = "类型";
     //
     // textBox4
     //
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.4743788242340088D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox4.Style.BorderWidth.Top     = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox4.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Value = "台数(若是备用请注明)";
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.4949818849563599D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox3.Style.BorderWidth.Top     = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox3.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.StyleName = "";
     this.textBox3.Value     = "厂家及型号";
     //
     // textBox8
     //
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.49347722530365D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox8.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox8.Style.BorderWidth.Top     = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox8.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox8.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.StyleName = "";
     this.textBox8.Value     = "制冷量kW";
     //
     // textBox10
     //
     this.textBox10.Name = "textBox10";
     this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.463895320892334D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox10.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox10.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox10.Style.BorderWidth.Top     = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox10.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox10.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.StyleName = "";
     this.textBox10.Value     = "制热量kW";
     //
     // textBox12
     //
     this.textBox12.Name = "textBox12";
     this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5185408592224121D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox12.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox12.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox12.Style.BorderWidth.Top     = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox12.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox12.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.StyleName = "";
     this.textBox12.Value     = "电机功率kW";
     //
     // textBox14
     //
     this.textBox14.Name = "textBox14";
     this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.571723222732544D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox14.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox14.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox14.Style.BorderWidth.Top     = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox14.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox14.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.StyleName = "";
     this.textBox14.Value     = "电源Ph/V/Hz";
     //
     // textBox16
     //
     this.textBox16.Name = "textBox16";
     this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7295801639556885D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox16.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox16.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox16.Style.BorderWidth.Top     = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox16.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox16.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.StyleName = "";
     this.textBox16.Value     = "每天运行时间";
     //
     // textBox18
     //
     this.textBox18.Name = "textBox18";
     this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.6022098064422607D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox18.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox18.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox18.Style.BorderWidth.Right   = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox18.Style.BorderWidth.Top     = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox18.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox18.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.StyleName = "";
     this.textBox18.Value     = "全年运行时间 h";
     //
     // detail
     //
     this.detail.Height = new Telerik.Reporting.Drawing.Unit(3.300100564956665D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.panel1
     });
     this.detail.Name = "detail";
     //
     // textBox1
     //
     this.textBox1.Docking             = Telerik.Reporting.DockingStyle.Top;
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(15.919899940490723D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.89999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "附表A3  分体式机组或VRV机组参数表";
     //
     // panel1
     //
     this.panel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table0,
         this.textBox20
     });
     this.panel1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.89999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(15.9197998046875D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.4001004695892334D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.panel1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.panel1.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.panel1.Style.Visible             = true;
     //
     // table0
     //
     this.table0.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1.4708119630813599D, Telerik.Reporting.Drawing.UnitType.Cm)));
     this.table0.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(2.4743785858154297D, Telerik.Reporting.Drawing.UnitType.Cm)));
     this.table0.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1.4949818849563599D, Telerik.Reporting.Drawing.UnitType.Cm)));
     this.table0.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1.49347722530365D, Telerik.Reporting.Drawing.UnitType.Cm)));
     this.table0.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1.4638950824737549D, Telerik.Reporting.Drawing.UnitType.Cm)));
     this.table0.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1.5185409784317017D, Telerik.Reporting.Drawing.UnitType.Cm)));
     this.table0.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1.571723222732544D, Telerik.Reporting.Drawing.UnitType.Cm)));
     this.table0.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1.7295800447463989D, Telerik.Reporting.Drawing.UnitType.Cm)));
     this.table0.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1.6022100448608398D, Telerik.Reporting.Drawing.UnitType.Cm)));
     this.table0.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm)));
     this.table0.Body.SetCellContent(0, 0, this.textBox5);
     this.table0.Body.SetCellContent(0, 1, this.textBox7);
     this.table0.Body.SetCellContent(0, 2, this.textBox6);
     this.table0.Body.SetCellContent(0, 3, this.textBox9);
     this.table0.Body.SetCellContent(0, 4, this.textBox11);
     this.table0.Body.SetCellContent(0, 5, this.textBox13);
     this.table0.Body.SetCellContent(0, 6, this.textBox15);
     this.table0.Body.SetCellContent(0, 7, this.textBox17);
     this.table0.Body.SetCellContent(0, 8, this.textBox19);
     tableGroup1.ReportItem = this.textBox2;
     tableGroup2.ReportItem = this.textBox4;
     tableGroup3.Name       = "Group1";
     tableGroup3.ReportItem = this.textBox3;
     tableGroup4.Name       = "Group2";
     tableGroup4.ReportItem = this.textBox8;
     tableGroup5.Name       = "Group3";
     tableGroup5.ReportItem = this.textBox10;
     tableGroup6.Name       = "Group4";
     tableGroup6.ReportItem = this.textBox12;
     tableGroup7.Name       = "Group5";
     tableGroup7.ReportItem = this.textBox14;
     tableGroup8.Name       = "Group6";
     tableGroup8.ReportItem = this.textBox16;
     tableGroup9.Name       = "Group7";
     tableGroup9.ReportItem = this.textBox18;
     this.table0.ColumnGroups.Add(tableGroup1);
     this.table0.ColumnGroups.Add(tableGroup2);
     this.table0.ColumnGroups.Add(tableGroup3);
     this.table0.ColumnGroups.Add(tableGroup4);
     this.table0.ColumnGroups.Add(tableGroup5);
     this.table0.ColumnGroups.Add(tableGroup6);
     this.table0.ColumnGroups.Add(tableGroup7);
     this.table0.ColumnGroups.Add(tableGroup8);
     this.table0.ColumnGroups.Add(tableGroup9);
     this.table0.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox5,
         this.textBox7,
         this.textBox6,
         this.textBox9,
         this.textBox11,
         this.textBox13,
         this.textBox15,
         this.textBox17,
         this.textBox19,
         this.textBox2,
         this.textBox4,
         this.textBox3,
         this.textBox8,
         this.textBox10,
         this.textBox12,
         this.textBox14,
         this.textBox16,
         this.textBox18
     });
     this.table0.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.1000999212265015D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.table0.Name     = "table0";
     tableGroup10.Groupings.AddRange(new Telerik.Reporting.Data.Grouping[] {
         new Telerik.Reporting.Data.Grouping("")
     });
     tableGroup10.Name = "DetailGroup";
     this.table0.RowGroups.Add(tableGroup10);
     this.table0.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(14.819600105285645D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm));
     //
     // textBox5
     //
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.470812201499939D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.BorderWidth.Bottom  = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox5.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox5.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox5.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value = "=Fields.BA_Type";
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.4743788242340088D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.BorderWidth.Bottom  = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox7.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox7.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.Value = "=Fields.BA_Num";
     //
     // textBox6
     //
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.4949818849563599D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderWidth.Bottom  = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox6.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox6.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.StyleName = "";
     this.textBox6.Value     = "=Fields.BA_ManufacturerAndModel";
     //
     // textBox9
     //
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.49347722530365D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox9.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.BorderWidth.Bottom  = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox9.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox9.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox9.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.StyleName = "";
     this.textBox9.Value     = "=Fields.BA_CoolingCapacity";
     //
     // textBox11
     //
     this.textBox11.Name = "textBox11";
     this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.463895320892334D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox11.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.BorderWidth.Bottom  = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox11.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox11.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox11.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.StyleName = "";
     this.textBox11.Value     = "=Fields.BA_HeatingCapacity";
     //
     // textBox13
     //
     this.textBox13.Name = "textBox13";
     this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5185408592224121D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox13.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.BorderWidth.Bottom  = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox13.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox13.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox13.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.StyleName = "";
     this.textBox13.Value     = "=Fields.BA_Power";
     //
     // textBox15
     //
     this.textBox15.Name = "textBox15";
     this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.571723222732544D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox15.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox15.Style.BorderWidth.Bottom  = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox15.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox15.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox15.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.StyleName = "";
     this.textBox15.Value     = "=Fields.BA_PowerSource";
     //
     // textBox17
     //
     this.textBox17.Name = "textBox17";
     this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7295801639556885D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox17.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.BorderWidth.Bottom  = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox17.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox17.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox17.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.StyleName = "";
     this.textBox17.Value     = "=Fields.BA_WorkPerDay";
     //
     // textBox19
     //
     this.textBox19.Name = "textBox19";
     this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.6022098064422607D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox19.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox19.Style.BorderWidth.Bottom  = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox19.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox19.Style.BorderWidth.Right   = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Pixel);
     this.textBox19.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox19.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox19.StyleName = "";
     this.textBox19.Value     = "=Fields.BA_WorkPerYear";
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(9.9921220680698752E-05D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.0998002290725708D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.Style.Visible       = true;
     this.textBox20.Value               = "分体式机组";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(0.89999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // BuildingAppendixB4
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail,
         this.pageFooterSection1
     });
     this.PageSettings.Landscape      = false;
     this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
     this.PageSettings.Margins.Left   = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
     this.PageSettings.Margins.Right  = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
     this.PageSettings.Margins.Top    = new Telerik.Reporting.Drawing.Unit(25.399999618530273D, Telerik.Reporting.Drawing.UnitType.Mm);
     this.PageSettings.PaperKind      = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.Name            = "buildingID";
     reportParameter1.Type            = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Value           = "0";
     this.ReportParameters.Add(reportParameter1);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     this.Width           = new Telerik.Reporting.Drawing.Unit(15.919899940490723D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.NeedDataSource += new System.EventHandler(this.BuildingAppendixB4_NeedDataSource);
     ((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()
		{
            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.TableGroup tableGroup17 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup18 = new Telerik.Reporting.TableGroup();
            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.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.pnlHeader = new Telerik.Reporting.Panel();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.pictureBox1 = new Telerik.Reporting.PictureBox();
            this.pnlOR = new Telerik.Reporting.Panel();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox61 = new Telerik.Reporting.TextBox();
            this.pnlContent = new Telerik.Reporting.Panel();
            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.textBox17 = new Telerik.Reporting.TextBox();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.textBox62 = new Telerik.Reporting.TextBox();
            this.textBox63 = new Telerik.Reporting.TextBox();
            this.textBox64 = new Telerik.Reporting.TextBox();
            this.pnlSignature = new Telerik.Reporting.Panel();
            this.textBox32 = new Telerik.Reporting.TextBox();
            this.textBox33 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.table1 = new Telerik.Reporting.Table();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.textBox24 = new Telerik.Reporting.TextBox();
            this.textBox26 = new Telerik.Reporting.TextBox();
            this.textBox23 = new Telerik.Reporting.TextBox();
            this.textBox25 = new Telerik.Reporting.TextBox();
            this.textBox27 = new Telerik.Reporting.TextBox();
            this.textBox28 = new Telerik.Reporting.TextBox();
            this.textBox29 = new Telerik.Reporting.TextBox();
            this.textBox30 = new Telerik.Reporting.TextBox();
            this.textBox34 = new Telerik.Reporting.TextBox();
            this.textBox35 = new Telerik.Reporting.TextBox();
            this.textBox36 = new Telerik.Reporting.TextBox();
            this.textBox37 = new Telerik.Reporting.TextBox();
            this.textBox38 = new Telerik.Reporting.TextBox();
            this.textBox39 = new Telerik.Reporting.TextBox();
            this.textBox40 = new Telerik.Reporting.TextBox();
            this.textBox41 = new Telerik.Reporting.TextBox();
            this.textBox42 = new Telerik.Reporting.TextBox();
            this.textBox43 = 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.textBox48 = new Telerik.Reporting.TextBox();
            this.textBox49 = 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.textBox56 = new Telerik.Reporting.TextBox();
            this.textBox57 = new Telerik.Reporting.TextBox();
            this.textBox58 = new Telerik.Reporting.TextBox();
            this.textBox59 = new Telerik.Reporting.TextBox();
            this.textBox60 = new Telerik.Reporting.TextBox();
            this.textBox31 = new Telerik.Reporting.TextBox();
            this.pnlBlank1 = new Telerik.Reporting.Panel();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // textBox21
            // 
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7488628625869751D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox21.Style.BackgroundColor = System.Drawing.Color.LightGray;
            this.textBox21.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox21.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox21.Style.Font.Name = "Arial";
            this.textBox21.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox21.Value = "In settlement of the following:";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(3.6500000953674316D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pnlHeader,
            this.pnlOR,
            this.pnlContent,
            this.pnlSignature,
            this.table1,
            this.pnlBlank1});
            this.detail.Name = "detail";
            // 
            // pnlHeader
            // 
            this.pnlHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox3,
            this.textBox2,
            this.textBox1,
            this.pictureBox1});
            this.pnlHeader.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.84906005859375D), Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D));
            this.pnlHeader.Name = "pnlHeader";
            this.pnlHeader.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.7000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.65003937482833862D));
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.65011805295944214D), Telerik.Reporting.Drawing.Unit.Inch(0.39996066689491272D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0498421192169189D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            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.Center;
            this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox3.Value = "NON VAT Reg. TIN 004-370-086-000";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.65011805295944214D), Telerik.Reporting.Drawing.Unit.Inch(0.19996063411235809D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0498425960540771D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
            this.textBox2.Style.Font.Name = "Microsoft Sans Serif";
            this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox2.Value = "Marinaut, Marawi City, Lanao del Sur";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.65011805295944214D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0498425960540771D), Telerik.Reporting.Drawing.Unit.Inch(0.19992120563983917D));
            this.textBox1.Style.Font.Bold = false;
            this.textBox1.Style.Font.Name = "English Towne";
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox1.TextWrap = false;
            this.textBox1.Value = "Dansalan College Foundation, Inc.";
            // 
            // 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.Name = "pictureBox1";
            this.pictureBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.64999997615814209D), Telerik.Reporting.Drawing.Unit.Inch(0.64999997615814209D));
            // 
            // pnlOR
            // 
            this.pnlOR.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox4,
            this.textBox5,
            this.textBox6,
            this.textBox61});
            this.pnlOR.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8490993976593018D), Telerik.Reporting.Drawing.Unit.Inch(0.6501573920249939D));
            this.pnlOR.Name = "pnlOR";
            this.pnlOR.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.7009010314941406D), Telerik.Reporting.Drawing.Unit.Inch(0.44984245300292969D));
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.049842674285173416D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7999588251113892D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox4.Style.Font.Bold = false;
            this.textBox4.Style.Font.Name = "Arial Black";
            this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox4.Value = "OFFICIAL RECEIPT";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3509006500244141D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.39999988675117493D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox5.Style.Color = System.Drawing.Color.DarkRed;
            this.textBox5.Style.Font.Bold = true;
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox5.Value = "No.";
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5009009838104248D), Telerik.Reporting.Drawing.Unit.Inch(0.20007880032062531D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2000001668930054D), Telerik.Reporting.Drawing.Unit.Inch(0.1999211311340332D));
            this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox6.Value = "Date:  {ExecutionTime}";
            // 
            // textBox61
            // 
            this.textBox61.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.75097918510437D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox61.Name = "textBox61";
            this.textBox61.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.948941171169281D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox61.Style.Color = System.Drawing.Color.DarkRed;
            this.textBox61.Style.Font.Bold = true;
            this.textBox61.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox61.Value = "= Parameters.ORNo.Value";
            // 
            // pnlContent
            // 
            this.pnlContent.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox7,
            this.textBox8,
            this.textBox9,
            this.textBox10,
            this.textBox11,
            this.textBox12,
            this.textBox13,
            this.textBox14,
            this.textBox15,
            this.textBox16,
            this.textBox17,
            this.textBox18,
            this.textBox62,
            this.textBox63,
            this.textBox64});
            this.pnlContent.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8491388559341431D), Telerik.Reporting.Drawing.Unit.Inch(1.1000785827636719D));
            this.pnlContent.Name = "pnlContent";
            this.pnlContent.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.7008609771728516D), Telerik.Reporting.Drawing.Unit.Inch(1.4399212598800659D));
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.29992103576660156D), Telerik.Reporting.Drawing.Unit.Inch(0.049763839691877365D));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4009406566619873D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox7.Value = "Received from __________________________________________";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.099998950958252D), Telerik.Reporting.Drawing.Unit.Inch(0.049763839691877365D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5999219417572021D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox8.Value = "= Parameters.ReceiveFrom.Value";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.29992151260375977D));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox9.Value = "with TIN   _______________";
            // 
            // textBox10
            // 
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.55090075731277466D), Telerik.Reporting.Drawing.Unit.Inch(0.29992151260375977D));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.94913798570632935D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox10.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox10.Value = "= Parameters.TIN.Value";
            // 
            // textBox11
            // 
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.5000385046005249D), Telerik.Reporting.Drawing.Unit.Inch(0.29992151260375977D));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1998820304870605D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox11.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox11.Value = "and address at ______________________";
            // 
            // textBox12
            // 
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.7508611679077148D), Telerik.Reporting.Drawing.Unit.Inch(0.49992147088050842D));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9500000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.20999999344348908D));
            this.textBox12.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox12.Value = "= Parameters.BusinessStyle.Value";
            // 
            // textBox13
            // 
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9259593904716894E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.49992147088050842D));
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.700822114944458D), Telerik.Reporting.Drawing.Unit.Inch(0.20999999344348908D));
            this.textBox13.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox13.Value = "engaged in the business style of  ________________________________";
            // 
            // textBox14
            // 
            this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9259593904716894E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.69992142915725708D));
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.6998817920684814D), Telerik.Reporting.Drawing.Unit.Inch(0.19964471459388733D));
            this.textBox14.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox14.Value = "the sum of __________________________________________________";
            // 
            // textBox15
            // 
            this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.0008608500356785953D), Telerik.Reporting.Drawing.Unit.Inch(0.89992141723632812D));
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.7000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.2199999988079071D));
            this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox15.Value = "_____________________________________________________  pesos";
            // 
            // textBox16
            // 
            this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.0008608500356785953D), Telerik.Reporting.Drawing.Unit.Inch(1.0999213457107544D));
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2500004768371582D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox16.Value = "(P  _______________)";
            // 
            // textBox17
            // 
            this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.25086116790771484D), Telerik.Reporting.Drawing.Unit.Inch(1.0999213457107544D));
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89992094039916992D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox17.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox17.Value = "= Parameters.Amount.Value";
            // 
            // textBox18
            // 
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.1508611440658569D), Telerik.Reporting.Drawing.Unit.Inch(1.0999213457107544D));
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5499999523162842D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox18.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox18.Value = "in partial / full payment for __________________ .";
            // 
            // textBox62
            // 
            this.textBox62.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3508613109588623D), Telerik.Reporting.Drawing.Unit.Inch(0.29992151260375977D));
            this.textBox62.Name = "textBox62";
            this.textBox62.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3490200042724609D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox62.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox62.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox62.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox62.Value = "= Parameters.Address.Value";
            // 
            // textBox63
            // 
            this.textBox63.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.65003901720047D), Telerik.Reporting.Drawing.Unit.Inch(0.69992142915725708D));
            this.textBox63.Name = "textBox63";
            this.textBox63.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7008218765258789D), Telerik.Reporting.Drawing.Unit.Inch(0.40000024437904358D));
            this.textBox63.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox63.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox63.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
            this.textBox63.Value = "= Parameters.AmountInText.Value";
            // 
            // textBox64
            // 
            this.textBox64.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5508613586425781D), Telerik.Reporting.Drawing.Unit.Inch(1.0999213457107544D));
            this.textBox64.Name = "textBox64";
            this.textBox64.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0999996662139893D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox64.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox64.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox64.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox64.Value = "= Parameters.SettlementFor.Value";
            // 
            // pnlSignature
            // 
            this.pnlSignature.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox32,
            this.textBox33,
            this.textBox19,
            this.textBox20});
            this.pnlSignature.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(2.5400786399841309D));
            this.pnlSignature.Name = "pnlSignature";
            this.pnlSignature.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.5499606132507324D), Telerik.Reporting.Drawing.Unit.Inch(0.75992172956466675D));
            // 
            // textBox32
            // 
            this.textBox32.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.56000041961669922D));
            this.textBox32.Name = "textBox32";
            this.textBox32.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.548980712890625D), Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D));
            this.textBox32.Style.Font.Italic = true;
            this.textBox32.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox32.Style.Font.Underline = true;
            this.textBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox32.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox32.Value = "THIS OFFICIAL RECEIPT SHALL BE VALID FOR FIVE (5) YEARS FROM THE DATE OF ATP.";
            // 
            // textBox33
            // 
            this.textBox33.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.45992150902748108D));
            this.textBox33.Name = "textBox33";
            this.textBox33.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.548980712890625D), Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D));
            this.textBox33.Style.Font.Italic = false;
            this.textBox33.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox33.Style.Font.Underline = true;
            this.textBox33.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox33.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox33.Value = "*THIS DOCUMENT IS NOT VALID FOR CLAIMING INPUT TAXES*";
            // 
            // textBox19
            // 
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.7490193843841553D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7999999523162842D), Telerik.Reporting.Drawing.Unit.Inch(0.19932830333709717D));
            this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox19.Value = "By:_________________________";
            // 
            // textBox20
            // 
            this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.8490591049194336D), Telerik.Reporting.Drawing.Unit.Inch(0.19675000011920929D));
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6999605894088745D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
            this.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(6D);
            this.textBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox20.Value = "Cashier/Authorized Representative";
            // 
            // table1
            // 
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D)));
            this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17999985814094544D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D)));
            this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D)));
            this.table1.Body.SetCellContent(0, 0, this.textBox22);
            this.table1.Body.SetCellContent(0, 1, this.textBox24);
            this.table1.Body.SetCellContent(0, 2, this.textBox26);
            this.table1.Body.SetCellContent(12, 0, this.textBox23);
            this.table1.Body.SetCellContent(12, 1, this.textBox25);
            this.table1.Body.SetCellContent(12, 2, this.textBox27);
            this.table1.Body.SetCellContent(11, 0, this.textBox28);
            this.table1.Body.SetCellContent(11, 1, this.textBox29);
            this.table1.Body.SetCellContent(11, 2, this.textBox30);
            this.table1.Body.SetCellContent(9, 0, this.textBox34);
            this.table1.Body.SetCellContent(9, 1, this.textBox35);
            this.table1.Body.SetCellContent(9, 2, this.textBox36);
            this.table1.Body.SetCellContent(8, 0, this.textBox37);
            this.table1.Body.SetCellContent(8, 1, this.textBox38);
            this.table1.Body.SetCellContent(8, 2, this.textBox39);
            this.table1.Body.SetCellContent(7, 0, this.textBox40);
            this.table1.Body.SetCellContent(7, 1, this.textBox41);
            this.table1.Body.SetCellContent(7, 2, this.textBox42);
            this.table1.Body.SetCellContent(6, 0, this.textBox43);
            this.table1.Body.SetCellContent(6, 1, this.textBox44);
            this.table1.Body.SetCellContent(6, 2, this.textBox45);
            this.table1.Body.SetCellContent(5, 0, this.textBox46);
            this.table1.Body.SetCellContent(5, 1, this.textBox47);
            this.table1.Body.SetCellContent(5, 2, this.textBox48);
            this.table1.Body.SetCellContent(4, 0, this.textBox49);
            this.table1.Body.SetCellContent(4, 1, this.textBox50);
            this.table1.Body.SetCellContent(4, 2, this.textBox51);
            this.table1.Body.SetCellContent(3, 0, this.textBox52);
            this.table1.Body.SetCellContent(3, 1, this.textBox53);
            this.table1.Body.SetCellContent(3, 2, this.textBox54);
            this.table1.Body.SetCellContent(2, 0, this.textBox55);
            this.table1.Body.SetCellContent(2, 1, this.textBox56);
            this.table1.Body.SetCellContent(2, 2, this.textBox57);
            this.table1.Body.SetCellContent(1, 0, this.textBox58);
            this.table1.Body.SetCellContent(1, 1, this.textBox59);
            this.table1.Body.SetCellContent(1, 2, this.textBox60);
            this.table1.Body.SetCellContent(10, 0, this.textBox31, 1, 3);
            tableGroup2.Name = "group";
            tableGroup3.Name = "tableGroup1";
            tableGroup4.Name = "tableGroup2";
            tableGroup1.ChildGroups.Add(tableGroup2);
            tableGroup1.ChildGroups.Add(tableGroup3);
            tableGroup1.ChildGroups.Add(tableGroup4);
            tableGroup1.Name = "tableGroup";
            tableGroup1.ReportItem = this.textBox21;
            this.table1.ColumnGroups.Add(tableGroup1);
            this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox22,
            this.textBox24,
            this.textBox26,
            this.textBox58,
            this.textBox59,
            this.textBox60,
            this.textBox55,
            this.textBox56,
            this.textBox57,
            this.textBox52,
            this.textBox53,
            this.textBox54,
            this.textBox49,
            this.textBox50,
            this.textBox51,
            this.textBox46,
            this.textBox47,
            this.textBox48,
            this.textBox43,
            this.textBox44,
            this.textBox45,
            this.textBox40,
            this.textBox41,
            this.textBox42,
            this.textBox37,
            this.textBox38,
            this.textBox39,
            this.textBox34,
            this.textBox35,
            this.textBox36,
            this.textBox31,
            this.textBox28,
            this.textBox29,
            this.textBox30,
            this.textBox23,
            this.textBox25,
            this.textBox27,
            this.textBox21});
            this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.table1.Name = "table1";
            tableGroup6.Name = "group1";
            tableGroup7.Name = "group13";
            tableGroup8.Name = "group12";
            tableGroup9.Name = "group11";
            tableGroup10.Name = "group10";
            tableGroup11.Name = "group9";
            tableGroup12.Name = "group8";
            tableGroup13.Name = "group7";
            tableGroup14.Name = "group6";
            tableGroup15.Name = "group5";
            tableGroup16.Name = "group4";
            tableGroup17.Name = "group3";
            tableGroup18.Name = "group2";
            tableGroup5.ChildGroups.Add(tableGroup6);
            tableGroup5.ChildGroups.Add(tableGroup7);
            tableGroup5.ChildGroups.Add(tableGroup8);
            tableGroup5.ChildGroups.Add(tableGroup9);
            tableGroup5.ChildGroups.Add(tableGroup10);
            tableGroup5.ChildGroups.Add(tableGroup11);
            tableGroup5.ChildGroups.Add(tableGroup12);
            tableGroup5.ChildGroups.Add(tableGroup13);
            tableGroup5.ChildGroups.Add(tableGroup14);
            tableGroup5.ChildGroups.Add(tableGroup15);
            tableGroup5.ChildGroups.Add(tableGroup16);
            tableGroup5.ChildGroups.Add(tableGroup17);
            tableGroup5.ChildGroups.Add(tableGroup18);
            tableGroup5.Groupings.Add(new Telerik.Reporting.Grouping(null));
            tableGroup5.Name = "detailTableGroup";
            this.table1.RowGroups.Add(tableGroup5);
            this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7488629817962647D), Telerik.Reporting.Drawing.Unit.Inch(2.5399997234344482D));
            // 
            // textBox22
            // 
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox22.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox22.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox22.Style.Font.Name = "Microsoft Sans Serif";
            this.textBox22.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8.5D);
            this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox22.Value = " Pre School";
            // 
            // textBox24
            // 
            this.textBox24.Name = "textBox24";
            this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5499998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox24.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox24.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            // 
            // textBox26
            // 
            this.textBox26.Name = "textBox26";
            this.textBox26.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886287748813629D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox26.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox26.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            // 
            // textBox23
            // 
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox23.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox23.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox23.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox23.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox23.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox23.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox23.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox23.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox23.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox23.StyleName = "";
            this.textBox23.Value = "Bank";
            // 
            // textBox25
            // 
            this.textBox25.Name = "textBox25";
            this.textBox25.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox25.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox25.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox25.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox25.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox25.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox25.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox25.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox25.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox25.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox25.StyleName = "";
            this.textBox25.Value = "Date";
            // 
            // textBox27
            // 
            this.textBox27.Name = "textBox27";
            this.textBox27.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox27.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox27.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox27.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox27.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox27.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox27.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox27.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox27.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox27.StyleName = "";
            // 
            // textBox28
            // 
            this.textBox28.Name = "textBox28";
            this.textBox28.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.18000002205371857D));
            this.textBox28.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox28.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox28.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox28.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox28.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
            this.textBox28.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox28.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(1D);
            this.textBox28.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox28.StyleName = "";
            this.textBox28.Value = "Cash";
            // 
            // textBox29
            // 
            this.textBox29.Name = "textBox29";
            this.textBox29.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.18000002205371857D));
            this.textBox29.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox29.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox29.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox29.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox29.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
            this.textBox29.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox29.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(1D);
            this.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox29.StyleName = "";
            this.textBox29.Value = "Check#";
            // 
            // textBox30
            // 
            this.textBox30.Name = "textBox30";
            this.textBox30.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.18000002205371857D));
            this.textBox30.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox30.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox30.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox30.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox30.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
            this.textBox30.Style.BorderWidth.Right = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox30.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(1D);
            this.textBox30.StyleName = "";
            // 
            // textBox34
            // 
            this.textBox34.Name = "textBox34";
            this.textBox34.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox34.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox34.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox34.StyleName = "";
            // 
            // textBox35
            // 
            this.textBox35.Name = "textBox35";
            this.textBox35.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox35.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox35.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox35.StyleName = "";
            // 
            // textBox36
            // 
            this.textBox36.Name = "textBox36";
            this.textBox36.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox36.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox36.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox36.StyleName = "";
            // 
            // textBox37
            // 
            this.textBox37.Name = "textBox37";
            this.textBox37.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox37.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox37.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox37.StyleName = "";
            // 
            // textBox38
            // 
            this.textBox38.Name = "textBox38";
            this.textBox38.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox38.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox38.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox38.StyleName = "";
            // 
            // textBox39
            // 
            this.textBox39.Name = "textBox39";
            this.textBox39.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox39.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox39.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox39.StyleName = "";
            // 
            // textBox40
            // 
            this.textBox40.Name = "textBox40";
            this.textBox40.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox40.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox40.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox40.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox40.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox40.StyleName = "";
            this.textBox40.Value = " Total Due";
            // 
            // textBox41
            // 
            this.textBox41.Name = "textBox41";
            this.textBox41.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox41.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox41.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox41.StyleName = "";
            // 
            // textBox42
            // 
            this.textBox42.Name = "textBox42";
            this.textBox42.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox42.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox42.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox42.StyleName = "";
            // 
            // textBox43
            // 
            this.textBox43.Name = "textBox43";
            this.textBox43.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox43.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox43.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox43.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox43.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox43.StyleName = "";
            this.textBox43.Value = " Less: Discount";
            // 
            // textBox44
            // 
            this.textBox44.Name = "textBox44";
            this.textBox44.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox44.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox44.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox44.StyleName = "";
            // 
            // textBox45
            // 
            this.textBox45.Name = "textBox45";
            this.textBox45.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox45.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox45.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox45.StyleName = "";
            // 
            // textBox46
            // 
            this.textBox46.Name = "textBox46";
            this.textBox46.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox46.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox46.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox46.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox46.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox46.StyleName = "";
            this.textBox46.Value = " Total Receipt";
            // 
            // textBox47
            // 
            this.textBox47.Name = "textBox47";
            this.textBox47.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox47.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox47.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox47.StyleName = "";
            // 
            // textBox48
            // 
            this.textBox48.Name = "textBox48";
            this.textBox48.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox48.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox48.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox48.StyleName = "";
            // 
            // textBox49
            // 
            this.textBox49.Name = "textBox49";
            this.textBox49.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox49.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox49.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox49.StyleName = "";
            // 
            // textBox50
            // 
            this.textBox50.Name = "textBox50";
            this.textBox50.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox50.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox50.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox50.StyleName = "";
            // 
            // textBox51
            // 
            this.textBox51.Name = "textBox51";
            this.textBox51.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox51.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox51.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox51.StyleName = "";
            // 
            // textBox52
            // 
            this.textBox52.Name = "textBox52";
            this.textBox52.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox52.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox52.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox52.Style.Font.Name = "Microsoft Sans Serif";
            this.textBox52.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8.5D);
            this.textBox52.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox52.StyleName = "";
            this.textBox52.Value = " College";
            // 
            // textBox53
            // 
            this.textBox53.Name = "textBox53";
            this.textBox53.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox53.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox53.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox53.StyleName = "";
            // 
            // textBox54
            // 
            this.textBox54.Name = "textBox54";
            this.textBox54.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox54.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox54.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox54.StyleName = "";
            // 
            // textBox55
            // 
            this.textBox55.Name = "textBox55";
            this.textBox55.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox55.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox55.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox55.Style.Font.Name = "Microsoft Sans Serif";
            this.textBox55.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8.5D);
            this.textBox55.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox55.StyleName = "";
            this.textBox55.Value = " High School";
            // 
            // textBox56
            // 
            this.textBox56.Name = "textBox56";
            this.textBox56.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox56.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox56.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox56.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(0.5D);
            this.textBox56.StyleName = "";
            // 
            // textBox57
            // 
            this.textBox57.Name = "textBox57";
            this.textBox57.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox57.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox57.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox57.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(0.5D);
            this.textBox57.StyleName = "";
            // 
            // textBox58
            // 
            this.textBox58.Name = "textBox58";
            this.textBox58.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox58.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox58.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox58.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(0.5D);
            this.textBox58.Style.Font.Name = "Microsoft Sans Serif";
            this.textBox58.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8.5D);
            this.textBox58.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox58.StyleName = "";
            this.textBox58.Value = " Elementary";
            // 
            // textBox59
            // 
            this.textBox59.Name = "textBox59";
            this.textBox59.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.54999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox59.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox59.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox59.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(0.5D);
            this.textBox59.StyleName = "";
            // 
            // textBox60
            // 
            this.textBox60.Name = "textBox60";
            this.textBox60.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.24886290729045868D), Telerik.Reporting.Drawing.Unit.Inch(0.18000000715255737D));
            this.textBox60.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox60.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox60.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(0.5D);
            this.textBox60.StyleName = "";
            // 
            // textBox31
            // 
            this.textBox31.Name = "textBox31";
            this.textBox31.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7488629817962647D), Telerik.Reporting.Drawing.Unit.Inch(0.17999999225139618D));
            this.textBox31.Style.BackgroundColor = System.Drawing.Color.Silver;
            this.textBox31.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox31.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox31.Style.BorderWidth.Left = Telerik.Reporting.Drawing.Unit.Point(0.75D);
            this.textBox31.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox31.StyleName = "";
            this.textBox31.Value = "Form of Payment:";
            // 
            // pnlBlank1
            // 
            this.pnlBlank1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.7489811182022095D), Telerik.Reporting.Drawing.Unit.Inch(0.00019741058349609375D));
            this.pnlBlank1.Name = "pnlBlank1";
            this.pnlBlank1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D), Telerik.Reporting.Drawing.Unit.Inch(2.5398023128509521D));
            // 
            // BillingReceipt
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detail});
            this.Name = "BillingReceipt";
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.15000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Custom;
            this.PageSettings.PaperSize = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7D), Telerik.Reporting.Drawing.Unit.Inch(4.0999999046325684D));
            reportParameter1.Name = "ORNo";
            reportParameter2.Name = "ReceiveFrom";
            reportParameter3.Name = "TIN";
            reportParameter4.Name = "Address";
            reportParameter5.Name = "BusinessStyle";
            reportParameter6.Name = "AmountInText";
            reportParameter7.Name = "Amount";
            reportParameter8.Name = "SettlementFor";
            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);
            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(5.5499997138977051D);
            ((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()
 {
     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();
     this.pageHeader           = new Telerik.Reporting.PageHeaderSection();
     this.panel1               = new Telerik.Reporting.Panel();
     this.textBox37            = new Telerik.Reporting.TextBox();
     this.textBox5             = new Telerik.Reporting.TextBox();
     this.textBox3             = new Telerik.Reporting.TextBox();
     this.textBox2             = new Telerik.Reporting.TextBox();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.textBox22            = new Telerik.Reporting.TextBox();
     this.textBox6             = new Telerik.Reporting.TextBox();
     this.textBox43            = new Telerik.Reporting.TextBox();
     this.textBox8             = new Telerik.Reporting.TextBox();
     this.textBox9             = new Telerik.Reporting.TextBox();
     this.textBox14            = new Telerik.Reporting.TextBox();
     this.textBox17            = new Telerik.Reporting.TextBox();
     this.panel2               = new Telerik.Reporting.Panel();
     this.textBox15            = new Telerik.Reporting.TextBox();
     this.textBox16            = new Telerik.Reporting.TextBox();
     this.textBox19            = new Telerik.Reporting.TextBox();
     this.textBox20            = new Telerik.Reporting.TextBox();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.textBox1             = new Telerik.Reporting.TextBox();
     this.textBox7             = new Telerik.Reporting.TextBox();
     this.textBox10            = new Telerik.Reporting.TextBox();
     this.textBox11            = new Telerik.Reporting.TextBox();
     this.textBox18            = new Telerik.Reporting.TextBox();
     this.textBox64            = new Telerik.Reporting.TextBox();
     this.textBox46            = new Telerik.Reporting.TextBox();
     this.textBox12            = new Telerik.Reporting.TextBox();
     this.textBox13            = new Telerik.Reporting.TextBox();
     this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
     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.group1               = new Telerik.Reporting.Group();
     this.groupFooterSection1  = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection1  = new Telerik.Reporting.GroupHeaderSection();
     this.textBox65            = new Telerik.Reporting.TextBox();
     this.textBox66            = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.panel1
     });
     this.pageHeader.Name = "pageHeader";
     //
     // panel1
     //
     this.panel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox37,
         this.textBox5,
         this.textBox3,
         this.textBox2,
         this.textBox4,
         this.textBox22,
         this.textBox6,
         this.textBox43,
         this.textBox8,
         this.textBox9,
         this.textBox14,
         this.textBox17
     });
     this.panel1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.026458332315087318D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(20.483541488647461D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.0000007152557373D, Telerik.Reporting.Drawing.UnitType.Cm));
     //
     // textBox37
     //
     this.textBox37.CanGrow         = false;
     this.textBox37.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.87374210357666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50030022859573364D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox37.Name            = "textBox37";
     this.textBox37.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2995991706848145D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000005960464478D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox37.Style.Font.Bold = true;
     this.textBox37.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox37.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox37.Value           = "Agrupado por territorio";
     //
     // textBox5
     //
     this.textBox5.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50029999017715454D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox5.Name            = "textBox5";
     this.textBox5.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.8735418319702148D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox5.Style.Font.Bold = true;
     this.textBox5.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox5.Value           = "Agrupar por:";
     //
     // textBox3
     //
     this.textBox3.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.1735410690307617D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.7007004022598267D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6.3002004623413086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(12D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Value           = "Rotación de cartera";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.1735420227050781D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.1004997491836548D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6.3002004623413086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox2.Style.Font.Bold = true;
     this.textBox2.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(12D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Value           = "=Parameters.NomSuc";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.1735429763793945D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6.3002004623413086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(12D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Value           = "=Parameters.NomEmp";
     //
     // textBox22
     //
     this.textBox22.CanGrow         = false;
     this.textBox22.Format          = "{0:g}";
     this.textBox22.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(13.573541641235352D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.1004996299743652D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox22.Name            = "textBox22";
     this.textBox22.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6.9000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50999999046325684D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox22.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox22.Value           = "=Now()";
     //
     // textBox6
     //
     this.textBox6.CanGrow         = false;
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(13.573541641235352D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.6002996563911438D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6.8997998237609863D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000005960464478D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox6.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox6.Value           = "=\"Usuario: \" + Parameters.Usuario";
     //
     // textBox43
     //
     this.textBox43.CanGrow         = false;
     this.textBox43.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(13.573541641235352D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.20009972155094147D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox43.Name            = "textBox43";
     this.textBox43.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6.9099998474121094D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000003576278687D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox43.Style.Font.Name = "Verdana";
     this.textBox43.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(7D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox43.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox43.Value           = "= \"Página \" + PageNumber + \" de \" + PageCount";
     //
     // textBox8
     //
     this.textBox8.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.5006998777389526D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox8.Name            = "textBox8";
     this.textBox8.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.8734416961669922D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox8.Style.Font.Bold = true;
     this.textBox8.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox8.Value           = "Fecha de corte:";
     //
     // textBox9
     //
     this.textBox9.CanGrow         = false;
     this.textBox9.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.87374210357666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.5007001161575317D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox9.Name            = "textBox9";
     this.textBox9.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2995996475219727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000005960464478D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox9.Style.Font.Bold = true;
     this.textBox9.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox9.Value           = "=Parameters.FecCor";
     //
     // textBox14
     //
     this.textBox14.CanGrow         = false;
     this.textBox14.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.8737425804138184D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.000499963760376D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox14.Name            = "textBox14";
     this.textBox14.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2995996475219727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000005960464478D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox14.Style.Font.Bold = true;
     this.textBox14.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox14.Value           = "= Parameters.[Id_Ters]";
     //
     // textBox17
     //
     this.textBox17.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.000499963760376D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox17.Name            = "textBox17";
     this.textBox17.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.8734416961669922D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox17.Style.Font.Bold = true;
     this.textBox17.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox17.Value           = "Territorio:";
     //
     // panel2
     //
     this.panel2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox15,
         this.textBox16,
         this.textBox19,
         this.textBox20
     });
     this.panel2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(20.509998321533203D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000021457672119D, Telerik.Reporting.Drawing.UnitType.Cm));
     //
     // textBox15
     //
     this.textBox15.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(6.6198000907897949D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox15.Name                = "textBox15";
     this.textBox15.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.5799999237060547D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox15.Style.Font.Bold     = true;
     this.textBox15.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox15.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox15.Value               = "Ventas";
     //
     // textBox16
     //
     this.textBox16.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.1397995948791504D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.4798016548156738D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39979913830757141D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox16.Style.Font.Bold     = true;
     this.textBox16.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox16.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox16.Value               = "Periodo";
     //
     // textBox19
     //
     this.textBox19.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.819799423217773D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox19.Name                = "textBox19";
     this.textBox19.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.5799999237060547D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox19.Style.Font.Bold     = true;
     this.textBox19.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox19.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox19.Value               = "Saldo";
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(10.199999809265137D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.6195993423461914D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39979976415634155D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox20.Style.Font.Bold     = true;
     this.textBox20.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox20.Value               = "Días";
     //
     // detail
     //
     this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.39999979734420776D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox7,
         this.textBox10,
         this.textBox11,
         this.textBox18
     });
     this.detail.Name = "detail";
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(10.199999809265137D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.6196006536483765D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39979875087738037D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox1.Value           = "=Fields.DiasDif";
     //
     // textBox7
     //
     this.textBox7.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.1397995948791504D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox7.Name            = "textBox7";
     this.textBox7.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.4798016548156738D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39979875087738037D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox7.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Value           = "=Fields.PeriodoFechas";
     //
     // textBox10
     //
     this.textBox10.Format          = "{0:C2}";
     this.textBox10.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.819598197937012D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox10.Name            = "textBox10";
     this.textBox10.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.5799999237060547D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox10.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox10.Value           = "=Fields.Saldo";
     //
     // textBox11
     //
     this.textBox11.Format          = "{0:C2}";
     this.textBox11.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(6.6198010444641113D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020064989803358913D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox11.Name            = "textBox11";
     this.textBox11.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.5799970626831055D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39979913830757141D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox11.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox11.Value           = "=Fields.vtaMtoMes";
     //
     // textBox18
     //
     this.textBox18.Format          = "{0:C2}";
     this.textBox18.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(15.399797439575195D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox18.Name            = "textBox18";
     this.textBox18.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.6198024749755859D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39979833364486694D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox18.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox18.Value           = "=Fields.Dias_Periodo";
     //
     // textBox64
     //
     this.textBox64.Format          = "{0:C2}";
     this.textBox64.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999644756317139D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox64.Name            = "textBox64";
     this.textBox64.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.6150102615356445D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989966154098511D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox64.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox64.Value           = "= Sum(Fields.Saldo)";
     //
     // textBox46
     //
     this.textBox46.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.2000006437301636D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999889135360718D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox46.Name                = "textBox46";
     this.textBox46.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.1997995376586914D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox46.Style.Font.Bold     = true;
     this.textBox46.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox46.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox46.Value               = "Saldo territorio:";
     //
     // textBox12
     //
     this.textBox12.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.2000006437301636D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.70010179281234741D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.1997995376586914D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox12.Style.Font.Bold     = true;
     this.textBox12.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.Value               = "Rotación de cartera:";
     //
     // textBox13
     //
     this.textBox13.Format          = "{0:N0}";
     this.textBox13.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.70010179281234741D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox13.Name            = "textBox13";
     this.textBox13.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.6150102615356445D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989966154098511D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox13.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox13.Value           = "= Sum(Fields.DiasDif)";
     //
     // reportFooterSection1
     //
     this.reportFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(1.6001017093658447D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox12,
         this.textBox13
     });
     this.reportFooterSection1.Name = "reportFooterSection1";
     //
     // sqlConnection1
     //
     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", "spRepCobRotacionCartera", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("Id_Emp", "Id_Emp"),
             new System.Data.Common.DataColumnMapping("Id_Cd", "Id_Cd"),
             new System.Data.Common.DataColumnMapping("Id_Cal", "Id_Cal"),
             new System.Data.Common.DataColumnMapping("Id_Ter", "Id_Ter"),
             new System.Data.Common.DataColumnMapping("Ter_Nombre", "Ter_Nombre"),
             new System.Data.Common.DataColumnMapping("vtaMtoMes", "vtaMtoMes"),
             new System.Data.Common.DataColumnMapping("Saldo", "Saldo"),
             new System.Data.Common.DataColumnMapping("FechaIni", "FechaIni"),
             new System.Data.Common.DataColumnMapping("FechaFin", "FechaFin"),
             new System.Data.Common.DataColumnMapping("DiasDif", "DiasDif"),
             new System.Data.Common.DataColumnMapping("PeriodoFechas", "PeriodoFechas")
         }),
         new System.Data.Common.DataTableMapping("Table1", "Table1", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("Id_Emp", "Id_Emp"),
             new System.Data.Common.DataColumnMapping("Id_Cd", "Id_Cd"),
             new System.Data.Common.DataColumnMapping("Id_Cal", "Id_Cal"),
             new System.Data.Common.DataColumnMapping("vtaMtoMes", "vtaMtoMes"),
             new System.Data.Common.DataColumnMapping("Saldo", "Saldo"),
             new System.Data.Common.DataColumnMapping("FechaIni", "FechaIni"),
             new System.Data.Common.DataColumnMapping("FechaFin", "FechaFin"),
             new System.Data.Common.DataColumnMapping("DiasDif", "DiasDif"),
             new System.Data.Common.DataColumnMapping("PeriodoFechas", "PeriodoFechas")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText    = "dbo.spRepCobRotacionCartera";
     this.sqlSelectCommand1.CommandTimeout = 60;
     this.sqlSelectCommand1.CommandType    = System.Data.CommandType.StoredProcedure;
     this.sqlSelectCommand1.Connection     = this.sqlConnection2;
     this.sqlSelectCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, 0),
         new System.Data.SqlClient.SqlParameter("@Id_Emp", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "1"),
         new System.Data.SqlClient.SqlParameter("@Id_Cd", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "110"),
         new System.Data.SqlClient.SqlParameter("@Id_Ter", System.Data.SqlDbType.VarChar, 2147483647),
         new System.Data.SqlClient.SqlParameter("@FecPeriodo", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "2011-07-31"),
         new System.Data.SqlClient.SqlParameter("@Agrupado", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "2"),
         new System.Data.SqlClient.SqlParameter("@Ciclo", System.Data.SqlDbType.Int, 4)
     });
     //
     // group1
     //
     //this.group1.Bookmark = null;
     this.group1.GroupFooter = this.groupFooterSection1;
     this.group1.GroupHeader = this.groupHeaderSection1;
     this.group1.Grouping.AddRange(new Telerik.Reporting.Grouping[] {
         new Telerik.Reporting.Grouping("=Fields.[Id_Ter]")
     });
     //
     // groupFooterSection1
     //
     this.groupFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(0.99989694356918335D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.groupFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox46,
         this.textBox64
     });
     this.groupFooterSection1.Name = "groupFooterSection1";
     //
     // groupHeaderSection1
     //
     this.groupHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(1.8000006675720215D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.panel2,
         this.textBox65,
         this.textBox66
     });
     this.groupHeaderSection1.Name = "groupHeaderSection1";
     //
     // textBox65
     //
     this.textBox65.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.3999989926815033D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox65.Name            = "textBox65";
     this.textBox65.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox65.Style.Font.Bold = true;
     this.textBox65.Style.Font.Name = "Verdana";
     this.textBox65.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox65.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox65.Value           = "Territorio:";
     //
     // textBox66
     //
     this.textBox66.Location        = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.2002003192901611D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.3999989926815033D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox66.Name            = "textBox66";
     this.textBox66.Size            = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(18.299598693847656D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000005960464478D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox66.Style.Font.Bold = true;
     this.textBox66.Style.Font.Name = "Verdana";
     this.textBox66.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox66.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox66.Value           = "= Fields.[Id_Ter] + \" \" + Fields.[Ter_Nombre]";
     //
     // spRep_CobRotacionCarteraF2
     //
     this.DataSource = this.sqlDataAdapter1;
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         this.group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.groupHeaderSection1,
         this.groupFooterSection1,
         this.pageHeader,
         this.detail,
         this.reportFooterSection1
     });
     this.PageSettings.Landscape      = false;
     this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.Margins.Left   = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.Margins.Right  = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.Margins.Top    = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.PaperKind      = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name            = "FecCor";
     reportParameter2.Name            = "NomEmp";
     reportParameter3.Name            = "NomSuc";
     reportParameter4.Name            = "Usuario";
     reportParameter5.Name            = "Conexion";
     reportParameter6.Name            = "Id_Emp";
     reportParameter7.Name            = "Id_Cd_Ver";
     reportParameter8.Name            = "Id_Ter";
     reportParameter9.Name            = "FecPeriodo";
     reportParameter10.Name           = "Id_Ters";
     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.Sorting.AddRange(new Telerik.Reporting.Sorting[] {
         new Telerik.Reporting.Sorting("=Fields.[Id_Ter]", Telerik.Reporting.SortDirection.Desc),
         new Telerik.Reporting.Sorting("=Fields.FechaIni", Telerik.Reporting.SortDirection.Desc)
     });
     this.Style.BackgroundColor = System.Drawing.Color.White;
     this.Width           = new Telerik.Reporting.Drawing.Unit(20.589998245239258D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.NeedDataSource += new System.EventHandler(this.spRep_CobRotacionCarteraF2_NeedDataSource);
     ((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()
        {
            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.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.textBox14 = new Telerik.Reporting.TextBox();
            this.textBox15 = new Telerik.Reporting.TextBox();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.txtTransDate = new Telerik.Reporting.TextBox();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.textBox35 = 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.textBox26 = new Telerik.Reporting.TextBox();
            this.textBox27 = new Telerik.Reporting.TextBox();
            this.txtDateTimeNow = new Telerik.Reporting.TextBox();
            this.textBox28 = new Telerik.Reporting.TextBox();
            this.textBox29 = new Telerik.Reporting.TextBox();
            this.textBox30 = new Telerik.Reporting.TextBox();
            this.textBox31 = new Telerik.Reporting.TextBox();
            this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
            this.textBox16 = new Telerik.Reporting.TextBox();
            this.textBox25 = new Telerik.Reporting.TextBox();
            this.textBox32 = new Telerik.Reporting.TextBox();
            this.textBox33 = 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.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.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.pictureBox1 = new Telerik.Reporting.PictureBox();
            this.pictureBox2 = new Telerik.Reporting.PictureBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox34 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.7784007787704468D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(19.983694076538086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.Style.Font.Bold = true;
            this.textBox1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(12D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox1.Value = "LAPORAN BUKU KAS UMUM";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.37860107421875D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(19.983694076538086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox2.Value = "= \"Tanggal : \" + Parameters.StartDate.Value + \" s.d \" + Parameters.EndDate.Value";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.60183709859848022D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox13,
            this.textBox14,
            this.textBox15,
            this.textBox17,
            this.textBox18,
            this.txtTransDate,
            this.textBox20,
            this.textBox19,
            this.textBox35});
            this.detail.Name = "detail";
            // 
            // textBox13
            // 
            this.textBox13.CanGrow = false;
            this.textBox13.Culture = new System.Globalization.CultureInfo("id-ID");
            this.textBox13.Format = "{0:N2}";
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(17.73199462890625D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020064989803358913D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox13.Multiline = false;
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.2517988681793213D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.599999725818634D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox13.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox13.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox13.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox13.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox13.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox13.Style.BorderWidth.Left = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox13.Style.BorderWidth.Right = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox13.Style.BorderWidth.Top = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox13.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox13.TextWrap = false;
            this.textBox13.Value = "=Saldo";
            // 
            // textBox14
            // 
            this.textBox14.CanGrow = false;
            this.textBox14.Format = "{0:N2}";
            this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.649993896484375D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5237982273101807D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.599999725818634D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox14.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox14.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox14.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox14.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox14.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox14.Style.BorderWidth.Left = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox14.Style.BorderWidth.Right = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox14.Style.BorderWidth.Top = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox14.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox14.TextWrap = false;
            this.textBox14.Value = "=DEBIT_AMOUNT";
            // 
            // textBox15
            // 
            this.textBox15.CanGrow = false;
            this.textBox15.Format = "{0:N2}";
            this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(16.173992156982422D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox15.Multiline = false;
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5578005313873291D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox15.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox15.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox15.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox15.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox15.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox15.Style.BorderWidth.Left = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox15.Style.BorderWidth.Right = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox15.Style.BorderWidth.Top = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox15.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox15.Style.Padding.Left = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox15.TextWrap = false;
            this.textBox15.Value = "=CREDIT_AMOUNT";
            // 
            // textBox17
            // 
            this.textBox17.CanGrow = false;
            this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(10.077997207641602D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020064989803358913D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.0477988719940186D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.599999725818634D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox17.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox17.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox17.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox17.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox17.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox17.Style.BorderWidth.Left = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox17.Style.BorderWidth.Right = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox17.Style.BorderWidth.Top = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox17.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox17.Value = "=KA_NAME";
            // 
            // textBox18
            // 
            this.textBox18.CanGrow = false;
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8262004852294922D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020064989803358913D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.8096001148223877D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox18.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox18.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox18.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox18.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox18.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox18.Style.BorderWidth.Left = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox18.Style.BorderWidth.Right = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox18.Style.BorderWidth.Top = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox18.Style.Font.Name = "Arial";
            this.textBox18.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox18.TextWrap = true;
            this.textBox18.Value = "=DESCRIPT";
            // 
            // txtTransDate
            // 
            this.txtTransDate.CanGrow = false;
            this.txtTransDate.Culture = new System.Globalization.CultureInfo("id-ID");
            this.txtTransDate.Format = "{0:dd/MM/yyyy}";
            this.txtTransDate.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.5402002334594727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020064989803358913D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.txtTransDate.Name = "txtTransDate";
            this.txtTransDate.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.2857999801635742D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000050067901611D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.txtTransDate.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtTransDate.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.txtTransDate.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.txtTransDate.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.txtTransDate.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTransDate.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTransDate.Style.BorderWidth.Left = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTransDate.Style.BorderWidth.Right = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTransDate.Style.BorderWidth.Top = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTransDate.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTransDate.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtTransDate.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtTransDate.Value = "=TRANS_DATE";
            // 
            // textBox20
            // 
            this.textBox20.CanGrow = false;
            this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020145734015386552D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.5399000644683838D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.599999725818634D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox20.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox20.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox20.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox20.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox20.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox20.Value = "=TRANS_NUMBER";
            // 
            // textBox19
            // 
            this.textBox19.CanGrow = false;
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(13.125995635986328D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5237990617752075D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.599999725818634D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox19.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox19.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox19.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox19.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox19.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox19.Style.BorderWidth.Left = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox19.Style.BorderWidth.Right = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox19.Style.BorderWidth.Top = new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox19.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox19.TextWrap = false;
            this.textBox19.Value = "=CEK_BG_NUMBER";
            // 
            // textBox35
            // 
            this.textBox35.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(8.6360006332397461D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020145734015386552D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox35.Name = "textBox35";
            this.textBox35.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.4417966604232788D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.6000974178314209D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox35.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox35.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox35.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox35.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox35.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox35.Style.Font.Name = "Arial";
            this.textBox35.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox35.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox35.Value = "=GT_CODE";
            // 
            // textBox21
            // 
            this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(13.12569522857666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50800031423568726D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox21.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox21.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox21.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox21.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox21.Style.Font.Bold = true;
            this.textBox21.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(7D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox21.Value = "Jumlah";
            // 
            // textBox22
            // 
            this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.83369827270507812D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.0319995880126953D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5079994797706604D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox22.TextWrap = false;
            this.textBox22.Value = "Mengetahui";
            // 
            // textBox23
            // 
            this.textBox23.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.3418980836868286D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.0002002716064453D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50800031423568726D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox23.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox23.Value = "Kepala Unit RSCM Kencana";
            // 
            // textBox24
            // 
            this.textBox24.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.9715993404388428D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox24.Name = "textBox24";
            this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.0002002716064453D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5079994797706604D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox24.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox24.Style.Font.Underline = false;
            this.textBox24.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox24.Value = "= Parameters.kaunit.Value";
            // 
            // textBox26
            // 
            this.textBox26.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(4.4797992706298828D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox26.Name = "textBox26";
            this.textBox26.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.880000114440918D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5079994797706604D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox26.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox26.Value = "= Parameters.nipkaunit.Value";
            // 
            // textBox27
            // 
            this.textBox27.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(15.157591819763184D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.83369827270507812D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox27.Name = "textBox27";
            this.textBox27.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.016200065612793D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5079994797706604D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox27.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox27.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox27.Value = "Jakarta";
            // 
            // txtDateTimeNow
            // 
            this.txtDateTimeNow.Culture = new System.Globalization.CultureInfo("id-ID");
            this.txtDateTimeNow.Format = "{0:dd MMMM yyyy}";
            this.txtDateTimeNow.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(16.173992156982422D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.83369827270507812D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.txtDateTimeNow.Name = "txtDateTimeNow";
            this.txtDateTimeNow.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.8098013401031494D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5079994797706604D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.txtDateTimeNow.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtDateTimeNow.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtDateTimeNow.Value = "= Now()";
            // 
            // textBox28
            // 
            this.textBox28.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(15.157591819763184D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.3418980836868286D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox28.Name = "textBox28";
            this.textBox28.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.826202392578125D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50800031423568726D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox28.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox28.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox28.Value = "Kepala Sub Unit Keuangan";
            // 
            // textBox29
            // 
            this.textBox29.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(15.157591819763184D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.8500986099243164D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox29.Name = "textBox29";
            this.textBox29.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.8262038230896D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5079994797706604D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox29.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox29.Value = "RSCM Kencana";
            // 
            // textBox30
            // 
            this.textBox30.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(15.157591819763184D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.9715993404388428D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox30.Name = "textBox30";
            this.textBox30.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.5559964179992676D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5079994797706604D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox30.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox30.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox30.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox30.Value = "= Parameters.kasub.Value";
            // 
            // textBox31
            // 
            this.textBox31.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(15.157591819763184D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(4.4797992706298828D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox31.Name = "textBox31";
            this.textBox31.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.7279982566833496D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50800031423568726D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox31.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox31.Value = "= Parameters.nipkasub.Value";
            // 
            // reportFooterSection1
            // 
            this.reportFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(2.0630567073822021D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox21,
            this.textBox22,
            this.textBox23,
            this.textBox27,
            this.txtDateTimeNow,
            this.textBox28,
            this.textBox29,
            this.textBox24,
            this.textBox26,
            this.textBox30,
            this.textBox31,
            this.textBox16,
            this.textBox25,
            this.textBox32,
            this.textBox33});
            this.reportFooterSection1.Name = "reportFooterSection1";
            // 
            // textBox16
            // 
            this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(13.125995635986328D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5237982273101807D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50800031423568726D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox16.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox16.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox16.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox16.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox16.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(7D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox16.Value = "";
            // 
            // textBox25
            // 
            this.textBox25.Culture = new System.Globalization.CultureInfo("id-ID");
            this.textBox25.Format = "{0:N2}";
            this.textBox25.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.649996757507324D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox25.Name = "textBox25";
            this.textBox25.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5237973928451538D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50800031423568726D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox25.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox25.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox25.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox25.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox25.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox25.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox25.Value = "= Sum(DEBIT_AMOUNT)";
            // 
            // textBox32
            // 
            this.textBox32.Culture = new System.Globalization.CultureInfo("id-ID");
            this.textBox32.Format = "{0:N2}";
            this.textBox32.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(16.173992156982422D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox32.Name = "textBox32";
            this.textBox32.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5578005313873291D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50800031423568726D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox32.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox32.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox32.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox32.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox32.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox32.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox32.Value = "= Sum(CREDIT_AMOUNT)";
            // 
            // textBox33
            // 
            this.textBox33.Culture = new System.Globalization.CultureInfo("id-ID");
            this.textBox33.Format = "";
            this.textBox33.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(17.73199462890625D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox33.Name = "textBox33";
            this.textBox33.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.251800537109375D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5079994797706604D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox33.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox33.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox33.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox33.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox33.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox33.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox33.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox33.Value = "= Parameters.saldoakhir.Value";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.2795009613037109D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.5398998260498047D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.200200080871582D, Telerik.Reporting.Drawing.UnitType.Cm));
            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.None;
            this.textBox3.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox3.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox3.Value = "No. BKU";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.5402002334594727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.2795009613037109D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.2857999801635742D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.200200080871582D, Telerik.Reporting.Drawing.UnitType.Cm));
            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.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox4.Value = "Tanggal";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8262004852294922D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.2795009613037109D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.8095993995666504D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.200200080871582D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox5.Style.BorderStyle.Bottom = 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.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox5.Value = "Keterangan";
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(10.077997207641602D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.2795009613037109D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.0477983951568604D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.200200080871582D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox6.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox6.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox6.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox6.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox6.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox6.Value = "Kelompok Anggaran";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(13.125995635986328D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.2795009613037109D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5237990617752075D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.200200080871582D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox8.Style.BorderStyle.Bottom = 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.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox8.Value = "No. Cek/BG";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.649993896484375D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.2795009613037109D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.0817997455596924D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox9.Style.BorderStyle.Bottom = 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.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox9.Value = "Mutasi";
            // 
            // textBox10
            // 
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.649993896484375D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.8797013759613037D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5237990617752075D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.599999725818634D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox10.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox10.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox10.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox10.Value = "Masuk";
            // 
            // textBox11
            // 
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(16.173992156982422D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.8797008991241455D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5577989816665649D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox11.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox11.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox11.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox11.Value = "Keluar";
            // 
            // textBox12
            // 
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(17.748001098632812D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.2795009613037109D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.2517995834350586D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.200200080871582D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox12.Style.BorderStyle.Bottom = 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.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox12.Value = "Saldo";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(1.7636618614196777D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox3,
            this.textBox4,
            this.textBox5,
            this.textBox6,
            this.textBox8,
            this.textBox10,
            this.textBox11,
            this.textBox9,
            this.textBox12,
            this.textBox2,
            this.textBox1,
            this.pictureBox1,
            this.pictureBox2,
            this.textBox7,
            this.textBox34});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(17.017997741699219D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.25399994850158691D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.5399999618530273D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.5242007970809937D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox1.Style.BackgroundImage.ImageData = global::RSCM_BKU_web.Report.Properties.Resources.rscm_kencana;
            this.pictureBox1.Style.BackgroundImage.MimeType = "image/jpeg";
            // 
            // pictureBox2
            // 
            this.pictureBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.45399925112724304D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.25399994850158691D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7780002355575562D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.5242007970809937D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox2.Style.BackgroundImage.ImageData = global::RSCM_BKU_web.Report.Properties.Resources.Bakti_Husada;
            this.pictureBox2.Style.BackgroundImage.MimeType = "image/jpeg";
            this.pictureBox2.Style.BackgroundImage.Repeat = Telerik.Reporting.Drawing.BackgroundRepeat.NoRepeat;
            this.pictureBox2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.5402002334594727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50800013542175293D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(13.969799041748047D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.76199984550476074D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox7.Style.Font.Bold = true;
            this.textBox7.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(16D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox7.Value = "RSUP NASIONAL DR. CIPTO MANGUNKUSUMO";
            // 
            // textBox34
            // 
            this.textBox34.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(8.6360006332397461D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.2795009613037109D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox34.Name = "textBox34";
            this.textBox34.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.4417966604232788D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.2000999450683594D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox34.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox34.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox34.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox34.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox34.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox34.Value = "MAK";
            // 
            // LaporanBKU
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detail,
            this.reportFooterSection1,
            this.pageHeaderSection1});
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(2.5399999618530273D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(2.5399999618530273D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.Name = "StartDate";
            reportParameter2.Name = "EndDate";
            reportParameter3.Name = "kaunit";
            reportParameter4.Name = "kasub";
            reportParameter5.Name = "nipkaunit";
            reportParameter6.Name = "nipkasub";
            reportParameter7.Name = "saldoakhir";
            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.Font.Name = "Times New Roman";
            this.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
            this.Width = new Telerik.Reporting.Drawing.Unit(19.999898910522461D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.Name = "LaporanBKU";
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
示例#36
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.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();
     this.pageHeader           = new Telerik.Reporting.PageHeaderSection();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.textBox12            = new Telerik.Reporting.TextBox();
     this.textBox13            = new Telerik.Reporting.TextBox();
     this.textBox14            = new Telerik.Reporting.TextBox();
     this.textBox17            = new Telerik.Reporting.TextBox();
     this.textBox18            = new Telerik.Reporting.TextBox();
     this.textBox19            = new Telerik.Reporting.TextBox();
     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.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
     this.textBox20            = 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.textBox26            = new Telerik.Reporting.TextBox();
     this.textBox27            = new Telerik.Reporting.TextBox();
     this.textBox1             = new Telerik.Reporting.TextBox();
     this.textBox7             = new Telerik.Reporting.TextBox();
     this.textBox10            = new Telerik.Reporting.TextBox();
     this.textBox11            = new Telerik.Reporting.TextBox();
     this.textBox16            = new Telerik.Reporting.TextBox();
     this.textBox15            = new Telerik.Reporting.TextBox();
     this.textBox9             = new Telerik.Reporting.TextBox();
     this.textBox8             = new Telerik.Reporting.TextBox();
     this.textBox6             = new Telerik.Reporting.TextBox();
     this.textBox22            = new Telerik.Reporting.TextBox();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.textBox2             = new Telerik.Reporting.TextBox();
     this.textBox3             = new Telerik.Reporting.TextBox();
     this.textBox5             = new Telerik.Reporting.TextBox();
     this.textBox37            = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = new Telerik.Reporting.Drawing.Unit(4.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox7,
         this.textBox10,
         this.textBox11,
         this.textBox16,
         this.textBox15,
         this.textBox9,
         this.textBox8,
         this.textBox6,
         this.textBox22,
         this.textBox4,
         this.textBox2,
         this.textBox3,
         this.textBox5,
         this.textBox37
     });
     this.pageHeader.Name = "pageHeader";
     //
     // detail
     //
     this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.50020080804824829D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox12,
         this.textBox13,
         this.textBox14,
         this.textBox17,
         this.textBox18,
         this.textBox19
     });
     this.detail.Name = "detail";
     //
     // textBox12
     //
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5.00050163269043D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox12.Style.Font.Name     = "Arial";
     this.textBox12.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.TextWrap            = false;
     this.textBox12.Value               = "= Fields.[Id_Ter] + \" \" + Fields.[Ter_Nombre]";
     //
     // textBox13
     //
     this.textBox13.Format              = "{0:C2}";
     this.textBox13.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.0007061958312988D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox13.Name                = "textBox13";
     this.textBox13.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.6086015701293945D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox13.Style.Font.Name     = "Arial";
     this.textBox13.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox13.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.TextWrap            = false;
     this.textBox13.Value               = "=Fields.CobranzaDeseada";
     //
     // textBox14
     //
     this.textBox14.Format              = "{0:C2}";
     this.textBox14.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(8.6095085144042969D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9199984073638916D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox14.Style.Font.Name     = "Arial";
     this.textBox14.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox14.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.TextWrap            = false;
     this.textBox14.Value               = "=Fields.CobranzaReal";
     //
     // textBox17
     //
     this.textBox17.Format              = "{0:C2}";
     this.textBox17.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.529706001281738D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020064989803358913D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox17.Name                = "textBox17";
     this.textBox17.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9199984073638916D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox17.Style.Font.Name     = "Arial";
     this.textBox17.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox17.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.TextWrap            = false;
     this.textBox17.Value               = "= Fields.CobranzaDeseada - Fields.CobranzaReal";
     //
     // textBox18
     //
     this.textBox18.Format              = "{0:P2}";
     this.textBox18.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.449904441833496D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020064989803358913D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.45009708404541D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox18.Style.Font.Name     = "Arial";
     this.textBox18.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox18.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.TextWrap            = false;
     this.textBox18.Value               = "=((isNull(Fields.CobranzaDeseada,0)) / (IIf((isNull((Fields.CobranzaDeseada - Fie" +
                                          "lds.CobranzaReal),0) = 0), 1 , (CDbl((Fields.CobranzaDeseada - Fields.CobranzaRe" +
                                          "al))))))";
     //
     // textBox19
     //
     this.textBox19.Format              = "{0:C2}";
     this.textBox19.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(17.900001525878906D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox19.Name                = "textBox19";
     this.textBox19.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.8401980400085449D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox19.Style.Font.Name     = "Arial";
     this.textBox19.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox19.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox19.TextWrap            = false;
     this.textBox19.Value               = "=Fields.CarteraXCobrar";
     //
     // sqlConnection1
     //
     this.sqlConnection1.ConnectionString = "Data Source=AXSDMS-02\\SQL2008;Initial Catalog=SIANWEB;Persist Security Info=True;" +
                                            "User ID=sa;Password=adminadmin";
     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", "spRepCobRotacionCartera", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("Id_Emp", "Id_Emp"),
             new System.Data.Common.DataColumnMapping("Id_Cd", "Id_Cd"),
             new System.Data.Common.DataColumnMapping("Id_Ter", "Id_Ter"),
             new System.Data.Common.DataColumnMapping("Id_Cal", "Id_Cal"),
             new System.Data.Common.DataColumnMapping("Ter_Nombre", "Ter_Nombre"),
             new System.Data.Common.DataColumnMapping("vtaMtoMes", "vtaMtoMes"),
             new System.Data.Common.DataColumnMapping("Saldo", "Saldo"),
             new System.Data.Common.DataColumnMapping("FechaIni", "FechaIni"),
             new System.Data.Common.DataColumnMapping("FechaFin", "FechaFin"),
             new System.Data.Common.DataColumnMapping("DiasDif", "DiasDif"),
             new System.Data.Common.DataColumnMapping("PeriodoFechas", "PeriodoFechas")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText    = "dbo.spRepCobCoberturaCobranza";
     this.sqlSelectCommand1.CommandTimeout = 600;
     this.sqlSelectCommand1.CommandType    = System.Data.CommandType.StoredProcedure;
     this.sqlSelectCommand1.Connection     = this.sqlConnection2;
     this.sqlSelectCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, 0),
         new System.Data.SqlClient.SqlParameter("@Id_Emp", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "1"),
         new System.Data.SqlClient.SqlParameter("@Id_Cd", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "2"),
         new System.Data.SqlClient.SqlParameter("@FecIni", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "10/04/2011"),
         new System.Data.SqlClient.SqlParameter("@FecFin", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "15/04/2011")
     });
     //
     // reportFooterSection1
     //
     this.reportFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(1.0000003576278687D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox20,
         this.textBox21,
         this.textBox23,
         this.textBox24,
         this.textBox25,
         this.textBox26,
         this.textBox27
     });
     this.reportFooterSection1.Name = "reportFooterSection1";
     //
     // textBox20
     //
     this.textBox20.Format              = "{0:C2}";
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.0002007484436035D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.6086006164550781D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox20.Style.Font.Name     = "Arial";
     this.textBox20.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.TextWrap            = false;
     this.textBox20.Value               = "= Sum(Fields.CobranzaDeseada)";
     //
     // textBox21
     //
     this.textBox21.Format              = "{0:C2}";
     this.textBox21.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(8.6090011596679688D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox21.Name                = "textBox21";
     this.textBox21.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9199984073638916D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox21.Style.Font.Name     = "Arial";
     this.textBox21.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox21.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox21.TextWrap            = false;
     this.textBox21.Value               = "= Sum(Fields.CobranzaReal)";
     //
     // textBox23
     //
     this.textBox23.Format              = "{0:C2}";
     this.textBox23.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.52919864654541D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020024616969749332D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox23.Name                = "textBox23";
     this.textBox23.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9199984073638916D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox23.Style.Font.Name     = "Arial";
     this.textBox23.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox23.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox23.TextWrap            = false;
     this.textBox23.Value               = "= Sum(Fields.CobranzaDeseada - Fields.CobranzaReal)";
     //
     // textBox24
     //
     this.textBox24.Format              = "{0:C2}";
     this.textBox24.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(17.900001525878906D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox24.Name                = "textBox24";
     this.textBox24.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.8401980400085449D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox24.Style.Font.Name     = "Arial";
     this.textBox24.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox24.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox24.TextWrap            = false;
     this.textBox24.Value               = "= Sum(Fields.CarteraXCobrar)";
     //
     // textBox25
     //
     this.textBox25.Format              = "{0:C2}";
     this.textBox25.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.0007061958312988D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox25.Name                = "textBox25";
     this.textBox25.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.6090004444122314D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox25.Style.Font.Name     = "Arial";
     this.textBox25.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox25.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.TextWrap            = false;
     this.textBox25.Value               = "= (IIf((isNull(Fields.CobranzaDeseada,0) = 0), 0 , \r\n(CDbl(Sum(Fields.CobranzaRea" +
                                          "l))/(CDbl(Sum(Fields.CobranzaDeseada))))))";
     //
     // textBox26
     //
     this.textBox26.Name                = "textBox26";
     this.textBox26.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5.00020170211792D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox26.Style.Font.Bold     = true;
     this.textBox26.Style.Font.Name     = "Arial";
     this.textBox26.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox26.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox26.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox26.TextWrap            = false;
     this.textBox26.Value               = "Total:   ";
     //
     // textBox27
     //
     this.textBox27.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00040008861105889082D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox27.Name                = "textBox27";
     this.textBox27.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5.0001015663146973D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox27.Style.Font.Bold     = true;
     this.textBox27.Style.Font.Name     = "Arial";
     this.textBox27.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox27.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox27.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox27.TextWrap            = false;
     this.textBox27.Value               = "Cobranza real/Cobranza deseada:";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(8.6088075637817383D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.9000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9199986457824707D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.TextWrap            = false;
     this.textBox1.Value               = "Cobranza real";
     //
     // textBox7
     //
     this.textBox7.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.528805732727051D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.9000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox7.Name                = "textBox7";
     this.textBox7.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9199986457824707D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox7.Style.Font.Bold     = true;
     this.textBox7.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox7.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.TextWrap            = false;
     this.textBox7.Value               = "Diferencia";
     //
     // textBox10
     //
     this.textBox10.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.44880485534668D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.9000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.4500973224639893D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox10.Style.Font.Bold     = true;
     this.textBox10.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.TextWrap            = false;
     this.textBox10.Value               = "Porcentaje de cobertura";
     //
     // textBox11
     //
     this.textBox11.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(17.900001525878906D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.9000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.8401973247528076D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox11.Style.Font.Bold     = true;
     this.textBox11.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox11.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.TextWrap            = false;
     this.textBox11.Value               = "Cartera por cobrar";
     //
     // textBox16
     //
     this.textBox16.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.9000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5.00020170211792D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox16.Style.Font.Bold     = true;
     this.textBox16.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox16.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.TextWrap            = false;
     this.textBox16.Value               = "Territorio";
     //
     // textBox15
     //
     this.textBox15.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.00020170211792D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.9000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox15.Name                = "textBox15";
     this.textBox15.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.6086058616638184D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox15.Style.Font.Bold     = true;
     this.textBox15.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox15.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.TextWrap            = false;
     this.textBox15.Value               = "Cobranza deseada";
     //
     // textBox9
     //
     this.textBox9.CanGrow             = false;
     this.textBox9.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox9.Name                = "textBox9";
     this.textBox9.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.6090059280395508D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox9.Style.Font.Bold     = true;
     this.textBox9.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox9.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.TextWrap            = false;
     this.textBox9.Value               = "= Parameters.FecFin";
     //
     // textBox8
     //
     this.textBox8.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.9998998641967773D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox8.Style.Font.Bold     = true;
     this.textBox8.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox8.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.TextWrap            = false;
     this.textBox8.Value               = "Fecha final:";
     //
     // textBox6
     //
     this.textBox6.CanGrow             = false;
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.999901294708252D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox6.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.TextWrap            = false;
     this.textBox6.Value               = "=\"Usuario: \" + Parameters.Usuario";
     //
     // textBox22
     //
     this.textBox22.CanGrow             = false;
     this.textBox22.Format              = "{0:g}";
     this.textBox22.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox22.Name                = "textBox22";
     this.textBox22.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5.0001015663146973D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox22.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox22.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox22.TextWrap            = false;
     this.textBox22.Value               = "=Now()";
     //
     // textBox4
     //
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.99990177154541D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox4.Style.Font.Bold     = true;
     this.textBox4.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox4.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.TextWrap            = false;
     this.textBox4.Value               = "=Parameters.NomEmp";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.99990177154541D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox2.Style.Font.Bold     = true;
     this.textBox2.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.TextWrap            = false;
     this.textBox2.Value               = "=Parameters.NomSuc";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.99990177154541D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.TextWrap            = false;
     this.textBox3.Value               = "Cobertura de cobranza";
     //
     // textBox5
     //
     this.textBox5.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox5.Name                = "textBox5";
     this.textBox5.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox5.Style.Font.Bold     = true;
     this.textBox5.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox5.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.TextWrap            = false;
     this.textBox5.Value               = "Fecha inicial:";
     //
     // textBox37
     //
     this.textBox37.CanGrow             = false;
     this.textBox37.Location            = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox37.Name                = "textBox37";
     this.textBox37.Size                = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.6090052127838135D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
     this.textBox37.Style.Font.Bold     = true;
     this.textBox37.Style.Font.Size     = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
     this.textBox37.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox37.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox37.TextWrap            = false;
     this.textBox37.Value               = "= Parameters.FecIni";
     //
     // ExpRep_CobCoberturaCobranza
     //
     this.DataSource = this.sqlDataAdapter1;
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeader,
         this.detail,
         this.reportFooterSection1
     });
     this.PageSettings.Landscape      = false;
     this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.Margins.Left   = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.Margins.Right  = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.Margins.Top    = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.PageSettings.PaperKind      = System.Drawing.Printing.PaperKind.Custom;
     this.PageSettings.PaperSize      = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(22D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(100D, Telerik.Reporting.Drawing.UnitType.Cm));
     reportParameter1.Name            = "FecIni";
     reportParameter2.Name            = "FecFin";
     reportParameter3.Name            = "NomEmp";
     reportParameter4.Name            = "NomSuc";
     reportParameter5.Name            = "Usuario";
     reportParameter6.Name            = "Conexion";
     reportParameter7.Name            = "Id_Emp";
     reportParameter8.Name            = "Id_Cd_Ver";
     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.Sorting.AddRange(new Telerik.Reporting.Sorting[] {
         new Telerik.Reporting.Sorting("=Fields.[Id_Ter]", Telerik.Reporting.SortDirection.Asc)
     });
     this.Style.BackgroundColor = System.Drawing.Color.White;
     this.Width           = new Telerik.Reporting.Drawing.Unit(20.739099502563477D, Telerik.Reporting.Drawing.UnitType.Cm);
     this.NeedDataSource += new System.EventHandler(this.ExpRep_CobCoberturaCobranza_NeedDataSource);
     ((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.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.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.pageFooterInfoPanel1 = new Telerik.Reporting.Panel();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.pageAggregatePanel = new Telerik.Reporting.Panel();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.81999999284744263D);
            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(7.6999998092651367D), 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(12D);
            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.Middle;
            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(3.3000001907348633D), 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.68000012636184692D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageFooterInfoPanel1,
            this.pageAggregatePanel});
            this.pageFooter.Name = "pageFooter";
            // 
            // pageFooterInfoPanel1
            // 
            this.pageFooterInfoPanel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.pageInfoTextBox});
            this.pageFooterInfoPanel1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(1.2192000150680542D));
            this.pageFooterInfoPanel1.Name = "pageFooterInfoPanel1";
            this.pageFooterInfoPanel1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(19.549999237060547D), Telerik.Reporting.Drawing.Unit.Cm(0.50799989700317383D));
            this.pageFooterInfoPanel1.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // currentTimeTextBox
            // 
            this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            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()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.2100000381469727D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            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";
            // 
            // pageAggregatePanel
            // 
            this.pageAggregatePanel.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.pageAggregatePanel.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.06450025737285614D), Telerik.Reporting.Drawing.Unit.Cm(0.30000001192092896D));
            this.pageAggregatePanel.Name = "pageAggregatePanel";
            this.pageAggregatePanel.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.6500000953674316D), Telerik.Reporting.Drawing.Unit.Point(22D));
            this.pageAggregatePanel.Style.BackgroundColor = System.Drawing.SystemColors.MenuBar;
            this.pageAggregatePanel.Style.BorderColor.Default = System.Drawing.Color.LightGray;
            this.pageAggregatePanel.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.pageAggregatePanel.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(3D);
            this.pageAggregatePanel.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(1D);
            this.pageAggregatePanel.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(3D);
            this.pageAggregatePanel.ItemDataBound += new System.EventHandler(this.pageAggregatePanel_ItemDataBound);
            // 
            // EasyReportPortrait
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeader,
            this.detail,
            this.pageFooter});
            this.Name = "EasyReportPortrait";
            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(7.6999998092651367D);
            ((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();
     Telerik.Reporting.Drawing.FormattingRule formattingRule3 = new Telerik.Reporting.Drawing.FormattingRule();
     Telerik.Reporting.Group             group1           = new Telerik.Reporting.Group();
     Telerik.Reporting.ReportParameter   reportParameter1 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.Drawing.StyleRule styleRule1       = new Telerik.Reporting.Drawing.StyleRule();
     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.textBox2 = new Telerik.Reporting.TextBox();
     this.textBox4 = new Telerik.Reporting.TextBox();
     this.shape4   = new Telerik.Reporting.Shape();
     this.CrMaterialsDetailData = new Telerik.Reporting.SqlDataSource();
     this.reportHeader          = new Telerik.Reporting.ReportHeaderSection();
     this.textBox11             = new Telerik.Reporting.TextBox();
     this.textBox1     = new Telerik.Reporting.TextBox();
     this.reportFooter = new Telerik.Reporting.ReportFooterSection();
     this.textBox3     = new Telerik.Reporting.TextBox();
     this.textBox5     = new Telerik.Reporting.TextBox();
     this.textBox7     = new Telerik.Reporting.TextBox();
     this.textBox6     = new Telerik.Reporting.TextBox();
     this.shape1       = new Telerik.Reporting.Shape();
     this.detail       = new Telerik.Reporting.DetailSection();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.31999999284744263D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox4,
         this.shape4
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.75000005960464478D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox2.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "= Fields.Stage+ \" Materials\"";
     //
     // textBox4
     //
     this.textBox4.Format              = "{0:N2}";
     this.textBox4.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox4.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox4.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Value               = "= Sum(Fields.PriceSubTotal)";
     //
     // shape4
     //
     this.shape4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.40000006556510925D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     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(6.6999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.shape4.Style.LineColor = System.Drawing.Color.Silver;
     this.shape4.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     //
     // CrMaterialsDetailData
     //
     this.CrMaterialsDetailData.ConnectionString = "DefaultConnection";
     this.CrMaterialsDetailData.Name             = "CrMaterialsDetailData";
     this.CrMaterialsDetailData.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@CorID", System.Data.DbType.Int32, "= Parameters.CorID.Value")
     });
     this.CrMaterialsDetailData.SelectCommand     = "dbo.rptCorPricingDetail";
     this.CrMaterialsDetailData.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.799306333065033D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox11,
         this.textBox1
     });
     this.reportHeader.Name = "reportHeader";
     this.reportHeader.Style.BorderColor.Bottom = System.Drawing.Color.DimGray;
     this.reportHeader.Style.BorderColor.Top    = System.Drawing.Color.DimGray;
     this.reportHeader.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.reportHeader.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.None;
     //
     // textBox11
     //
     this.textBox11.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D), Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D));
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.textBox11.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox11.Style.Font.Bold     = true;
     this.textBox11.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox11.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox11.Style.LineColor     = System.Drawing.Color.DimGray;
     this.textBox11.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox11.TextWrap            = false;
     this.textBox11.Value               = "Materials by Stage";
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D), Telerik.Reporting.Drawing.Unit.Inch(0.44999995827674866D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox1.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox1.Value           = "The Materials for the proposed changes breaks down as follows:";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox3,
         this.textBox5,
         this.textBox7,
         this.textBox6,
         this.shape1
     });
     this.reportFooter.Name = "reportFooter";
     this.reportFooter.Style.BorderColor.Bottom = System.Drawing.Color.DimGray;
     this.reportFooter.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.74999964237213135D), Telerik.Reporting.Drawing.Unit.Inch(0.34999999403953552D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "Materials Total";
     //
     // textBox5
     //
     this.textBox5.Format              = "{0:N2}";
     this.textBox5.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.34999999403953552D));
     this.textBox5.Name                = "textBox5";
     this.textBox5.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox5.Style.Font.Bold     = true;
     this.textBox5.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox5.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value               = "= Sum(Fields.PriceSubTotal+ Fields.SalesTaxSub)";
     //
     // textBox7
     //
     formattingRule1.Filters.Add(new Telerik.Reporting.Filter("Sum(Fields.SalesTaxSub)", Telerik.Reporting.FilterOperator.Equal, "0"));
     formattingRule1.Style.Visible = false;
     this.textBox7.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
         formattingRule1
     });
     this.textBox7.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.74999964237213135D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     this.textBox7.Name                = "textBox7";
     this.textBox7.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox7.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.Value               = "Sales Tax";
     //
     // textBox6
     //
     formattingRule2.Filters.Add(new Telerik.Reporting.Filter("Sum(Fields.SalesTaxSub)", Telerik.Reporting.FilterOperator.Equal, "0"));
     formattingRule2.Style.Visible = false;
     this.textBox6.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
         formattingRule2
     });
     this.textBox6.Format              = "{0:N2}";
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4999990463256836D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
     this.textBox6.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value               = "= Sum(Fields.SalesTaxSub)";
     //
     // shape1
     //
     formattingRule3.Filters.Add(new Telerik.Reporting.Filter("Sum(Fields.SalesTaxSub)", Telerik.Reporting.FilterOperator.Equal, "0"));
     formattingRule3.Style.Visible = false;
     this.shape1.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
         formattingRule3
     });
     this.shape1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.3999997079372406D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     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.6999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
     this.shape1.Style.LineColor = System.Drawing.Color.Silver;
     this.shape1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     //
     // detail
     //
     this.detail.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D);
     this.detail.Name          = "detail";
     this.detail.Style.Visible = false;
     //
     // CrMaterialsDetail
     //
     this.DataSource    = this.CrMaterialsDetailData;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.StageID"));
     group1.GroupKeepTogether = Telerik.Reporting.GroupKeepTogether.FirstDetail;
     group1.Name = "Stages";
     group1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.StageOrder", Telerik.Reporting.SortDirection.Asc));
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "CrMaterialsDetail";
     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(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name             = "CorID";
     reportParameter1.Text             = "CorID";
     reportParameter1.Type             = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Value            = "23";
     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();
 }
示例#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()
        {
            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();

        }
示例#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(CompetitorListReport));
     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.ReportParameter   reportParameter1     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter   reportParameter2     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter   reportParameter3     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter   reportParameter4     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.Drawing.StyleRule styleRule1           = new Telerik.Reporting.Drawing.StyleRule();
     this.textBox21             = new Telerik.Reporting.TextBox();
     this.textBox13             = new Telerik.Reporting.TextBox();
     this.textBox5              = new Telerik.Reporting.TextBox();
     this.textBox11             = new Telerik.Reporting.TextBox();
     this.textBox3              = new Telerik.Reporting.TextBox();
     this.textBox33             = new Telerik.Reporting.TextBox();
     this.textBox7              = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1    = new Telerik.Reporting.PageHeaderSection();
     this.pictureBox1           = new Telerik.Reporting.PictureBox();
     this.textBox1              = new Telerik.Reporting.TextBox();
     this.textBox2              = new Telerik.Reporting.TextBox();
     this.textBox26             = new Telerik.Reporting.TextBox();
     this.pictureBox2           = new Telerik.Reporting.PictureBox();
     this.detail                = new Telerik.Reporting.DetailSection();
     this.competitorsTable      = new Telerik.Reporting.Table();
     this.textBox12             = new Telerik.Reporting.TextBox();
     this.textBox14             = new Telerik.Reporting.TextBox();
     this.OptionalFieldTextBox  = new Telerik.Reporting.TextBox();
     this.textBox25             = new Telerik.Reporting.TextBox();
     this.textBox4              = new Telerik.Reporting.TextBox();
     this.textBox8              = new Telerik.Reporting.TextBox();
     this.textBox6              = new Telerik.Reporting.TextBox();
     this.competitorsDataSource = new Telerik.Reporting.ObjectDataSource();
     this.textBox27             = new Telerik.Reporting.TextBox();
     this.pageFooterSection1    = new Telerik.Reporting.PageFooterSection();
     this.textBox30             = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox21
     //
     this.textBox21.Name = "textBox21";
     this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(0.50701755285263062D));
     this.textBox21.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox21.Style.Font.Bold          = true;
     this.textBox21.StyleName = "";
     //
     // textBox13
     //
     this.textBox13.Name = "textBox13";
     this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0.50701755285263062D));
     this.textBox13.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.Font.Bold          = true;
     this.textBox13.StyleName = "";
     resources.ApplyResources(this.textBox13, "textBox13");
     //
     // textBox5
     //
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5D), Telerik.Reporting.Drawing.Unit.Cm(0.50701755285263062D));
     this.textBox5.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox5.Style.Font.Bold          = true;
     this.textBox5.StyleName = "";
     resources.ApplyResources(this.textBox5, "textBox5");
     //
     // textBox11
     //
     this.textBox11.Name = "textBox11";
     this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(0.50701755285263062D));
     this.textBox11.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.Font.Bold          = true;
     this.textBox11.StyleName = "";
     resources.ApplyResources(this.textBox11, "textBox11");
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.99999994039535522D), Telerik.Reporting.Drawing.Unit.Cm(0.50701749324798584D));
     this.textBox3.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.Font.Bold          = true;
     this.textBox3.StyleName = "";
     resources.ApplyResources(this.textBox3, "textBox3");
     //
     // textBox33
     //
     this.textBox33.Name = "textBox33";
     this.textBox33.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.5D), Telerik.Reporting.Drawing.Unit.Cm(0.50701749324798584D));
     this.textBox33.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox33.Style.Font.Bold          = true;
     this.textBox33.StyleName = "";
     resources.ApplyResources(this.textBox33, "textBox33");
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.50701749324798584D));
     this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.Font.Bold          = true;
     this.textBox7.StyleName = "";
     resources.ApplyResources(this.textBox7, "textBox7");
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.textBox1,
         this.textBox2,
         this.textBox26,
         this.pictureBox2
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // pictureBox1
     //
     this.pictureBox1.Bindings.Add(new Telerik.Reporting.Binding("Value", "= Global.DecodeImage(Parameters.Logo_1.Value)"));
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00025119681959040463D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.5999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     //
     // textBox1
     //
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.6004509925842285D), Telerik.Reporting.Drawing.Unit.Cm(9.9974015029147267E-05D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.799246788024902D), Telerik.Reporting.Drawing.Unit.Cm(0.69990003108978271D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox1, "textBox1");
     //
     // textBox2
     //
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.6004514694213867D), Telerik.Reporting.Drawing.Unit.Cm(1.3000000715255737D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.799248695373535D), Telerik.Reporting.Drawing.Unit.Cm(0.50000011920928955D));
     this.textBox2.Style.BorderColor.Bottom = System.Drawing.Color.DarkGray;
     this.textBox2.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox2.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox2.Style.Font.Bold          = true;
     this.textBox2.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox2.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox2, "textBox2");
     //
     // textBox26
     //
     this.textBox26.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.6004512310028076D), Telerik.Reporting.Drawing.Unit.Cm(0.79980009794235229D));
     this.textBox26.Name            = "textBox26";
     this.textBox26.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.799246788024902D), Telerik.Reporting.Drawing.Unit.Cm(0.50000011920928955D));
     this.textBox26.Style.Font.Bold = true;
     this.textBox26.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox26.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox26, "textBox26");
     //
     // pictureBox2
     //
     this.pictureBox2.Bindings.Add(new Telerik.Reporting.Binding("Value", "= Global.DecodeImage(Parameters.Logo_2.Value)"));
     this.pictureBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15.399899482727051D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.5999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D));
     this.pictureBox2.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(2.1035087108612061D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.competitorsTable,
         this.textBox27
     });
     this.detail.Name = "detail";
     //
     // competitorsTable
     //
     this.competitorsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.0000003576278687D)));
     this.competitorsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(6.0000004768371582D)));
     this.competitorsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.4999997615814209D)));
     this.competitorsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.0000003576278687D)));
     this.competitorsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.0000003576278687D)));
     this.competitorsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(5.5000004768371582D)));
     this.competitorsTable.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(1.9999998807907105D)));
     this.competitorsTable.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.59649115800857544D)));
     this.competitorsTable.Body.SetCellContent(0, 3, this.textBox12);
     this.competitorsTable.Body.SetCellContent(0, 1, this.textBox14);
     this.competitorsTable.Body.SetCellContent(0, 5, this.OptionalFieldTextBox);
     this.competitorsTable.Body.SetCellContent(0, 0, this.textBox25);
     this.competitorsTable.Body.SetCellContent(0, 4, this.textBox4);
     this.competitorsTable.Body.SetCellContent(0, 6, this.textBox8);
     this.competitorsTable.Body.SetCellContent(0, 2, this.textBox6);
     tableGroup1.Name       = "group20";
     tableGroup1.ReportItem = this.textBox21;
     tableGroup2.Name       = "group2";
     tableGroup2.ReportItem = this.textBox13;
     tableGroup3.Name       = "group3";
     tableGroup3.ReportItem = this.textBox5;
     tableGroup4.Name       = "group1";
     tableGroup4.ReportItem = this.textBox11;
     tableGroup5.Name       = "group";
     tableGroup5.ReportItem = this.textBox3;
     tableGroup6.Name       = "group21";
     tableGroup6.ReportItem = this.textBox33;
     tableGroup7.Name       = "group5";
     tableGroup7.ReportItem = this.textBox7;
     this.competitorsTable.ColumnGroups.Add(tableGroup1);
     this.competitorsTable.ColumnGroups.Add(tableGroup2);
     this.competitorsTable.ColumnGroups.Add(tableGroup3);
     this.competitorsTable.ColumnGroups.Add(tableGroup4);
     this.competitorsTable.ColumnGroups.Add(tableGroup5);
     this.competitorsTable.ColumnGroups.Add(tableGroup6);
     this.competitorsTable.ColumnGroups.Add(tableGroup7);
     this.competitorsTable.ColumnHeadersPrintOnEveryPage = true;
     this.competitorsTable.DataSource = this.competitorsDataSource;
     this.competitorsTable.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox25,
         this.textBox14,
         this.textBox6,
         this.textBox12,
         this.textBox4,
         this.OptionalFieldTextBox,
         this.textBox8,
         this.textBox21,
         this.textBox13,
         this.textBox5,
         this.textBox11,
         this.textBox3,
         this.textBox33,
         this.textBox7
     });
     this.competitorsTable.KeepTogether = true;
     this.competitorsTable.Location     = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00025119681959040463D), Telerik.Reporting.Drawing.Unit.Cm(1D));
     this.competitorsTable.Name         = "competitorsTable";
     tableGroup9.Name = "group4";
     tableGroup8.ChildGroups.Add(tableGroup9);
     tableGroup8.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup8.Name = "detailTableGroup";
     this.competitorsTable.RowGroups.Add(tableGroup8);
     this.competitorsTable.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(19.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(1.1035087108612061D));
     this.competitorsTable.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     //
     // textBox12
     //
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(0.59649109840393066D));
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox12.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.StyleName           = "";
     resources.ApplyResources(this.textBox12, "textBox12");
     //
     // textBox14
     //
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0.59649115800857544D));
     this.textBox14.Style.Font.Bold     = true;
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox14.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.StyleName           = "";
     resources.ApplyResources(this.textBox14, "textBox14");
     //
     // OptionalFieldTextBox
     //
     this.OptionalFieldTextBox.Name                = "OptionalFieldTextBox";
     this.OptionalFieldTextBox.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.5D), Telerik.Reporting.Drawing.Unit.Cm(0.59649115800857544D));
     this.OptionalFieldTextBox.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.OptionalFieldTextBox.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.OptionalFieldTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.OptionalFieldTextBox.StyleName           = "";
     resources.ApplyResources(this.OptionalFieldTextBox, "OptionalFieldTextBox");
     //
     // textBox25
     //
     this.textBox25.Name                = "textBox25";
     this.textBox25.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Cm(0.59649109840393066D));
     this.textBox25.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox25.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox25.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.StyleName           = "";
     resources.ApplyResources(this.textBox25, "textBox25");
     //
     // textBox4
     //
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.99999994039535522D), Telerik.Reporting.Drawing.Unit.Cm(0.59649109840393066D));
     this.textBox4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox4.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.StyleName           = "";
     resources.ApplyResources(this.textBox4, "textBox4");
     //
     // textBox8
     //
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.59649115800857544D));
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox8.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.StyleName           = "";
     resources.ApplyResources(this.textBox8, "textBox8");
     //
     // textBox6
     //
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5D), Telerik.Reporting.Drawing.Unit.Cm(0.59649115800857544D));
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox6.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Point(1D);
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.StyleName           = "";
     resources.ApplyResources(this.textBox6, "textBox6");
     //
     // competitorsDataSource
     //
     this.competitorsDataSource.DataSource = typeof(Emando.Vantage.Workflows.Competitions.ClassifiedCompetitor);
     this.competitorsDataSource.Name       = "competitorsDataSource";
     //
     // textBox27
     //
     this.textBox27.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00025122694205492735D), Telerik.Reporting.Drawing.Unit.Cm(0.0002001467946683988D));
     this.textBox27.Name     = "textBox27";
     this.textBox27.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.999801635742188D), Telerik.Reporting.Drawing.Unit.Cm(0.60000032186508179D));
     this.textBox27.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox27.Style.Font.Bold          = true;
     this.textBox27.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox27.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     resources.ApplyResources(this.textBox27, "textBox27");
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.80000048875808716D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox30
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox30
     //
     this.textBox30.Format          = "{0:g}";
     this.textBox30.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.208176612854004D), Telerik.Reporting.Drawing.Unit.Cm(0.30000114440917969D));
     this.textBox30.Name            = "textBox30";
     this.textBox30.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.7918787002563477D), Telerik.Reporting.Drawing.Unit.Cm(0.49989911913871765D));
     this.textBox30.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     resources.ApplyResources(this.textBox30, "textBox30");
     //
     // CompetitorListReport
     //
     resources.ApplyResources(this, "$this");
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "CompetitorListReport";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(10D), Telerik.Reporting.Drawing.Unit.Mm(10D), Telerik.Reporting.Drawing.Unit.Mm(10D), Telerik.Reporting.Drawing.Unit.Mm(10D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.Name       = "OptionalColumnHeader";
     resources.ApplyResources(reportParameter1, "reportParameter1");
     reportParameter2.AllowNull = true;
     reportParameter2.Name      = "OptionalColumnField";
     resources.ApplyResources(reportParameter2, "reportParameter2");
     reportParameter3.AllowNull = true;
     reportParameter3.Name      = "Logo_1";
     resources.ApplyResources(reportParameter3, "reportParameter3");
     reportParameter4.AllowNull = true;
     reportParameter4.Name      = "Logo_2";
     resources.ApplyResources(reportParameter4, "reportParameter4");
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     this.Style.Font.Name = "Calibri";
     this.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     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.Cm(19.0002498626709D);
     ((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(ReptAnesTicketProfessional));
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.ReportParameter reportParameter3 = new Telerik.Reporting.ReportParameter();
            this.sqlProfessional = new Telerik.Reporting.SqlDataSource();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.textBox14 = new Telerik.Reporting.TextBox();
            this.pictureBox1 = new Telerik.Reporting.PictureBox();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.amountDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.textBox15 = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox16 = new Telerik.Reporting.TextBox();
            this.ticket_dateDataTextBox = new Telerik.Reporting.TextBox();
            this.ticket_idDataTextBox = new Telerik.Reporting.TextBox();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.sqlTicketProfessional2 = new Telerik.Reporting.SqlDataSource();
            this.grpProfessional = new Telerik.Reporting.Group();
            this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
            this.comercial_nameDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.grpLabels = new Telerik.Reporting.Group();
            this.groupFooterSection2 = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection2 = new Telerik.Reporting.GroupHeaderSection();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // sqlProfessional
            // 
            this.sqlProfessional.ConnectionString = "AriClinicContext";
            this.sqlProfessional.Name = "sqlProfessional";
            this.sqlProfessional.SelectCommand = "SELECT        person_id, comercial_name\r\nFROM            professional\r\nORDER BY c" +
                "omercial_name";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.66929131746292114D);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox14,
            this.pictureBox1,
            this.textBox13,
            this.textBox17,
            this.textBox1});
            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(9.0729169845581055D), Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D));
            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";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.0024606387596577406D));
            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")));
            // 
            // textBox13
            // 
            this.textBox13.Format = "{0:dd/MM/yyyy}";
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.9791665077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D));
            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";
            // 
            // textBox17
            // 
            this.textBox17.Format = "{0:dd/MM/yyyy}";
            this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D));
            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";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.4791665077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.0024606387596577406D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.7115159034729D), 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 tiques por anestesista";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.23622052371501923D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.amountDataTextBox,
            this.textBox18,
            this.textBox15,
            this.textBox12,
            this.textBox16,
            this.ticket_dateDataTextBox,
            this.ticket_idDataTextBox});
            this.detail.Name = "detail";
            // 
            // amountDataTextBox
            // 
            this.amountDataTextBox.CanGrow = true;
            this.amountDataTextBox.Format = "{0:##,###,##0.00 €}";
            this.amountDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.8958330154418945D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.amountDataTextBox.Name = "amountDataTextBox";
            this.amountDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2760816812515259D), 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.amount";
            // 
            // textBox18
            // 
            this.textBox18.CanGrow = true;
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.3622050285339355D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.4393813610076904D), 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.description";
            // 
            // textBox15
            // 
            this.textBox15.CanGrow = true;
            this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.07874059677124D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2520484924316406D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox15.StyleName = "Data";
            this.textBox15.Value = "= Fields.surgeon_name";
            // 
            // textBox12
            // 
            this.textBox12.CanGrow = true;
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.4375D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5226770639419556D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox12.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox12.StyleName = "Data";
            this.textBox12.Value = "= Fields.policy_number";
            // 
            // textBox16
            // 
            this.textBox16.CanGrow = true;
            this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8897638320922852D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5226770639419556D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox16.StyleName = "Data";
            this.textBox16.Value = "= Fields.insurance_name";
            // 
            // 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.82677173614501953D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            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.ticket_date";
            // 
            // ticket_idDataTextBox
            // 
            this.ticket_idDataTextBox.CanGrow = true;
            this.ticket_idDataTextBox.Format = "{0:000000000}";
            this.ticket_idDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.ticket_idDataTextBox.Name = "ticket_idDataTextBox";
            this.ticket_idDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.79999995231628418D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.ticket_idDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.ticket_idDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.ticket_idDataTextBox.StyleName = "Data";
            this.ticket_idDataTextBox.Value = "= Fields.ticket_id";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.27559056878089905D);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox22,
            this.currentTimeTextBox,
            this.pageInfoTextBox,
            this.textBox21});
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // textBox22
            // 
            this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(10.479166984558106D), Telerik.Reporting.Drawing.Unit.Inch(0.03125D));
            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(0D), Telerik.Reporting.Drawing.Unit.Inch(0.039369899779558182D));
            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.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.currentTimeTextBox.StyleName = "PageInfo";
            this.currentTimeTextBox.Value = "=NOW()";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.375D), Telerik.Reporting.Drawing.Unit.Inch(0.03125D));
            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(10.71875D), Telerik.Reporting.Drawing.Unit.Inch(0.03125D));
            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";
            // 
            // sqlTicketProfessional2
            // 
            this.sqlTicketProfessional2.ConnectionString = "AriClinicContext";
            this.sqlTicketProfessional2.Name = "sqlTicketProfessional2";
            this.sqlTicketProfessional2.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"),
            new Telerik.Reporting.SqlDataSourceParameter("@Anesthesist", System.Data.DbType.String, "=Parameters.Anesthesist.Value")});
            this.sqlTicketProfessional2.SelectCommand = resources.GetString("sqlTicketProfessional2.SelectCommand");
            // 
            // grpProfessional
            // 
            this.grpProfessional.GroupFooter = this.groupFooterSection1;
            this.grpProfessional.GroupHeader = this.groupHeaderSection1;
            this.grpProfessional.Groupings.AddRange(new Telerik.Reporting.Grouping[] {
            new Telerik.Reporting.Grouping("=Fields.professional_name")});
            this.grpProfessional.Name = "grpProfessional";
            // 
            // groupFooterSection1
            // 
            this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.31496062874794006D);
            this.groupFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox20,
            this.textBox19});
            this.groupFooterSection1.Name = "groupFooterSection1";
            // 
            // textBox20
            // 
            this.textBox20.CanGrow = true;
            this.textBox20.Format = "{0:##,###,##0.00 €}";
            this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.8425197601318359D), Telerik.Reporting.Drawing.Unit.Inch(0.039370059967041016D));
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3385823965072632D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox20.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox20.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.textBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox20.StyleName = "Data";
            this.textBox20.Value = "= Sum(Fields.amount)";
            // 
            // textBox19
            // 
            this.textBox19.CanGrow = true;
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.0396981239318848D), Telerik.Reporting.Drawing.Unit.Inch(0.039370059967041016D));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.7007884979248047D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox19.StyleName = "Data";
            this.textBox19.Value = "= Fields.professional_name";
            // 
            // groupHeaderSection1
            // 
            this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.59055119752883911D);
            this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.comercial_nameDataTextBox,
            this.textBox7,
            this.textBox9,
            this.textBox10});
            this.groupHeaderSection1.Name = "groupHeaderSection1";
            // 
            // comercial_nameDataTextBox
            // 
            this.comercial_nameDataTextBox.CanGrow = true;
            this.comercial_nameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.28707346320152283D));
            this.comercial_nameDataTextBox.Name = "comercial_nameDataTextBox";
            this.comercial_nameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2618412971496582D), 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.professional_name";
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.078740119934082031D));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.5084924697875977D), 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 = "ANESTESISTA";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.9166669845581055D), Telerik.Reporting.Drawing.Unit.Inch(0.078740119934082031D));
            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 = "Número";
            // 
            // textBox10
            // 
            this.textBox10.CanGrow = true;
            this.textBox10.Format = "{0:N0}";
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.9166669845581055D), Telerik.Reporting.Drawing.Unit.Inch(0.28707346320152283D));
            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 = "= Count(Fields.ticket_id)";
            // 
            // grpLabels
            // 
            this.grpLabels.GroupFooter = this.groupFooterSection2;
            this.grpLabels.GroupHeader = this.groupHeaderSection2;
            this.grpLabels.Name = "grpLabels";
            // 
            // groupFooterSection2
            // 
            this.groupFooterSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19685046374797821D);
            this.groupFooterSection2.Name = "groupFooterSection2";
            // 
            // groupHeaderSection2
            // 
            this.groupHeaderSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0.27559056878089905D);
            this.groupHeaderSection2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox11,
            this.textBox8,
            this.textBox5,
            this.textBox6,
            this.textBox3,
            this.textBox4,
            this.textBox2});
            this.groupHeaderSection2.Name = "groupHeaderSection2";
            // 
            // textBox11
            // 
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.924704909324646D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5226770639419556D), 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.Value = "Aseguradora";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(9.8934545516967773D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.276081919670105D), 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";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.3622050285339355D), 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(2.4393813610076904D), 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.Value = "Descripción del ticket";
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.0080382032319903374D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D), 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.Center;
            this.textBox6.Value = "TCK-ID";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.82677173614501953D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            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";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.07874059677124D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            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 = "Cirujano";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.4645671844482422D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5226770639419556D), 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 = "Póliza";
            // 
            // ReptAnesTicketProfessional
            // 
            this.DataSource = this.sqlTicketProfessional2;
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            this.grpLabels,
            this.grpProfessional});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.groupHeaderSection2,
            this.groupFooterSection2,
            this.groupHeaderSection1,
            this.groupFooterSection1,
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins.Bottom = Telerik.Reporting.Drawing.Unit.Mm(5D);
            this.PageSettings.Margins.Left = Telerik.Reporting.Drawing.Unit.Mm(5D);
            this.PageSettings.Margins.Right = Telerik.Reporting.Drawing.Unit.Mm(5D);
            this.PageSettings.Margins.Top = 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;
            reportParameter3.AvailableValues.DataSource = this.sqlProfessional;
            reportParameter3.AvailableValues.DisplayMember = "= Fields.comercial_name";
            reportParameter3.AvailableValues.ValueMember = "= Fields.person_id";
            reportParameter3.MultiValue = true;
            reportParameter3.Name = "Anesthesist";
            reportParameter3.Text = "Anestesista";
            reportParameter3.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter3.Visible = true;
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.ReportParameters.Add(reportParameter3);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(11.2113676071167D);
            ((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();
     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.areaGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.textBox1 = new Telerik.Reporting.TextBox();
     this.shape2   = new Telerik.Reporting.Shape();
     this.textBox3 = new Telerik.Reporting.TextBox();
     this.textBox5 = new Telerik.Reporting.TextBox();
     this.areaGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.textBox2 = new Telerik.Reporting.TextBox();
     this.divisionGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.divisionGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.actHrsCaptionTextBox = new Telerik.Reporting.TextBox();
     this.estHrsCaptionTextBox = new Telerik.Reporting.TextBox();
     this.shape1 = new Telerik.Reporting.Shape();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.detail            = new Telerik.Reporting.DetailSection();
     this.taskDataTextBox   = new Telerik.Reporting.TextBox();
     this.estHrsDataTextBox = new Telerik.Reporting.TextBox();
     this.actHrsDataTextBox = new Telerik.Reporting.TextBox();
     this.rptWoTaskData     = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // areaGroupFooterSection
     //
     this.areaGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.5D);
     this.areaGroupFooterSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.shape2,
         this.textBox3,
         this.textBox5
     });
     this.areaGroupFooterSection.Name = "areaGroupFooterSection";
     //
     // textBox1
     //
     this.textBox1.CanGrow         = true;
     this.textBox1.Format          = "{0:N2}";
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Microsoft Sans Serif";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox1.StyleName       = "Data";
     this.textBox1.TextWrap        = false;
     this.textBox1.Value           = "= Sum(Fields.EstHrs)";
     //
     // shape2
     //
     this.shape2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.40000006556510925D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     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(6.6999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     this.shape2.Style.Color         = System.Drawing.Color.Gray;
     this.shape2.Style.LineColor     = System.Drawing.Color.Silver;
     this.shape2.Style.LineWidth     = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.shape2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.shape2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     //
     // textBox3
     //
     this.textBox3.CanGrow             = true;
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox3.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox3.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.StyleName           = "Caption";
     this.textBox3.TextWrap            = false;
     this.textBox3.Value               = "WO Hours";
     //
     // textBox5
     //
     this.textBox5.CanGrow  = true;
     this.textBox5.Format   = "{0:N2}";
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.textBox5.Style.BorderColor.Bottom = System.Drawing.Color.Silver;
     this.textBox5.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Dotted;
     this.textBox5.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     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.Right;
     this.textBox5.StyleName = "Data";
     this.textBox5.TextWrap  = false;
     this.textBox5.Value     = "";
     //
     // areaGroupHeaderSection
     //
     this.areaGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D);
     this.areaGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2
     });
     this.areaGroupHeaderSection.Name = "areaGroupHeaderSection";
     //
     // textBox2
     //
     this.textBox2.CanGrow             = true;
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
     this.textBox2.Style.Font.Bold     = true;
     this.textBox2.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox2.StyleName           = "Data";
     this.textBox2.TextWrap            = false;
     this.textBox2.Value               = "= Fields.Area";
     //
     // divisionGroupFooterSection
     //
     this.divisionGroupFooterSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.1607142835855484D);
     this.divisionGroupFooterSection.Name   = "divisionGroupFooterSection";
     //
     // divisionGroupHeaderSection
     //
     this.divisionGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D);
     this.divisionGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.actHrsCaptionTextBox,
         this.estHrsCaptionTextBox,
         this.shape1
     });
     this.divisionGroupHeaderSection.Name = "divisionGroupHeaderSection";
     //
     // textBox4
     //
     this.textBox4.CanGrow             = true;
     this.textBox4.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4D), 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.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox4.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox4.StyleName           = "Data";
     this.textBox4.TextWrap            = false;
     this.textBox4.Value               = "= Fields.Division";
     //
     // actHrsCaptionTextBox
     //
     this.actHrsCaptionTextBox.CanGrow             = true;
     this.actHrsCaptionTextBox.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6D), Telerik.Reporting.Drawing.Unit.Inch(0.050000008195638657D));
     this.actHrsCaptionTextBox.Name                = "actHrsCaptionTextBox";
     this.actHrsCaptionTextBox.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.actHrsCaptionTextBox.Style.Color         = System.Drawing.Color.DimGray;
     this.actHrsCaptionTextBox.Style.Font.Name     = "Microsoft Sans Serif";
     this.actHrsCaptionTextBox.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.actHrsCaptionTextBox.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.actHrsCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.actHrsCaptionTextBox.StyleName           = "Caption";
     this.actHrsCaptionTextBox.TextWrap            = false;
     this.actHrsCaptionTextBox.Value               = "Act Hrs";
     //
     // estHrsCaptionTextBox
     //
     this.estHrsCaptionTextBox.CanGrow             = true;
     this.estHrsCaptionTextBox.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5D), Telerik.Reporting.Drawing.Unit.Inch(0.050000008195638657D));
     this.estHrsCaptionTextBox.Name                = "estHrsCaptionTextBox";
     this.estHrsCaptionTextBox.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.estHrsCaptionTextBox.Style.Color         = System.Drawing.Color.DimGray;
     this.estHrsCaptionTextBox.Style.Font.Name     = "Microsoft Sans Serif";
     this.estHrsCaptionTextBox.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.estHrsCaptionTextBox.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.estHrsCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.estHrsCaptionTextBox.StyleName           = "Caption";
     this.estHrsCaptionTextBox.TextWrap            = false;
     this.estHrsCaptionTextBox.Value               = "Est Hrs";
     //
     // shape1
     //
     this.shape1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0.24996072053909302D));
     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.6999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     this.shape1.Style.Color         = System.Drawing.Color.LightGray;
     this.shape1.Style.LineColor     = System.Drawing.Color.Silver;
     this.shape1.Style.LineWidth     = Telerik.Reporting.Drawing.Unit.Point(0.30000001192092896D);
     this.shape1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.shape1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     //
     // 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.10000000149011612D);
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     this.labelsGroupHeaderSection.Style.Visible    = false;
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.taskDataTextBox,
         this.estHrsDataTextBox,
         this.actHrsDataTextBox
     });
     this.detail.Name = "detail";
     //
     // taskDataTextBox
     //
     this.taskDataTextBox.CanGrow         = true;
     this.taskDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.550000011920929D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     this.taskDataTextBox.Name            = "taskDataTextBox";
     this.taskDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.taskDataTextBox.Style.Font.Name = "Microsoft Sans Serif";
     this.taskDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.taskDataTextBox.StyleName       = "Data";
     this.taskDataTextBox.TextWrap        = true;
     this.taskDataTextBox.Value           = "= Fields.Task";
     //
     // estHrsDataTextBox
     //
     this.estHrsDataTextBox.CanGrow         = true;
     this.estHrsDataTextBox.Format          = "{0:N2}";
     this.estHrsDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     this.estHrsDataTextBox.Name            = "estHrsDataTextBox";
     this.estHrsDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.estHrsDataTextBox.Style.Font.Name = "Microsoft Sans Serif";
     this.estHrsDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.estHrsDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.estHrsDataTextBox.StyleName       = "Data";
     this.estHrsDataTextBox.TextWrap        = false;
     this.estHrsDataTextBox.Value           = "= Fields.EstHrs";
     //
     // actHrsDataTextBox
     //
     this.actHrsDataTextBox.CanGrow  = true;
     this.actHrsDataTextBox.Format   = "{0:N2}";
     this.actHrsDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.5D), Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D));
     this.actHrsDataTextBox.Name     = "actHrsDataTextBox";
     this.actHrsDataTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.19999998807907105D));
     this.actHrsDataTextBox.Style.BorderColor.Bottom = System.Drawing.Color.Silver;
     this.actHrsDataTextBox.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Dotted;
     this.actHrsDataTextBox.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.actHrsDataTextBox.Style.Font.Name          = "Microsoft Sans Serif";
     this.actHrsDataTextBox.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.actHrsDataTextBox.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.actHrsDataTextBox.StyleName = "Data";
     this.actHrsDataTextBox.TextWrap  = false;
     this.actHrsDataTextBox.Value     = "";
     //
     // rptWoTaskData
     //
     this.rptWoTaskData.ConnectionString = "DefaultConnection";
     this.rptWoTaskData.Name             = "rptWoTaskData";
     this.rptWoTaskData.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@WoID", System.Data.DbType.Int32, "= Parameters.WoID.Value")
     });
     this.rptWoTaskData.SelectCommand     = "dbo.RptWoTasksByWoID";
     this.rptWoTaskData.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // WoItems
     //
     this.DataSource    = this.rptWoTaskData;
     group1.GroupFooter = this.areaGroupFooterSection;
     group1.GroupHeader = this.areaGroupHeaderSection;
     group1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Area"));
     group1.Name        = "areaGroup";
     group2.GroupFooter = this.divisionGroupFooterSection;
     group2.GroupHeader = this.divisionGroupHeaderSection;
     group2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Division"));
     group2.Name        = "divisionGroup";
     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.areaGroupHeaderSection,
         this.areaGroupFooterSection,
         this.divisionGroupHeaderSection,
         this.divisionGroupFooterSection,
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.detail
     });
     this.Name = "WoItems";
     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.10000000149011612D), Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.Name             = "WoID";
     reportParameter1.Text             = "WoID";
     reportParameter1.Type             = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Value            = "1023";
     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.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
			Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
			Telerik.Reporting.ReportParameter reportParameter3 = new Telerik.Reporting.ReportParameter();
			this.detail = new Telerik.Reporting.DetailSection();
			this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
			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.textBox5 = new Telerik.Reporting.TextBox();
			this.textBox6 = new Telerik.Reporting.TextBox();
			this.textBox7 = 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.textBox8 = new Telerik.Reporting.TextBox();
			this.textBox16 = new Telerik.Reporting.TextBox();
			this.entityDataSource = new Telerik.Reporting.EntityDataSource();
			this.subReport1 = new Telerik.Reporting.SubReport();
			this.workWeightDetailReport1 = new WorkWeight.Reports.WorkWeightReport.WorkWeightDetailReport();
			((System.ComponentModel.ISupportInitialize)(this.workWeightDetailReport1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.Height = new Telerik.Reporting.Drawing.Unit(3.5006008148193359D, Telerik.Reporting.Drawing.UnitType.Cm);
			this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.subReport1,
            this.textBox11,
            this.textBox12,
            this.textBox13,
            this.textBox14,
            this.textBox15});
			this.detail.Name = "detail";
			// 
			// pageHeaderSection1
			// 
			this.pageHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(3.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm);
			this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.textBox2,
            this.textBox3,
            this.textBox4,
            this.textBox5,
            this.textBox6,
            this.textBox7,
            this.textBox9,
            this.textBox10,
            this.textBox8,
            this.textBox16});
			this.pageHeaderSection1.Name = "pageHeaderSection1";
			// 
			// textBox1
			// 
			this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(18.5D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox1.Style.Font.Bold = true;
			this.textBox1.Style.Font.Name = "Times New Roman";
			this.textBox1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(7D, Telerik.Reporting.Drawing.UnitType.Point);
			this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
			this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
			this.textBox1.Value = "Институт менеджмента и информационных технологий (филиал) Санкт-Петербургского го" +
    "сударственного политехнического университета в г. Череповце";
			// 
			// textBox2
			// 
			this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50019997358322144D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(14D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox2.Style.Font.Bold = true;
			this.textBox2.Style.Font.Name = "Times New Roman";
			this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
			this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
			this.textBox2.Value = "ОТЧЕТ О ВЫПОЛНЕННОЙ НАГРУЗКЕ по кафедре ПО ВТ и АС за";
			// 
			// textBox3
			// 
			this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.59999942779541D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.0004003047943115D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.30000001192092896D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox3.Style.Font.Italic = true;
			this.textBox3.Style.Font.Name = "Times New Roman";
			this.textBox3.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
			this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
			this.textBox3.Value = "(месяц)";
			// 
			// textBox4
			// 
			this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.300600528717041D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox4.Name = "textBox4";
			this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.4998997449874878D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox4.Style.Font.Name = "Times New Roman";
			this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
			this.textBox4.Value = "Ф.И.О.";
			// 
			// textBox5
			// 
			this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox5.Name = "textBox5";
			this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.1997995376586914D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox5.Style.Font.Name = "Times New Roman";
			this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
			this.textBox5.Value = "Дисциплина";
			// 
			// textBox6
			// 
			this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.1999998092651367D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox6.Name = "textBox6";
			this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(16.299898147583008D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox6.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
			this.textBox6.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
			this.textBox6.Style.Font.Name = "Times New Roman";
			this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
			this.textBox6.Value = "= Fields.DisciplinsInString";
			// 
			// textBox7
			// 
			this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.2000000476837158D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.5002005100250244D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox7.Name = "textBox7";
			this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(16.299901962280273D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000011920928955D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox7.Style.Font.Bold = true;
			this.textBox7.Style.Font.Italic = true;
			this.textBox7.Style.Font.Name = "Times New Roman";
			this.textBox7.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
			this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
			this.textBox7.Value = "Количество часов не округляется до целых, остается два знака после запятой *,**";
			// 
			// textBox9
			// 
			this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.5001990795135498D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.300600528717041D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox9.Name = "textBox9";
			this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(16.999698638916016D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox9.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
			this.textBox9.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
			this.textBox9.Style.Font.Name = "Times New Roman";
			this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
			this.textBox9.Value = "= Fields.Teacher";
			// 
			// textBox10
			// 
			this.textBox10.Format = "{0:Y}";
			this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(14.099802017211914D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50019973516464233D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox10.Name = "textBox10";
			this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.9999992847442627D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox10.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
			this.textBox10.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point);
			this.textBox10.Style.Font.Bold = true;
			this.textBox10.Style.Font.Name = "Times New Roman";
			this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
			this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
			this.textBox10.Value = "= Parameters.startDate.Value.ToString(\"MMMM\")";
			// 
			// textBox11
			// 
			this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.7002003192901611D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox11.Name = "textBox11";
			this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(7.4998998641967773D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999996423721313D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox11.Style.Font.Name = "Times New Roman";
			this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
			this.textBox11.Value = "Зам. директора по учебно-методической работе";
			// 
			// textBox12
			// 
			this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.3004004955291748D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox12.Name = "textBox12";
			this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(9.9998998641967773D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999996423721313D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox12.Style.Font.Name = "Times New Roman";
			this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
			this.textBox12.Value = "_____________________________________________ Р.Г. Юсова";
			// 
			// textBox13
			// 
			this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.9006006717681885D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox13.Name = "textBox13";
			this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(18.499895095825195D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999996423721313D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox13.Style.Font.Name = "Times New Roman";
			this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
			this.textBox13.Value = "Отметка учебно-методического отдела: проверено ____________ Л.В.Ульянова";
			// 
			// textBox14
			// 
			this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(10.999996185302734D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.7002003192901611D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox14.Name = "textBox14";
			this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(7.4998998641967773D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999996423721313D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox14.Style.Font.Name = "Times New Roman";
			this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
			this.textBox14.Value = "Преподаватель";
			// 
			// textBox15
			// 
			this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.000202178955078D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.3004004955291748D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox15.Name = "textBox15";
			this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(7.4998998641967773D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.59999996423721313D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox15.Style.Font.Name = "Times New Roman";
			this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
			this.textBox15.Value = "_________________________________________";
			// 
			// textBox8
			// 
			this.textBox8.Format = "{0:Y}";
			this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(18.100000381469727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50019997358322144D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox8.Name = "textBox8";
			this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.39989537000656128D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox8.Style.Font.Bold = true;
			this.textBox8.Style.Font.Name = "Times New Roman";
			this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
			this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
			this.textBox8.Value = "г.";
			// 
			// textBox16
			// 
			this.textBox16.Format = "{0:Y}";
			this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(17.100000381469727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50019961595535278D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox16.Name = "textBox16";
			this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.99980062246322632D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.textBox16.Style.Font.Bold = true;
			this.textBox16.Style.Font.Name = "Times New Roman";
			this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
			this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
			this.textBox16.Value = "= Parameters.startDate.Value.ToString(\"yyyy\")";
			// 
			// entityDataSource
			// 
			this.entityDataSource.ConnectionString = "SchEntities";
			this.entityDataSource.Name = "entityDataSource";
			this.entityDataSource.ObjectContext = typeof(WorkWeight.Reports.Data.SchEntities);
			this.entityDataSource.ObjectContextMember = "GetWeightWorkByPeriodFromTeacher";
			this.entityDataSource.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
            new Telerik.Reporting.ObjectDataSourceParameter("teacherId", typeof(int), "=Parameters.teacherId.Value"),
            new Telerik.Reporting.ObjectDataSourceParameter("startDate", typeof(System.DateTime), "=Parameters.startDate.Value"),
            new Telerik.Reporting.ObjectDataSourceParameter("finishDate", typeof(System.DateTime), "=Parameters.finishDate.Value")});
			// 
			// subReport1
			// 
			this.subReport1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
			this.subReport1.Name = "subReport1";
			this.subReport1.Parameters.Add(new Telerik.Reporting.Parameter("startDate", "=Parameters.startDate.Value"));
			this.subReport1.Parameters.Add(new Telerik.Reporting.Parameter("finishDate", "=Parameters.finishDate.Value"));
			this.subReport1.Parameters.Add(new Telerik.Reporting.Parameter("teacherId", "=Parameters.teacherId.Value"));
			this.subReport1.ReportSource = this.workWeightDetailReport1;
			this.subReport1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(18.499795913696289D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.6999999284744263D, Telerik.Reporting.Drawing.UnitType.Cm));
			// 
			// workWeightDetailReport1
			// 
			this.workWeightDetailReport1.Name = "workWeightDetailReport1";
			// 
			// WorkWeightReport
			// 
			this.DataSource = this.entityDataSource;
			this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detail,
            this.pageHeaderSection1});
			this.PageSettings.Landscape = false;
			this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Cm);
			this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(1.5D, Telerik.Reporting.Drawing.UnitType.Cm);
			this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Cm);
			this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Cm);
			this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
			reportParameter1.Name = "teacherId";
			reportParameter1.Text = "teacherId";
			reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
			reportParameter1.Value = "=816";
			reportParameter2.Name = "startDate";
			reportParameter2.Text = "startDate";
			reportParameter2.Type = Telerik.Reporting.ReportParameterType.DateTime;
			reportParameter2.Value = "01.04.2011";
			reportParameter3.Name = "finishDate";
			reportParameter3.Text = "finishDate";
			reportParameter3.Type = Telerik.Reporting.ReportParameterType.DateTime;
			reportParameter3.Value = "30.04.2011";
			this.ReportParameters.Add(reportParameter1);
			this.ReportParameters.Add(reportParameter2);
			this.ReportParameters.Add(reportParameter3);
			this.Style.BackgroundColor = System.Drawing.Color.White;
			this.Width = new Telerik.Reporting.Drawing.Unit(18.500101089477539D, Telerik.Reporting.Drawing.UnitType.Cm);
			((System.ComponentModel.ISupportInitialize)(this.workWeightDetailReport1)).EndInit();
			((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(RptIncidenciaEmpresa));
     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.Drawing.StyleRule styleRule1       = new Telerik.Reporting.Drawing.StyleRule();
     this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
     this.textBox2            = new Telerik.Reporting.TextBox();
     this.groupFooterSection2 = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection2 = new Telerik.Reporting.GroupHeaderSection();
     this.textBox3            = new Telerik.Reporting.TextBox();
     this.groupFooterSection3 = new Telerik.Reporting.GroupFooterSection();
     this.groupHeaderSection3 = new Telerik.Reporting.GroupHeaderSection();
     this.textBox4            = new Telerik.Reporting.TextBox();
     this.textBox5            = new Telerik.Reporting.TextBox();
     this.textBox6            = 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.textBox7            = new Telerik.Reporting.TextBox();
     this.sqlEmpresas         = new Telerik.Reporting.SqlDataSource();
     this.pageHeaderSection1  = new Telerik.Reporting.PageHeaderSection();
     this.pictureBox1         = new Telerik.Reporting.PictureBox();
     this.reportNameTextBox   = new Telerik.Reporting.TextBox();
     this.textBox1            = new Telerik.Reporting.TextBox();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.textBox15          = new Telerik.Reporting.TextBox();
     this.textBox16          = new Telerik.Reporting.TextBox();
     this.textBox17          = new Telerik.Reporting.TextBox();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     this.sqlIncidencias     = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // groupFooterSection1
     //
     this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.15748055279254913D);
     this.groupFooterSection1.Name   = "groupFooterSection1";
     //
     // groupHeaderSection1
     //
     this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.35429129004478455D);
     this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2
     });
     this.groupHeaderSection1.Name = "groupHeaderSection1";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(4D), Telerik.Reporting.Drawing.Unit.Mm(0D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(192.99995422363281D), Telerik.Reporting.Drawing.Unit.Mm(6.9989991188049316D));
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox2.Value           = "Instalacion: {Fields.INSTALACION}";
     //
     // groupFooterSection2
     //
     this.groupFooterSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0.157479926943779D);
     this.groupFooterSection2.Name   = "groupFooterSection2";
     //
     // groupHeaderSection2
     //
     this.groupHeaderSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0.35433068871498108D);
     this.groupHeaderSection2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox3
     });
     this.groupHeaderSection2.Name = "groupHeaderSection2";
     //
     // textBox3
     //
     this.textBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(7.0000004768371582D), Telerik.Reporting.Drawing.Unit.Mm(0.0010012307902798057D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(189.99995422363281D), Telerik.Reporting.Drawing.Unit.Mm(5.99899959564209D));
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Value           = "Dispositivo: {Fields.DISPOSITIVO}";
     //
     // groupFooterSection3
     //
     this.groupFooterSection3.Height = Telerik.Reporting.Drawing.Unit.Inch(0.15748055279254913D);
     this.groupFooterSection3.Name   = "groupFooterSection3";
     //
     // groupHeaderSection3
     //
     this.groupHeaderSection3.Height = Telerik.Reporting.Drawing.Unit.Inch(1.1023621559143066D);
     this.groupHeaderSection3.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.textBox5,
         this.textBox6,
         this.textBox8,
         this.textBox9,
         this.textBox10,
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox14,
         this.textBox7
     });
     this.groupHeaderSection3.Name = "groupHeaderSection3";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(8.9999990463256836D), Telerik.Reporting.Drawing.Unit.Mm(0.0010012307902798057D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(187.99993896484375D), Telerik.Reporting.Drawing.Unit.Mm(4.999000072479248D));
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox4.Value           = "INCIDENCIA NR. {Fields.INCIDENCIA_ID}";
     //
     // textBox5
     //
     this.textBox5.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(8.9999990463256836D), Telerik.Reporting.Drawing.Unit.Mm(5.0020079612731934D));
     this.textBox5.Name            = "textBox5";
     this.textBox5.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(28.999998092651367D), Telerik.Reporting.Drawing.Unit.Mm(4.9999933242797852D));
     this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox5.Value           = "Fecha apertura:";
     //
     // textBox6
     //
     this.textBox6.Format          = "{0:dd/MM/yyyy}";
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(38.001998901367188D), Telerik.Reporting.Drawing.Unit.Mm(5.0020079612731934D));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(27.99799919128418D), Telerik.Reporting.Drawing.Unit.Mm(4.9999933242797852D));
     this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox6.Value           = "= Fields.FECHA_APERTURA.Date";
     //
     // textBox8
     //
     this.textBox8.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(66.001998901367188D), Telerik.Reporting.Drawing.Unit.Mm(5.0019998550415039D));
     this.textBox8.Name            = "textBox8";
     this.textBox8.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(25.999996185302734D), Telerik.Reporting.Drawing.Unit.Mm(4.9999933242797852D));
     this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox8.Value           = "Fecha cierre:";
     //
     // textBox9
     //
     this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(121.20826721191406D), Telerik.Reporting.Drawing.Unit.Mm(5.3213682174682617D));
     this.textBox9.Name     = "textBox9";
     this.textBox9.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(75.791702270507812D), Telerik.Reporting.Drawing.Unit.Mm(4.6806330680847168D));
     this.textBox9.Value    = "Usu: {Fields.INCIDENCIA_USUARIO}";
     //
     // textBox10
     //
     this.textBox10.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(8.9999990463256836D), Telerik.Reporting.Drawing.Unit.Mm(16.002006530761719D));
     this.textBox10.Name            = "textBox10";
     this.textBox10.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(187.99990844726563D), Telerik.Reporting.Drawing.Unit.Mm(5.9960002899169922D));
     this.textBox10.Style.Font.Bold = true;
     this.textBox10.Value           = "EVOLUCION";
     //
     // textBox11
     //
     this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(8.9999990463256836D), Telerik.Reporting.Drawing.Unit.Mm(22.000009536743164D));
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(28.999998092651367D), Telerik.Reporting.Drawing.Unit.Mm(5.0020041465759277D));
     this.textBox11.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Value = "Fecha";
     //
     // textBox12
     //
     this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(41D), Telerik.Reporting.Drawing.Unit.Mm(22.000009536743164D));
     this.textBox12.Name     = "textBox12";
     this.textBox12.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(49.000003814697266D), Telerik.Reporting.Drawing.Unit.Mm(5.0020041465759277D));
     this.textBox12.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox12.Value = "Usuario";
     //
     // textBox13
     //
     this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(92.003997802734375D), Telerik.Reporting.Drawing.Unit.Mm(22.000009536743164D));
     this.textBox13.Name     = "textBox13";
     this.textBox13.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(104.99598693847656D), Telerik.Reporting.Drawing.Unit.Mm(5.0020041465759277D));
     this.textBox13.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Value = "Comentarios";
     //
     // textBox14
     //
     this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(8.9999990463256836D), Telerik.Reporting.Drawing.Unit.Mm(10.004003524780273D));
     this.textBox14.Name     = "textBox14";
     this.textBox14.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(187.99990844726563D), Telerik.Reporting.Drawing.Unit.Mm(5.9960002899169922D));
     this.textBox14.Value    = "= Fields.INCIDENCIA_COMENTARIOS";
     //
     // textBox7
     //
     this.textBox7.Format          = "{0:dd/MM/yyyy}";
     this.textBox7.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(92.003990173339844D), Telerik.Reporting.Drawing.Unit.Mm(5.0019998550415039D));
     this.textBox7.Name            = "textBox7";
     this.textBox7.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(27.99799919128418D), Telerik.Reporting.Drawing.Unit.Mm(4.9999933242797852D));
     this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox7.Value           = "= Fields.FECHA_CIERRE.Date";
     //
     // sqlEmpresas
     //
     this.sqlEmpresas.ConnectionString = "LainsaSciCTX";
     this.sqlEmpresas.Name             = "sqlEmpresas";
     this.sqlEmpresas.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@Empresas", System.Data.DbType.Int32, "=Parameters.Empresas.Value")
     });
     this.sqlEmpresas.SelectCommand = "SELECT        empresa_id, nombre\r\nFROM            empresa\r\nwhere empresa_id IN (@" +
                                      "Empresas)";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.82677173614501953D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.reportNameTextBox,
         this.textBox1
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // 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/jpeg";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2298812866210938D), Telerik.Reporting.Drawing.Unit.Inch(0.60000002384185791D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.7007875442504883D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.reportNameTextBox.Name     = "reportNameTextBox";
     this.reportNameTextBox.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(105.99799346923828D), Telerik.Reporting.Drawing.Unit.Mm(7.99899959564209D));
     this.reportNameTextBox.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(128)))));
     this.reportNameTextBox.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None;
     this.reportNameTextBox.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.reportNameTextBox.Style.Color     = System.Drawing.Color.Black;
     this.reportNameTextBox.Style.Font.Name = "Arial";
     this.reportNameTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     this.reportNameTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.reportNameTextBox.StyleName       = "PageInfo";
     this.reportNameTextBox.Value           = "Informe de incidencias";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.70086669921875D), Telerik.Reporting.Drawing.Unit.Inch(0.31503930687904358D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(105.99799346923828D), Telerik.Reporting.Drawing.Unit.Mm(7.99899959564209D));
     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.None;
     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(18D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox1.StyleName       = "PageInfo";
     this.textBox1.Value           = "= Fields.EMPRESA";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.23622067272663117D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox15,
         this.textBox16,
         this.textBox17
     });
     this.detail.Name = "detail";
     //
     // textBox15
     //
     this.textBox15.Format   = "{0:dd/MM/yyyy hh:mm}";
     this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(8.9999990463256836D), Telerik.Reporting.Drawing.Unit.Mm(0.0010012307902798057D));
     this.textBox15.Name     = "textBox15";
     this.textBox15.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(28.999998092651367D), Telerik.Reporting.Drawing.Unit.Mm(4.9999933242797852D));
     this.textBox15.Value    = "= Fields.EVOLUCION_FECHA.Date";
     //
     // textBox16
     //
     this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(41D), Telerik.Reporting.Drawing.Unit.Mm(0D));
     this.textBox16.Name     = "textBox16";
     this.textBox16.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(49.000003814697266D), Telerik.Reporting.Drawing.Unit.Mm(5.0009946823120117D));
     this.textBox16.Value    = "= Fields.EVOLUCION_USUARIO";
     //
     // textBox17
     //
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Mm(92.003997802734375D), Telerik.Reporting.Drawing.Unit.Mm(0D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(104.99591827392578D), Telerik.Reporting.Drawing.Unit.Mm(5.0009946823120117D));
     this.textBox17.Value    = "= Fields.EVOLUCION_COMENTARIOS";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.31496047973632812D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // sqlIncidencias
     //
     this.sqlIncidencias.ConnectionString = "LainsaSciCTX";
     this.sqlIncidencias.Name             = "sqlIncidencias";
     this.sqlIncidencias.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@Empresa", System.Data.DbType.Int32, "=Parameters.Empresa.Value")
     });
     this.sqlIncidencias.SelectCommand = resources.GetString("sqlIncidencias.SelectCommand");
     //
     // RptIncidenciaEmpresa
     //
     this.DataSource    = this.sqlIncidencias;
     group1.GroupFooter = this.groupFooterSection1;
     group1.GroupHeader = this.groupHeaderSection1;
     group1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.INSTALACION"));
     group1.Name        = "grpInstalacion";
     group2.GroupFooter = this.groupFooterSection2;
     group2.GroupHeader = this.groupHeaderSection2;
     group2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.DISPOSITIVO_ID"));
     group2.Name        = "grpDispositivo";
     group3.GroupFooter = this.groupFooterSection3;
     group3.GroupHeader = this.groupHeaderSection3;
     group3.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.INCIDENCIA_ID"));
     group3.Name = "grpIncidencia";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1,
         group2,
         group3
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.groupHeaderSection1,
         this.groupFooterSection1,
         this.groupHeaderSection2,
         this.groupFooterSection2,
         this.groupHeaderSection3,
         this.groupFooterSection3,
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "RptIncidenciaEmpresa";
     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.sqlEmpresas;
     reportParameter1.AvailableValues.DisplayMember = "= Fields.nombre";
     reportParameter1.AvailableValues.ValueMember   = "= Fields.empresa_id";
     reportParameter1.Name       = "Empresa";
     reportParameter1.Text       = "Empresa";
     reportParameter1.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Visible    = true;
     reportParameter2.MultiValue = true;
     reportParameter2.Name       = "Empresas";
     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.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();
 }
        /// <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();

        }
 /// <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(HazardMonthReport));
     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.TableGroup        tableGroup17         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup18         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup19         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup20         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup21         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup22         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup        tableGroup23         = new Telerik.Reporting.TableGroup();
     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();
     this.textBox3      = new Telerik.Reporting.TextBox();
     this.textBox17     = new Telerik.Reporting.TextBox();
     this.textBox15     = new Telerik.Reporting.TextBox();
     this.textBox16     = new Telerik.Reporting.TextBox();
     this.textBox9      = new Telerik.Reporting.TextBox();
     this.textBox4      = new Telerik.Reporting.TextBox();
     this.textBox12     = new Telerik.Reporting.TextBox();
     this.textBox18     = new Telerik.Reporting.TextBox();
     this.textBox22     = new Telerik.Reporting.TextBox();
     this.textBox11     = new Telerik.Reporting.TextBox();
     this.textBox24     = new Telerik.Reporting.TextBox();
     this.textBox27     = new Telerik.Reporting.TextBox();
     this.Month         = new Telerik.Reporting.SqlDataSource();
     this.Year          = new Telerik.Reporting.SqlDataSource();
     this.detail        = new Telerik.Reporting.DetailSection();
     this.panel1        = new Telerik.Reporting.Panel();
     this.pictureBox1   = new Telerik.Reporting.PictureBox();
     this.textBox1      = new Telerik.Reporting.TextBox();
     this.textBox2      = new Telerik.Reporting.TextBox();
     this.panel2        = new Telerik.Reporting.Panel();
     this.table1        = new Telerik.Reporting.Table();
     this.textBox7      = new Telerik.Reporting.TextBox();
     this.textBox8      = new Telerik.Reporting.TextBox();
     this.textBox10     = new Telerik.Reporting.TextBox();
     this.textBox13     = new Telerik.Reporting.TextBox();
     this.textBox20     = new Telerik.Reporting.TextBox();
     this.textBox23     = new Telerik.Reporting.TextBox();
     this.textBox21     = new Telerik.Reporting.TextBox();
     this.textBox25     = 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.textBox6      = new Telerik.Reporting.TextBox();
     this.textBox19     = new Telerik.Reporting.TextBox();
     this.textBox26     = new Telerik.Reporting.TextBox();
     this.textBox29     = new Telerik.Reporting.TextBox();
     this.MonthlyReport = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox3
     //
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.34375008940696716D));
     this.textBox3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox3.Style.Font.Bold           = true;
     this.textBox3.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value = "Waste";
     //
     // textBox17
     //
     this.textBox17.Name = "textBox17";
     this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0937504768371582D), Telerik.Reporting.Drawing.Unit.Inch(0.34375008940696716D));
     this.textBox17.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox17.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox17.Style.Font.Bold           = true;
     this.textBox17.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox17.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.StyleName = "";
     this.textBox17.Value     = "Waste Code";
     //
     // textBox15
     //
     this.textBox15.Name = "textBox15";
     this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90625017881393433D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.textBox15.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox15.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox15.Style.Font.Bold           = true;
     this.textBox15.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox15.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.StyleName = "";
     this.textBox15.Value     = "Date";
     //
     // textBox16
     //
     this.textBox16.Name = "textBox16";
     this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0104168653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.textBox16.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox16.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox16.Style.Font.Bold           = true;
     this.textBox16.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox16.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.StyleName = "";
     this.textBox16.Value     = "Waste by";
     //
     // textBox9
     //
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1041667461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.textBox9.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox9.Style.Font.Bold           = true;
     this.textBox9.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox9.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.StyleName = "";
     this.textBox9.Value     = "Quantity";
     //
     // textBox4
     //
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0208337306976318D), Telerik.Reporting.Drawing.Unit.Inch(0.1458333432674408D));
     this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox4.Style.Font.Bold           = true;
     this.textBox4.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Value = "In";
     //
     // textBox12
     //
     this.textBox12.Name = "textBox12";
     this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9062497615814209D), Telerik.Reporting.Drawing.Unit.Inch(0.19791676104068756D));
     this.textBox12.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox12.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox12.Style.Font.Bold           = true;
     this.textBox12.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox12.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.StyleName = "";
     this.textBox12.Value     = "Date";
     //
     // textBox18
     //
     this.textBox18.Name = "textBox18";
     this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.83333313465118408D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.textBox18.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox18.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox18.Style.Font.Bold           = true;
     this.textBox18.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox18.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.StyleName = "";
     this.textBox18.Value     = "Quantity";
     //
     // textBox22
     //
     this.textBox22.Name = "textBox22";
     this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.875D), Telerik.Reporting.Drawing.Unit.Inch(0.19791674613952637D));
     this.textBox22.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox22.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox22.Style.Font.Bold           = true;
     this.textBox22.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox22.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox22.StyleName = "";
     this.textBox22.Value     = "Destination";
     //
     // textBox11
     //
     this.textBox11.Name = "textBox11";
     this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6145830154418945D), Telerik.Reporting.Drawing.Unit.Inch(0.1458333432674408D));
     this.textBox11.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox11.Style.Font.Bold           = true;
     this.textBox11.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox11.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.StyleName = "";
     this.textBox11.Value     = "Out";
     //
     // textBox24
     //
     this.textBox24.Name = "textBox24";
     this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.260417103767395D), Telerik.Reporting.Drawing.Unit.Inch(0.34375008940696716D));
     this.textBox24.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox24.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox24.Style.Font.Bold           = true;
     this.textBox24.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox24.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox24.StyleName = "";
     this.textBox24.Value     = "Current Quantity in Storage Facility";
     //
     // textBox27
     //
     this.textBox27.Name = "textBox27";
     this.textBox27.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0104166269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.34375008940696716D));
     this.textBox27.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox27.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox27.Style.Font.Bold           = true;
     this.textBox27.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox27.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox27.StyleName = "";
     this.textBox27.Value     = "Maximum Storage";
     //
     // Month
     //
     this.Month.ConnectionString = "starenergyenviro";
     this.Month.Name             = "Month";
     this.Month.SelectCommand    = resources.GetString("Month.SelectCommand");
     //
     // Year
     //
     this.Year.ConnectionString = "starenergyenviro";
     this.Year.Name             = "Year";
     this.Year.ProviderName     = "System.Data.SqlClient";
     this.Year.SelectCommand    = "with yeer(yrnum) as (\r\n\tselect 2000\r\n\tunion all\r\n\tselect yrnum+1 from yeer where " +
                                  "yrnum < 2100\r\n)\r\nselect yrnum as year\r\nfrom yeer";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(7.1000003814697266D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.panel1,
         this.panel2
     });
     this.detail.Name = "detail";
     //
     // panel1
     //
     this.panel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.textBox1,
         this.textBox2
     });
     this.panel1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.489999771118164D), Telerik.Reporting.Drawing.Unit.Inch(1.1999999284744263D));
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-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(1.5999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(1.1999210119247437D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.7000001668930054D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.6899995803833D), Telerik.Reporting.Drawing.Unit.Inch(0.40000006556510925D));
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(20D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "STAR ENERGY (WAYANG WINDU) LIMITED";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.7000001668930054D), Telerik.Reporting.Drawing.Unit.Inch(0.50007873773574829D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.6900005340576172D), Telerik.Reporting.Drawing.Unit.Inch(0.599921464920044D));
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = resources.GetString("textBox2.Value");
     //
     // panel2
     //
     this.panel2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table1
     });
     this.panel2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.10003916174173355D), Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D));
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.500041961669922D), Telerik.Reporting.Drawing.Unit.Inch(5.5999999046325684D));
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.500001072883606D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.0937504768371582D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.90625011920928955D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.0104168653488159D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.1041667461395264D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.9062497615814209D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.83333319425582886D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.875D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.2604172229766846D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.0104166269302368D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.17708314955234528D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.18749989569187164D)));
     this.table1.Body.SetCellContent(0, 2, this.textBox7);
     this.table1.Body.SetCellContent(0, 3, this.textBox8);
     this.table1.Body.SetCellContent(0, 4, this.textBox10);
     this.table1.Body.SetCellContent(0, 5, this.textBox13);
     this.table1.Body.SetCellContent(0, 6, this.textBox20);
     this.table1.Body.SetCellContent(0, 7, this.textBox23);
     this.table1.Body.SetCellContent(1, 2, this.textBox21);
     this.table1.Body.SetCellContent(1, 3, this.textBox25);
     this.table1.Body.SetCellContent(1, 4, this.textBox28);
     this.table1.Body.SetCellContent(1, 5, this.textBox30);
     this.table1.Body.SetCellContent(1, 6, this.textBox31);
     this.table1.Body.SetCellContent(1, 7, this.textBox32);
     this.table1.Body.SetCellContent(0, 0, this.textBox6, 2, 1);
     this.table1.Body.SetCellContent(0, 1, this.textBox19, 2, 1);
     this.table1.Body.SetCellContent(0, 8, this.textBox26, 2, 1);
     this.table1.Body.SetCellContent(0, 9, this.textBox29, 2, 1);
     tableGroup1.ReportItem = this.textBox3;
     tableGroup2.Name       = "Group8";
     tableGroup2.ReportItem = this.textBox17;
     tableGroup5.Name       = "Group4";
     tableGroup4.ChildGroups.Add(tableGroup5);
     tableGroup4.Name       = "Group6";
     tableGroup4.ReportItem = this.textBox15;
     tableGroup6.ChildGroups.Add(tableGroup7);
     tableGroup6.Name       = "Group7";
     tableGroup6.ReportItem = this.textBox16;
     tableGroup9.Name       = "Group5";
     tableGroup8.ChildGroups.Add(tableGroup9);
     tableGroup8.Name       = "Group3";
     tableGroup8.ReportItem = this.textBox9;
     tableGroup3.ChildGroups.Add(tableGroup4);
     tableGroup3.ChildGroups.Add(tableGroup6);
     tableGroup3.ChildGroups.Add(tableGroup8);
     tableGroup3.ReportItem = this.textBox4;
     tableGroup12.Name      = "Group11";
     tableGroup11.ChildGroups.Add(tableGroup12);
     tableGroup11.Name       = "Group10";
     tableGroup11.ReportItem = this.textBox12;
     tableGroup14.Name       = "Group14";
     tableGroup13.ChildGroups.Add(tableGroup14);
     tableGroup13.Name       = "Group13";
     tableGroup13.ReportItem = this.textBox18;
     tableGroup16.Name       = "Group17";
     tableGroup15.ChildGroups.Add(tableGroup16);
     tableGroup15.Name       = "Group16";
     tableGroup15.ReportItem = this.textBox22;
     tableGroup10.ChildGroups.Add(tableGroup11);
     tableGroup10.ChildGroups.Add(tableGroup13);
     tableGroup10.ChildGroups.Add(tableGroup15);
     tableGroup10.Name       = "Group9";
     tableGroup10.ReportItem = this.textBox11;
     tableGroup18.Name       = "Group20";
     tableGroup17.ChildGroups.Add(tableGroup18);
     tableGroup17.Name       = "Group18";
     tableGroup17.ReportItem = this.textBox24;
     tableGroup20.Name       = "Group23";
     tableGroup19.ChildGroups.Add(tableGroup20);
     tableGroup19.Name       = "Group21";
     tableGroup19.ReportItem = this.textBox27;
     this.table1.ColumnGroups.Add(tableGroup1);
     this.table1.ColumnGroups.Add(tableGroup2);
     this.table1.ColumnGroups.Add(tableGroup3);
     this.table1.ColumnGroups.Add(tableGroup10);
     this.table1.ColumnGroups.Add(tableGroup17);
     this.table1.ColumnGroups.Add(tableGroup19);
     this.table1.DataSource = this.MonthlyReport;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox7,
         this.textBox8,
         this.textBox10,
         this.textBox13,
         this.textBox20,
         this.textBox23,
         this.textBox21,
         this.textBox25,
         this.textBox28,
         this.textBox30,
         this.textBox31,
         this.textBox32,
         this.textBox6,
         this.textBox19,
         this.textBox26,
         this.textBox29,
         this.textBox3,
         this.textBox17,
         this.textBox4,
         this.textBox15,
         this.textBox16,
         this.textBox9,
         this.textBox11,
         this.textBox12,
         this.textBox18,
         this.textBox22,
         this.textBox24,
         this.textBox27
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.table1.Name     = "table1";
     tableGroup22.Name    = "Group2";
     tableGroup23.Name    = "Group1";
     tableGroup21.ChildGroups.Add(tableGroup22);
     tableGroup21.ChildGroups.Add(tableGroup23);
     tableGroup21.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup21.Name = "DetailGroup";
     this.table1.RowGroups.Add(tableGroup21);
     this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.500002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.70833313465118408D));
     //
     // textBox7
     //
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90625017881393433D), Telerik.Reporting.Drawing.Unit.Inch(0.17708314955234528D));
     this.textBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox7.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox7.Style.Font.Name           = "Century Gothic";
     this.textBox7.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.Value = "Last Month";
     //
     // textBox8
     //
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0104168653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.17708319425582886D));
     this.textBox8.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox8.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox8.Style.Font.Name           = "Century Gothic";
     this.textBox8.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox8.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.Value = "-";
     //
     // textBox10
     //
     this.textBox10.Name = "textBox10";
     this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1041668653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.17708319425582886D));
     this.textBox10.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox10.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox10.Style.Font.Name           = "Century Gothic";
     this.textBox10.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox10.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.StyleName = "";
     this.textBox10.Value     = "= Fields.last_month_volume + \' kg\'";
     //
     // textBox13
     //
     this.textBox13.Name = "textBox13";
     this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9062497615814209D), Telerik.Reporting.Drawing.Unit.Inch(0.17708319425582886D));
     this.textBox13.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox13.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox13.Style.Font.Name           = "Century Gothic";
     this.textBox13.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox13.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.StyleName = "";
     this.textBox13.Value     = "Last Month";
     //
     // textBox20
     //
     this.textBox20.Name = "textBox20";
     this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.83333313465118408D), Telerik.Reporting.Drawing.Unit.Inch(0.17708314955234528D));
     this.textBox20.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox20.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox20.Style.Font.Name           = "Century Gothic";
     this.textBox20.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox20.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.StyleName = "";
     this.textBox20.Value     = "-";
     //
     // textBox23
     //
     this.textBox23.Name = "textBox23";
     this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.875D), Telerik.Reporting.Drawing.Unit.Inch(0.17708314955234528D));
     this.textBox23.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox23.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox23.Style.Font.Name           = "Century Gothic";
     this.textBox23.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox23.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox23.StyleName = "";
     this.textBox23.Value     = "-";
     //
     // textBox21
     //
     this.textBox21.Name = "textBox21";
     this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90625017881393433D), Telerik.Reporting.Drawing.Unit.Inch(0.18749989569187164D));
     this.textBox21.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox21.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox21.Style.Font.Name           = "Century Gothic";
     this.textBox21.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox21.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox21.StyleName = "";
     this.textBox21.Value     = resources.GetString("textBox21.Value");
     //
     // textBox25
     //
     this.textBox25.Name = "textBox25";
     this.textBox25.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0104168653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.18749989569187164D));
     this.textBox25.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox25.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox25.Style.Font.Name           = "Century Gothic";
     this.textBox25.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox25.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.StyleName = "";
     this.textBox25.Value     = "= Fields.source";
     //
     // textBox28
     //
     this.textBox28.Name = "textBox28";
     this.textBox28.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1041668653488159D), Telerik.Reporting.Drawing.Unit.Inch(0.18749989569187164D));
     this.textBox28.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox28.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox28.Style.Font.Name           = "Century Gothic";
     this.textBox28.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox28.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox28.StyleName = "";
     this.textBox28.Value     = "= Fields.volume_in + \' kg\'";
     //
     // textBox30
     //
     this.textBox30.Name = "textBox30";
     this.textBox30.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.9062497615814209D), Telerik.Reporting.Drawing.Unit.Inch(0.18749989569187164D));
     this.textBox30.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox30.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox30.Style.Font.Name           = "Century Gothic";
     this.textBox30.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox30.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox30.StyleName = "";
     this.textBox30.Value     = resources.GetString("textBox30.Value");
     //
     // textBox31
     //
     this.textBox31.Name = "textBox31";
     this.textBox31.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.83333313465118408D), Telerik.Reporting.Drawing.Unit.Inch(0.18749989569187164D));
     this.textBox31.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox31.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox31.Style.Font.Name           = "Century Gothic";
     this.textBox31.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox31.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox31.StyleName = "";
     this.textBox31.Value     = "= Fields.volume_out + \' kg\'";
     //
     // textBox32
     //
     this.textBox32.Name = "textBox32";
     this.textBox32.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.875D), Telerik.Reporting.Drawing.Unit.Inch(0.18749989569187164D));
     this.textBox32.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox32.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox32.Style.Font.Name           = "Century Gothic";
     this.textBox32.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox32.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox32.StyleName = "";
     this.textBox32.Value     = "= Fields.tujuan";
     //
     // textBox6
     //
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.500001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.36458304524421692D));
     this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox6.Style.Font.Name           = "Century Gothic";
     this.textBox6.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value = "= Fields.name";
     //
     // textBox19
     //
     this.textBox19.Name = "textBox19";
     this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0937504768371582D), Telerik.Reporting.Drawing.Unit.Inch(0.36458304524421692D));
     this.textBox19.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox19.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox19.Style.Font.Name           = "Century Gothic";
     this.textBox19.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox19.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox19.StyleName = "";
     this.textBox19.Value     = "= Fields.code";
     //
     // textBox26
     //
     this.textBox26.Name = "textBox26";
     this.textBox26.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.260417103767395D), Telerik.Reporting.Drawing.Unit.Inch(0.36458304524421692D));
     this.textBox26.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox26.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox26.Style.Font.Name           = "Century Gothic";
     this.textBox26.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox26.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox26.StyleName = "";
     this.textBox26.Value     = "= Fields.sisa + \' kg\'";
     //
     // textBox29
     //
     this.textBox29.Name = "textBox29";
     this.textBox29.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0104166269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.36458304524421692D));
     this.textBox29.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox29.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox29.Style.Font.Name           = "Century Gothic";
     this.textBox29.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox29.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox29.StyleName = "";
     this.textBox29.Value     = resources.GetString("textBox29.Value");
     //
     // MonthlyReport
     //
     this.MonthlyReport.ConnectionString = "starenergyenviro";
     this.MonthlyReport.Name             = "MonthlyReport";
     this.MonthlyReport.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@month", System.Data.DbType.String, "=Parameters.month.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@year", System.Data.DbType.String, "=Parameters.year.Value")
     });
     this.MonthlyReport.ProviderName  = "System.Data.SqlClient";
     this.MonthlyReport.SelectCommand = resources.GetString("MonthlyReport.SelectCommand");
     //
     // HazardMonthReport
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail
     });
     this.Name = "HazardMonthReport";
     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.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D), Telerik.Reporting.Drawing.Unit.Inch(0.5D));
     this.PageSettings.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AutoRefresh = true;
     reportParameter1.AvailableValues.DataSource    = this.Month;
     reportParameter1.AvailableValues.DisplayMember = "= Fields.month_name";
     reportParameter1.AvailableValues.ValueMember   = "= Fields.month";
     reportParameter1.Name        = "month";
     reportParameter1.Text        = "month";
     reportParameter1.Type        = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Visible     = true;
     reportParameter2.AutoRefresh = true;
     reportParameter2.AvailableValues.DataSource    = this.Year;
     reportParameter2.AvailableValues.DisplayMember = "= Fields.year";
     reportParameter2.AvailableValues.ValueMember   = "= Fields.year";
     reportParameter2.Name    = "year";
     reportParameter2.Text    = "year";
     reportParameter2.Visible = true;
     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.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(10.6899995803833D);
     ((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(RprDurmaSuresi));
            Telerik.Reporting.NavigateToReportAction navigateToReportAction1 = new Telerik.Reporting.NavigateToReportAction();
            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.dsPlakaList = new Telerik.Reporting.SqlDataSource();
            this.dsDuraklama = new Telerik.Reporting.SqlDataSource();
            this.aRC_PLAKAGroupHeader = new Telerik.Reporting.GroupHeaderSection();
            this.aRC_PLAKACaptionTextBox = new Telerik.Reporting.TextBox();
            this.aRC_PLAKADataTextBox = new Telerik.Reporting.TextBox();
            this.aRC_PLAKAGroupFooter = new Telerik.Reporting.GroupFooterSection();
            this.aRC_PLAKAGroup = new Telerik.Reporting.Group();
            this.labelsGroupHeader = new Telerik.Reporting.GroupHeaderSection();
            this.dT_DURBASTARCaptionTextBox = new Telerik.Reporting.TextBox();
            this.dT_DURBITTARCaptionTextBox = new Telerik.Reporting.TextBox();
            this.dT_DURSURESICaptionTextBox = new Telerik.Reporting.TextBox();
            this.dT_ADRESCaptionTextBox = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.labelsGroupFooter = new Telerik.Reporting.GroupFooterSection();
            this.labelsGroup = new Telerik.Reporting.Group();
            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.panel8 = new Telerik.Reporting.Panel();
            this.pictureBox7 = new Telerik.Reporting.PictureBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.reportFooter = new Telerik.Reporting.ReportFooterSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.dT_DURBASTARDataTextBox = new Telerik.Reporting.TextBox();
            this.dT_DURBITTARDataTextBox = new Telerik.Reporting.TextBox();
            this.dT_DURSURESIDataTextBox = new Telerik.Reporting.TextBox();
            this.dT_ADRESDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // dsPlakaList
            // 
            this.dsPlakaList.ConnectionString = "MySisRapor.Properties.Settings.ElektrometreServer17817";
            this.dsPlakaList.Name = "dsAracList";
            this.dsPlakaList.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@kulAd", System.Data.DbType.String, "=Parameters.kulAd.Value")});
            this.dsPlakaList.SelectCommand = "SELECT ARC_SER1NO, ARC_PLAKA FROM bayifirma INNER JOIN ATS_ARACLAR ON bayifirma.s" +
                "erino = CONVERT(VARCHAR, ATS_ARACLAR.ARC_SER1NO) where  bayifirma.bayia=@kulAd o" +
                "rder by bayifirma.firma";
            // 
            // dsDuraklama
            // 
            this.dsDuraklama.ConnectionString = "MySisRapor.Properties.Settings.ElektrometreServer17817";
            this.dsDuraklama.Name = "dsDuraklama";
            this.dsDuraklama.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@arcSer1No", System.Data.DbType.String, "=Parameters.Plaka.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@basTar", System.Data.DbType.DateTime, "=Parameters.basTar.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@bitTar", System.Data.DbType.DateTime, "=Parameters.bitTar.Value")});
            this.dsDuraklama.SelectCommand = resources.GetString("dsDuraklama.SelectCommand");
            // 
            // aRC_PLAKAGroupHeader
            // 
            this.aRC_PLAKAGroupHeader.Height = new Telerik.Reporting.Drawing.Unit(0.71437495946884155D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.aRC_PLAKAGroupHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.aRC_PLAKACaptionTextBox,
            this.aRC_PLAKADataTextBox});
            this.aRC_PLAKAGroupHeader.Name = "aRC_PLAKAGroupHeader";
            // 
            // aRC_PLAKACaptionTextBox
            // 
            this.aRC_PLAKACaptionTextBox.CanGrow = true;
            this.aRC_PLAKACaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.aRC_PLAKACaptionTextBox.Name = "aRC_PLAKACaptionTextBox";
            this.aRC_PLAKACaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.aRC_PLAKACaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.aRC_PLAKACaptionTextBox.StyleName = "Caption";
            resources.ApplyResources(this.aRC_PLAKACaptionTextBox, "aRC_PLAKACaptionTextBox");
            // 
            // aRC_PLAKADataTextBox
            // 
            this.aRC_PLAKADataTextBox.CanGrow = true;
            this.aRC_PLAKADataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.1058332920074463D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.aRC_PLAKADataTextBox.Name = "aRC_PLAKADataTextBox";
            this.aRC_PLAKADataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(13.602499961853027D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.aRC_PLAKADataTextBox.StyleName = "Data";
            resources.ApplyResources(this.aRC_PLAKADataTextBox, "aRC_PLAKADataTextBox");
            // 
            // aRC_PLAKAGroupFooter
            // 
            this.aRC_PLAKAGroupFooter.Height = new Telerik.Reporting.Drawing.Unit(0.71437495946884155D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.aRC_PLAKAGroupFooter.Name = "aRC_PLAKAGroupFooter";
            // 
            // aRC_PLAKAGroup
            // 
            this.aRC_PLAKAGroup.GroupFooter = this.aRC_PLAKAGroupFooter;
            this.aRC_PLAKAGroup.GroupHeader = this.aRC_PLAKAGroupHeader;
            this.aRC_PLAKAGroup.Groupings.AddRange(new Telerik.Reporting.Data.Grouping[] {
            new Telerik.Reporting.Data.Grouping("=Fields.ARC_PLAKA")});
            this.aRC_PLAKAGroup.Name = "aRC_PLAKAGroup";
            // 
            // labelsGroupHeader
            // 
            this.labelsGroupHeader.Height = new Telerik.Reporting.Drawing.Unit(0.71833336353302D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.labelsGroupHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.dT_DURBASTARCaptionTextBox,
            this.dT_DURBITTARCaptionTextBox,
            this.dT_DURSURESICaptionTextBox,
            this.dT_ADRESCaptionTextBox,
            this.textBox2});
            this.labelsGroupHeader.Name = "labelsGroupHeader";
            this.labelsGroupHeader.PrintOnEveryPage = true;
            // 
            // dT_DURBASTARCaptionTextBox
            // 
            this.dT_DURBASTARCaptionTextBox.CanGrow = true;
            this.dT_DURBASTARCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURBASTARCaptionTextBox.Name = "dT_DURBASTARCaptionTextBox";
            this.dT_DURBASTARCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.8873958587646484D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURBASTARCaptionTextBox.StyleName = "Caption";
            resources.ApplyResources(this.dT_DURBASTARCaptionTextBox, "dT_DURBASTARCaptionTextBox");
            // 
            // dT_DURBITTARCaptionTextBox
            // 
            this.dT_DURBITTARCaptionTextBox.CanGrow = true;
            this.dT_DURBITTARCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.9932291507720947D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURBITTARCaptionTextBox.Name = "dT_DURBITTARCaptionTextBox";
            this.dT_DURBITTARCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.8873958587646484D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURBITTARCaptionTextBox.StyleName = "Caption";
            resources.ApplyResources(this.dT_DURBITTARCaptionTextBox, "dT_DURBITTARCaptionTextBox");
            // 
            // dT_DURSURESICaptionTextBox
            // 
            this.dT_DURSURESICaptionTextBox.CanGrow = true;
            this.dT_DURSURESICaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(9.6825017929077148D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURSURESICaptionTextBox.Name = "dT_DURSURESICaptionTextBox";
            this.dT_DURSURESICaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.0664582252502441D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURSURESICaptionTextBox.StyleName = "Caption";
            resources.ApplyResources(this.dT_DURSURESICaptionTextBox, "dT_DURSURESICaptionTextBox");
            // 
            // dT_ADRESCaptionTextBox
            // 
            this.dT_ADRESCaptionTextBox.CanGrow = true;
            this.dT_ADRESCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.799999237060547D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_ADRESCaptionTextBox.Name = "dT_ADRESCaptionTextBox";
            this.dT_ADRESCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(12.100000381469727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_ADRESCaptionTextBox.StyleName = "Caption";
            resources.ApplyResources(this.dT_ADRESCaptionTextBox, "dT_ADRESCaptionTextBox");
            // 
            // textBox2
            // 
            this.textBox2.CanGrow = true;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.9316635131835938D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.6998002529144287D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.StyleName = "Caption";
            resources.ApplyResources(this.textBox2, "textBox2");
            // 
            // labelsGroupFooter
            // 
            this.labelsGroupFooter.Height = new Telerik.Reporting.Drawing.Unit(0.71437495946884155D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.labelsGroupFooter.Name = "labelsGroupFooter";
            this.labelsGroupFooter.Style.Visible = false;
            // 
            // labelsGroup
            // 
            this.labelsGroup.GroupFooter = this.labelsGroupFooter;
            this.labelsGroup.GroupHeader = this.labelsGroupHeader;
            this.labelsGroup.Name = "labelsGroup";
            // 
            // pageHeader
            // 
            this.pageHeader.Height = new Telerik.Reporting.Drawing.Unit(0.71437495946884155D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.reportNameTextBox});
            this.pageHeader.Name = "pageHeader";
            // 
            // reportNameTextBox
            // 
            this.reportNameTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.reportNameTextBox.Name = "reportNameTextBox";
            this.reportNameTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(15.708333015441895D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.reportNameTextBox.StyleName = "PageInfo";
            resources.ApplyResources(this.reportNameTextBox, "reportNameTextBox");
            // 
            // pageFooter
            // 
            this.pageFooter.Height = new Telerik.Reporting.Drawing.Unit(0.71437495946884155D, Telerik.Reporting.Drawing.UnitType.Cm);
            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(new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.currentTimeTextBox.Name = "currentTimeTextBox";
            this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(7.8277082443237305D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.currentTimeTextBox.StyleName = "PageInfo";
            resources.ApplyResources(this.currentTimeTextBox, "currentTimeTextBox");
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(16D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pageInfoTextBox.Name = "pageInfoTextBox";
            this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(7.8277082443237305D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.pageInfoTextBox.StyleName = "PageInfo";
            resources.ApplyResources(this.pageInfoTextBox, "pageInfoTextBox");
            // 
            // reportHeader
            // 
            this.reportHeader.Height = new Telerik.Reporting.Drawing.Unit(2.0529167652130127D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.titleTextBox,
            this.panel8});
            this.reportHeader.Name = "reportHeader";
            // 
            // titleTextBox
            // 
            this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.titleTextBox.Name = "titleTextBox";
            this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(15.30000114440918D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.titleTextBox.StyleName = "Title";
            resources.ApplyResources(this.titleTextBox, "titleTextBox");
            // 
            // panel8
            // 
            navigateToReportAction1.Parameters.Add(new Telerik.Reporting.Parameter("kulAd", "=Parameters.kulAd.Value"));
            navigateToReportAction1.ReportDocumentType = "MySisRapor.Report1, MySisRapor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=" +
                "null";
            this.panel8.Action = navigateToReportAction1;
            this.panel8.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pictureBox7,
            this.textBox21});
            this.panel8.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(21.600000381469727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(9.9921220680698752E-05D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.panel8.Name = "panel8";
            this.panel8.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.2612524032592773D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.5000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            // 
            // pictureBox7
            // 
            this.pictureBox7.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.63874489068984985D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox7.MimeType = "image/png";
            this.pictureBox7.Name = "pictureBox7";
            this.pictureBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.89999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.89999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox7.Value = ((object)(resources.GetObject("pictureBox7.Value")));
            // 
            // textBox21
            // 
            this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.9001997709274292D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.2610504627227783D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox21.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(58)))), ((int)(((byte)(112)))));
            this.textBox21.Style.Font.Bold = true;
            resources.ApplyResources(this.textBox21, "textBox21");
            // 
            // reportFooter
            // 
            this.reportFooter.Height = new Telerik.Reporting.Drawing.Unit(0.71437495946884155D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.reportFooter.Name = "reportFooter";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.71437495946884155D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.dT_DURBASTARDataTextBox,
            this.dT_DURBITTARDataTextBox,
            this.dT_DURSURESIDataTextBox,
            this.dT_ADRESDataTextBox,
            this.textBox1});
            this.detail.Name = "detail";
            // 
            // dT_DURBASTARDataTextBox
            // 
            this.dT_DURBASTARDataTextBox.CanGrow = true;
            this.dT_DURBASTARDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURBASTARDataTextBox.Name = "dT_DURBASTARDataTextBox";
            this.dT_DURBASTARDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.8873958587646484D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURBASTARDataTextBox.StyleName = "Data";
            resources.ApplyResources(this.dT_DURBASTARDataTextBox, "dT_DURBASTARDataTextBox");
            // 
            // dT_DURBITTARDataTextBox
            // 
            this.dT_DURBITTARDataTextBox.CanGrow = true;
            this.dT_DURBITTARDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.9932291507720947D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURBITTARDataTextBox.Name = "dT_DURBITTARDataTextBox";
            this.dT_DURBITTARDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.8873958587646484D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURBITTARDataTextBox.StyleName = "Data";
            resources.ApplyResources(this.dT_DURBITTARDataTextBox, "dT_DURBITTARDataTextBox");
            // 
            // dT_DURSURESIDataTextBox
            // 
            this.dT_DURSURESIDataTextBox.CanGrow = true;
            this.dT_DURSURESIDataTextBox.Format = "{0:T}";
            this.dT_DURSURESIDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(9.6880216598510742D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURSURESIDataTextBox.Name = "dT_DURSURESIDataTextBox";
            this.dT_DURSURESIDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.0664582252502441D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_DURSURESIDataTextBox.StyleName = "Data";
            resources.ApplyResources(this.dT_DURSURESIDataTextBox, "dT_DURSURESIDataTextBox");
            // 
            // dT_ADRESDataTextBox
            // 
            this.dT_ADRESDataTextBox.CanGrow = true;
            this.dT_ADRESDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.799999237060547D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_ADRESDataTextBox.Name = "dT_ADRESDataTextBox";
            this.dT_ADRESDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(12.099900245666504D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.dT_ADRESDataTextBox.StyleName = "Data";
            resources.ApplyResources(this.dT_ADRESDataTextBox, "dT_ADRESDataTextBox");
            // 
            // textBox1
            // 
            this.textBox1.CanGrow = true;
            this.textBox1.Format = "{0}";
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.9261436462402344D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.052916664630174637D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7163593769073486D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.StyleName = "Data";
            resources.ApplyResources(this.textBox1, "textBox1");
            // 
            // RprDurmaSuresi
            // 
            this.DataSource = this.dsDuraklama;
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            this.aRC_PLAKAGroup,
            this.labelsGroup});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.aRC_PLAKAGroupHeader,
            this.aRC_PLAKAGroupFooter,
            this.labelsGroupHeader,
            this.labelsGroupFooter,
            this.pageHeader,
            this.pageFooter,
            this.reportHeader,
            this.reportFooter,
            this.detail});
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Mm);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            reportParameter1.Name = "kulAd";
            resources.ApplyResources(reportParameter1, "reportParameter1");
            reportParameter2.Name = "basTar";
            resources.ApplyResources(reportParameter2, "reportParameter2");
            reportParameter2.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter2.Value = "=Now()";
            reportParameter2.Visible = true;
            reportParameter3.Name = "bitTar";
            resources.ApplyResources(reportParameter3, "reportParameter3");
            reportParameter3.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter3.Value = "=Now()";
            reportParameter3.Visible = true;
            reportParameter4.AvailableValues.DataSource = this.dsPlakaList;
            reportParameter4.AvailableValues.DisplayMember = "= Fields.ARC_PLAKA";
            reportParameter4.AvailableValues.ValueMember = "= Fields.ARC_SER1NO";
            reportParameter4.Name = "Plaka";
            resources.ApplyResources(reportParameter4, "reportParameter4");
            reportParameter4.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter4.Value = "= Fields.ARC_SER1NO";
            reportParameter4.Visible = true;
            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.BackgroundColor = System.Drawing.Color.Empty;
            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 = new Telerik.Reporting.Drawing.Unit(18D, Telerik.Reporting.Drawing.UnitType.Point);
            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.Bold = true;
            styleRule2.Style.Font.Italic = false;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(11D, Telerik.Reporting.Drawing.UnitType.Point);
            styleRule2.Style.Font.Strikeout = false;
            styleRule2.Style.Font.Underline = false;
            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 = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
            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 = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4});
            this.Width = new Telerik.Reporting.Drawing.Unit(23.899999618530273D, Telerik.Reporting.Drawing.UnitType.Cm);
            ((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.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.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.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector();
     Telerik.Reporting.Drawing.StyleRule          styleRule4          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector();
     this.textBox1              = new Telerik.Reporting.TextBox();
     this.textBox2              = new Telerik.Reporting.TextBox();
     this.textBox19             = 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.textBox22             = new Telerik.Reporting.TextBox();
     this.textBox15             = new Telerik.Reporting.TextBox();
     this.detailSection1        = new Telerik.Reporting.DetailSection();
     this.table1                = new Telerik.Reporting.Table();
     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.textBox26             = new Telerik.Reporting.TextBox();
     this.textBox27             = new Telerik.Reporting.TextBox();
     this.textBox28             = new Telerik.Reporting.TextBox();
     this.textBox29             = new Telerik.Reporting.TextBox();
     this.textBox30             = new Telerik.Reporting.TextBox();
     this.textBox17             = new Telerik.Reporting.TextBox();
     this.textBox18             = new Telerik.Reporting.TextBox();
     this.textBox20             = new Telerik.Reporting.TextBox();
     this.textBox23             = new Telerik.Reporting.TextBox();
     this.textBox25             = new Telerik.Reporting.TextBox();
     this.textBox24             = new Telerik.Reporting.TextBox();
     this.webServiceDataSource1 = new Telerik.Reporting.WebServiceDataSource();
     this.pageHeaderSection1    = new Telerik.Reporting.PageHeaderSection();
     this.textBox62             = new Telerik.Reporting.TextBox();
     this.textBox16             = new Telerik.Reporting.TextBox();
     this.pageFooterSection1    = new Telerik.Reporting.PageFooterSection();
     this.pictureBox1           = new Telerik.Reporting.PictureBox();
     this.pictureBox2           = new Telerik.Reporting.PictureBox();
     this.textBox59             = new Telerik.Reporting.TextBox();
     this.textBox61             = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox1
     //
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.634D), Telerik.Reporting.Drawing.Unit.Cm(0.934D));
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.StyleName       = "Office.TableHeader";
     this.textBox1.Value           = "LOCATION";
     //
     // textBox2
     //
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.934D));
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.StyleName       = "Office.TableHeader";
     this.textBox2.Value           = "PIPING CLASS";
     //
     // textBox19
     //
     this.textBox19.Name            = "textBox19";
     this.textBox19.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Cm(0.934D));
     this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox19.StyleName       = "Office.TableHeader";
     this.textBox19.Value           = "PMI%";
     //
     // textBox3
     //
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.934D));
     this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.StyleName       = "Office.TableHeader";
     this.textBox3.Value           = "TOTAL JOINTS";
     //
     // textBox4
     //
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.934D));
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.StyleName       = "Office.TableHeader";
     this.textBox4.Value           = "WELDED";
     //
     // textBox5
     //
     this.textBox5.Name            = "textBox5";
     this.textBox5.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.97D), Telerik.Reporting.Drawing.Unit.Cm(0.934D));
     this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox5.StyleName       = "Office.TableHeader";
     this.textBox5.Value           = "PMI REQUIRED";
     //
     // textBox6
     //
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.934D));
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.StyleName       = "Office.TableHeader";
     this.textBox6.Value           = "REQUESTED";
     //
     // textBox7
     //
     this.textBox7.Name            = "textBox7";
     this.textBox7.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.934D));
     this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.StyleName       = "Office.TableHeader";
     this.textBox7.Value           = "DONE";
     //
     // textBox22
     //
     this.textBox22.Name            = "textBox22";
     this.textBox22.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Cm(0.934D));
     this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox22.StyleName       = "Office.TableHeader";
     this.textBox22.Value           = "COVERAGE%";
     //
     // textBox15
     //
     this.textBox15.Name            = "textBox15";
     this.textBox15.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.094D), Telerik.Reporting.Drawing.Unit.Cm(0.934D));
     this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox15.StyleName       = "Office.TableHeader";
     this.textBox15.Value           = "BALANCE";
     //
     // detailSection1
     //
     this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.54D);
     this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.table1
     });
     this.detailSection1.Name = "detailSection1";
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(4.634D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.494D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.494D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.494D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.97D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.494D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.494D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.094D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.756D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.756D)));
     this.table1.Body.SetCellContent(0, 0, this.textBox8);
     this.table1.Body.SetCellContent(0, 1, this.textBox9);
     this.table1.Body.SetCellContent(0, 3, this.textBox10);
     this.table1.Body.SetCellContent(0, 4, this.textBox11);
     this.table1.Body.SetCellContent(0, 5, this.textBox12);
     this.table1.Body.SetCellContent(0, 6, this.textBox13);
     this.table1.Body.SetCellContent(0, 7, this.textBox14);
     this.table1.Body.SetCellContent(1, 3, this.textBox26);
     this.table1.Body.SetCellContent(1, 4, this.textBox27);
     this.table1.Body.SetCellContent(1, 5, this.textBox28);
     this.table1.Body.SetCellContent(1, 6, this.textBox29);
     this.table1.Body.SetCellContent(1, 7, this.textBox30);
     this.table1.Body.SetCellContent(0, 9, this.textBox17);
     this.table1.Body.SetCellContent(1, 9, this.textBox18);
     this.table1.Body.SetCellContent(0, 2, this.textBox20);
     this.table1.Body.SetCellContent(0, 8, this.textBox23);
     this.table1.Body.SetCellContent(1, 8, this.textBox25);
     this.table1.Body.SetCellContent(1, 0, this.textBox24, 1, 3);
     tableGroup1.Name        = "mainMat";
     tableGroup1.ReportItem  = this.textBox1;
     tableGroup2.Name        = "isoReceived";
     tableGroup2.ReportItem  = this.textBox2;
     tableGroup3.Name        = "group4";
     tableGroup3.ReportItem  = this.textBox19;
     tableGroup4.Name        = "idfReceived";
     tableGroup4.ReportItem  = this.textBox3;
     tableGroup5.Name        = "sgDone";
     tableGroup5.ReportItem  = this.textBox4;
     tableGroup6.Name        = "onHold";
     tableGroup6.ReportItem  = this.textBox5;
     tableGroup7.Name        = "backCheckDone";
     tableGroup7.ReportItem  = this.textBox6;
     tableGroup8.Name        = "transmitted";
     tableGroup8.ReportItem  = this.textBox7;
     tableGroup9.Name        = "group5";
     tableGroup9.ReportItem  = this.textBox22;
     tableGroup10.Name       = "group1";
     tableGroup10.ReportItem = this.textBox15;
     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.ColumnGroups.Add(tableGroup8);
     this.table1.ColumnGroups.Add(tableGroup9);
     this.table1.ColumnGroups.Add(tableGroup10);
     this.table1.ColumnHeadersPrintOnEveryPage = true;
     this.table1.DataSource = this.webServiceDataSource1;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox8,
         this.textBox9,
         this.textBox20,
         this.textBox10,
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox14,
         this.textBox23,
         this.textBox17,
         this.textBox24,
         this.textBox26,
         this.textBox27,
         this.textBox28,
         this.textBox29,
         this.textBox30,
         this.textBox25,
         this.textBox18,
         this.textBox1,
         this.textBox2,
         this.textBox19,
         this.textBox3,
         this.textBox4,
         this.textBox5,
         this.textBox6,
         this.textBox7,
         this.textBox22,
         this.textBox15
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.table1.Name     = "table1";
     tableGroup12.Name    = "group";
     tableGroup11.ChildGroups.Add(tableGroup12);
     tableGroup11.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup11.Name = "detail";
     tableGroup14.Name = "group3";
     tableGroup13.ChildGroups.Add(tableGroup14);
     tableGroup13.Name = "group2";
     this.table1.RowGroups.Add(tableGroup11);
     this.table1.RowGroups.Add(tableGroup13);
     this.table1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(27.933D), Telerik.Reporting.Drawing.Unit.Cm(2.446D));
     this.table1.StyleName = "Office.TableNormal";
     //
     // textBox8
     //
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.634D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.StyleName           = "Office.TableBody";
     this.textBox8.Value = "= Fields.SUB_CON_NAME";
     //
     // textBox9
     //
     this.textBox9.Format              = "{0:N0}";
     this.textBox9.Name                = "textBox9";
     this.textBox9.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox9.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.StyleName           = "Office.TableBody";
     this.textBox9.Value               = "= Fields.LINE_CLASS";
     //
     // textBox10
     //
     this.textBox10.Format              = "{0:N0}";
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.StyleName           = "Office.TableBody";
     this.textBox10.Value               = "= Fields.TOTAL_JOINTS";
     //
     // textBox11
     //
     this.textBox11.Format              = "{0:N0}";
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox11.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.StyleName           = "Office.TableBody";
     this.textBox11.Value               = "= Fields.PMI_WELDED";
     //
     // textBox12
     //
     this.textBox12.Format              = "{0:N0}";
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.97D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox12.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.StyleName           = "Office.TableBody";
     this.textBox12.Value               = "= Fields.PMI_REQUIRED";
     //
     // textBox13
     //
     this.textBox13.Format              = "{0:N0}";
     this.textBox13.Name                = "textBox13";
     this.textBox13.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox13.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.StyleName           = "Office.TableBody";
     this.textBox13.Value               = "= Fields.PMI_REQUESTED";
     //
     // textBox14
     //
     this.textBox14.Format              = "{0:N0}";
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox14.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.StyleName           = "Office.TableBody";
     this.textBox14.Value               = "= Fields.PMI_DONE";
     //
     // textBox26
     //
     this.textBox26.Format = "{0:N0}";
     this.textBox26.Name   = "textBox26";
     this.textBox26.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox26.Style.BackgroundColor = System.Drawing.Color.Gainsboro;
     this.textBox26.Style.Color           = System.Drawing.Color.Black;
     this.textBox26.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox26.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox26.StyleName             = "Office.TableBody";
     this.textBox26.Value = "= Sum(Fields.TOTAL_JOINTS)";
     //
     // textBox27
     //
     this.textBox27.Format = "{0:N0}";
     this.textBox27.Name   = "textBox27";
     this.textBox27.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox27.Style.BackgroundColor = System.Drawing.Color.Gainsboro;
     this.textBox27.Style.Color           = System.Drawing.Color.Black;
     this.textBox27.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox27.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox27.StyleName             = "Office.TableBody";
     this.textBox27.Value = "= Sum(Fields.PMI_WELDED)";
     //
     // textBox28
     //
     this.textBox28.Format = "{0:N0}";
     this.textBox28.Name   = "textBox28";
     this.textBox28.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.97D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox28.Style.BackgroundColor = System.Drawing.Color.Gainsboro;
     this.textBox28.Style.Color           = System.Drawing.Color.Black;
     this.textBox28.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox28.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox28.StyleName             = "Office.TableBody";
     this.textBox28.Value = "= Sum(Fields.PMI_REQUIRED)";
     //
     // textBox29
     //
     this.textBox29.Format = "{0:N0}";
     this.textBox29.Name   = "textBox29";
     this.textBox29.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox29.Style.BackgroundColor = System.Drawing.Color.Gainsboro;
     this.textBox29.Style.Color           = System.Drawing.Color.Black;
     this.textBox29.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox29.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox29.StyleName             = "Office.TableBody";
     this.textBox29.Value = "=Sum(Fields.PMI_REQUESTED)";
     //
     // textBox30
     //
     this.textBox30.Format = "{0:N0}";
     this.textBox30.Name   = "textBox30";
     this.textBox30.Size   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.494D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox30.Style.BackgroundColor = System.Drawing.Color.Gainsboro;
     this.textBox30.Style.Color           = System.Drawing.Color.Black;
     this.textBox30.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox30.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox30.StyleName             = "Office.TableBody";
     this.textBox30.Value = "=Sum(Fields.PMI_DONE)";
     //
     // textBox17
     //
     this.textBox17.Name                = "textBox17";
     this.textBox17.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.094D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox17.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox17.StyleName           = "Office.TableBody";
     this.textBox17.Value               = "= Fields.PMI_BALANCE";
     //
     // textBox18
     //
     this.textBox18.Name = "textBox18";
     this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.094D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox18.Style.BackgroundColor = System.Drawing.Color.Gainsboro;
     this.textBox18.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox18.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.StyleName             = "Office.TableBody";
     this.textBox18.Value = "= Sum(Fields.PMI_BALANCE)";
     //
     // textBox20
     //
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox20.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox20.StyleName           = "Office.TableBody";
     this.textBox20.Value               = "= Fields.PMI";
     //
     // textBox23
     //
     this.textBox23.Name                = "textBox23";
     this.textBox23.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox23.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox23.StyleName           = "Office.TableBody";
     this.textBox23.Value               = "= Fields.PMI_COVERAGE";
     //
     // textBox25
     //
     this.textBox25.Name = "textBox25";
     this.textBox25.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox25.Style.BackgroundColor = System.Drawing.Color.Gainsboro;
     this.textBox25.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox25.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.StyleName             = "Office.TableBody";
     this.textBox25.Value = "= Sum(Fields.PMI_COVERAGE)";
     //
     // textBox24
     //
     this.textBox24.Name = "textBox24";
     this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.668D), Telerik.Reporting.Drawing.Unit.Cm(0.756D));
     this.textBox24.Style.BackgroundColor = System.Drawing.Color.Gainsboro;
     this.textBox24.Style.Color           = System.Drawing.Color.Black;
     this.textBox24.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox24.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox24.StyleName             = "Office.TableBody";
     this.textBox24.Value = "Grand Total:";
     //
     // webServiceDataSource1
     //
     this.webServiceDataSource1.Name = "webServiceDataSource1";
     this.webServiceDataSource1.Parameters.AddRange(new Telerik.Reporting.WebServiceParameter[] {
         new Telerik.Reporting.WebServiceParameter("ProjId", Telerik.Reporting.WebServiceParameterType.Query, "= Parameters.ProjId.Value"),
         new Telerik.Reporting.WebServiceParameter("Sub_Con_Id", Telerik.Reporting.WebServiceParameterType.Query, "= Parameters.SubConId.Value"),
         new Telerik.Reporting.WebServiceParameter("CAT_ID", Telerik.Reporting.WebServiceParameterType.Query, "= Parameters.CatId.Value"),
         new Telerik.Reporting.WebServiceParameter("Inclde_Prod", Telerik.Reporting.WebServiceParameterType.Query, "= Parameters.IncludeProd.Value")
     });
     this.webServiceDataSource1.ServiceUrl = "https://amoghapps.com/AmoghReportsService/NDE_PMI_Status_ClassWise_Service.asmx/G" +
                                             "etNDEPMIStatusDetails";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(3.048D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox62,
         this.pictureBox1,
         this.pictureBox2,
         this.textBox59,
         this.textBox61
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox62
     //
     this.textBox62.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.5D), Telerik.Reporting.Drawing.Unit.Inch(0.8D));
     this.textBox62.Name                = "textBox62";
     this.textBox62.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.9D), Telerik.Reporting.Drawing.Unit.Inch(0.3D));
     this.textBox62.Style.Font.Bold     = true;
     this.textBox62.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.textBox62.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox62.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox62.Value               = "PMI STATUS - (LINE CLASS WISE)";
     //
     // textBox16
     //
     this.textBox16.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15.6D), Telerik.Reporting.Drawing.Unit.Cm(0.3D));
     this.textBox16.Name            = "ReportPageNumberTextBox";
     this.textBox16.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox16.Style.Font.Name = "Segoe UI";
     this.textBox16.Value           = "Page: {PageNumber}";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(1.738D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox16
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // pictureBox1
     //
     this.pictureBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1D), Telerik.Reporting.Drawing.Unit.Inch(0.1D));
     this.pictureBox1.MimeType        = "";
     this.pictureBox1.Name            = "pictureBox1";
     this.pictureBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.8D));
     this.pictureBox1.Sizing          = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(3D);
     this.pictureBox1.Value           = "=LoadImage(CStr(Parameters.ProjId.Value))";
     //
     // pictureBox2
     //
     this.pictureBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.476D), Telerik.Reporting.Drawing.Unit.Inch(0.1D));
     this.pictureBox2.MimeType        = "";
     this.pictureBox2.Name            = "pictureBox2";
     this.pictureBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.521D), Telerik.Reporting.Drawing.Unit.Inch(0.8D));
     this.pictureBox2.Sizing          = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(3D);
     this.pictureBox2.Value           = "=LoadImage1(CStr(Parameters.ProjId.Value))";
     //
     // textBox59
     //
     this.textBox59.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3D), Telerik.Reporting.Drawing.Unit.Inch(0.1D));
     this.textBox59.Name                = "textBox59";
     this.textBox59.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.9D), Telerik.Reporting.Drawing.Unit.Inch(0.2D));
     this.textBox59.Style.Font.Bold     = true;
     this.textBox59.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox59.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox59.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox59.Value               = "=LoadProjectTitle(CStr(Parameters.ProjId.Value))";
     //
     // textBox61
     //
     this.textBox61.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3D), Telerik.Reporting.Drawing.Unit.Inch(0.4D));
     this.textBox61.Name                = "textBox61";
     this.textBox61.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.9D), Telerik.Reporting.Drawing.Unit.Inch(0.2D));
     this.textBox61.Style.Font.Bold     = true;
     this.textBox61.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox61.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox61.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox61.Value               = "=LoadProjectCode(CStr(Parameters.ProjId.Value))";
     //
     // NDE_PMI_Status_ClassWise_Report
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detailSection1,
         this.pageHeaderSection1,
         this.pageFooterSection1
     });
     this.Name = "PMIStatusProductionReport";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Mm(1D), Telerik.Reporting.Drawing.Unit.Cm(1D), Telerik.Reporting.Drawing.Unit.Mm(1D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Custom;
     this.PageSettings.PaperSize       = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(311D), Telerik.Reporting.Drawing.Unit.Mm(297D));
     reportParameter1.AllowBlank       = false;
     reportParameter1.Name             = "ProjId";
     reportParameter1.Text             = "ProjId";
     reportParameter1.Type             = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Value            = "1";
     reportParameter2.Name             = "SubConId";
     reportParameter2.Text             = "SubConId";
     reportParameter2.Value            = "1";
     reportParameter3.Name             = "CatId";
     reportParameter3.Text             = "CatId";
     reportParameter3.Value            = "1";
     reportParameter4.Name             = "IncludeProd";
     reportParameter4.Text             = "IncludeProd";
     reportParameter4.Value            = "Y";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     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(typeof(Telerik.Reporting.Table), "Office.TableNormal")
     });
     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.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(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), "Office.TableBody")
     });
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector1
     });
     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);
     styleRule3.Style.Font.Name           = "Calibri";
     styleRule3.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(9D);
     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), "Office.TableHeader")
     });
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector2
     });
     styleRule4.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(167)))), ((int)(((byte)(227)))));
     styleRule4.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     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(10D);
     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(28.248D);
     ((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(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();

        }
示例#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()
 {
     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();
     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.textBox18         = new Telerik.Reporting.TextBox();
     this.textBox17         = new Telerik.Reporting.TextBox();
     this.textBox5          = new Telerik.Reporting.TextBox();
     this.textBox6          = new Telerik.Reporting.TextBox();
     this.textBox9          = new Telerik.Reporting.TextBox();
     this.textBox11         = new Telerik.Reporting.TextBox();
     this.textBox13         = new Telerik.Reporting.TextBox();
     this.textBox15         = new Telerik.Reporting.TextBox();
     this.TxtFiltros        = new Telerik.Reporting.TextBox();
     this.textBox16         = new Telerik.Reporting.TextBox();
     this.textBox19         = new Telerik.Reporting.TextBox();
     this.textBox28         = new Telerik.Reporting.TextBox();
     this.textBox30         = new Telerik.Reporting.TextBox();
     this.textBox32         = new Telerik.Reporting.TextBox();
     this.detail            = new Telerik.Reporting.DetailSection();
     this.textBox14         = new Telerik.Reporting.TextBox();
     this.textBox8          = new Telerik.Reporting.TextBox();
     this.textBox1          = new Telerik.Reporting.TextBox();
     this.textBox7          = new Telerik.Reporting.TextBox();
     this.textBox10         = new Telerik.Reporting.TextBox();
     this.textBox12         = new Telerik.Reporting.TextBox();
     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.textBox29         = new Telerik.Reporting.TextBox();
     this.textBox31         = new Telerik.Reporting.TextBox();
     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.pageFooter        = new Telerik.Reporting.PageFooterSection();
     this.textBox25         = new Telerik.Reporting.TextBox();
     this.textBox26         = new Telerik.Reporting.TextBox();
     this.textBox24         = new Telerik.Reporting.TextBox();
     this.textBox27         = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(3.5999999046325684D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox4,
         this.textBox2,
         this.textBox3,
         this.textBox18,
         this.textBox17,
         this.textBox5,
         this.textBox6,
         this.textBox9,
         this.textBox11,
         this.textBox13,
         this.textBox15,
         this.TxtFiltros,
         this.textBox16,
         this.textBox19,
         this.textBox28,
         this.textBox30,
         this.textBox32
     });
     this.pageHeader.Name = "pageHeader";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.399999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0.699999988079071D));
     this.textBox4.Style.Font.Bold = true;
     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.Angle           = 0D;
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7D), Telerik.Reporting.Drawing.Unit.Cm(0.70000004768371582D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.399999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox2.Style.Font.Bold = true;
     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(6.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(1.3000000715255737D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.399999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Value           = "Estado de cuenta por cliente";
     //
     // textBox18
     //
     this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox18.Name     = "textBox18";
     this.textBox18.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
     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 = "Documento";
     //
     // textBox17
     //
     this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox17.Name     = "textBox17";
     this.textBox17.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6D), Telerik.Reporting.Drawing.Unit.Cm(0.7999996542930603D));
     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 = "Nombre cte.";
     //
     // textBox5
     //
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.7999996542930603D));
     this.textBox5.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     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.Center;
     this.textBox5.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value = "Cliente";
     //
     // textBox6
     //
     this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
     this.textBox6.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox6.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     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 = "Fecha";
     //
     // textBox9
     //
     this.textBox9.Angle    = 0D;
     this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(19D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox9.Name     = "textBox9";
     this.textBox9.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999983310699463D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
     this.textBox9.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox9.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox9.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox9.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.Value = "Fecha venc.";
     //
     // textBox11
     //
     this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(20.999998092651367D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1999990940093994D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
     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 = "Cargo";
     //
     // textBox13
     //
     this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(27.599996566772461D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox13.Name     = "textBox13";
     this.textBox13.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6000001430511475D), Telerik.Reporting.Drawing.Unit.Cm(0.79999977350234985D));
     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 = "Días vencidos";
     //
     // textBox15
     //
     this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(29.19999885559082D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox15.Name     = "textBox15";
     this.textBox15.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6000001430511475D), Telerik.Reporting.Drawing.Unit.Cm(0.79999977350234985D));
     this.textBox15.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox15.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox15.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox15.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox15.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.Value = "Días por vencer";
     //
     // TxtFiltros
     //
     this.TxtFiltros.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(1.8999998569488525D));
     this.TxtFiltros.Name                = "TxtFiltros";
     this.TxtFiltros.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(25.600002288818359D), Telerik.Reporting.Drawing.Unit.Cm(0.79999995231628418D));
     this.TxtFiltros.Style.Font.Bold     = true;
     this.TxtFiltros.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.TxtFiltros.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.TxtFiltros.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.TxtFiltros.Value               = "";
     //
     // textBox16
     //
     this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(23.19999885559082D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox16.Name     = "textBox16";
     this.textBox16.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1999990940093994D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
     this.textBox16.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox16.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox16.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox16.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox16.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.Value = "Crédito";
     //
     // textBox19
     //
     this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox19.Name     = "textBox19";
     this.textBox19.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1999990940093994D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
     this.textBox19.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox19.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox19.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox19.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox19.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox19.Value = "Saldo";
     //
     // textBox28
     //
     this.textBox28.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox28.Name     = "textBox28";
     this.textBox28.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.7999996542930603D));
     this.textBox28.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox28.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox28.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox28.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox28.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox28.Value = "Zona";
     //
     // textBox30
     //
     this.textBox30.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D));
     this.textBox30.Name     = "textBox30";
     this.textBox30.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5D), Telerik.Reporting.Drawing.Unit.Cm(0.7999996542930603D));
     this.textBox30.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox30.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox30.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox30.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox30.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox30.Value = "Centro de distribución";
     //
     // textBox32
     //
     this.textBox32.Format          = "{0:g}";
     this.textBox32.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.099999949336051941D));
     this.textBox32.Name            = "textBox32";
     this.textBox32.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D));
     this.textBox32.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox32.Value           = "=\"Fecha imp.: \" + Now()";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox14,
         this.textBox8,
         this.textBox1,
         this.textBox7,
         this.textBox10,
         this.textBox12,
         this.textBox20,
         this.textBox21,
         this.textBox22,
         this.textBox23,
         this.textBox29,
         this.textBox31
     });
     this.detail.Name = "detail";
     //
     // textBox14
     //
     this.textBox14.Action              = null;
     this.textBox14.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15.000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox14.Style.Color         = System.Drawing.Color.Black;
     this.textBox14.Style.Font.Italic   = false;
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox14.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.Value               = "=Fields.Id_DocUnique";
     //
     // textBox8
     //
     this.textBox8.CanGrow             = false;
     this.textBox8.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(9D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox8.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.Value               = "=Fields.Cte_Nombre";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "=Fields.Id_Cte";
     //
     // textBox7
     //
     this.textBox7.Format              = "{0:d}";
     this.textBox7.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     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.40000000596046448D));
     this.textBox7.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox7.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.Value               = "=Fields.Doc_Fecha";
     //
     // textBox10
     //
     this.textBox10.Format              = "{0:d}";
     this.textBox10.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(19D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999983310699463D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox10.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.Value               = "=Fields.Ven_Fecha";
     //
     // textBox12
     //
     this.textBox12.Format              = "{0:N2}";
     this.textBox12.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(21D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.200000524520874D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox12.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.Value               = "=Fields.Total";
     //
     // textBox20
     //
     this.textBox20.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(27.599996566772461D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox20.Name                = "textBox20";
     this.textBox20.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6000001430511475D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     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               = "=Fields.DiasVen";
     //
     // textBox21
     //
     this.textBox21.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(29.19999885559082D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox21.Name                = "textBox21";
     this.textBox21.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6000000238418579D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     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               = "=Fields.DiasAVencer";
     //
     // textBox22
     //
     this.textBox22.Format              = "{0:N2}";
     this.textBox22.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(23.19999885559082D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox22.Name                = "textBox22";
     this.textBox22.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.200000524520874D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox22.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox22.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox22.Value               = "=Fields.Pagado";
     //
     // textBox23
     //
     this.textBox23.Format              = "{0:N2}";
     this.textBox23.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox23.Name                = "textBox23";
     this.textBox23.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.200000524520874D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox23.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox23.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox23.Value               = "=Fields.Saldo";
     //
     // textBox29
     //
     this.textBox29.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox29.Name                = "textBox29";
     this.textBox29.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox29.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox29.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox29.Value               = "=Fields.Id_Cd";
     //
     // textBox31
     //
     this.textBox31.CanGrow             = false;
     this.textBox31.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.9999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox31.Name                = "textBox31";
     this.textBox31.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.textBox31.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox31.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox31.Value               = "=Fields.CDI";
     //
     // sqlConnection1
     //
     this.sqlConnection1.ConnectionString = "Data Source=189.206.126.68;Initial Catalog=SIANCentral;User ID=sa";
     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", "spCapGenerarPoliza_Imprimir", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("cuenta", "cuenta"),
             new System.Data.Common.DataColumnMapping("Referencia", "Referencia"),
             new System.Data.Common.DataColumnMapping("subcuenta", "subcuenta"),
             new System.Data.Common.DataColumnMapping("subsubcuenta", "subsubcuenta"),
             new System.Data.Common.DataColumnMapping("Almacen", "Almacen"),
             new System.Data.Common.DataColumnMapping("TipoMov", "TipoMov"),
             new System.Data.Common.DataColumnMapping("Cargo", "Cargo"),
             new System.Data.Common.DataColumnMapping("Abono", "Abono")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText    = "spRepCobEstadoCuenta";
     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("@FechaCorte", System.Data.SqlDbType.DateTime, 8),
         new System.Data.SqlClient.SqlParameter("@TipoCte", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@Cd", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@Cte", System.Data.SqlDbType.Float, 4)
     });
     //
     // pageFooter
     //
     this.pageFooter.Bindings.Add(new Telerik.Reporting.Binding("Visible", "=PageCount = PageNumber"));
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.49999985098838806D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox25,
         this.textBox26,
         this.textBox24,
         this.textBox27
     });
     this.pageFooter.Name             = "pageFooter";
     this.pageFooter.PrintOnFirstPage = true;
     //
     // textBox25
     //
     this.textBox25.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox25.Name     = "textBox25";
     this.textBox25.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.9999988079071045D), Telerik.Reporting.Drawing.Unit.Cm(0.49999958276748657D));
     this.textBox25.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox25.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox25.Style.Font.Bold          = true;
     this.textBox25.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox25.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox25.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox25.Value = "Totales:";
     //
     // textBox26
     //
     this.textBox26.Format   = "{0:N2}";
     this.textBox26.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(21D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox26.Name     = "textBox26";
     this.textBox26.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1999988555908203D), Telerik.Reporting.Drawing.Unit.Cm(0.49999955296516418D));
     this.textBox26.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox26.Style.Font.Bold       = true;
     this.textBox26.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox26.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox26.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox26.Value = "=SUM(Fields.Total)";
     //
     // textBox24
     //
     this.textBox24.Format   = "{0:N2}";
     this.textBox24.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(23.19999885559082D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox24.Name     = "textBox24";
     this.textBox24.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1999988555908203D), Telerik.Reporting.Drawing.Unit.Cm(0.49999955296516418D));
     this.textBox24.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox24.Style.Font.Bold       = true;
     this.textBox24.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox24.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox24.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox24.Value = "=SUM(Fields.Pagado)";
     //
     // textBox27
     //
     this.textBox27.Format   = "{0:N2}";
     this.textBox27.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox27.Name     = "textBox27";
     this.textBox27.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1999988555908203D), Telerik.Reporting.Drawing.Unit.Cm(0.49999955296516418D));
     this.textBox27.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox27.Style.Font.Bold       = true;
     this.textBox27.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox27.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox27.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox27.Value = "=SUM(Fields.saldo)";
     //
     // EstadoCuenta
     //
     this.DataSource = this.sqlDataAdapter1;
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeader,
         this.detail,
         this.pageFooter
     });
     this.Name = "EstadoCuenta";
     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       = "FechaCorte";
     reportParameter2.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter3.Name       = "TipoCte";
     reportParameter3.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter4.AllowNull  = true;
     reportParameter4.Name       = "Id_Cd";
     reportParameter4.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter5.Name       = "Cte";
     reportParameter5.Type       = Telerik.Reporting.ReportParameterType.Float;
     reportParameter6.Name       = "CteStr";
     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;
     this.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.Style.Visible         = true;
     this.Width           = Telerik.Reporting.Drawing.Unit.Cm(30.799999237060547D);
     this.NeedDataSource += new System.EventHandler(this.RepEdoCuenta_NeedDataSource);
     ((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.GraphGroup graphGroup1 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphTitle graphTitle1 = new Telerik.Reporting.GraphTitle();
            Telerik.Reporting.DateTimeScale dateTimeScale1 = new Telerik.Reporting.DateTimeScale();
            Telerik.Reporting.NumericalScale numericalScale1 = new Telerik.Reporting.NumericalScale();
            Telerik.Reporting.GraphGroup graphGroup2 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            this.detailSection1 = new Telerik.Reporting.DetailSection();
            this.graph1 = new Telerik.Reporting.Graph();
            this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
            this.graphAxis2 = new Telerik.Reporting.GraphAxis();
            this.graphAxis1 = new Telerik.Reporting.GraphAxis();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.lineSeries1 = new Telerik.Reporting.LineSeries();
            this.lineSeries2 = new Telerik.Reporting.LineSeries();
            this.lineSeries3 = new Telerik.Reporting.LineSeries();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // detailSection1
            // 
            this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(3.1000001430511475D);
            this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.graph1});
            this.detailSection1.Name = "detailSection1";
            // 
            // graph1
            // 
            graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Date"));
            graphGroup1.Name = "dateGroup";
            graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Date", Telerik.Reporting.SortDirection.Asc));
            this.graph1.CategoryGroups.Add(graphGroup1);
            this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
            this.graph1.DataSource = this.sqlDataSource1;
            this.graph1.Legend.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
            this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.graph1.Name = "graph1";
            this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
            this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Series.Add(this.lineSeries1);
            this.graph1.Series.Add(this.lineSeries2);
            this.graph1.Series.Add(this.lineSeries3);
            this.graph1.SeriesGroups.Add(graphGroup2);
            this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(3.1000001430511475D));
            this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            graphTitle1.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
            graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            graphTitle1.Text = "Water Parameter";
            this.graph1.Titles.Add(graphTitle1);
            // 
            // cartesianCoordinateSystem1
            // 
            this.cartesianCoordinateSystem1.Name = "cartesianCoordinateSystem1";
            this.cartesianCoordinateSystem1.XAxis = this.graphAxis2;
            this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
            // 
            // graphAxis2
            // 
            this.graphAxis2.LabelFormat = "{0:dd/MM}";
            this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.Visible = false;
            this.graphAxis2.Name = "graphAxis2";
            dateTimeScale1.PositionMode = Telerik.Reporting.AxisPositionMode.OnTicks;
            this.graphAxis2.Scale = dateTimeScale1;
            // 
            // graphAxis1
            // 
            this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.Visible = false;
            this.graphAxis1.Name = "graphAxis1";
            this.graphAxis1.Scale = numericalScale1;
            // 
            // 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.String, "= Parameters.BatchParameter.Value")});
            this.sqlDataSource1.SelectCommand = "SELECT        Date, Salinity, MatTemp, HatcTemp, DO, PH, Batch\r\nFROM            B" +
    "roodstockWaterParameter\r\nwhere batch = @BatchParameter";
            // 
            // lineSeries1
            // 
            this.lineSeries1.CategoryGroup = graphGroup1;
            this.lineSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries1.DataPointLabel = "= Sum(Fields.Salinity)";
            this.lineSeries1.DataPointLabelStyle.Visible = false;
            this.lineSeries1.DataPointStyle.Visible = true;
            this.lineSeries1.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(Salinity)\'";
            this.lineSeries1.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries1.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries1.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries1.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries1.Name = "lineSeries1";
            graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Batch"));
            graphGroup2.Name = "batchGroup";
            graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Batch", Telerik.Reporting.SortDirection.Asc));
            this.lineSeries1.SeriesGroup = graphGroup2;
            this.lineSeries1.Size = null;
            this.lineSeries1.X = "= Fields.Date";
            this.lineSeries1.Y = "= Sum(Fields.Salinity)";
            // 
            // lineSeries2
            // 
            this.lineSeries2.CategoryGroup = graphGroup1;
            this.lineSeries2.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries2.DataPointLabel = "= Sum(Fields.HatcTemp)";
            this.lineSeries2.DataPointLabelStyle.Visible = false;
            this.lineSeries2.DataPointStyle.Visible = true;
            this.lineSeries2.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(HatcTemp)\'";
            this.lineSeries2.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries2.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries2.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries2.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries2.Name = "lineSeries2";
            this.lineSeries2.SeriesGroup = graphGroup2;
            this.lineSeries2.Size = null;
            this.lineSeries2.X = "= Fields.Date";
            this.lineSeries2.Y = "= Sum(Fields.HatcTemp)";
            // 
            // lineSeries3
            // 
            this.lineSeries3.CategoryGroup = graphGroup1;
            this.lineSeries3.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries3.DataPointLabel = "= Sum(Fields.MatTemp)";
            this.lineSeries3.DataPointLabelStyle.Visible = false;
            this.lineSeries3.DataPointStyle.Visible = true;
            this.lineSeries3.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(MatTemp)\'";
            this.lineSeries3.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries3.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries3.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries3.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries3.Name = "lineSeries3";
            this.lineSeries3.SeriesGroup = graphGroup2;
            this.lineSeries3.Size = null;
            this.lineSeries3.X = "= Fields.Date";
            this.lineSeries3.Y = "= Sum(Fields.MatTemp)";
            // 
            // BroodstockWaterParameter
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detailSection1});
            this.Name = "BroodstockWaterParameter";
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.Name = "BatchParameter";
            reportParameter1.Text = "BatchParameter";
            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);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(6.3000006675720215D);
            ((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.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();
            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.textBox17 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.textBox14 = new Telerik.Reporting.TextBox();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.textBox15 = new Telerik.Reporting.TextBox();
            this.textBox16 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.textBox23 = new Telerik.Reporting.TextBox();
            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.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.textBox25 = new Telerik.Reporting.TextBox();
            this.textBox24 = new Telerik.Reporting.TextBox();
            this.textBox26 = new Telerik.Reporting.TextBox();
            this.textBox27 = new Telerik.Reporting.TextBox();
            this.textBox28 = new Telerik.Reporting.TextBox();
            this.textBox29 = new Telerik.Reporting.TextBox();
            this.textBox30 = new Telerik.Reporting.TextBox();
            this.textBox31 = new Telerik.Reporting.TextBox();
            this.textBox32 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeader
            // 
            this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(3.2000000476837158D);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox4,
            this.textBox2,
            this.textBox3,
            this.textBox17,
            this.textBox11,
            this.textBox1,
            this.textBox6,
            this.textBox9,
            this.textBox13,
            this.textBox14,
            this.textBox18,
            this.textBox20,
            this.textBox21});
            this.pageHeader.Name = "pageHeader";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(17.5D), Telerik.Reporting.Drawing.Unit.Cm(0.699999988079071D));
            this.textBox4.Style.Font.Bold = true;
            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(7D), Telerik.Reporting.Drawing.Unit.Cm(0.70000004768371582D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(17.499998092651367D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
            this.textBox2.Style.Font.Bold = true;
            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(6.9999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(1.3000000715255737D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(17.5D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
            this.textBox3.Style.Font.Bold = true;
            this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox3.Value = "Financiamiento incremental";
            // 
            // textBox17
            // 
            this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(2.3999996185302734D));
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8D), Telerik.Reporting.Drawing.Unit.Cm(0.78854149580001831D));
            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 = "Cliente";
            // 
            // textBox11
            // 
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9999990463256836D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000007152557373D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
            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 = "Saldo";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10D), Telerik.Reporting.Drawing.Unit.Cm(2.3999998569488525D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5000005960464478D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
            this.textBox1.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox1.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox1.Value = "Plazo";
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.5D), Telerik.Reporting.Drawing.Unit.Cm(2.3999998569488525D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.78854149580001831D));
            this.textBox6.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox6.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            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 = "Responsable";
            // 
            // textBox9
            // 
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.5D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999983310699463D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
            this.textBox9.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox9.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox9.Value = "Venta promedio";
            // 
            // textBox13
            // 
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.5D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999998807907105D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
            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 = "Teórico";
            // 
            // textBox14
            // 
            this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(20.5D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999983310699463D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
            this.textBox14.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox14.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox14.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox14.Value = "Real";
            // 
            // textBox18
            // 
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(22.5D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999983310699463D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
            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 = "Excedente";
            // 
            // textBox20
            // 
            this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(24.5D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5000029802322388D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
            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 = "% Excedente";
            // 
            // textBox21
            // 
            this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(26.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7000004053115845D), Telerik.Reporting.Drawing.Unit.Cm(0.79999983310699463D));
            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 = "% Participacion";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.39999997615814209D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox8,
            this.textBox12,
            this.textBox5,
            this.textBox7,
            this.textBox10,
            this.textBox15,
            this.textBox16,
            this.textBox19,
            this.textBox22,
            this.textBox23});
            this.detail.Name = "detail";
            // 
            // textBox8
            // 
            this.textBox8.CanGrow = false;
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.099999949336051941D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8999996185302734D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
            this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox8.Value = "=Fields.Cte_Nombre";
            // 
            // textBox12
            // 
            this.textBox12.Format = "{0:N2}";
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9999990463256836D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
            this.textBox12.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox12.Value = "=Fields.SaldoCartera";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
            this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox5.Value = "=Fields.DiasCredito";
            // 
            // textBox7
            // 
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
            this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox7.Value = "=Fields.CDI";
            // 
            // textBox10
            // 
            this.textBox10.Format = "{0:N2}";
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999986886978149D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
            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 = "=Fields.VentaPromedio";
            // 
            // textBox15
            // 
            this.textBox15.Format = "{0:N2}";
            this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999986886978149D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
            this.textBox15.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox15.Value = "=Fields.Teorico";
            // 
            // textBox16
            // 
            this.textBox16.Format = "{0:N2}";
            this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(20.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999986886978149D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
            this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox16.Value = "=Fields.Real";
            // 
            // textBox19
            // 
            this.textBox19.Format = "{0:N2}";
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(22.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.9999986886978149D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
            this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox19.Value = "=Fields.Excedente";
            // 
            // textBox22
            // 
            this.textBox22.Format = "{0:N2}";
            this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(24.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5000033378601074D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
            this.textBox22.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox22.Value = "=Fields.ExcedentePorc";
            // 
            // textBox23
            // 
            this.textBox23.Format = "{0:N2}";
            this.textBox23.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(26.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7000007629394531D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
            this.textBox23.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox23.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox23.Value = "=Fields.Participacion";
            // 
            // sqlConnection1
            // 
            this.sqlConnection1.ConnectionString = "Data Source=189.206.126.68;Initial Catalog=SIANCentral;User ID=sa";
            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", "spCapGenerarPoliza_Imprimir", new System.Data.Common.DataColumnMapping[] {
                        new System.Data.Common.DataColumnMapping("cuenta", "cuenta"),
                        new System.Data.Common.DataColumnMapping("Referencia", "Referencia"),
                        new System.Data.Common.DataColumnMapping("subcuenta", "subcuenta"),
                        new System.Data.Common.DataColumnMapping("subsubcuenta", "subsubcuenta"),
                        new System.Data.Common.DataColumnMapping("Almacen", "Almacen"),
                        new System.Data.Common.DataColumnMapping("TipoMov", "TipoMov"),
                        new System.Data.Common.DataColumnMapping("Cargo", "Cargo"),
                        new System.Data.Common.DataColumnMapping("Abono", "Abono")})});
            // 
            // sqlSelectCommand1
            // 
            this.sqlSelectCommand1.CommandText = "spRepCobFinanciamientoIncremental";
            this.sqlSelectCommand1.CommandTimeout = 6000;
            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("@FechaCorte", System.Data.SqlDbType.DateTime, 8),
            new System.Data.SqlClient.SqlParameter("@Dias", System.Data.SqlDbType.Int, 4),
            new System.Data.SqlClient.SqlParameter("@DiasRevision", System.Data.SqlDbType.Int, 4),
            new System.Data.SqlClient.SqlParameter("@Vencimiento", System.Data.SqlDbType.Int, 4),
            new System.Data.SqlClient.SqlParameter("@SaldoMinimo", System.Data.SqlDbType.Float, 8),
            new System.Data.SqlClient.SqlParameter("@Meses", System.Data.SqlDbType.Int, 4),
            new System.Data.SqlClient.SqlParameter("@Legal", System.Data.SqlDbType.Int)});
            // 
            // pageFooter
            // 
            this.pageFooter.Bindings.Add(new Telerik.Reporting.Binding("Visible", "=PageCount = PageNumber"));
            this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.49999985098838806D);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox25,
            this.textBox24,
            this.textBox26,
            this.textBox27,
            this.textBox28,
            this.textBox29,
            this.textBox30,
            this.textBox31,
            this.textBox32});
            this.pageFooter.Name = "pageFooter";
            this.pageFooter.PrintOnFirstPage = true;
            // 
            // textBox25
            // 
            this.textBox25.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.9073486612342094E-07D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox25.Name = "textBox25";
            this.textBox25.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8D), Telerik.Reporting.Drawing.Unit.Cm(0.49999958276748657D));
            this.textBox25.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox25.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox25.Style.Font.Bold = true;
            this.textBox25.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox25.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox25.Value = "";
            // 
            // textBox24
            // 
            this.textBox24.Format = "{0:N2}";
            this.textBox24.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox24.Name = "textBox24";
            this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.49999955296516418D));
            this.textBox24.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox24.Style.Font.Bold = true;
            this.textBox24.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox24.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox24.Value = "=SUM(Fields.SaldoCartera)";
            // 
            // textBox26
            // 
            this.textBox26.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox26.Name = "textBox26";
            this.textBox26.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.5000009536743164D), Telerik.Reporting.Drawing.Unit.Cm(0.49999958276748657D));
            this.textBox26.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox26.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox26.Style.Font.Bold = true;
            this.textBox26.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox26.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox26.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox26.Value = "";
            // 
            // textBox27
            // 
            this.textBox27.Format = "{0:N2}";
            this.textBox27.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox27.Name = "textBox27";
            this.textBox27.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.49999955296516418D));
            this.textBox27.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox27.Style.Font.Bold = true;
            this.textBox27.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox27.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox27.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox27.Value = "=SUM(Fields.VentaPromedio)";
            // 
            // textBox28
            // 
            this.textBox28.Format = "{0:N2}";
            this.textBox28.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox28.Name = "textBox28";
            this.textBox28.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.49999955296516418D));
            this.textBox28.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox28.Style.Font.Bold = true;
            this.textBox28.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox28.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox28.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox28.Value = "=SUM(Fields.Teorico)";
            // 
            // textBox29
            // 
            this.textBox29.Format = "{0:N2}";
            this.textBox29.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(20.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox29.Name = "textBox29";
            this.textBox29.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.49999955296516418D));
            this.textBox29.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox29.Style.Font.Bold = true;
            this.textBox29.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox29.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox29.Value = "=SUM(Fields.Real)";
            // 
            // textBox30
            // 
            this.textBox30.Format = "{0:N2}";
            this.textBox30.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(22.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox30.Name = "textBox30";
            this.textBox30.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(0.49999955296516418D));
            this.textBox30.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox30.Style.Font.Bold = true;
            this.textBox30.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox30.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox30.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox30.Value = "=SUM(Fields.Excedente)";
            // 
            // textBox31
            // 
            this.textBox31.Format = "{0:N2}";
            this.textBox31.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(24.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox31.Name = "textBox31";
            this.textBox31.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5000019073486328D), Telerik.Reporting.Drawing.Unit.Cm(0.49999955296516418D));
            this.textBox31.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox31.Style.Font.Bold = true;
            this.textBox31.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox31.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox31.Value = "=(SUM(Fields.Excedente) / SUM(Fields.SaldoCartera))* 100";
            // 
            // textBox32
            // 
            this.textBox32.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(26.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0D));
            this.textBox32.Name = "textBox32";
            this.textBox32.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7000001668930054D), Telerik.Reporting.Drawing.Unit.Cm(0.49999958276748657D));
            this.textBox32.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
            this.textBox32.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox32.Style.Font.Bold = true;
            this.textBox32.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            this.textBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox32.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox32.Value = "";
            // 
            // RepFinIncremental
            // 
            this.DataSource = null;
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeader,
            this.detail,
            this.pageFooter});
            this.Name = "RepFinIncremental";
            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 = "FechaCorte";
            reportParameter2.Type = Telerik.Reporting.ReportParameterType.DateTime;
            reportParameter3.Name = "Dias";
            reportParameter3.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter4.Name = "DiasRevision";
            reportParameter4.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter5.Name = "Vencimiento";
            reportParameter5.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter6.Name = "SaldoMinimo";
            reportParameter6.Type = Telerik.Reporting.ReportParameterType.Float;
            reportParameter7.Name = "Meses";
            reportParameter7.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter8.Name = "Legal";
            reportParameter8.Type = Telerik.Reporting.ReportParameterType.Integer;
            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.Style.BackgroundColor = System.Drawing.Color.White;
            this.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.Style.Visible = true;
            this.Width = Telerik.Reporting.Drawing.Unit.Cm(27.700000762939453D);
            this.NeedDataSource += new System.EventHandler(this.RepConFinIncremental_NeedDataSource);
            ((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.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.TableGroup tableGroup17 = new Telerik.Reporting.TableGroup();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(gradingSheetTraits));
            Telerik.Reporting.TableGroup tableGroup18 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup19 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup20 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup21 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup22 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup23 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup24 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup25 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup26 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup27 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup28 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup29 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup30 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup31 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup32 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup33 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup34 = new Telerik.Reporting.TableGroup();
            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.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.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector3 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule6 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector4 = new Telerik.Reporting.Drawing.DescendantSelector();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.textBox33 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox37 = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.textBox62 = new Telerik.Reporting.TextBox();
            this.textBox14 = new Telerik.Reporting.TextBox();
            this.textBox15 = new Telerik.Reporting.TextBox();
            this.textBox64 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox16 = new Telerik.Reporting.TextBox();
            this.textBox30 = new Telerik.Reporting.TextBox();
            this.textBox31 = new Telerik.Reporting.TextBox();
            this.textBox44 = new Telerik.Reporting.TextBox();
            this.textBox32 = new Telerik.Reporting.TextBox();
            this.textBox34 = new Telerik.Reporting.TextBox();
            this.textBox56 = new Telerik.Reporting.TextBox();
            this.textBox35 = new Telerik.Reporting.TextBox();
            this.textBox36 = new Telerik.Reporting.TextBox();
            this.textBox58 = new Telerik.Reporting.TextBox();
            this.textBox38 = new Telerik.Reporting.TextBox();
            this.textBox39 = new Telerik.Reporting.TextBox();
            this.textBox60 = new Telerik.Reporting.TextBox();
            this.textBox40 = new Telerik.Reporting.TextBox();
            this.textBox41 = new Telerik.Reporting.TextBox();
            this.textBox63 = new Telerik.Reporting.TextBox();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.textBox42 = new Telerik.Reporting.TextBox();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.txtSY = new Telerik.Reporting.TextBox();
            this.txtHeaderTitle = new Telerik.Reporting.TextBox();
            this.txtHeaderPlace = new Telerik.Reporting.TextBox();
            this.txtHeaderDC = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.crosstab1 = new Telerik.Reporting.Crosstab();
            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.textBox27 = new Telerik.Reporting.TextBox();
            this.textBox28 = new Telerik.Reporting.TextBox();
            this.textBox29 = new Telerik.Reporting.TextBox();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.gSheetM = new Telerik.Reporting.SqlDataSource();
            this.crosstab2 = new Telerik.Reporting.Crosstab();
            this.textBox45 = new Telerik.Reporting.TextBox();
            this.textBox46 = new Telerik.Reporting.TextBox();
            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.textBox52 = new Telerik.Reporting.TextBox();
            this.textBox53 = new Telerik.Reporting.TextBox();
            this.textBox54 = new Telerik.Reporting.TextBox();
            this.textBox43 = new Telerik.Reporting.TextBox();
            this.gSheetF = new Telerik.Reporting.SqlDataSource();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // textBox6
            // 
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox6.Style.Font.Bold = true;
            this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox6.StyleName = "Normal.TableHeader";
            this.textBox6.Value = "G";
            // 
            // textBox7
            // 
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox7.Style.Font.Bold = true;
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox7.StyleName = "Normal.TableHeader";
            this.textBox7.Value = "P";
            // 
            // textBox19
            // 
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59999996423721313D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox19.Style.Font.Bold = true;
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox19.StyleName = "Normal.TableHeader";
            this.textBox19.Value = "1";
            // 
            // textBox8
            // 
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
            this.textBox8.Style.Font.Bold = true;
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox8.StyleName = "Normal.TableHeader";
            this.textBox8.Value = "G";
            // 
            // textBox9
            // 
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox9.Style.Font.Bold = true;
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox9.StyleName = "Normal.TableHeader";
            this.textBox9.Value = "P";
            // 
            // textBox33
            // 
            this.textBox33.Name = "textBox33";
            this.textBox33.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.60000002384185791D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox33.Style.Font.Bold = true;
            this.textBox33.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox33.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox33.StyleName = "Normal.TableHeader";
            this.textBox33.Value = "2";
            // 
            // textBox10
            // 
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox10.Style.Font.Bold = true;
            this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox10.StyleName = "Normal.TableHeader";
            this.textBox10.Value = "G";
            // 
            // textBox11
            // 
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox11.Style.Font.Bold = true;
            this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox11.StyleName = "Normal.TableHeader";
            this.textBox11.Value = "P";
            // 
            // textBox37
            // 
            this.textBox37.Name = "textBox37";
            this.textBox37.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59999984502792358D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox37.Style.Font.Bold = true;
            this.textBox37.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox37.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox37.StyleName = "Normal.TableHeader";
            this.textBox37.Value = "3";
            // 
            // textBox12
            // 
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox12.Style.Font.Bold = true;
            this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox12.StyleName = "Normal.TableHeader";
            this.textBox12.Value = "G";
            // 
            // textBox13
            // 
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox13.Style.Font.Bold = true;
            this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox13.StyleName = "Normal.TableHeader";
            this.textBox13.Value = "P";
            // 
            // textBox62
            // 
            this.textBox62.Name = "textBox62";
            this.textBox62.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59999990463256836D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox62.Style.Font.Bold = true;
            this.textBox62.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox62.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox62.StyleName = "Normal.TableHeader";
            this.textBox62.Value = "4";
            // 
            // textBox14
            // 
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox14.Style.Font.Bold = true;
            this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox14.StyleName = "Normal.TableHeader";
            this.textBox14.Value = "G";
            // 
            // textBox15
            // 
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox15.Style.Font.Bold = true;
            this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox15.StyleName = "Normal.TableHeader";
            this.textBox15.Value = "P";
            // 
            // textBox64
            // 
            this.textBox64.Name = "textBox64";
            this.textBox64.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.60000002384185791D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox64.Style.Font.Bold = true;
            this.textBox64.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox64.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox64.StyleName = "Normal.TableHeader";
            this.textBox64.Value = "F";
            // 
            // textBox5
            // 
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9999997615814209D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox5.Style.Font.Bold = true;
            this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox5.StyleName = "Normal.TableGroup";
            this.textBox5.Value = "= Fields.Description";
            // 
            // textBox16
            // 
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.809999942779541D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox16.StyleName = "Normal.TableGroup";
            this.textBox16.Value = "= Fields.StudentName";
            // 
            // textBox30
            // 
            this.textBox30.Name = "textBox30";
            this.textBox30.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox30.Style.Font.Bold = true;
            this.textBox30.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox30.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox30.StyleName = "Normal.TableHeader";
            this.textBox30.Value = "G";
            // 
            // textBox31
            // 
            this.textBox31.Name = "textBox31";
            this.textBox31.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox31.Style.Font.Bold = true;
            this.textBox31.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox31.StyleName = "Normal.TableHeader";
            this.textBox31.Value = "P";
            // 
            // textBox44
            // 
            this.textBox44.Name = "textBox44";
            this.textBox44.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59999996423721313D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox44.Style.Font.Bold = true;
            this.textBox44.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox44.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox44.StyleName = "Normal.TableHeader";
            this.textBox44.Value = "1";
            // 
            // textBox32
            // 
            this.textBox32.Name = "textBox32";
            this.textBox32.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox32.Style.Font.Bold = true;
            this.textBox32.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox32.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox32.StyleName = "Normal.TableHeader";
            this.textBox32.Value = "G";
            // 
            // textBox34
            // 
            this.textBox34.Name = "textBox34";
            this.textBox34.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox34.Style.Font.Bold = true;
            this.textBox34.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox34.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox34.StyleName = "Normal.TableHeader";
            this.textBox34.Value = "P";
            // 
            // textBox56
            // 
            this.textBox56.Name = "textBox56";
            this.textBox56.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.60000020265579224D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox56.Style.Font.Bold = true;
            this.textBox56.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox56.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox56.StyleName = "Normal.TableHeader";
            this.textBox56.Value = "2";
            // 
            // textBox35
            // 
            this.textBox35.Name = "textBox35";
            this.textBox35.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox35.Style.Font.Bold = true;
            this.textBox35.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox35.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox35.StyleName = "Normal.TableHeader";
            this.textBox35.Value = "G";
            // 
            // textBox36
            // 
            this.textBox36.Name = "textBox36";
            this.textBox36.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox36.Style.Font.Bold = true;
            this.textBox36.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox36.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox36.StyleName = "Normal.TableHeader";
            this.textBox36.Value = "P";
            // 
            // textBox58
            // 
            this.textBox58.Name = "textBox58";
            this.textBox58.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59999996423721313D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox58.Style.Font.Bold = true;
            this.textBox58.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox58.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox58.StyleName = "Normal.TableHeader";
            this.textBox58.Value = "3";
            // 
            // textBox38
            // 
            this.textBox38.Name = "textBox38";
            this.textBox38.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox38.Style.Font.Bold = true;
            this.textBox38.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox38.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox38.StyleName = "Normal.TableHeader";
            this.textBox38.Value = "G";
            // 
            // textBox39
            // 
            this.textBox39.Name = "textBox39";
            this.textBox39.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox39.Style.Font.Bold = true;
            this.textBox39.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox39.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox39.StyleName = "Normal.TableHeader";
            this.textBox39.Value = "P";
            // 
            // textBox60
            // 
            this.textBox60.Name = "textBox60";
            this.textBox60.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59999996423721313D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox60.Style.Font.Bold = true;
            this.textBox60.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox60.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox60.StyleName = "Normal.TableHeader";
            this.textBox60.Value = "4";
            // 
            // textBox40
            // 
            this.textBox40.Name = "textBox40";
            this.textBox40.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox40.Style.Font.Bold = true;
            this.textBox40.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox40.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox40.StyleName = "Normal.TableHeader";
            this.textBox40.Value = "G";
            // 
            // textBox41
            // 
            this.textBox41.Name = "textBox41";
            this.textBox41.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox41.Style.Font.Bold = true;
            this.textBox41.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox41.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox41.StyleName = "Normal.TableHeader";
            this.textBox41.Value = "P";
            // 
            // textBox63
            // 
            this.textBox63.Name = "textBox63";
            this.textBox63.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59999996423721313D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox63.Style.Font.Bold = true;
            this.textBox63.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox63.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox63.StyleName = "Normal.TableHeader";
            this.textBox63.Value = "F";
            // 
            // textBox18
            // 
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox18.Style.Font.Bold = true;
            this.textBox18.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox18.StyleName = "Normal.TableGroup";
            this.textBox18.Value = "= Fields.Description";
            // 
            // textBox42
            // 
            this.textBox42.Name = "textBox42";
            this.textBox42.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.809999942779541D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox42.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox42.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox42.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox42.StyleName = "Normal.TableGroup";
            this.textBox42.Value = "= Fields.StudentName";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.6000000238418579D);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox2,
            this.textBox1,
            this.txtSY,
            this.txtHeaderTitle,
            this.txtHeaderPlace,
            this.txtHeaderDC});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1.3000000715255737D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1103782653808594D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox2.Style.Font.Bold = true;
            this.textBox2.Value = "= Parameters.GradeLevelSection.Value";
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1.0937894582748413D));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1103782653808594D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox1.Style.Font.Bold = true;
            this.textBox1.Value = "= Parameters.HomeroomTeacher.Value";
            // 
            // txtSY
            // 
            this.txtSY.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.txtSY.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.60027557611465454D));
            this.txtSY.Name = "txtSY";
            this.txtSY.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9.819920539855957D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
            this.txtSY.Style.Font.Name = "Arial";
            this.txtSY.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.txtSY.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtSY.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtSY.Value = "S.Y. {Parameters.SY.Value}";
            // 
            // txtHeaderTitle
            // 
            this.txtHeaderTitle.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.txtHeaderTitle.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.40019688010215759D));
            this.txtHeaderTitle.Name = "txtHeaderTitle";
            this.txtHeaderTitle.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9.819920539855957D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
            this.txtHeaderTitle.Style.Font.Name = "Arial";
            this.txtHeaderTitle.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.txtHeaderTitle.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtHeaderTitle.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtHeaderTitle.Value = "= Parameters.Title.Value";
            // 
            // txtHeaderPlace
            // 
            this.txtHeaderPlace.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.txtHeaderPlace.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.20011813938617706D));
            this.txtHeaderPlace.Name = "txtHeaderPlace";
            this.txtHeaderPlace.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9.819920539855957D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
            this.txtHeaderPlace.Style.Font.Name = "Arial";
            this.txtHeaderPlace.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.txtHeaderPlace.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtHeaderPlace.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtHeaderPlace.Value = "Marawi City";
            // 
            // txtHeaderDC
            // 
            this.txtHeaderDC.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
            this.txtHeaderDC.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.txtHeaderDC.Name = "txtHeaderDC";
            this.txtHeaderDC.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9.8198814392089844D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
            this.txtHeaderDC.Style.Font.Name = "English Towne";
            this.txtHeaderDC.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
            this.txtHeaderDC.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.txtHeaderDC.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.txtHeaderDC.Value = "Dansalan College Foundation";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(2.4000000953674316D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox3,
            this.textBox4,
            this.crosstab1,
            this.crosstab2});
            this.detail.Name = "detail";
            this.detail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.detail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox3.Style.Font.Bold = true;
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox3.Value = "Male";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(1.3000001907348633D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
            this.textBox4.Style.Font.Bold = true;
            this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox4.Value = "Female";
            // 
            // crosstab1
            // 
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D)));
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D)));
            this.crosstab1.Body.SetCellContent(0, 0, this.textBox20);
            this.crosstab1.Body.SetCellContent(0, 1, this.textBox21);
            this.crosstab1.Body.SetCellContent(0, 2, this.textBox22);
            this.crosstab1.Body.SetCellContent(0, 3, this.textBox23);
            this.crosstab1.Body.SetCellContent(0, 4, this.textBox24);
            this.crosstab1.Body.SetCellContent(0, 5, this.textBox25);
            this.crosstab1.Body.SetCellContent(0, 6, this.textBox26);
            this.crosstab1.Body.SetCellContent(0, 7, this.textBox27);
            this.crosstab1.Body.SetCellContent(0, 8, this.textBox28);
            this.crosstab1.Body.SetCellContent(0, 9, this.textBox29);
            tableGroup3.Name = "group10";
            tableGroup3.ReportItem = this.textBox6;
            tableGroup4.Name = "group11";
            tableGroup4.ReportItem = this.textBox7;
            tableGroup2.ChildGroups.Add(tableGroup3);
            tableGroup2.ChildGroups.Add(tableGroup4);
            tableGroup2.ReportItem = this.textBox19;
            tableGroup6.Name = "group12";
            tableGroup6.ReportItem = this.textBox8;
            tableGroup7.Name = "group13";
            tableGroup7.ReportItem = this.textBox9;
            tableGroup5.ChildGroups.Add(tableGroup6);
            tableGroup5.ChildGroups.Add(tableGroup7);
            tableGroup5.ReportItem = this.textBox33;
            tableGroup9.Name = "group14";
            tableGroup9.ReportItem = this.textBox10;
            tableGroup10.Name = "group15";
            tableGroup10.ReportItem = this.textBox11;
            tableGroup8.ChildGroups.Add(tableGroup9);
            tableGroup8.ChildGroups.Add(tableGroup10);
            tableGroup8.ReportItem = this.textBox37;
            tableGroup12.Name = "group16";
            tableGroup12.ReportItem = this.textBox12;
            tableGroup13.Name = "group17";
            tableGroup13.ReportItem = this.textBox13;
            tableGroup11.ChildGroups.Add(tableGroup12);
            tableGroup11.ChildGroups.Add(tableGroup13);
            tableGroup11.ReportItem = this.textBox62;
            tableGroup15.Name = "group18";
            tableGroup15.ReportItem = this.textBox14;
            tableGroup16.Name = "group19";
            tableGroup16.ReportItem = this.textBox15;
            tableGroup14.ChildGroups.Add(tableGroup15);
            tableGroup14.ChildGroups.Add(tableGroup16);
            tableGroup14.ReportItem = this.textBox64;
            tableGroup1.ChildGroups.Add(tableGroup2);
            tableGroup1.ChildGroups.Add(tableGroup5);
            tableGroup1.ChildGroups.Add(tableGroup8);
            tableGroup1.ChildGroups.Add(tableGroup11);
            tableGroup1.ChildGroups.Add(tableGroup14);
            tableGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Description"));
            tableGroup1.Name = "Description1";
            tableGroup1.ReportItem = this.textBox5;
            tableGroup1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Description", Telerik.Reporting.SortDirection.Asc));
            this.crosstab1.ColumnGroups.Add(tableGroup1);
            this.crosstab1.Corner.SetCellContent(0, 0, this.textBox17, 3, 1);
            this.crosstab1.DataSource = this.gSheetM;
            this.crosstab1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox17,
            this.textBox20,
            this.textBox21,
            this.textBox22,
            this.textBox23,
            this.textBox24,
            this.textBox25,
            this.textBox26,
            this.textBox27,
            this.textBox28,
            this.textBox29,
            this.textBox5,
            this.textBox19,
            this.textBox6,
            this.textBox7,
            this.textBox33,
            this.textBox8,
            this.textBox9,
            this.textBox37,
            this.textBox10,
            this.textBox11,
            this.textBox62,
            this.textBox12,
            this.textBox13,
            this.textBox64,
            this.textBox14,
            this.textBox15,
            this.textBox16});
            this.crosstab1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.3000788688659668D));
            this.crosstab1.Name = "crosstab1";
            tableGroup17.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.StudentName"));
            tableGroup17.Name = "StudentName1";
            tableGroup17.ReportItem = this.textBox16;
            tableGroup17.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.StudentName", Telerik.Reporting.SortDirection.Asc));
            this.crosstab1.RowGroups.Add(tableGroup17);
            this.crosstab1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.809999942779541D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D));
            this.crosstab1.StyleName = "Normal.TableNormal";
            // 
            // textBox20
            // 
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox20.StyleName = "Normal.TableBody";
            this.textBox20.Value = "= Sum(Fields.[1G])";
            // 
            // textBox21
            // 
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox21.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox21.StyleName = "Normal.TableBody";
            this.textBox21.Value = "= Sum(Fields.[1P])";
            // 
            // textBox22
            // 
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
            this.textBox22.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox22.StyleName = "Normal.TableBody";
            this.textBox22.Value = "= Sum(Fields.[2G])";
            // 
            // textBox23
            // 
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox23.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox23.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox23.StyleName = "Normal.TableBody";
            this.textBox23.Value = "= Sum(Fields.[2P])";
            // 
            // textBox24
            // 
            this.textBox24.Name = "textBox24";
            this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox24.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox24.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox24.StyleName = "Normal.TableBody";
            this.textBox24.Value = "= Sum(Fields.[3G])";
            // 
            // textBox25
            // 
            this.textBox25.Name = "textBox25";
            this.textBox25.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox25.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox25.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox25.StyleName = "Normal.TableBody";
            this.textBox25.Value = "= Sum(Fields.[3P])";
            // 
            // textBox26
            // 
            this.textBox26.Name = "textBox26";
            this.textBox26.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox26.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox26.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox26.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox26.StyleName = "Normal.TableBody";
            this.textBox26.Value = "= Sum(Fields.[4G])";
            // 
            // textBox27
            // 
            this.textBox27.Name = "textBox27";
            this.textBox27.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox27.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox27.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox27.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox27.StyleName = "Normal.TableBody";
            this.textBox27.Value = "= Sum(Fields.[4P])";
            // 
            // textBox28
            // 
            this.textBox28.Name = "textBox28";
            this.textBox28.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox28.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox28.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox28.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox28.StyleName = "Normal.TableBody";
            this.textBox28.Value = "= Sum(Fields.FG)";
            // 
            // textBox29
            // 
            this.textBox29.Name = "textBox29";
            this.textBox29.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000001788139343D));
            this.textBox29.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox29.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox29.StyleName = "Normal.TableBody";
            this.textBox29.Value = "= Sum(Fields.FP)";
            // 
            // textBox17
            // 
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.809999942779541D), Telerik.Reporting.Drawing.Unit.Inch(0.60000002384185791D));
            this.textBox17.Style.Font.Bold = true;
            this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox17.StyleName = "Normal.TableCorner";
            this.textBox17.Value = "NAMES";
            // 
            // gSheetM
            // 
            this.gSheetM.ConnectionString = "eSAR.Properties.Settings.DCFIdb";
            this.gSheetM.Name = "gSheetM";
            this.gSheetM.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@Category", System.Data.DbType.String, "= Parameters.Category.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@SY", System.Data.DbType.String, "= Parameters.SY.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@GradeLevel", System.Data.DbType.String, "= Parameters.GradeLevel.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@SectionCode", System.Data.DbType.String, "= Parameters.SectionCode.Value")});
            this.gSheetM.SelectCommand = resources.GetString("gSheetM.SelectCommand");
            // 
            // crosstab2
            // 
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.30000016093254089D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.30000016093254089D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab2.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D)));
            this.crosstab2.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D)));
            this.crosstab2.Body.SetCellContent(0, 0, this.textBox45);
            this.crosstab2.Body.SetCellContent(0, 1, this.textBox46);
            this.crosstab2.Body.SetCellContent(0, 2, this.textBox47);
            this.crosstab2.Body.SetCellContent(0, 3, this.textBox48);
            this.crosstab2.Body.SetCellContent(0, 4, this.textBox49);
            this.crosstab2.Body.SetCellContent(0, 5, this.textBox50);
            this.crosstab2.Body.SetCellContent(0, 6, this.textBox51);
            this.crosstab2.Body.SetCellContent(0, 7, this.textBox52);
            this.crosstab2.Body.SetCellContent(0, 8, this.textBox53);
            this.crosstab2.Body.SetCellContent(0, 9, this.textBox54);
            tableGroup20.Name = "group";
            tableGroup20.ReportItem = this.textBox30;
            tableGroup21.Name = "group1";
            tableGroup21.ReportItem = this.textBox31;
            tableGroup19.ChildGroups.Add(tableGroup20);
            tableGroup19.ChildGroups.Add(tableGroup21);
            tableGroup19.ReportItem = this.textBox44;
            tableGroup23.Name = "group2";
            tableGroup23.ReportItem = this.textBox32;
            tableGroup24.Name = "group3";
            tableGroup24.ReportItem = this.textBox34;
            tableGroup22.ChildGroups.Add(tableGroup23);
            tableGroup22.ChildGroups.Add(tableGroup24);
            tableGroup22.ReportItem = this.textBox56;
            tableGroup26.Name = "group4";
            tableGroup26.ReportItem = this.textBox35;
            tableGroup27.Name = "group5";
            tableGroup27.ReportItem = this.textBox36;
            tableGroup25.ChildGroups.Add(tableGroup26);
            tableGroup25.ChildGroups.Add(tableGroup27);
            tableGroup25.ReportItem = this.textBox58;
            tableGroup29.Name = "group6";
            tableGroup29.ReportItem = this.textBox38;
            tableGroup30.Name = "group7";
            tableGroup30.ReportItem = this.textBox39;
            tableGroup28.ChildGroups.Add(tableGroup29);
            tableGroup28.ChildGroups.Add(tableGroup30);
            tableGroup28.ReportItem = this.textBox60;
            tableGroup32.Name = "group8";
            tableGroup32.ReportItem = this.textBox40;
            tableGroup33.Name = "group9";
            tableGroup33.ReportItem = this.textBox41;
            tableGroup31.ChildGroups.Add(tableGroup32);
            tableGroup31.ChildGroups.Add(tableGroup33);
            tableGroup31.ReportItem = this.textBox63;
            tableGroup18.ChildGroups.Add(tableGroup19);
            tableGroup18.ChildGroups.Add(tableGroup22);
            tableGroup18.ChildGroups.Add(tableGroup25);
            tableGroup18.ChildGroups.Add(tableGroup28);
            tableGroup18.ChildGroups.Add(tableGroup31);
            tableGroup18.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Description"));
            tableGroup18.Name = "Description1";
            tableGroup18.ReportItem = this.textBox18;
            tableGroup18.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Description", Telerik.Reporting.SortDirection.Asc));
            this.crosstab2.ColumnGroups.Add(tableGroup18);
            this.crosstab2.Corner.SetCellContent(0, 0, this.textBox43, 3, 1);
            this.crosstab2.DataSource = this.gSheetF;
            this.crosstab2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox43,
            this.textBox45,
            this.textBox46,
            this.textBox47,
            this.textBox48,
            this.textBox49,
            this.textBox50,
            this.textBox51,
            this.textBox52,
            this.textBox53,
            this.textBox54,
            this.textBox18,
            this.textBox44,
            this.textBox30,
            this.textBox31,
            this.textBox56,
            this.textBox32,
            this.textBox34,
            this.textBox58,
            this.textBox35,
            this.textBox36,
            this.textBox60,
            this.textBox38,
            this.textBox39,
            this.textBox63,
            this.textBox40,
            this.textBox41,
            this.textBox42});
            this.crosstab2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.010000069625675678D), Telerik.Reporting.Drawing.Unit.Inch(1.5000791549682617D));
            this.crosstab2.Name = "crosstab2";
            tableGroup34.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.StudentName"));
            tableGroup34.Name = "StudentName1";
            tableGroup34.ReportItem = this.textBox42;
            tableGroup34.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.StudentName", Telerik.Reporting.SortDirection.Asc));
            this.crosstab2.RowGroups.Add(tableGroup34);
            this.crosstab2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.809999942779541D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D));
            this.crosstab2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.crosstab2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.crosstab2.StyleName = "Normal.TableNormal";
            // 
            // textBox45
            // 
            this.textBox45.Name = "textBox45";
            this.textBox45.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox45.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox45.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox45.StyleName = "Normal.TableBody";
            this.textBox45.Value = "= Sum(Fields.[1G])";
            // 
            // textBox46
            // 
            this.textBox46.Name = "textBox46";
            this.textBox46.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox46.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox46.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox46.StyleName = "Normal.TableBody";
            this.textBox46.Value = "= Sum(Fields.[1P])";
            // 
            // textBox47
            // 
            this.textBox47.Name = "textBox47";
            this.textBox47.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox47.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox47.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox47.StyleName = "Normal.TableBody";
            this.textBox47.Value = "= Sum(Fields.[2G])";
            // 
            // textBox48
            // 
            this.textBox48.Name = "textBox48";
            this.textBox48.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox48.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox48.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox48.StyleName = "Normal.TableBody";
            this.textBox48.Value = "= Sum(Fields.[2P])";
            // 
            // textBox49
            // 
            this.textBox49.Name = "textBox49";
            this.textBox49.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox49.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox49.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox49.StyleName = "Normal.TableBody";
            this.textBox49.Value = "= Sum(Fields.[3G])";
            // 
            // textBox50
            // 
            this.textBox50.Name = "textBox50";
            this.textBox50.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox50.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox50.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox50.StyleName = "Normal.TableBody";
            this.textBox50.Value = "= Sum(Fields.[3P])";
            // 
            // textBox51
            // 
            this.textBox51.Name = "textBox51";
            this.textBox51.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox51.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox51.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox51.StyleName = "Normal.TableBody";
            this.textBox51.Value = "= Sum(Fields.[4G])";
            // 
            // textBox52
            // 
            this.textBox52.Name = "textBox52";
            this.textBox52.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox52.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox52.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox52.StyleName = "Normal.TableBody";
            this.textBox52.Value = "= Sum(Fields.[4P])";
            // 
            // textBox53
            // 
            this.textBox53.Name = "textBox53";
            this.textBox53.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox53.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox53.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox53.StyleName = "Normal.TableBody";
            this.textBox53.Value = "= Sum(Fields.FG)";
            // 
            // textBox54
            // 
            this.textBox54.Name = "textBox54";
            this.textBox54.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.29999998211860657D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox54.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox54.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox54.StyleName = "Normal.TableBody";
            this.textBox54.Value = "= Sum(Fields.FP)";
            // 
            // textBox43
            // 
            this.textBox43.Name = "textBox43";
            this.textBox43.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.809999942779541D), Telerik.Reporting.Drawing.Unit.Inch(0.60000002384185791D));
            this.textBox43.Style.Font.Bold = true;
            this.textBox43.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox43.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox43.StyleName = "Normal.TableCorner";
            this.textBox43.Value = "NAMES";
            // 
            // gSheetF
            // 
            this.gSheetF.ConnectionString = "eSAR.Properties.Settings.DCFIdb";
            this.gSheetF.Name = "gSheetF";
            this.gSheetF.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@Category", System.Data.DbType.String, "= Parameters.Category.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@SY", System.Data.DbType.String, "= Parameters.SY.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@GradeLevel", System.Data.DbType.String, "= Parameters.GradeLevel.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("@SectionCode", System.Data.DbType.String, "= Parameters.SectionCode.Value")});
            this.gSheetF.SelectCommand = resources.GetString("gSheetF.SelectCommand");
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
            this.pageFooterSection1.Name = "pageFooterSection1";
            // 
            // gradingSheetTraits
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.Name = "gradingSheetTraits";
            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;
            reportParameter1.Name = "Category";
            reportParameter1.Text = "Category";
            reportParameter1.Value = "";
            reportParameter2.Name = "GradeLevel";
            reportParameter2.Value = "";
            reportParameter3.Name = "GradeLevelSection";
            reportParameter3.Value = "";
            reportParameter4.Name = "HomeroomTeacher";
            reportParameter4.Value = "";
            reportParameter5.Name = "SectionCode";
            reportParameter5.Value = "";
            reportParameter6.Name = "SY";
            reportParameter6.Value = "";
            reportParameter7.Name = "Title";
            reportParameter7.Value = "";
            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);
            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(typeof(Telerik.Reporting.Table), "Normal.TableNormal")});
            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.Color = System.Drawing.Color.Black;
            styleRule2.Style.Font.Name = "Tahoma";
            styleRule2.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.TableBody")});
            styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector1});
            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);
            styleRule3.Style.Font.Name = "Tahoma";
            styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            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.TableCorner")});
            styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector2});
            styleRule4.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule4.Style.Font.Name = "Tahoma";
            styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            descendantSelector3.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")});
            styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector3});
            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.Font.Name = "Tahoma";
            styleRule5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            descendantSelector4.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.TableGroup")});
            styleRule6.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector4});
            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(9D);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3,
            styleRule4,
            styleRule5,
            styleRule6});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(9.819920539855957D);
            this.ItemDataBound += new System.EventHandler(this.gradingSheetTraits_ItemDataBound);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
示例#54
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();
     Telerik.Reporting.Drawing.StyleRule styleRule5       = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.textBox1          = new Telerik.Reporting.TextBox();
     this.textBox3          = new Telerik.Reporting.TextBox();
     this.textBox4          = new Telerik.Reporting.TextBox();
     this.textBox5          = new Telerik.Reporting.TextBox();
     this.PorItemDetailData = new Telerik.Reporting.SqlDataSource();
     this.detail            = new Telerik.Reporting.DetailSection();
     this.textBox2          = new Telerik.Reporting.TextBox();
     this.textBox6          = new Telerik.Reporting.TextBox();
     this.textBox7          = new Telerik.Reporting.TextBox();
     this.textBox9          = new Telerik.Reporting.TextBox();
     ((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.30000001192092896D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox3,
         this.textBox4,
         this.textBox5
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1880166232585907D), Telerik.Reporting.Drawing.Unit.Inch(0.050019707530736923D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox1.Style.BorderColor.Bottom = System.Drawing.Color.Silver;
     this.textBox1.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.textBox1.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.textBox1.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox1.Style.LineColor     = System.Drawing.Color.DimGray;
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox1.TextWrap            = false;
     this.textBox1.Value = "Description";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.5500001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.0499802902340889D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox3.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox3.Style.LineColor     = System.Drawing.Color.DimGray;
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox3.TextWrap            = false;
     this.textBox3.Value               = "Qty";
     //
     // textBox4
     //
     this.textBox4.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(0.050019707530736923D));
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox4.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox4.Style.Font.Bold     = true;
     this.textBox4.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox4.Style.LineColor     = System.Drawing.Color.DimGray;
     this.textBox4.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox4.TextWrap            = false;
     this.textBox4.Value               = "Unit";
     //
     // textBox5
     //
     this.textBox5.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.5D), Telerik.Reporting.Drawing.Unit.Inch(0.036386307328939438D));
     this.textBox5.Name                = "textBox5";
     this.textBox5.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox5.Style.Color         = System.Drawing.Color.DimGray;
     this.textBox5.Style.Font.Bold     = true;
     this.textBox5.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox5.Style.LineColor     = System.Drawing.Color.DimGray;
     this.textBox5.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox5.TextWrap            = false;
     this.textBox5.Value               = "Extended";
     //
     // PorItemDetailData
     //
     this.PorItemDetailData.ConnectionString = "DefaultConnection";
     this.PorItemDetailData.Name             = "PorItemDetailData";
     this.PorItemDetailData.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@PorID", System.Data.DbType.Int32, "= Parameters.PorID.Value")
     });
     this.PorItemDetailData.SelectCommand     = "dbo.rptPorItems";
     this.PorItemDetailData.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.31999999284744263D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox6,
         this.textBox7,
         this.textBox9
     });
     this.detail.Name = "detail";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox2.Style.Color         = System.Drawing.Color.Black;
     this.textBox2.Style.Font.Bold     = false;
     this.textBox2.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox2.Style.LineColor     = System.Drawing.Color.Black;
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox2.TextWrap            = true;
     this.textBox2.Value               = "= Fields.Manufacturer+ \" \" + Fields.Item";
     //
     // textBox6
     //
     this.textBox6.Format              = "{0:N2}";
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.5D), Telerik.Reporting.Drawing.Unit.Inch(0.050000008195638657D));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.75D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox6.Style.Color         = System.Drawing.Color.Black;
     this.textBox6.Style.Font.Bold     = false;
     this.textBox6.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox6.Style.LineColor     = System.Drawing.Color.Black;
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox6.TextWrap            = false;
     this.textBox6.Value               = "= Fields.Qty";
     //
     // textBox7
     //
     this.textBox7.Format              = "{0:N2}";
     this.textBox7.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.25D), Telerik.Reporting.Drawing.Unit.Inch(0.050000008195638657D));
     this.textBox7.Name                = "textBox7";
     this.textBox7.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.949999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox7.Style.Color         = System.Drawing.Color.Black;
     this.textBox7.Style.Font.Bold     = false;
     this.textBox7.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox7.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox7.Style.LineColor     = System.Drawing.Color.Black;
     this.textBox7.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox7.TextWrap            = false;
     this.textBox7.Value               = "= Fields.Cost";
     //
     // textBox9
     //
     this.textBox9.Format              = "{0:N2}";
     this.textBox9.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.25D), Telerik.Reporting.Drawing.Unit.Inch(0.050000008195638657D));
     this.textBox9.Name                = "textBox9";
     this.textBox9.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.949999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox9.Style.Color         = System.Drawing.Color.Black;
     this.textBox9.Style.Font.Bold     = false;
     this.textBox9.Style.Font.Name     = "Microsoft Sans Serif";
     this.textBox9.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox9.Style.LineColor     = System.Drawing.Color.Black;
     this.textBox9.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBox9.TextWrap            = false;
     this.textBox9.Value               = "= Fields.CostSubTotal";
     //
     // PorItemDetail
     //
     this.DataSource    = this.PorItemDetailData;
     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 = "PorItemDetail";
     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(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     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();
 }
示例#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(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()
 {
     Telerik.Reporting.Charting.ChartSeries     chartSeries1     = new Telerik.Reporting.Charting.ChartSeries();
     Telerik.Reporting.Charting.ChartSeriesItem chartSeriesItem1 = new Telerik.Reporting.Charting.ChartSeriesItem();
     Telerik.Reporting.Charting.ChartSeries     chartSeries2     = new Telerik.Reporting.Charting.ChartSeries();
     Telerik.Reporting.Charting.ChartSeriesItem chartSeriesItem2 = new Telerik.Reporting.Charting.ChartSeriesItem();
     Telerik.Reporting.ReportParameter          reportParameter1 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter          reportParameter2 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter          reportParameter3 = new Telerik.Reporting.ReportParameter();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.chart1             = new Telerik.Reporting.Chart();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.23622052371501923D);
     this.pageHeaderSection1.Name          = "pageHeaderSection1";
     this.pageHeaderSection1.Style.Visible = false;
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(3.0000002384185791D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.chart1
     });
     this.detail.Name = "detail";
     //
     // chart1
     //
     this.chart1.BitmapResolution          = 96F;
     this.chart1.ChartTitle.TextBlock.Text = "Revisiones por plantillas";
     this.chart1.ImageFormat = System.Drawing.Imaging.ImageFormat.Emf;
     this.chart1.Location    = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
     this.chart1.Name        = "chart1";
     this.chart1.PlotArea.XAxis.Appearance.LabelAppearance.Visible = false;
     this.chart1.PlotArea.XAxis.Appearance.MajorTick.Visible       = false;
     this.chart1.PlotArea.XAxis.MaxValue = 1D;
     this.chart1.PlotArea.XAxis.MinValue = 1D;
     this.chart1.PlotArea.YAxis.MaxValue = 25D;
     this.chart1.PlotArea.YAxis.Step     = 5D;
     chartSeriesItem1.Name   = "Valor";
     chartSeriesItem1.YValue = 23D;
     chartSeries1.Items.AddRange(new Telerik.Reporting.Charting.ChartSeriesItem[] {
         chartSeriesItem1
     });
     chartSeries1.Name       = "Mala señalizacion";
     chartSeriesItem2.Name   = "Valor";
     chartSeriesItem2.YValue = 10D;
     chartSeries2.Items.AddRange(new Telerik.Reporting.Charting.ChartSeriesItem[] {
         chartSeriesItem2
     });
     chartSeries2.Name = "Correcta";
     this.chart1.Series.AddRange(new Telerik.Reporting.Charting.ChartSeries[] {
         chartSeries1,
         chartSeries2
     });
     this.chart1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.5999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(2.9999608993530273D));
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height        = Telerik.Reporting.Drawing.Unit.Inch(0.18897628784179688D);
     this.pageFooterSection1.Name          = "pageFooterSection1";
     this.pageFooterSection1.Style.Visible = false;
     //
     // RptTipoPlantillaChart
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.PageSettings.Landscape      = true;
     this.PageSettings.Margins.Bottom = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.PageSettings.Margins.Left   = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.PageSettings.Margins.Right  = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.PageSettings.Margins.Top    = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.PageSettings.PaperKind      = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.Name            = "pInstalacionId";
     reportParameter1.Type            = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter2.Name            = "pDesdeFecha";
     reportParameter2.Type            = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter3.Name            = "pHastaFecha";
     reportParameter3.Type            = Telerik.Reporting.ReportParameterType.DateTime;
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     this.Width           = Telerik.Reporting.Drawing.Unit.Inch(4.60629940032959D);
     this.NeedDataSource += new System.EventHandler(this.RptTipoPlantillaChart_NeedDataSource);
     ((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();

        }
        /// <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.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();
            this.pageHeader = new Telerik.Reporting.PageHeaderSection();
            this.panel1 = new Telerik.Reporting.Panel();
            this.textBox37 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.textBox14 = new Telerik.Reporting.TextBox();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.pageFooter = new Telerik.Reporting.PageFooterSection();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox23 = new Telerik.Reporting.TextBox();
            this.textBox24 = new Telerik.Reporting.TextBox();
            this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlConnection2 = new System.Data.SqlClient.SqlConnection();
            this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
            this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter();
            this.group1 = new Telerik.Reporting.Group();
            this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
            this.textBox46 = new Telerik.Reporting.TextBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
            this.textBox65 = new Telerik.Reporting.TextBox();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.textBox16 = new Telerik.Reporting.TextBox();
            this.textBox15 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.textBox66 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeader
            // 
            this.pageHeader.Height = new Telerik.Reporting.Drawing.Unit(4.0110998153686523D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.panel1});
            this.pageHeader.Name = "pageHeader";
            // 
            // panel1
            // 
            this.panel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox37,
            this.textBox5,
            this.textBox3,
            this.textBox2,
            this.textBox4,
            this.textBox22,
            this.textBox6,
            this.textBox8,
            this.textBox9,
            this.textBox14,
            this.textBox17});
            this.panel1.Name = "panel1";
            this.panel1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(20.536457061767578D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(4.0110998153686523D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.panel1.Style.Font.Name = "Arial";
            this.panel1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            // 
            // textBox37
            // 
            this.textBox37.CanGrow = false;
            this.textBox37.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8002004623413086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.51069974899292D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox37.Name = "textBox37";
            this.textBox37.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2995991706848145D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000005960464478D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox37.Style.Font.Bold = true;
            this.textBox37.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox37.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox37.Value = "Agrupado por territorio";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.51069974899292D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.8000001907348633D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox5.Style.Font.Bold = true;
            this.textBox5.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox5.Value = "Agrupar por:";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.0001000165939331D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.8000001907348633D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox3.Style.Font.Bold = true;
            this.textBox3.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox3.TextWrap = false;
            this.textBox3.Value = "Rotación de cartera";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50009989738464355D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.8000001907348633D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Style.Font.Bold = true;
            this.textBox2.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox2.TextWrap = false;
            this.textBox2.Value = "=Parameters.NomSuc";
            // 
            // textBox4
            // 
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.8000001907348633D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox4.Style.Font.Bold = true;
            this.textBox4.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox4.TextWrap = false;
            this.textBox4.Value = "=Parameters.NomEmp";
            // 
            // textBox22
            // 
            this.textBox22.CanGrow = false;
            this.textBox22.Format = "{0:g}";
            this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.0004994869232178D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.8002004623413086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50999999046325684D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox22.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox22.TextWrap = false;
            this.textBox22.Value = "=Now()";
            // 
            // textBox6
            // 
            this.textBox6.CanGrow = false;
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.5002995729446411D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.8000001907348633D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000005960464478D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox6.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox6.TextWrap = false;
            this.textBox6.Value = "=\"Usuario: \" + Parameters.Usuario";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.5110998153686523D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.7999000549316406D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox8.Style.Font.Bold = true;
            this.textBox8.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox8.Value = "Fecha de corte:";
            // 
            // textBox9
            // 
            this.textBox9.CanGrow = false;
            this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8000993728637695D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.5110998153686523D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2995996475219727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000005960464478D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox9.Style.Font.Bold = true;
            this.textBox9.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox9.TextWrap = false;
            this.textBox9.Value = "=Parameters.FecCor";
            // 
            // textBox14
            // 
            this.textBox14.CanGrow = false;
            this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8001003265380859D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.0108997821807861D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2995996475219727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000005960464478D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox14.Style.Font.Bold = true;
            this.textBox14.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox14.TextWrap = false;
            this.textBox14.Value = "= Parameters.[Id_Ters]";
            // 
            // textBox17
            // 
            this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(3.0108997821807861D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.7999000549316406D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox17.Style.Font.Bold = true;
            this.textBox17.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox17.Value = "Territorio:";
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.39999979734420776D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox13,
            this.textBox11,
            this.textBox10,
            this.textBox7,
            this.textBox1});
            this.detail.Name = "detail";
            // 
            // textBox13
            // 
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(13.900300979614258D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.4996998310089111D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox13.Style.Font.Bold = false;
            this.textBox13.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox13.TextWrap = false;
            this.textBox13.Value = "=Fields.Dias_Periodo";
            // 
            // textBox11
            // 
            this.textBox11.Format = "{0:N2}";
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.119897842407227D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.7802023887634277D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox11.Style.Font.Bold = false;
            this.textBox11.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox11.TextWrap = false;
            this.textBox11.Value = "=Fields.saldo";
            // 
            // textBox10
            // 
            this.textBox10.Format = "{0:N2}";
            this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(9.0998992919921875D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.0195989608764648D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox10.Style.Font.Bold = false;
            this.textBox10.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox10.TextWrap = false;
            this.textBox10.Value = "=Fields.Dias";
            // 
            // textBox7
            // 
            this.textBox7.Format = "{0:N2}";
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8004002571105957D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2992987632751465D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox7.Style.Font.Bold = false;
            this.textBox7.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox7.TextWrap = false;
            this.textBox7.Value = "=Fields.ventas";
            // 
            // textBox1
            // 
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.8002004623413086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.Style.Font.Bold = false;
            this.textBox1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox1.TextWrap = false;
            this.textBox1.Value = "=Fields.PeriodoFechas";
            // 
            // pageFooter
            // 
            this.pageFooter.Height = new Telerik.Reporting.Drawing.Unit(0.80009651184082031D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox18,
            this.textBox12,
            this.textBox23,
            this.textBox24});
            this.pageFooter.Name = "pageFooter";
            // 
            // textBox18
            // 
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40019842982292175D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.7998991012573242D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox18.Style.Font.Bold = true;
            this.textBox18.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox18.Value = "Rotación de cartera:";
            // 
            // textBox12
            // 
            this.textBox12.Format = "{0:N0}";
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8000998497009277D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.40019842982292175D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2996001243591309D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox12.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox12.TextWrap = false;
            this.textBox12.Value = "= Fields.DiasRotacion";
            // 
            // textBox23
            // 
            this.textBox23.Format = "{0:N2}";
            this.textBox23.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8000993728637695D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010011046833824366D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2996001243591309D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox23.Style.Font.Bold = false;
            this.textBox23.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox23.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox23.TextWrap = false;
            this.textBox23.Value = "=sum(IIF(Fields.Id=1, Fields.saldo,0))";
            // 
            // textBox24
            // 
            this.textBox24.Name = "textBox24";
            this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.7998991012573242D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox24.Style.Font.Bold = true;
            this.textBox24.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox24.Value = "Saldo general:";
            // 
            // sqlSelectCommand1
            // 
            this.sqlSelectCommand1.CommandText = "dbo.spRepCobRotacionCartera";
            this.sqlSelectCommand1.CommandType = System.Data.CommandType.StoredProcedure;
            this.sqlSelectCommand1.Connection = this.sqlConnection2;
            this.sqlSelectCommand1.CommandTimeout = 4600;
            this.sqlSelectCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
            new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, 0),
            new System.Data.SqlClient.SqlParameter("@Id_Emp", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "1"),
            new System.Data.SqlClient.SqlParameter("@Id_Cd", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "110"),
            new System.Data.SqlClient.
SqlParameter("@Id_Ter", System.Data.SqlDbType.VarChar, 2147483647),
            new System.Data.SqlClient.SqlParameter("@FecPeriodo", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "2011-07-31"),
            new System.Data.SqlClient.SqlParameter("@Agrupado", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "2"),
            new System.Data.SqlClient.SqlParameter("@Ciclo", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, "1")});
            // 
            // sqlConnection2
            // 
            this.sqlConnection2.FireInfoMessageEventOnUserErrors = false;
            // 
            // sqlConnection1
            // 
            this.sqlConnection1.ConnectionString = "Data Source=egbksvr;Initial Catalog=SIANWEB_VI;Persist Security Info=True;User ID" +
                "=sa;Password=sistemas";
            this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
            // 
            // sqlDataAdapter1
            // 
            this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
            this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
            new System.Data.Common.DataTableMapping("Table", "spRepCobRotacionCartera", new System.Data.Common.DataColumnMapping[] {
                        new System.Data.Common.DataColumnMapping("Id_Emp", "Id_Emp"),
                        new System.Data.Common.DataColumnMapping("Id_Cd", "Id_Cd"),
                        new System.Data.Common.DataColumnMapping("Id_Cal", "Id_Cal"),
                        new System.Data.Common.DataColumnMapping("Id_Ter", "Id_Ter"),
                        new System.Data.Common.DataColumnMapping("Ter_Nombre", "Ter_Nombre"),
                        new System.Data.Common.DataColumnMapping("vtaMtoMes", "vtaMtoMes"),
                        new System.Data.Common.DataColumnMapping("Saldo", "Saldo"),
                        new System.Data.Common.DataColumnMapping("FechaIni", "FechaIni"),
                        new System.Data.Common.DataColumnMapping("FechaFin", "FechaFin"),
                        new System.Data.Common.DataColumnMapping("DiasDif", "DiasDif"),
                        new System.Data.Common.DataColumnMapping("PeriodoFechas", "PeriodoFechas")}),
            new System.Data.Common.DataTableMapping("Table1", "Table1", new System.Data.Common.DataColumnMapping[] {
                        new System.Data.Common.DataColumnMapping("Id_Emp", "Id_Emp"),
                        new System.Data.Common.DataColumnMapping("Id_Cd", "Id_Cd"),
                        new System.Data.Common.DataColumnMapping("Id_Cal", "Id_Cal"),
                        new System.Data.Common.DataColumnMapping("vtaMtoMes", "vtaMtoMes"),
                        new System.Data.Common.DataColumnMapping("Saldo", "Saldo"),
                        new System.Data.Common.DataColumnMapping("FechaIni", "FechaIni"),
                        new System.Data.Common.DataColumnMapping("FechaFin", "FechaFin"),
                        new System.Data.Common.DataColumnMapping("DiasDif", "DiasDif"),
                        new System.Data.Common.DataColumnMapping("PeriodoFechas", "PeriodoFechas")})});
            // 
            // group1
            // 
            //this.group1.Bookmark = null;
            this.group1.GroupFooter = this.groupFooterSection1;
            this.group1.GroupHeader = this.groupHeaderSection1;
            this.group1.Grouping.AddRange(new Telerik.Reporting.Grouping[] {
            new Telerik.Reporting.Grouping("=Fields.[Id_ter]")});
            // 
            // groupFooterSection1
            // 
            this.groupFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(0.40009674429893494D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.groupFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox46,
            this.textBox21});
            this.groupFooterSection1.Name = "groupFooterSection1";
            // 
            // textBox46
            // 
            this.textBox46.Name = "textBox46";
            this.textBox46.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.7998991012573242D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox46.Style.Font.Bold = true;
            this.textBox46.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox46.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox46.Value = "Saldo territorio:";
            // 
            // textBox21
            // 
            this.textBox21.Format = "{0:N2}";
            this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8004002571105957D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00019863128545694053D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2992987632751465D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39989805221557617D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox21.Style.Font.Bold = false;
            this.textBox21.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox21.TextWrap = false;
            this.textBox21.Value = "=Fields.saldo";
            // 
            // groupHeaderSection1
            // 
            this.groupHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(0.90040165185928345D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox65,
            this.textBox20,
            this.textBox16,
            this.textBox15,
            this.textBox19,
            this.textBox66});
            this.groupHeaderSection1.Name = "groupHeaderSection1";
            // 
            // textBox65
            // 
            this.textBox65.Name = "textBox65";
            this.textBox65.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.7998995780944824D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox65.Style.Font.Bold = true;
            this.textBox65.Style.Font.Name = "Arial";
            this.textBox65.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox65.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox65.Value = "Territorio:";
            // 
            // textBox20
            // 
            this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(9.0998992919921875D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50019997358322144D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.0195991992950439D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39979976415634155D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox20.Style.Font.Bold = true;
            this.textBox20.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox20.Value = "Días";
            // 
            // textBox16
            // 
            this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(9.9921220680698752E-05D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50020039081573486D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.79979944229126D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39979913830757141D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox16.Style.Font.Bold = true;
            this.textBox16.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox16.Value = "Periodo";
            // 
            // textBox15
            // 
            this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8002004623413086D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50040143728256226D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.2994990348815918D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39999988675117493D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox15.Style.Font.Bold = true;
            this.textBox15.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox15.Value = "Ventas";
            // 
            // textBox19
            // 
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(11.119698524475098D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50060170888900757D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.7804024219512939D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.39979976415634155D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox19.Style.Font.Bold = true;
            this.textBox19.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
            this.textBox19.Value = "Saldo";
            // 
            // textBox66
            // 
            this.textBox66.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.8000998497009277D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00020105361181776971D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox66.Name = "textBox66";
            this.textBox66.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(15.736357688903809D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000005960464478D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox66.Style.Font.Bold = true;
            this.textBox66.Style.Font.Name = "Arial";
            this.textBox66.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox66.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.textBox66.TextWrap = false;
            this.textBox66.Value = "= Fields.[Id_Ter] + \" \" + Fields.[Ter_Nombre]";
            // 
            // ExpRep_CobRotacionCartera2
            // 
            this.DataSource = this.sqlDataAdapter1;
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            this.group1});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.groupHeaderSection1,
            this.groupFooterSection1,
            this.pageHeader,
            this.detail,
            this.pageFooter});
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.Name = "FecCor";
            reportParameter2.Name = "NomEmp";
            reportParameter3.Name = "NomSuc";
            reportParameter4.Name = "Usuario";
            reportParameter5.Name = "Conexion";
            reportParameter6.Name = "Id_Emp";
            reportParameter7.Name = "Id_Cd_Ver";
            reportParameter8.Name = "Id_Ter";
            reportParameter9.Name = "FecPeriodo";
            reportParameter10.Name = "Id_Ters";
            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.Style.BackgroundColor = System.Drawing.Color.White;
            this.Width = new Telerik.Reporting.Drawing.Unit(20.536457061767578D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.NeedDataSource += new System.EventHandler(this.spRep_CobRotacionCartera2_NeedDataSource);
            ((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(RptGPByClinic));
            Telerik.Reporting.Drawing.FormattingRule formattingRule1 = new Telerik.Reporting.Drawing.FormattingRule();
            Telerik.Reporting.Drawing.FormattingRule formattingRule2 = new Telerik.Reporting.Drawing.FormattingRule();
            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();
            this.sqlClinic = new Telerik.Reporting.SqlDataSource();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.pictureBox1 = new Telerik.Reporting.PictureBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.textBox14 = new Telerik.Reporting.TextBox();
            this.detail = new Telerik.Reporting.DetailSection();
            this.ticket_dateDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox16 = new Telerik.Reporting.TextBox();
            this.amountDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.currentTimeTextBox = new Telerik.Reporting.TextBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.pageInfoTextBox = new Telerik.Reporting.TextBox();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.sqlGPByClinic = new Telerik.Reporting.SqlDataSource();
            this.group1 = new Telerik.Reporting.Group();
            this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
            this.textBox26 = new Telerik.Reporting.TextBox();
            this.textBox25 = new Telerik.Reporting.TextBox();
            this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.clinic = new Telerik.Reporting.Group();
            this.groupFooterSection2 = new Telerik.Reporting.GroupFooterSection();
            this.textBox24 = new Telerik.Reporting.TextBox();
            this.textBox23 = new Telerik.Reporting.TextBox();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.groupHeaderSection2 = new Telerik.Reporting.GroupHeaderSection();
            this.comercial_nameDataTextBox = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.paymentm = new Telerik.Reporting.Group();
            this.groupFooterSection4 = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection4 = new Telerik.Reporting.GroupHeaderSection();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox27 = new Telerik.Reporting.TextBox();
            this.textBox28 = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // sqlClinic
            // 
            this.sqlClinic.ConnectionString = "AriClinicContext";
            this.sqlClinic.Name = "sqlClinic";
            this.sqlClinic.SelectCommand = "SELECT        clinic_id, name\r\nFROM            clinic\r\nORDER BY name";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox17,
            this.pictureBox1,
            this.textBox1,
            this.textBox13,
            this.textBox14,
            this.textBox27,
            this.textBox28});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // textBox17
            // 
            this.textBox17.Format = "{0:dd/MM/yyyy}";
            this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.020872751250863075D), 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";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.020872751250863075D), 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")));
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.2785201072692871D), Telerik.Reporting.Drawing.Unit.Inch(7.8757606388535351E-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 general de cobros";
            // 
            // textBox13
            // 
            this.textBox13.Format = "{0:dd/MM/yyyy}";
            this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.6832351684570312D), Telerik.Reporting.Drawing.Unit.Inch(0.31253933906555176D));
            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";
            // 
            // textBox14
            // 
            this.textBox14.Format = "{0:dd/MM/yyyy}";
            this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.7874016761779785D), Telerik.Reporting.Drawing.Unit.Inch(0.31253933906555176D));
            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";
            // 
            // detail
            // 
            formattingRule1.Filters.AddRange(new Telerik.Reporting.Filter[] {
            new Telerik.Reporting.Filter("= Parameters.Detailed.Value", Telerik.Reporting.FilterOperator.Equal, "false")});
            formattingRule1.Style.Visible = false;
            this.detail.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
            formattingRule1});
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20003938674926758D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.ticket_dateDataTextBox,
            this.textBox16,
            this.amountDataTextBox,
            this.textBox18,
            this.textBox19});
            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.30000004172325134D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            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.payment_date";
            // 
            // textBox16
            // 
            this.textBox16.CanGrow = true;
            this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.48818826675415D), 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(2.2520482540130615D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox16.StyleName = "Data";
            this.textBox16.Value = "= Fields.description";
            // 
            // amountDataTextBox
            // 
            this.amountDataTextBox.CanGrow = true;
            this.amountDataTextBox.Format = "{0:##,###,##0.00 €}";
            this.amountDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.8110237121582031D), 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.amount";
            // 
            // textBox18
            // 
            this.textBox18.CanGrow = true;
            this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1174023151397705D), 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.comercial_name";
            // 
            // textBox19
            // 
            this.textBox19.CanGrow = true;
            this.textBox19.Format = "{0:dd/MM/yyyy}";
            this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.2842520475387573D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90551191568374634D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
            this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox19.StyleName = "Data";
            this.textBox19.Value = "= Fields.service_note_date";
            // 
            // pageFooterSection1
            // 
            this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.23622067272663117D);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.currentTimeTextBox,
            this.textBox21,
            this.pageInfoTextBox,
            this.textBox22});
            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()";
            // 
            // textBox21
            // 
            this.textBox21.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.3813977241516113D), 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";
            // 
            // pageInfoTextBox
            // 
            this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.0376477241516113D), 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";
            // 
            // textBox22
            // 
            this.textBox22.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.1418147087097168D), 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 = "/";
            // 
            // sqlGPByClinic
            // 
            this.sqlGPByClinic.ConnectionString = "AriClinicContext";
            this.sqlGPByClinic.Name = "sqlGPByClinic";
            this.sqlGPByClinic.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"),
            new Telerik.Reporting.SqlDataSourceParameter("@Clinic", System.Data.DbType.Int32, "=Parameters.Clinic.Value")});
            this.sqlGPByClinic.SelectCommand = resources.GetString("sqlGPByClinic.SelectCommand");
            // 
            // group1
            // 
            this.group1.GroupFooter = this.groupFooterSection1;
            this.group1.GroupHeader = this.groupHeaderSection1;
            this.group1.Name = "group1";
            // 
            // groupFooterSection1
            // 
            this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.36886820197105408D);
            this.groupFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox26,
            this.textBox25});
            this.groupFooterSection1.Name = "groupFooterSection1";
            // 
            // textBox26
            // 
            this.textBox26.CanGrow = true;
            this.textBox26.Format = "{0:##,###,##0.00 €}";
            this.textBox26.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.5346126556396484D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox26.Name = "textBox26";
            this.textBox26.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2760829925537109D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox26.Style.Font.Bold = true;
            this.textBox26.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox26.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox26.StyleName = "Data";
            this.textBox26.Value = "= Sum(Fields.amount)";
            // 
            // textBox25
            // 
            this.textBox25.CanGrow = true;
            this.textBox25.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.4270832538604736D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox25.Name = "textBox25";
            this.textBox25.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7680943012237549D), Telerik.Reporting.Drawing.Unit.Inch(0.19996075332164764D));
            this.textBox25.Style.Font.Bold = true;
            this.textBox25.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox25.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox25.StyleName = "Data";
            this.textBox25.Value = "TOTAL INFORME: ";
            // 
            // groupHeaderSection1
            // 
            formattingRule2.Filters.AddRange(new Telerik.Reporting.Filter[] {
            new Telerik.Reporting.Filter("= Parameters.Detailed.Value", Telerik.Reporting.FilterOperator.Equal, "false")});
            formattingRule2.Style.Visible = false;
            this.groupHeaderSection1.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
            formattingRule2});
            this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.27559056878089905D);
            this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox3,
            this.textBox2,
            this.textBox8,
            this.textBox5,
            this.textBox4});
            this.groupHeaderSection1.Name = "groupHeaderSection1";
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            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 pago";
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.3842521905899048D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.90551203489303589D), 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.Center;
            this.textBox2.Value = "Fecha nota";
            // 
            // textBox8
            // 
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.8110237121582031D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            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";
            // 
            // textBox4
            // 
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.2999999523162842D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1174023151397705D), 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 = "Paciente";
            // 
            // textBox5
            // 
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.4881892204284668D), 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(2.2520482540130615D), 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.Value = "Observaciones";
            // 
            // clinic
            // 
            this.clinic.GroupFooter = this.groupFooterSection2;
            this.clinic.GroupHeader = this.groupHeaderSection2;
            this.clinic.Groupings.AddRange(new Telerik.Reporting.Grouping[] {
            new Telerik.Reporting.Grouping("=Fields.clinic_name")});
            this.clinic.Name = "clinic";
            // 
            // groupFooterSection2
            // 
            this.groupFooterSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0.39999997615814209D);
            this.groupFooterSection2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox24,
            this.textBox23,
            this.textBox20});
            this.groupFooterSection2.Name = "groupFooterSection2";
            // 
            // textBox24
            // 
            this.textBox24.CanGrow = true;
            this.textBox24.Format = "{0:##,###,##0.00 €}";
            this.textBox24.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.5346126556396484D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox24.Name = "textBox24";
            this.textBox24.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2760829925537109D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox24.Style.Font.Bold = true;
            this.textBox24.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox24.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox24.StyleName = "Data";
            this.textBox24.Value = "= Sum(Fields.amount)";
            // 
            // textBox23
            // 
            this.textBox23.CanGrow = true;
            this.textBox23.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8951771259307861D), Telerik.Reporting.Drawing.Unit.Inch(0.19996075332164764D));
            this.textBox23.Style.Font.Bold = true;
            this.textBox23.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox23.StyleName = "Data";
            this.textBox23.Value = "= Fields.clinic_name";
            // 
            // textBox20
            // 
            this.textBox20.CanGrow = true;
            this.textBox20.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.2842520475387573D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0055123567581177D), Telerik.Reporting.Drawing.Unit.Inch(0.19996075332164764D));
            this.textBox20.Style.Font.Bold = true;
            this.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox20.StyleName = "Data";
            this.textBox20.Value = "Total clínica: ";
            // 
            // groupHeaderSection2
            // 
            this.groupHeaderSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0.51566916704177856D);
            this.groupHeaderSection2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.comercial_nameDataTextBox,
            this.textBox10});
            this.groupHeaderSection2.Name = "groupHeaderSection2";
            // 
            // comercial_nameDataTextBox
            // 
            this.comercial_nameDataTextBox.CanGrow = true;
            this.comercial_nameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19685046374797821D), Telerik.Reporting.Drawing.Unit.Inch(0.124409519135952D));
            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.clinic_name";
            // 
            // 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.5346126556396484D), Telerik.Reporting.Drawing.Unit.Inch(0.124409519135952D));
            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.Bold = true;
            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.amount)";
            // 
            // paymentm
            // 
            this.paymentm.GroupFooter = this.groupFooterSection4;
            this.paymentm.GroupHeader = this.groupHeaderSection4;
            this.paymentm.Groupings.AddRange(new Telerik.Reporting.Grouping[] {
            new Telerik.Reporting.Grouping("=Fields.pmethod_name")});
            this.paymentm.Name = "paymentm";
            // 
            // groupFooterSection4
            // 
            this.groupFooterSection4.Height = Telerik.Reporting.Drawing.Unit.Inch(0.09996100515127182D);
            this.groupFooterSection4.Name = "groupFooterSection4";
            // 
            // groupHeaderSection4
            // 
            this.groupHeaderSection4.Height = Telerik.Reporting.Drawing.Unit.Inch(0.3087402880191803D);
            this.groupHeaderSection4.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox6,
            this.textBox12});
            this.groupHeaderSection4.Name = "groupHeaderSection4";
            // 
            // textBox6
            // 
            this.textBox6.CanGrow = true;
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Inch(0.008740265853703022D));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.8951771259307861D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox6.StyleName = "Data";
            this.textBox6.Value = "= Fields.pmethod_name";
            // 
            // textBox12
            // 
            this.textBox12.CanGrow = true;
            this.textBox12.Format = "{0:##,###,##0.00 €}";
            this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.5346126556396484D), Telerik.Reporting.Drawing.Unit.Inch(0.008740265853703022D));
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2760829925537109D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox12.Style.Font.Bold = true;
            this.textBox12.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox12.StyleName = "Data";
            this.textBox12.Value = "= Sum(Fields.amount)";
            // 
            // textBox27
            // 
            this.textBox27.CanGrow = true;
            this.textBox27.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.4270832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.70000004768371582D));
            this.textBox27.Name = "textBox27";
            this.textBox27.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7680943012237549D), Telerik.Reporting.Drawing.Unit.Inch(0.19996075332164764D));
            this.textBox27.Style.Font.Bold = true;
            this.textBox27.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox27.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox27.StyleName = "Data";
            this.textBox27.Value = "TOTAL INFORME: ";
            // 
            // textBox28
            // 
            this.textBox28.CanGrow = true;
            this.textBox28.Format = "{0:##,###,##0.00 €}";
            this.textBox28.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.5416665077209473D), Telerik.Reporting.Drawing.Unit.Inch(0.70000004768371582D));
            this.textBox28.Name = "textBox28";
            this.textBox28.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2760829925537109D), Telerik.Reporting.Drawing.Unit.Inch(0.26033785939216614D));
            this.textBox28.Style.Font.Bold = true;
            this.textBox28.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
            this.textBox28.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox28.StyleName = "Data";
            this.textBox28.Value = "= Sum(Fields.amount)";
            // 
            // RptGPByClinic
            // 
            this.DataSource = this.sqlGPByClinic;
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            this.group1,
            this.clinic,
            this.paymentm});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.groupHeaderSection1,
            this.groupFooterSection1,
            this.groupHeaderSection2,
            this.groupFooterSection2,
            this.groupHeaderSection4,
            this.groupFooterSection4,
            this.pageHeaderSection1,
            this.detail,
            this.pageFooterSection1});
            this.Name = "RptGPByClinic";
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins.Bottom = Telerik.Reporting.Drawing.Unit.Mm(5D);
            this.PageSettings.Margins.Left = Telerik.Reporting.Drawing.Unit.Mm(5D);
            this.PageSettings.Margins.Right = Telerik.Reporting.Drawing.Unit.Mm(5D);
            this.PageSettings.Margins.Top = 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;
            reportParameter3.AvailableValues.DataSource = this.sqlClinic;
            reportParameter3.AvailableValues.DisplayMember = "= Fields.name";
            reportParameter3.AvailableValues.ValueMember = "= Fields.clinic_id";
            reportParameter3.MultiValue = true;
            reportParameter3.Name = "Clinic";
            reportParameter3.Text = "Clínica";
            reportParameter3.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter3.Visible = true;
            reportParameter4.Name = "Detailed";
            reportParameter4.Text = "¿Con detalle?";
            reportParameter4.Type = Telerik.Reporting.ReportParameterType.Boolean;
            reportParameter4.Value = "true";
            reportParameter4.Visible = true;
            this.ReportParameters.Add(reportParameter1);
            this.ReportParameters.Add(reportParameter2);
            this.ReportParameters.Add(reportParameter3);
            this.ReportParameters.Add(reportParameter4);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Mm;
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(7.8740158081054688D);
            ((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(ReportHoaDon));
            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 reportParameter13 = 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.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.detail = new Telerik.Reporting.DetailSection();
            this.lblMaKH = new Telerik.Reporting.TextBox();
            this.lblTienPhong = new Telerik.Reporting.TextBox();
            this.lblTienDV = new Telerik.Reporting.TextBox();
            this.lblTongTien = new Telerik.Reporting.TextBox();
            this.lblNgay = new Telerik.Reporting.TextBox();
            this.txtNgay = new Telerik.Reporting.TextBox();
            this.lblThang = new Telerik.Reporting.TextBox();
            this.txtThang = new Telerik.Reporting.TextBox();
            this.lblNam = new Telerik.Reporting.TextBox();
            this.txtNam = new Telerik.Reporting.TextBox();
            this.txtMaKH = new Telerik.Reporting.TextBox();
            this.txtTienPhong = new Telerik.Reporting.TextBox();
            this.txtTienDV = new Telerik.Reporting.TextBox();
            this.txtTraTruoc = new Telerik.Reporting.TextBox();
            this.Footer = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.txtTongTien = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.txtNgayVao = new Telerik.Reporting.TextBox();
            this.txtGioVao = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.txtGioRa = new Telerik.Reporting.TextBox();
            this.txtNgayRa = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.txtKhoanKhac = new Telerik.Reporting.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // detail
            // 
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(2.5D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.lblMaKH,
            this.lblTienPhong,
            this.lblTienDV,
            this.lblTongTien,
            this.lblNgay,
            this.txtNgay,
            this.lblThang,
            this.txtThang,
            this.lblNam,
            this.txtNam,
            this.txtMaKH,
            this.txtTienPhong,
            this.txtTienDV,
            this.txtTraTruoc,
            this.Footer,
            this.textBox1,
            this.txtTongTien,
            this.textBox2,
            this.textBox3,
            this.txtNgayVao,
            this.txtGioVao,
            this.textBox6,
            this.txtGioRa,
            this.txtNgayRa,
            this.textBox11,
            this.txtKhoanKhac});
            this.detail.Name = "detail";
            this.detail.Style.Font.Name = "Arial";
            this.detail.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            // 
            // lblMaKH
            // 
            this.lblMaKH.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.099999986588954926D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.40000000596046448D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblMaKH.Name = "lblMaKH";
            this.lblMaKH.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3000000715255737D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblMaKH.Style.Font.Name = "Arial";
            this.lblMaKH.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.lblMaKH.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.lblMaKH, "lblMaKH");
            // 
            // lblTienPhong
            // 
            this.lblTienPhong.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.099999986588954926D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblTienPhong.Name = "lblTienPhong";
            this.lblTienPhong.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3000003099441528D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblTienPhong.Style.Font.Name = "Arial";
            this.lblTienPhong.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.lblTienPhong.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.lblTienPhong, "lblTienPhong");
            // 
            // lblTienDV
            // 
            this.lblTienDV.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.099999986588954926D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.2000787258148193D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblTienDV.Name = "lblTienDV";
            this.lblTienDV.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3000000715255737D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblTienDV.Style.Font.Name = "Arial";
            this.lblTienDV.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.lblTienDV.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.lblTienDV, "lblTienDV");
            // 
            // lblTongTien
            // 
            this.lblTongTien.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.099999986588954926D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.4001575708389282D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblTongTien.Name = "lblTongTien";
            this.lblTongTien.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3000000715255737D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblTongTien.Style.Font.Name = "Arial";
            this.lblTongTien.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.lblTongTien.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.lblTongTien, "lblTongTien");
            // 
            // lblNgay
            // 
            this.lblNgay.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.70000004768371582D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblNgay.Name = "lblNgay";
            this.lblNgay.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.59999996423721313D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.29992127418518066D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblNgay.Style.Font.Name = "Arial";
            this.lblNgay.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.lblNgay.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.lblNgay, "lblNgay");
            // 
            // txtNgay
            // 
            this.txtNgay.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.3000785112380981D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8678131103515625E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNgay.Name = "txtNgay";
            this.txtNgay.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.49984264373779297D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.29984259605407715D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNgay.Style.Font.Name = "Arial";
            this.txtNgay.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtNgay.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtNgay.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtNgay, "txtNgay");
            // 
            // lblThang
            // 
            this.lblThang.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.8000000715255737D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8678131103515625E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblThang.Name = "lblThang";
            this.lblThang.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.69992142915725708D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.29992136359214783D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblThang.Style.Font.Name = "Arial";
            this.lblThang.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.lblThang.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.lblThang, "lblThang");
            // 
            // txtThang
            // 
            this.txtThang.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.5D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8678131103515625E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtThang.Name = "txtThang";
            this.txtThang.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.299999862909317D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.29992136359214783D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtThang.Style.Font.Name = "Arial";
            this.txtThang.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtThang.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtThang.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtThang, "txtThang");
            // 
            // lblNam
            // 
            this.lblNam.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.8000001907348633D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8678131103515625E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblNam.Name = "lblNam";
            this.lblNam.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.599999725818634D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.29992127418518066D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.lblNam.Style.Font.Name = "Arial";
            this.lblNam.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.lblNam.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.lblNam, "lblNam");
            // 
            // txtNam
            // 
            this.txtNam.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.4000003337860107D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(7.8678131103515625E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNam.Name = "txtNam";
            this.txtNam.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.99984234571456909D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.29992127418518066D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNam.Style.Font.Name = "Arial";
            this.txtNam.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtNam.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
            this.txtNam.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtNam, "txtNam");
            // 
            // txtMaKH
            // 
            this.txtMaKH.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.4000787734985352D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.40000009536743164D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtMaKH.Name = "txtMaKH";
            this.txtMaKH.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.2999217510223389D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtMaKH.Style.Font.Name = "Arial";
            this.txtMaKH.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtMaKH.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtMaKH, "txtMaKH");
            // 
            // txtTienPhong
            // 
            this.txtTienPhong.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTienPhong.Name = "txtTienPhong";
            this.txtTienPhong.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.2999212741851807D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTienPhong.Style.Font.Name = "Arial";
            this.txtTienPhong.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTienPhong.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtTienPhong, "txtTienPhong");
            // 
            // txtTienDV
            // 
            this.txtTienDV.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.2000787258148193D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTienDV.Name = "txtTienDV";
            this.txtTienDV.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.2999212741851807D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTienDV.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTienDV.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtTienDV, "txtTienDV");
            // 
            // txtTraTruoc
            // 
            this.txtTraTruoc.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.4001579284667969D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTraTruoc.Name = "txtTraTruoc";
            this.txtTraTruoc.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.2999215126037598D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTraTruoc.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTraTruoc.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtTraTruoc, "txtTraTruoc");
            // 
            // Footer
            // 
            this.Footer.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.099999986588954926D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(2.1000001430511475D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.Footer.Name = "Footer";
            this.Footer.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(11.430000305175781D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.299999862909317D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.Footer.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.Footer.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.Footer.Style.Visible = true;
            resources.ApplyResources(this.Footer, "Footer");
            // 
            // textBox1
            // 
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.099999986588954926D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.7999995946884155D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3000000715255737D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.textBox1, "textBox1");
            // 
            // txtTongTien
            // 
            this.txtTongTien.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.8000000715255737D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTongTien.Name = "txtTongTien";
            this.txtTongTien.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.2999212741851807D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtTongTien.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtTongTien.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtTongTien, "txtTongTien");
            // 
            // textBox2
            // 
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.099999986588954926D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3000003099441528D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox2.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.textBox2, "textBox2");
            // 
            // textBox3
            // 
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.7000000476837158D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox3.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.textBox3, "textBox3");
            // 
            // txtNgayVao
            // 
            this.txtNgayVao.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNgayVao.Name = "txtNgayVao";
            this.txtNgayVao.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3000000715255737D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNgayVao.Style.Font.Name = "Arial";
            this.txtNgayVao.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtNgayVao, "txtNgayVao");
            // 
            // txtGioVao
            // 
            this.txtGioVao.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.3000001907348633D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.60000008344650269D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtGioVao.Name = "txtGioVao";
            this.txtGioVao.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3999999761581421D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtGioVao.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtGioVao, "txtGioVao");
            // 
            // textBox6
            // 
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.099999986588954926D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.800000011920929D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3000003099441528D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox6.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.textBox6, "textBox6");
            // 
            // txtGioRa
            // 
            this.txtGioRa.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.3000001907348633D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.800000011920929D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtGioRa.Name = "txtGioRa";
            this.txtGioRa.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3999999761581421D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtGioRa.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtGioRa, "txtGioRa");
            // 
            // txtNgayRa
            // 
            this.txtNgayRa.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.800000011920929D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNgayRa.Name = "txtNgayRa";
            this.txtNgayRa.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.3000000715255737D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtNgayRa.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtNgayRa, "txtNgayRa");
            // 
            // textBox11
            // 
            this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.7000000476837158D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.800000011920929D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.59999990463256836D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.textBox11.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.textBox11, "textBox11");
            // 
            // txtKhoanKhac
            // 
            this.txtKhoanKhac.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.10007842630147934D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(1.6002367734909058D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtKhoanKhac.Name = "txtKhoanKhac";
            this.txtKhoanKhac.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.5998425483703613D, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
            this.txtKhoanKhac.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(15D, Telerik.Reporting.Drawing.UnitType.Point);
            this.txtKhoanKhac.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            resources.ApplyResources(this.txtKhoanKhac, "txtKhoanKhac");
            // 
            // ReportHoaDon
            // 
            this.Culture = new System.Globalization.CultureInfo("vi-VN");
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detail});
            this.PageSettings.Landscape = false;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Custom;
            this.PageSettings.PaperSize = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(12D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Cm));
            reportParameter1.AllowNull = true;
            reportParameter1.Name = "Ngay";
            resources.ApplyResources(reportParameter1, "reportParameter1");
            reportParameter1.Value = "123";
            reportParameter2.AllowNull = true;
            reportParameter2.Name = "Thang";
            resources.ApplyResources(reportParameter2, "reportParameter2");
            reportParameter2.Value = "123";
            reportParameter3.AllowNull = true;
            reportParameter3.Name = "Nam";
            resources.ApplyResources(reportParameter3, "reportParameter3");
            reportParameter3.Value = "123";
            reportParameter4.AllowNull = true;
            reportParameter4.Name = "TenKhachHang";
            resources.ApplyResources(reportParameter4, "reportParameter4");
            reportParameter4.Value = "123";
            reportParameter5.AllowNull = true;
            reportParameter5.Name = "TienPhong";
            resources.ApplyResources(reportParameter5, "reportParameter5");
            reportParameter5.Value = "123";
            reportParameter6.AllowNull = true;
            reportParameter6.Name = "TienDichVu";
            resources.ApplyResources(reportParameter6, "reportParameter6");
            reportParameter6.Value = "123";
            reportParameter7.AllowNull = true;
            reportParameter7.Name = "TongTien";
            resources.ApplyResources(reportParameter7, "reportParameter7");
            reportParameter7.Value = "123";
            reportParameter8.AllowNull = true;
            reportParameter8.Name = "TraTruoc";
            resources.ApplyResources(reportParameter8, "reportParameter8");
            reportParameter8.Value = "123";
            reportParameter9.AllowNull = true;
            reportParameter9.Name = "GioVao";
            resources.ApplyResources(reportParameter9, "reportParameter9");
            reportParameter9.Value = "123";
            reportParameter10.AllowNull = true;
            reportParameter10.Name = "GioRa";
            resources.ApplyResources(reportParameter10, "reportParameter10");
            reportParameter10.Value = "123";
            reportParameter11.AllowNull = true;
            reportParameter11.Name = "NgayVao";
            resources.ApplyResources(reportParameter11, "reportParameter11");
            reportParameter11.Value = "123";
            reportParameter12.AllowNull = true;
            reportParameter12.Name = "NgayRa";
            resources.ApplyResources(reportParameter12, "reportParameter12");
            reportParameter12.Value = "123";
            reportParameter13.Name = "KhoanKhac";
            resources.ApplyResources(reportParameter13, "reportParameter13");
            reportParameter13.Value = "123";
            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(reportParameter13);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            this.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(14D, Telerik.Reporting.Drawing.UnitType.Cm);
            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 = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
            styleRule1.Style.Color = System.Drawing.Color.Black;
            styleRule1.Style.Font.Name = "Tahoma";
            styleRule1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
            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 = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
            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 = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1,
            styleRule2,
            styleRule3});
            this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
            this.Width = new Telerik.Reporting.Drawing.Unit(12D, Telerik.Reporting.Drawing.UnitType.Cm);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }