﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer version="1.0" application="StiReport">
  <ConvertNulls>False</ConvertNulls>
  <Dictionary Ref="1" type="Dictionary" isKey="true">
    <BusinessObjects isList="true" count="0" />
    <Databases isList="true" count="2">
      <synergene_old Ref="2" type="Stimulsoft.Report.Dictionary.StiOleDbDatabase" isKey="true">
        <Alias />
        <ConnectionString>Provider=SQLOLEDB.1;Password=hmcl2613;Persist Security Info=True;User ID=synergene_users;Initial Catalog=synergene;Data Source=SYNERGENE</ConnectionString>
        <Name>synergene_old</Name>
      </synergene_old>
      <synergene Ref="3" type="Stimulsoft.Report.Dictionary.StiSqlDatabase" isKey="true">
        <Alias />
        <ConnectionString>Password=hmcl2613;Persist Security Info=True;User ID=synergene_users;Initial Catalog=synergene;Data Source=SYNERGENE</ConnectionString>
        <Name>synergene</Name>
      </synergene>
    </Databases>
    <DataSources isList="true" count="6">
      <data Ref="4" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>data</Alias>
        <Columns isList="true" count="37">
          <value>brix,System.Decimal</value>
          <value>cavity_diameter,System.Decimal</value>
          <value>date_harvest,System.DateTime</value>
          <value>date_pol,System.DateTime</value>
          <value>date_sowing,System.DateTime</value>
          <value>FFFd,System.DateTime</value>
          <value>firmness_ext,System.Decimal</value>
          <value>firmness_flesh,System.Decimal</value>
          <value>flesh_color_a,System.Decimal</value>
          <value>flesh_color_b,System.Decimal</value>
          <value>flesh_color_L,System.Decimal</value>
          <value>fruit_color_a,System.Decimal</value>
          <value>fruit_color_b,System.Decimal</value>
          <value>fruit_color_L,System.Decimal</value>
          <value>fruit_id,System.Int32</value>
          <value>fruit_length,System.Decimal</value>
          <value>fruit_weight,System.Decimal</value>
          <value>fruit_width,System.Decimal</value>
          <value>genealogy,System.String</value>
          <value>Gnfp,System.Int32</value>
          <value>name,System.String</value>
          <value>num_plant,System.Int32</value>
          <value>ph,System.Decimal</value>
          <value>plot_no,System.Int16</value>
          <value>project_name,System.String</value>
          <value>seed_lot,System.String</value>
          <value>seed_source,System.String</value>
          <value>selection,System.String</value>
          <value>sex_type,System.String</value>
          <value>sowing_to_harvest,System.Int32</value>
          <value>MXab,System.String</value>
          <value>sachet_semis,System.String</value>
          <value>sachet_semis_num,System.Int32</value>
          <value>flesh_color_L_2,System.Decimal</value>
          <value>flesh_color_a_2,System.Decimal</value>
          <value>flesh_color_b_2,System.Decimal</value>
          <value>firmness_flesh_2,System.Decimal</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <ConnectOnStart>False</ConnectOnStart>
        <Dictionary isRef="1" />
        <Name>data</Name>
        <NameInSource>synergene</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select kav.kav_id as seed_lot,kav.kav_makbil as seed_source, kav.selection,kav.plot_no, kav.kav_halofi as name, kav.kitzur_shoshelet as genealogy,
	project_name, cast(trait_notebook.observation_date as datetime) as date_harvest, 
cast(SUBSTRING(cast(trait_notebook.trait_order as varchar),1,1) as int) as num_plant, 
cast(SUBSTRING(cast(trait_notebook.trait_order as varchar),2,2) as int) as fruit_id,
{query3}
(select convert(datetime,  STUFF(STUFF(RIGHT(cast(cast(kav_tchuna.tchuna_value AS int) + power(10, 9) AS char(10)), 8), 3,0,'-'),6,0,'-'), 105) 
 	from  kav_tchuna 
	where  kav_id = kav.kav_id and
	kav_tchuna.tchuna_type = 1260) date_sowing,
(select cast(trait_notebook_2.observation_Date as datetime)
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1593) date_pol,
(select cast(trait_notebook_2.observation_Date as datetime)
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and SUBSTRING(cast(trait_notebook_2.trait_order as varchar),1,1)= SUBSTRING(cast(trait_notebook.trait_order as varchar),1,1)
	and trait_notebook_2.tchuna_type = 1629) FFFd,
(select cast(trait_notebook_2.tchuna_value as int)
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and SUBSTRING(cast(trait_notebook_2.trait_order as varchar),1,1)= SUBSTRING(cast(trait_notebook.tchuna_value as varchar),1,1)
	and trait_notebook_2.tchuna_type = 1825) Gnfp,

(select cast(trait_notebook_2.tchuna_value as int)
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1595) sowing_to_harvest,

(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1374) fruit_weight,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1349) fruit_length,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1375) fruit_width,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1325) fruit_color_L,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1326) fruit_color_a,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1327) fruit_color_b,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1381) flesh_color_L,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 2304) flesh_color_L_2,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1382) flesh_color_a,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 2305) flesh_color_a_2,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1383) flesh_color_b,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 2306) flesh_color_b_2,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1341) firmness_ext,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1380) firmness_flesh,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 2255) firmness_flesh_2,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1406) cavity_diameter,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1378) brix,
(select trait_notebook_2.tchuna_value 
	from  trait_notebook as trait_notebook_2
	where  trait_notebook_2.kav_id = kav.kav_id 
	and trait_notebook_2.trait_order= trait_notebook.trait_order
	and trait_notebook_2.tchuna_type = 1384) ph,
(select tchuna_value.tchuna_translation 
	from  tchuna_value, kav_tchuna 
	where  kav_id = kav.kav_id and
	tchuna_value.tchuna_type = kav_tchuna.tchuna_type and  
	tchuna_value.tchuna_value = kav_tchuna.tchuna_value and 
	kav_tchuna.tchuna_type = 1029) sex_type,
(select tchuna_value.tchuna_translation 
	from  tchuna_value, kav_tchuna 
	where  kav_id = kav.kav_id and
	tchuna_value.tchuna_type = kav_tchuna.tchuna_type and  
	tchuna_value.tchuna_value = kav_tchuna.tchuna_value and 
	kav_tchuna.tchuna_type = 1089) MXab

from kav, project, atar, trait_notebook,kav as kav_1 {query2}
where kav.project_id=project.project_id
and kav.atar_id=atar.atar_id
and kav.kav_id=trait_notebook.kav_id
and trait_notebook.tchuna_type=1596
and kav.maslul_id=24
and kav_1.kav_id=kav.kav_makbil
{query}
order by kav.kav_id, trait_notebook.tchuna_value</SqlCommand>
      </data>
      <locations Ref="5" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>locations</Alias>
        <Columns isList="true" count="1">
          <value>name,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>locations</Name>
        <NameInSource>synergene</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select name from atar where maslul_id=24
order by name</SqlCommand>
      </locations>
      <names Ref="6" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>names</Alias>
        <Columns isList="true" count="1">
          <value>alt_names,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>names</Name>
        <NameInSource>synergene</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select distinct kav_halofi as alt_names
from kav
where maslul_id=24
order by kav_halofi</SqlCommand>
      </names>
      <projects Ref="7" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>projects</Alias>
        <Columns isList="true" count="1">
          <value>project_name,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>projects</Name>
        <NameInSource>synergene</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select project_name
from project
where  maslul_id=24
order by project_name</SqlCommand>
      </projects>
      <years Ref="8" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>years</Alias>
        <Columns isList="true" count="1">
          <value>year,System.Int16</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>years</Name>
        <NameInSource>synergene</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select distinct year from kav where maslul_id=24 order  by year desc</SqlCommand>
      </years>
      <sowings Ref="9" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>sowings</Alias>
        <Columns isList="true" count="1">
          <value>name,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>sowings</Name>
        <NameInSource>synergene</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select name from reshimat_mashtela where maslul_id=24</SqlCommand>
      </sowings>
    </DataSources>
    <Relations isList="true" count="0" />
    <Report isRef="0" />
    <Variables isList="true" count="6">
      <value>,query,query,System.String,,False,False</value>
      <value>,tri,tri,System.String,,False,False</value>
      <value>,sth,sth,System.Decimal,,False,False</value>
      <value>,query2,query2,System.String,,False,False</value>
      <value>,toto,toto,System.String,,False,False</value>
      <value>,query3,query3,System.String,,False,False</value>
    </Variables>
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="2">
    <if_x0020_others Ref="10" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="5">
        <HeaderBand2 Ref="11" type="HeaderBand" isKey="true">
          <Brush>[191:191:191]</Brush>
          <ClientRectangle>0,0.4,28.7,1.2</ClientRectangle>
          <Components isList="true" count="31">
            <Text85 Ref="12" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>25.4,0,2.3,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text85</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Text>{Format("{0:dd/MM/yyyy}", Today)}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text85>
            <Text86 Ref="13" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,13.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,12,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text86</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Text>{"Report for: " +ComboBoxControl4.Control.SelectedItem+" " +
 ComboBoxControl1.Control.SelectedItem+" " +
ComboBoxControl2.Control.SelectedItem+" " +
 ComboBoxControl3.Control.SelectedItem}
</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text86>
            <Text88 Ref="14" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>8.8,0.6,0.6,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>84304a8568e34a03812a1689bf7e7e30</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text88</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "OID";</Tag>
              <Text>Gnfp</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text88>
            <Text89 Ref="15" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>12.4,0.6,1.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>2dc4e5eb4dfc4367b22fc01535e247a3</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text89</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "INT";</Tag>
              <Text>Sowing to
harvest</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text89>
            <Text90 Ref="16" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>14.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text90</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "OID";</Tag>
              <Text>Fruit
weight</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text90>
            <Text91 Ref="17" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>15.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text91</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "ZY";</Tag>
              <Text>Fruit
length</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text91>
            <Text92 Ref="18" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>16.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text92</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "CM";</Tag>
              <Text>Fruit
width</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text92>
            <Text93 Ref="19" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>17.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text93</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "WM";</Tag>
              <Text>Fruit
color L</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text93>
            <Text94 Ref="20" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>18.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>27f6c01f7a2e416b92ebea8ea7473ad6</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text94</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "PR";</Tag>
              <Text>Fruit
color a</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text94>
            <Text95 Ref="21" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>19.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text95</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "Nb gr";</Tag>
              <Text>Fruit
color b</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text95>
            <Text96 Ref="22" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>20.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text96</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "Nb pl";</Tag>
              <Text>Fruit
firmness</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text96>
            <Text97 Ref="23" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>21.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>ffcc57dd0ad14c41bd6d5b9602188f84</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text97</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "N°";</Tag>
              <Text>Flesh
color L</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text97>
            <Text98 Ref="24" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>22.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>e7b2d0c9af734c279ecb1cd3fb829062</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text98</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "Lieu";</Tag>
              <Text>Flesh
color a</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text98>
            <Text99 Ref="25" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>23.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>19d33edfd1e34f448ac3f57b8e68e792</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text99</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "Sachet";</Tag>
              <Text>Flesh
color b</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text99>
            <Text100 Ref="26" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>24.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>cc25eaf0657247a4b59f29458da7ee00</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text100</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "INT";</Tag>
              <Text>Flesh
firmness</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text100>
            <Text101 Ref="27" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>25.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>bf4b66272cd14539919dc292db22ed27</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text101</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: GENEA";</Tag>
              <Text>Cavity diameter</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text101>
            <Text102 Ref="28" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>26.8,0.6,0.6,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>9b038d8822924f0992f655e34ae2ab0e</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text102</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "OID";</Tag>
              <Text>Brix</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text102>
            <Text103 Ref="29" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;2;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>6.6,0.6,0.6,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7,Bold</Font>
              <Guid>276d8bef4d6843419d1bb57e0818cd20</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text103</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "Sachet";</Tag>
              <Text>Plant</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text103>
            <Text104 Ref="30" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>13.6,0.6,1.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>d20ccdbf920743e298ab4acdf05d9592</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text104</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "INT";</Tag>
              <Text>Pollination
to harvest</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text104>
            <Text105 Ref="31" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;2;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>7.2,0.6,0.6,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7,Bold</Font>
              <Guid>76d9aa8ce2b54ec79a68341ec06e9c2f</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text105</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "Sachet";</Tag>
              <Text>#</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text105>
            <Text106 Ref="32" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>11.4,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,5</Font>
              <Guid>7c2bc7e4a7eb4c7ea96a20a686726d7f</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text106</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "INT";</Tag>
              <Text>Sowing to
pollination</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text106>
            <Text107 Ref="33" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>9.4,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,5</Font>
              <Guid>c0e7f8c87ca4409cb069deeec2e6d296</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text107</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "INT";</Tag>
              <Text>Pollination
date</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text107>
            <Text108 Ref="34" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>7.8,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>36d2f98c80a8425f816aa687d86db06a</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text108</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "INT";</Tag>
              <Text>FFFd</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text108>
            <Text109 Ref="35" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>10.4,0.6,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text109</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "INT";</Tag>
              <Text>Harvest date</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text109>
            <Text110 Ref="36" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;2;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.6,2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7,Bold</Font>
              <Guid>6497017a64204caab10561a1567ea2cb</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text110</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "Sachet";</Tag>
              <Text>Plot code</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text110>
            <Text111 Ref="37" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;2;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2,0.6,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7,Bold</Font>
              <Guid>93e3002165444469bc8f13a20ed62b01</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text111</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "Sachet";</Tag>
              <Text>Seed source</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text111>
            <Text112 Ref="38" type="Text" isKey="true">
              <Border>AdvBlack;1;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>3.8,0.6,1.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>c22158fccef24a5f958c3d8a9b6ea561</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text112</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "OID";</Tag>
              <Text>Name</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text112>
            <Text113 Ref="39" type="Text" isKey="true">
              <Border>AdvBlack;1;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>5,0.6,0.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>33f1dbe66a354cfb8dae5d35e700df5c</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text113</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "OID";</Tag>
              <Text>Genealogy</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text113>
            <Text114 Ref="40" type="Text" isKey="true">
              <Border>AdvBlack;1;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>5.8,0.6,0.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>42352367639f48d89bd165ad415b2778</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text114</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "OID";</Tag>
              <Text>Sex type</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text114>
            <Text115 Ref="41" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;2;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>28,0.6,0.6,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>2b9440efec8e452abcb64d4b775bdbb6</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text115</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "ZY";</Tag>
              <Text>MXab</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text115>
            <Text116 Ref="42" type="Text" isKey="true">
              <Border>AdvBlack;2;Solid;Black;2;Solid;Black;1;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>27.4,0.6,0.6,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>0c8a0dd82d6e43c18e2c0e657ed59d6c</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text116</Name>
              <Page isRef="10" />
              <Parent isRef="11" />
              <Tag>CSV: "OID";</Tag>
              <Text>pH</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text116>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>HeaderBand2</Name>
          <Page isRef="10" />
          <Parent isRef="10" />
          <PrintOn>OnlyFirstPage</PrintOn>
          <PrintOnAllPages>False</PrintOnAllPages>
        </HeaderBand2>
        <GroupHeaderBand2 Ref="43" type="GroupHeaderBand" isKey="true">
          <Brush>[216:216:216]</Brush>
          <ClientRectangle>0,2.4,28.7,0</ClientRectangle>
          <Components isList="true" count="0" />
          <Condition>{data.plot_no+data.selection}</Condition>
          <Conditions isList="true" count="0" />
          <Name>GroupHeaderBand2</Name>
          <Page isRef="10" />
          <Parent isRef="10" />
        </GroupHeaderBand2>
        <DataBand2 Ref="44" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,3.2,28.7,0.5</ClientRectangle>
          <Components isList="true" count="29">
            <Text117 Ref="45" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>12.4,0,1.2,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>75a3d6b2dee34d1da6f6c310cbba0377</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text117</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: GENEA";</Tag>
              <Text>{DateDiff(data.date_harvest,data.date_sowing).Days}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="46" type="NumberFormat" isKey="true">
                <DecimalDigits>0</DecimalDigits>
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text117>
            <Text118 Ref="47" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>14.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>93b5ce8db6d64913b2a64fa9ab86e86f</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text118</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "OID";</Tag>
              <Text>{data.fruit_weight}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="48" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text118>
            <Text119 Ref="49" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>15.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>9f278f202e154a2db6b9443cd9d4d440</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text119</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{data.fruit_length}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="50" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text119>
            <Text120 Ref="51" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>19.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>443ac0d3e0824e96ab20607997302475</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text120</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "Nb gr";</Tag>
              <Text>{data.fruit_color_b}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="52" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text120>
            <Text121 Ref="53" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>16.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>304742e91833407cb2794792650c5600</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text121</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "CM";</Tag>
              <Text>{data.fruit_width}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="54" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text121>
            <Text122 Ref="55" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>17.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>da91ae6f855143a1a49bb03998b689aa</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text122</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "WM";</Tag>
              <Text>{data.fruit_color_L}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="56" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text122>
            <Text123 Ref="57" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>20.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>552c518ba2ce4eeebf3836b6e10003b4</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text123</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "Nb pl";</Tag>
              <Text>{data.firmness_ext}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="58" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text123>
            <Text124 Ref="59" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>18.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>9ba71a682acf42649ec248059364231b</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text124</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "PR";</Tag>
              <Text>{data.fruit_color_a}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="60" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text124>
            <Text125 Ref="61" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>21.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>73e0fcbc7441461e99482f1b1f6fbc38</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text125</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "N°";</Tag>
              <Text>{(data.flesh_color_L+data.flesh_color_L_2)/2}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="62" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text125>
            <Text126 Ref="63" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>22.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>7a3f633e90be4a17b7d20fdffc7f7f13</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text126</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "Lieu";</Tag>
              <Text>{(data.flesh_color_a+data.flesh_color_a_2)/2}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="64" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text126>
            <Text127 Ref="65" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>24.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>846788c40ef84ae9ba5ad96c4fc1f8ca</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text127</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "INT";</Tag>
              <Text>{(data.firmness_flesh+data.firmness_flesh_2)/2}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="66" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text127>
            <Text128 Ref="67" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>25.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>238137c1779441d2adefd784bd996273</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text128</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: GENEA";</Tag>
              <Text>{data.cavity_diameter}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="68" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text128>
            <Text129 Ref="69" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>26.8,0,0.6,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>3424661f5cf941bf88d3cbb3f655678a</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text129</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "OID";</Tag>
              <Text>{data.brix}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="70" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text129>
            <Text130 Ref="71" type="Text" isKey="true">
              <Border>AdvBlack;1;Solid;Black;1;Solid;Black;1;Solid;Black;2;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>28,0,0.6,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>13b98226b9644d1cb1eda049442578cf</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text130</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{data.MXab}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="72" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text130>
            <Text131 Ref="73" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>23.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>176a1b1f5f0a4f65b6318c905bbd6132</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text131</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "Sachet";</Tag>
              <Text>{(data.flesh_color_b+data.flesh_color_b_2)/2}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="74" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text131>
            <Text132 Ref="75" type="Text" isKey="true">
              <Border>AdvBlack;1;Solid;Black;1;Solid;Black;2;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>6.6,0,0.6,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7,Bold</Font>
              <Guid>dfd93638e6d4468585b4e24543d6397c</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text132</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "Lieu";</Tag>
              <Text>{data.num_plant}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text132>
            <Text133 Ref="76" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>13.6,0,1.2,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>7e5c78bfe9c04d8d891c072c8de147aa</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text133</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: GENEA";</Tag>
              <Text>{DateDiff(data.date_harvest,data.date_pol).Days}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="77" type="NumberFormat" isKey="true">
                <DecimalDigits>0</DecimalDigits>
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text133>
            <Text134 Ref="78" type="Text" isKey="true">
              <Border>AdvBlack;1;Solid;Black;1;Solid;Black;1;Solid;Black;2;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>7.2,0,0.6,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7,Bold</Font>
              <Guid>16ff37f5531f49a7bec1073e1757ce70</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text134</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "Lieu";</Tag>
              <Text>{data.fruit_id}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text134>
            <Text135 Ref="79" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>11.4,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>422767b0ef5e4a65a111e9d6e0412359</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text135</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: GENEA";</Tag>
              <Text>{DateDiff(data.date_pol,data.date_sowing).Days}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="80" type="NumberFormat" isKey="true">
                <DecimalDigits>0</DecimalDigits>
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text135>
            <Text136 Ref="81" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>9.4,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>56c7d491b4f24caba117f23a19540329</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text136</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "INT";</Tag>
              <Text>{Format("{0:dd/MM/yy}", data.date_pol)}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text136>
            <Text137 Ref="82" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>7.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>1e356bec41a347cea2f29364b8715e95</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text137</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "INT";</Tag>
              <Text>{Format("{0:dd/MM/yy}", data.FFFd)}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text137>
            <Text138 Ref="83" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>8.8,0,0.6,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>0ab18a9158874f92b876339d66c871bc</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text138</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: GENEA";</Tag>
              <Text>{data.Gnfp}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="84" type="NumberFormat" isKey="true">
                <DecimalDigits>0</DecimalDigits>
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text138>
            <Text139 Ref="85" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>10.4,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>e65ce73bdd8541019e714ab788bb6157</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text139</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "INT";</Tag>
              <Text>{Format("{0:dd/MM/yy}", data.date_harvest)}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text139>
            <Text140 Ref="86" type="Text" isKey="true">
              <Border>AdvBlack;1;Solid;Black;1;Solid;Black;2;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,2,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,5,Bold</Font>
              <Guid>7f72a0a97d094c70808f55e1c8367c05</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text140</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "Lieu";</Tag>
              <Text>{IIF(data.seed_lot.Substring(0,1)==" ",data.seed_lot.Substring(1,4)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3),data.seed_lot.Substring(0,5)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3))}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text140>
            <Text141 Ref="87" type="Text" isKey="true">
              <Border>AdvBlack;1;Solid;Black;1;Solid;Black;1;Solid;Black;2;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2,0,1.8,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,5,Bold</Font>
              <Guid>be63d225a5b24d2cb12d1b2b422750fa</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text141</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "Lieu";</Tag>
              <Text>{IIF(data.seed_source.Substring(0,1)==" ",data.seed_source.Substring(1,4)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3),data.seed_source.Substring(0,5)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3))}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text141>
            <Text142 Ref="88" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>3.8,0,1.2,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>0a242aa3e8c74fdf81d79c3f51c58c55</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text142</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "INT";</Tag>
              <Text>{data.name}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text142>
            <Text143 Ref="89" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>5,0,0.8,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,5</Font>
              <Guid>21904f4cb4704e8ba0cf999239ea4a7e</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text143</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "INT";</Tag>
              <Text>{data.genealogy}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text143>
            <Text144 Ref="90" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>5.8,0,0.8,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>eb19256958bc4304a0bdf7199fc5678b</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text144</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "INT";</Tag>
              <Text>{data.sex_type}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text144>
            <Text145 Ref="91" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>27.4,0,0.6,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>8f2d5c5686ec4023a5ccb5383f827149</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text145</Name>
              <Page isRef="10" />
              <Parent isRef="44" />
              <Tag>CSV: "OID";</Tag>
              <Text>{data.ph}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="92" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text145>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>data</DataSourceName>
          <Filters isList="true" count="0" />
          <Name>DataBand2</Name>
          <Page isRef="10" />
          <Parent isRef="10" />
          <Sort isList="true" count="4">
            <value>ASC</value>
            <value>num_plant</value>
            <value>ASC</value>
            <value>fruit_id</value>
          </Sort>
        </DataBand2>
        <GroupFooterBand2 Ref="93" type="GroupFooterBand" isKey="true">
          <Brush>[216:216:216]</Brush>
          <ClientRectangle>0,4.5,28.7,0.5</ClientRectangle>
          <Components isList="true" count="22">
            <Text147 Ref="94" type="Text" isKey="true">
              <Border>AdvBlack;1;Solid;Black;1;Solid;Black;2;Solid;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,2,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,5,Bold</Font>
              <Guid>cda4f94de4da430e8d948bad619ee603</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text147</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "Lieu";</Tag>
              <Text>{IIF(data.seed_lot.Substring(0,1)==" ",data.seed_lot.Substring(1,4)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3),data.seed_lot.Substring(0,5)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3))}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text147>
            <Text148 Ref="95" type="Text" isKey="true">
              <Border>AdvBlack;1;Solid;Black;1;Solid;Black;1;Solid;Black;2;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2,0,1.8,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,5,Bold</Font>
              <Guid>c8f044ed926f450c90f449b4ce39c032</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text148</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "Lieu";</Tag>
              <Text>{IIF(data.seed_source.Substring(0,1)==" ",data.seed_source.Substring(1,4)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3),data.seed_source.Substring(0,5)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3))}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text148>
            <Text149 Ref="96" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>15.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>a9c471b82bc24ad6bf6736f1af00f9e4</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text149</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,data.fruit_length)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="97" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text149>
            <Text150 Ref="98" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>14.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>5abb2d0b3a9d4765b8a10f365ce532fc</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text150</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,data.fruit_weight)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="99" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Totals</Type>
              <VertAlignment>Center</VertAlignment>
            </Text150>
            <Text151 Ref="100" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>16.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>17fad40d778a4273a177012aebc4f1ac</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text151</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,data.fruit_width)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="101" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Totals</Type>
              <VertAlignment>Center</VertAlignment>
            </Text151>
            <Text152 Ref="102" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>17.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>f5516b5030824a28a58b35653a7ff155</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text152</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,data.fruit_color_L)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="103" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Totals</Type>
              <VertAlignment>Center</VertAlignment>
            </Text152>
            <Text153 Ref="104" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>18.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>d24b657c50154f7da158b5f7b3f134b4</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text153</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,data.fruit_color_a)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="105" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Totals</Type>
              <VertAlignment>Center</VertAlignment>
            </Text153>
            <Text154 Ref="106" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>19.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>a5676277f0a44db48d396f5c1bd68bfb</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text154</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,data.fruit_color_b)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="107" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Totals</Type>
              <VertAlignment>Center</VertAlignment>
            </Text154>
            <Text155 Ref="108" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>20.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>79256e8e005c46eb8ed0cc527ea031b1</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text155</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,data.firmness_ext)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="109" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Totals</Type>
              <VertAlignment>Center</VertAlignment>
            </Text155>
            <Text156 Ref="110" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>21.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>f3d8eaa07e3a4a32af5e310fa6f554ab</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text156</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,(data.flesh_color_L+data.flesh_color_L_2)/2)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="111" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text156>
            <Text157 Ref="112" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>22.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>2821648e393149ab9cbf2cce5f18a6b3</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text157</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,(data.flesh_color_a+data.flesh_color_a_2)/2)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="113" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text157>
            <Text158 Ref="114" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>23.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>90a30d221f794de3955388e9f59dda6a</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text158</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,(data.flesh_color_b+data.flesh_color_b_2)/2)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="115" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text158>
            <Text159 Ref="116" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>24.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>a53b61182ec1461eaf028f30d89941ac</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text159</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,(data.firmness_flesh+data.firmness_flesh_2)/2)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="117" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text159>
            <Text160 Ref="118" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>25.8,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>33214bf3c4e14fb0abaabf727231e2b2</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text160</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,data.cavity_diameter)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="119" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Totals</Type>
              <VertAlignment>Center</VertAlignment>
            </Text160>
            <Text161 Ref="120" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>26.8,0,0.6,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>62b189eb5f83488786bb069460309beb</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text161</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,data.brix)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="121" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Totals</Type>
              <VertAlignment>Center</VertAlignment>
            </Text161>
            <Text162 Ref="122" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>27.4,0,0.6,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>21f3b803b60d4ef8a5953c82a3291886</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text162</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "ZY";</Tag>
              <Text>{Avg(GroupHeaderBand2,data.ph)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="123" type="NumberFormat" isKey="true">
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Totals</Type>
              <VertAlignment>Center</VertAlignment>
            </Text162>
            <Text163 Ref="124" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>3.8,0,1.2,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>28570abc711d40dc96f6b50e176fe59b</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text163</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "INT";</Tag>
              <Text>{data.name}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text163>
            <Text164 Ref="125" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>5,0,0.8,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,5</Font>
              <Guid>e6c9495795cd4279b28234925f08b518</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text164</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "INT";</Tag>
              <Text>{data.genealogy}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text164>
            <Text165 Ref="126" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>5.8,0,0.8,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>dd910ed8047d4efe892f4617bde463d9</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text165</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: "INT";</Tag>
              <Text>{data.sex_type}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text165>
            <Text166 Ref="127" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>13.6,0,1.2,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>2f7dbcd9e84a442396cc8ee5c652d8aa</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text166</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: GENEA";</Tag>
              <Text>{Totals.Avg(GroupHeaderBand2,DateDiff(data.date_harvest,data.date_pol).Days)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="128" type="NumberFormat" isKey="true">
                <DecimalDigits>0</DecimalDigits>
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text166>
            <Text167 Ref="129" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>12.4,0,1.2,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>0dc07e884b0b408e939290e49cb0fe0d</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text167</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: GENEA";</Tag>
              <Text>{Totals.Avg(GroupHeaderBand2,DateDiff(data.date_harvest,data.date_sowing).Days)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="130" type="NumberFormat" isKey="true">
                <DecimalDigits>0</DecimalDigits>
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text167>
            <Text168 Ref="131" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>11.4,0,1,0.5</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,7</Font>
              <Guid>90f1b419860c4f4b8d5a005fcea5f128</Guid>
              <HideZeros>True</HideZeros>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text168</Name>
              <Page isRef="10" />
              <Parent isRef="93" />
              <Tag>CSV: GENEA";</Tag>
              <Text>{Totals.Avg(GroupHeaderBand2,DateDiff(data.date_pol,data.date_sowing).Days)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="132" type="NumberFormat" isKey="true">
                <DecimalDigits>0</DecimalDigits>
                <GroupSeparator> </GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text168>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>GroupFooterBand2</Name>
          <Page isRef="10" />
          <Parent isRef="10" />
        </GroupFooterBand2>
        <DataBand4 Ref="133" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,5.8,28.7,0.8</ClientRectangle>
          <Components isList="true" count="0" />
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <Filters isList="true" count="0" />
          <Guid>742b30156afd4d62b749ace45ea3d061</Guid>
          <Name>DataBand4</Name>
          <Page isRef="10" />
          <Parent isRef="10" />
          <Sort isList="true" count="0" />
        </DataBand4>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>6deb30464d9641a19a4cbcf7c0c9504e</Guid>
      <Margins>0.5,0.5,1,1</Margins>
      <Name>if others</Name>
      <Orientation>Landscape</Orientation>
      <PageHeight>21</PageHeight>
      <PageWidth>29.7</PageWidth>
      <Report isRef="0" />
      <Watermark Ref="134" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[237:28:36]</TextBrush>
      </Watermark>
    </if_x0020_others>
    <Form1 Ref="135" type="Stimulsoft.Report.Dialogs.StiForm" isKey="true">
      <BackColor>ControlLightLight</BackColor>
      <Components isList="true" count="16">
        <ButtonControl1 Ref="136" type="Stimulsoft.Report.Dialogs.StiButtonControl" isKey="true">
          <ClickEvent>if (ComboBoxControl4.Control.SelectedItem!=null &amp;&amp; ComboBoxControl6.Control.Text=="=")
{query = query + "and kav.kav_halofi='" + ComboBoxControl4.Control.Text+"' ";}
else if (ComboBoxControl4.Control.Text!=null &amp;&amp; ComboBoxControl6.Control.Text=="Like")
{query = query + "and kav.kav_halofi like '%" + ComboBoxControl4.Control.Text+"%' ";}
if (ComboBoxControl1.Control.SelectedItem!=null) 
{query = query + "and project_name='" + ComboBoxControl1.Control.SelectedItem+"' ";}
if (ComboBoxControl2.Control.SelectedItem!=null )
{query = query + "and atar.name='" + ComboBoxControl2.Control.SelectedItem+"' ";}
if (ComboBoxControl3.Control.SelectedItem!=null )
{query = query + "and kav.year=" + ComboBoxControl3.Control.SelectedItem;}


if (TextBoxControl1.Text!="" || TextBoxControl2.Text!="" )
{query = query + "and kav.plot_no between " + TextBoxControl1.Text+" and " + TextBoxControl2.Text;}
	data.Connect();</ClickEvent>
          <ClientRectangle>24,320,96,24</ClientRectangle>
          <Components isList="true" count="0" />
          <Default>True</Default>
          <DialogResult>OK</DialogResult>
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Location>24, 320</Location>
          <Name>ButtonControl1</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>96, 24</Size>
          <Text>OK</Text>
        </ButtonControl1>
        <ButtonControl2 Ref="137" type="Stimulsoft.Report.Dialogs.StiButtonControl" isKey="true">
          <Cancel>True</Cancel>
          <ClientRectangle>160,320,96,24</ClientRectangle>
          <Components isList="true" count="0" />
          <DialogResult>Cancel</DialogResult>
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Location>160, 320</Location>
          <Name>ButtonControl2</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>96, 24</Size>
          <Text>Cancel</Text>
        </ButtonControl2>
        <LabelControl2 Ref="138" type="Stimulsoft.Report.Dialogs.StiLabelControl" isKey="true">
          <BackColor>ControlLightLight</BackColor>
          <ClientRectangle>24,154,88,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Location>24, 154</Location>
          <Name>LabelControl2</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>88, 20</Size>
          <Text>Location</Text>
        </LabelControl2>
        <ComboBoxControl1 Ref="139" type="Stimulsoft.Report.Dialogs.StiComboBoxControl" isKey="true">
          <BackColor>Window</BackColor>
          <ClientRectangle>112,128,160,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Items isList="true" count="0" />
          <ItemsBinding>projects.project_name</ItemsBinding>
          <Location>112, 128</Location>
          <Name>ComboBoxControl1</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <SelectedItemBinding>projects.project_name</SelectedItemBinding>
          <SelectedValueBinding>projects.project_name</SelectedValueBinding>
          <Size>160, 20</Size>
          <Sorted>True</Sorted>
          <Text>ComboBox</Text>
          <TextBinding>projects.project_name</TextBinding>
        </ComboBoxControl1>
        <ComboBoxControl2 Ref="140" type="Stimulsoft.Report.Dialogs.StiComboBoxControl" isKey="true">
          <BackColor>Window</BackColor>
          <ClientRectangle>112,152,160,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Items isList="true" count="0" />
          <ItemsBinding>locations.name</ItemsBinding>
          <Location>112, 152</Location>
          <MaxDropDownItems>15</MaxDropDownItems>
          <Name>ComboBoxControl2</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <SelectedItemBinding>locations.name</SelectedItemBinding>
          <SelectedValueBinding>locations.name</SelectedValueBinding>
          <Size>160, 20</Size>
          <Sorted>True</Sorted>
          <Text>ComboBox</Text>
        </ComboBoxControl2>
        <LabelControl1 Ref="141" type="Stimulsoft.Report.Dialogs.StiLabelControl" isKey="true">
          <BackColor>ControlLightLight</BackColor>
          <ClientRectangle>24,128,88,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Location>24, 128</Location>
          <Name>LabelControl1</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>88, 20</Size>
          <Text>Project</Text>
        </LabelControl1>
        <LabelControl3 Ref="142" type="Stimulsoft.Report.Dialogs.StiLabelControl" isKey="true">
          <BackColor>ControlLightLight</BackColor>
          <ClientRectangle>24,176,88,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Guid>cd655897b26e4bb8952809f2513045b7</Guid>
          <Location>24, 176</Location>
          <Name>LabelControl3</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>88, 20</Size>
          <Text>Year</Text>
        </LabelControl3>
        <ComboBoxControl3 Ref="143" type="Stimulsoft.Report.Dialogs.StiComboBoxControl" isKey="true">
          <BackColor>Window</BackColor>
          <ClientRectangle>112,176,160,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Guid>0c01804f583c454394fcbf60d7d3427f</Guid>
          <Items isList="true" count="0" />
          <ItemsBinding>years.year</ItemsBinding>
          <Location>112, 176</Location>
          <Name>ComboBoxControl3</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <SelectedItemBinding>years.year</SelectedItemBinding>
          <SelectedValueBinding>years.year</SelectedValueBinding>
          <Size>160, 20</Size>
          <Text>ComboBox</Text>
          <TextBinding>years.year</TextBinding>
        </ComboBoxControl3>
        <PictureBoxControl2 Ref="144" type="Stimulsoft.Report.Dialogs.StiPictureBoxControl" isKey="true">
          <BackColor>Control</BackColor>
          <ClientRectangle>96,0,96,80</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Guid>07c8efdf4bf640de89c53ebd8ee9b6de</Guid>
          <Image>/9j/4AAQSkZJRgABAQEAYABgAAD/4QAWRXhpZgAASUkqAAgAAAAAAAAAAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCABaAG4DASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD36mySJFG0kjqiKMszHAA9zTq8u+KXiFmb/hH4CAMLLOwbn1C/yP5VnVqKnHmZrRpOrNRR0lz8RdCtp2j3TugOBKkfysfbJ5q9pHjLRdYkEUFz5cxGfLlG014To2j6h4i1N7LTYxJOiF3dm2gDOOvYVNfaXrHh24C39pJbnOELDKN9COD+BriWJq/E1oeg8HR+FPU+j6K4X4deIzqNnLYXU5aeIgwhzljHjpnvgg/n7V3Vd1OanHmR5tWm6cnFi0UUVZAUUUUAFFFFABRRRQAleA+K5UufFup3C42G4KgkdNpCk/Tg179XgviFXPi3U9w2Kty7ELkZ5Jzj9f1rixvwI78vtzv0NH4csll42QrMPLuLZ4sHIychh7Z4OPrXV/Fiyml8NRX8YLJZS75VH91uN34HH5muCs4XE2Szo3VGVsZI6MMfhXqWha/Y+I9FuoNRijkNtGPtazIGjdeTuweCPlPGOorLC1Izi6TN8XTlTmq0Tz/4bwTx6zHrV5bPb6clu5F1c/JHknA2E8Hv09fz7LUviXpdtJss1+0KrYaQttX8OpNeU6x4mutf1G4uJJGisVBjtLZDtSKIcAYHGTjn6Y6cVgPayXO5FujuI4hVCG29+elbRfL7sC3h1L97WXyR7rZfEvTJmIuYzEMD5o23jJ7Y4P5ZrrbDUrPVLfzrOdZU746j6jqK+adAu0tbueEKTLGAN0nJA/I5+uK6HSvE9xpWrpdWzAv/ABxI5xKB7fh1+nTFXGs1LlkYVMLTlDnp6H0BSV5b4++KY0uyt7XQWR725hEzysM/Z0IGMj+8ffpj3ryO68Z3qpvmury6nk5LNO2Ppzn9OK6OY85prRn0zqfibRdHcR3+owwyH/lnnc3/AHyMkVY03WNO1iJpdOvYLpFxuMTg7c9Mjt+NfG13dy30zFmJLHJ5/wA5r6V+D3ht9B8FJPOUM+oMLjIXkRkDYCe/c/8AAqSdwsehUUlLVCErxf4jWElr4snmeJTDdxq6MvXhdpz75H6ivZ2OBmuH+IVg2o6Qk8XMlq+8gDJKEYb+h/CufEw5qb8jpwk+Wqr9TzWGSTZGisoIOQTV9Z7zddrYpNKZ7SeJoYwSX3IwH5MQayYHKsdoBxgrXR6LZ6jDqcF4YhDEBukZ+NykdAOteHGbhLmXQ9+py8jucBbWF1NfvpsVq7XVurF4VxnAPPHc5z/k1ZMKpLPZ3OYLuFikyFskEHLe3QduK9Qjk0e0vZtSigtTeTDEjqAJCPY59h+I5rnPESaf4ysw/lta3sQLLdCNQ+DxhhuGRjtn8q6I1nJ32Ry/XpK6S0PJZtRezm85CS687s9Rmug0Ky1nXGub2zgR5FjACSMFxk8tgn0Hb1JNQ6n4Vs9P0t3TUXa7ifDAqFDjP3QBuwc9934V1Og6haW7R2sq29uIoc3DW8YQQYz96XqWyOF9RjOa7lOM9Uec6k6ehwmv+GPEmiKZdTspfs7/ADG4iPmR7exJGcfjisBEe6uo7ezR5ZpWCKq/MzsegFe+WniqxWCTToJPOl8pClu4HzBlBwARg4HUHsDiuF8JafY/8J7NqVpHGkSwFljVdvlyEgN8pJxxnoSOePSqnVdODk+hgk6k/U1fD/waEkMdxr+rrbk4LW1uNxHsWPH5D8a9wtNW06zt4bSFkWCFFjQKfuqBgDn2FcHfXflA5bgDJrJh1AXKCWFyyHoa86ji6zfMzpnQge1o6yIHQgqRkEd6WuX8EahJd6dNBIcmBxt+h7foa6ivbhLmimcMlZ2I5s+WcVzOoM+4jtXUsNwIrIv7LeCQOaoSPJNT0efTr1ZrWPzIN+7b12nPQ+1dItw5VV1GSKMMMtEX/T3Fat3ZupOVrHl02FpGkaP94f4h1rzMRgk3eB6EcU5RSkQ6hMk0W1QTEoJz/sj0FYUu6zjdYsJKcHA6PwCQarXepXMF5KjWji3VBGi4wWPJzj0HP+cVHp8txrd28SwSNK3KEqQFPv7dq5I05W2BpX3OG1/T57lZNVtL7bDGwk8nByG//XTtOlvbjww1jaWlzdS3VwA0cMTPhVGRnH+0c16zpPgHRrEGS+hW5cnPksx8pfw7/U/lXUpqMFjAsNnFDFCowqoo2j6AV2wlZJGU48x8+appHiDTLq0vV0nUoxFaxqZBbvgMo4B49gOaPDGsJZ6/JcuvlxTArtHRe/8AOvcLvW3jhZRJKxbJ3E9PwOa8o8TQWcutx3NtZ5kfc80aHAbGOeOnWrlyzi4yJS5XdHXS6raugZpVwRTYrm3ZdsJXA7DtXmnmXKRo6yuqROVXJ7nnHv0rrPh/4kt08VW6X6m4eV/L+dAQp7Ee+awjglFKzKeIv0Pb/BemSWGktNMpWS5YNtPUKOn8zXS1DbTCeMMOhqavThHljZHLJ3d2LTHUMOadRVCMXUIBtJArm5kIkNdtcRbweK53U447YbmXPt61FRpRuy4auxhy6fDP806qoIxuIGSKfa/YbFPLtUVATy3c/U1j3d7daheeXaKWIPzN2FXbbQJmIeed93oK5VCU9TbmSLN5cLsJBPPvWNcT44DAf0rdPh+M/wDLaQfjTB4YticuXf6mmqLF7RHG3l7uyoyzdAB1rn9X8OXU0DX3lu7oCwjXqw9K9ai0G2j4jgUfhVt9EJiACdK2jSSWpm53PmeciMttV94UM69Bmuq+HmjXl5rUV1ExNqhLMDztPYD3zXrFx4N0u7uPOudOheXoXK4J+vrXQaLotrYqsdvbpFGvRUXAFVy9ybmxpMbR2qhq0KYihVAFOrQkWkpe9JQAEZrB8Q+GIfECwCSeWHyX3AxnGeQSP0repaTSejGnYyLXQLS0iCRRqoFWP7Ni9Kvd6WgCh/ZyZpwsEFXaKYiulrGnQVL5a4xin0UARGBD/CKcsap0GKfRQAlFLRQB/9k=</Image>
          <Location>96, 0</Location>
          <Name>PictureBoxControl2</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>96, 80</Size>
          <SizeMode>StretchImage</SizeMode>
          <TransparentColor>Transparent</TransparentColor>
        </PictureBoxControl2>
        <ComboBoxControl4 Ref="145" type="Stimulsoft.Report.Dialogs.StiComboBoxControl" isKey="true">
          <BackColor>Window</BackColor>
          <ClientRectangle>128,104,144,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Guid>25d8efdc00fe4eb69d51ad62f235e8eb</Guid>
          <Items isList="true" count="0" />
          <ItemsBinding>names.alt_names</ItemsBinding>
          <Location>128, 104</Location>
          <MaxDropDownItems>15</MaxDropDownItems>
          <Name>ComboBoxControl4</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <SelectedItemBinding>names.alt_names</SelectedItemBinding>
          <SelectedValueBinding>names.alt_names</SelectedValueBinding>
          <Size>144, 20</Size>
          <Sorted>True</Sorted>
          <Text />
          <TextBinding>names.alt_names</TextBinding>
        </ComboBoxControl4>
        <LabelControl4 Ref="146" type="Stimulsoft.Report.Dialogs.StiLabelControl" isKey="true">
          <BackColor>ControlLightLight</BackColor>
          <ClientRectangle>24,104,56,16</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Guid>4dc84a5bf4124ab48db4a14deb96a3bb</Guid>
          <Location>24, 104</Location>
          <Name>LabelControl4</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>56, 16</Size>
          <Text>Alt. name</Text>
        </LabelControl4>
        <TextBoxControl1 Ref="147" type="Stimulsoft.Report.Dialogs.StiTextBoxControl" isKey="true">
          <BackColor>Window</BackColor>
          <ClientRectangle>96,200,64,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <LeaveEvent>TextBoxControl2.Text=TextBoxControl1.Text</LeaveEvent>
          <Location>96, 200</Location>
          <Name>TextBoxControl1</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>64, 20</Size>
          <Text />
        </TextBoxControl1>
        <TextBoxControl2 Ref="148" type="Stimulsoft.Report.Dialogs.StiTextBoxControl" isKey="true">
          <BackColor>Window</BackColor>
          <ClientRectangle>208,200,64,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Guid>f3f044d2982e4ed09ff71df3b08dc617</Guid>
          <Location>208, 200</Location>
          <Name>TextBoxControl2</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>64, 20</Size>
          <Text />
        </TextBoxControl2>
        <LabelControl5 Ref="149" type="Stimulsoft.Report.Dialogs.StiLabelControl" isKey="true">
          <BackColor>ControlLightLight</BackColor>
          <ClientRectangle>24,200,56,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Guid>a0c35a9170854dcab81ef3fe2e62ccb7</Guid>
          <Location>24, 200</Location>
          <Name>LabelControl5</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>56, 20</Size>
          <Text>Plots...</Text>
        </LabelControl5>
        <LabelControl6 Ref="150" type="Stimulsoft.Report.Dialogs.StiLabelControl" isKey="true">
          <BackColor>ControlLightLight</BackColor>
          <ClientRectangle>168,200,32,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Guid>e6fd7b6f42854e9f86bf674b6a453fb0</Guid>
          <Location>168, 200</Location>
          <Name>LabelControl6</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>32, 20</Size>
          <Text>to...</Text>
        </LabelControl6>
        <ComboBoxControl6 Ref="151" type="Stimulsoft.Report.Dialogs.StiComboBoxControl" isKey="true">
          <BackColor>Window</BackColor>
          <ClientRectangle>80,104,48,20</ClientRectangle>
          <Components isList="true" count="0" />
          <Font>Microsoft Sans Serif,8</Font>
          <ForeColor>Black</ForeColor>
          <Guid>e51659cb9e6449e480c5079e965fbd05</Guid>
          <Items isList="true" count="2">
            <value>=</value>
            <value>Like</value>
          </Items>
          <Location>80, 104</Location>
          <MaxDropDownItems>15</MaxDropDownItems>
          <Name>ComboBoxControl6</Name>
          <Page isRef="135" />
          <Parent isRef="135" />
          <Size>48, 20</Size>
          <Sorted>True</Sorted>
          <Text>=</Text>
        </ComboBoxControl6>
      </Components>
      <Font>Microsoft Sans Serif,8</Font>
      <Guid>09fe9e7c0e6e4f85b3bd2cb2eaef4a54</Guid>
      <LoadFormEvent>ComboBoxControl3.Control.SelectedItem = null;

ComboBoxControl6.Control.SelectedItem ="=";</LoadFormEvent>
      <Location>0, 0</Location>
      <Name>Form1</Name>
      <Report isRef="0" />
      <Size>288, 376</Size>
      <Text>Choix de la liste</Text>
    </Form1>
  </Pages>
  <PrinterSettings Ref="152" type="Stimulsoft.Report.Print.StiPrinterSettings" isKey="true" />
  <ReferencedAssemblies isList="true" count="8">
    <value>System.Dll</value>
    <value>System.Drawing.Dll</value>
    <value>System.Windows.Forms.Dll</value>
    <value>System.Data.Dll</value>
    <value>System.Xml.Dll</value>
    <value>Stimulsoft.Controls.Dll</value>
    <value>Stimulsoft.Base.Dll</value>
    <value>Stimulsoft.Report.Dll</value>
  </ReferencedAssemblies>
  <ReportAlias>Report</ReportAlias>
  <ReportChanged>12/30/2013 9:38:26 AM</ReportChanged>
  <ReportCreated>10/29/2008 12:39:25 PM</ReportCreated>
  <ReportDescription>Liste des n° semis qui ont des tests labos (présence d'un filtre sur DataBand1)</ReportDescription>
  <ReportFile>V:\Users\jennifer.pouillard\Desktop\report.mrt</ReportFile>
  <ReportGuid>ae6b1dd4503a480780b56adec1816d51</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2011.1.909</ReportVersion>
  <Script>using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.ReportControls;
using Stimulsoft.Report.Components;

namespace Reports
{
    
    public class Report : Stimulsoft.Report.StiReport
    {
        
        public Report()
        {
            this.InitializeComponent();
			this.PrinterSettings.PrinterName = "SRYCOPIER_LABO";
        }
        #region StiReport Designer generated code - do not modify
        public string query;
        public string tri;
        public decimal sth;
        public string query2;
        public string toto;
        public string query3;
        public Stimulsoft.Report.Components.StiPage if_sowing;
        public Stimulsoft.Report.Components.StiHeaderBand HeaderBand1;
        public Stimulsoft.Report.Components.StiText Text2;
        public Stimulsoft.Report.Components.StiText Text48;
        public Stimulsoft.Report.Components.StiText Text45;
        public Stimulsoft.Report.Components.StiText Text24;
        public Stimulsoft.Report.Components.StiText Text16;
        public Stimulsoft.Report.Components.StiText Text18;
        public Stimulsoft.Report.Components.StiText Text22;
        public Stimulsoft.Report.Components.StiText Text23;
        public Stimulsoft.Report.Components.StiText Text33;
        public Stimulsoft.Report.Components.StiText Text21;
        public Stimulsoft.Report.Components.StiText Text7;
        public Stimulsoft.Report.Components.StiText Text26;
        public Stimulsoft.Report.Components.StiText Text32;
        public Stimulsoft.Report.Components.StiText Text40;
        public Stimulsoft.Report.Components.StiText Text35;
        public Stimulsoft.Report.Components.StiText Text36;
        public Stimulsoft.Report.Components.StiText Text37;
        public Stimulsoft.Report.Components.StiText Text9;
        public Stimulsoft.Report.Components.StiText Text28;
        public Stimulsoft.Report.Components.StiText Text1;
        public Stimulsoft.Report.Components.StiText Text6;
        public Stimulsoft.Report.Components.StiText Text42;
        public Stimulsoft.Report.Components.StiText Text50;
        public Stimulsoft.Report.Components.StiText Text11;
        public Stimulsoft.Report.Components.StiText Text13;
        public Stimulsoft.Report.Components.StiText Text57;
        public Stimulsoft.Report.Components.StiText Text59;
        public Stimulsoft.Report.Components.StiText Text61;
        public Stimulsoft.Report.Components.StiText Text63;
        public Stimulsoft.Report.Components.StiText Text38;
        public Stimulsoft.Report.Components.StiText Text81;
        public Stimulsoft.Report.Components.StiText Text169;
        public Stimulsoft.Report.Components.StiText Text170;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand1;
        public Stimulsoft.Report.Components.StiDataBand DataBand1;
        public Stimulsoft.Report.Components.StiText Text8;
        public Stimulsoft.Report.Components.StiText Text12;
        public Stimulsoft.Report.Components.StiText Text14;
        public Stimulsoft.Report.Components.StiText Text15;
        public Stimulsoft.Report.Components.StiText Text17;
        public Stimulsoft.Report.Components.StiText Text19;
        public Stimulsoft.Report.Components.StiText Text25;
        public Stimulsoft.Report.Components.StiText Text27;
        public Stimulsoft.Report.Components.StiText Text30;
        public Stimulsoft.Report.Components.StiText Text31;
        public Stimulsoft.Report.Components.StiText Text34;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text34_Avg;
        public Stimulsoft.Report.Components.StiText Text41;
        public Stimulsoft.Report.Components.StiText Text46;
        public Stimulsoft.Report.Components.StiText Text49;
        public Stimulsoft.Report.Components.StiText Text44;
        public Stimulsoft.Report.Components.StiText Text29;
        public Stimulsoft.Report.Components.StiText Text5;
        public Stimulsoft.Report.Components.StiText Text39;
        public Stimulsoft.Report.Components.StiText Text43;
        public Stimulsoft.Report.Components.StiText Text54;
        public Stimulsoft.Report.Components.StiText Text55;
        public Stimulsoft.Report.Components.StiText Text4;
        public Stimulsoft.Report.Components.StiText Text56;
        public Stimulsoft.Report.Components.StiText Text58;
        public Stimulsoft.Report.Components.StiText Text60;
        public Stimulsoft.Report.Components.StiText Text62;
        public Stimulsoft.Report.Components.StiText Text64;
        public Stimulsoft.Report.Components.StiText Text82;
        public Stimulsoft.Report.Components.StiText Text84;
        public Stimulsoft.Report.Components.StiText Text47;
        public Stimulsoft.Report.Components.StiText Text146;
        public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand1;
        public Stimulsoft.Report.Components.StiText Text3;
        public Stimulsoft.Report.Components.StiText Text10;
        public Stimulsoft.Report.Components.StiText Text20;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text20_Avg;
        public Stimulsoft.Report.Components.StiText Text51;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text51_Avg;
        public Stimulsoft.Report.Components.StiText Text53;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text53_Avg;
        public Stimulsoft.Report.Components.StiText Text65;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text65_Avg;
        public Stimulsoft.Report.Components.StiText Text66;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text66_Avg;
        public Stimulsoft.Report.Components.StiText Text67;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text67_Avg;
        public Stimulsoft.Report.Components.StiText Text68;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text68_Avg;
        public Stimulsoft.Report.Components.StiText Text69;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text69_Avg;
        public Stimulsoft.Report.Components.StiText Text70;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text70_Avg;
        public Stimulsoft.Report.Components.StiText Text71;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text71_Avg;
        public Stimulsoft.Report.Components.StiText Text72;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text72_Avg;
        public Stimulsoft.Report.Components.StiText Text73;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text73_Avg;
        public Stimulsoft.Report.Components.StiText Text74;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text74_Avg;
        public Stimulsoft.Report.Components.StiText Text75;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text75_Avg;
        public Stimulsoft.Report.Components.StiText Text52;
        public Stimulsoft.Report.Components.StiText Text76;
        public Stimulsoft.Report.Components.StiText Text77;
        public Stimulsoft.Report.Components.StiText Text78;
        public Stimulsoft.Report.Components.StiText Text79;
        public Stimulsoft.Report.Components.StiText Text80;
        public Stimulsoft.Report.Components.StiText Text171;
        public Stimulsoft.Report.Components.StiText Text172;
        public Stimulsoft.Report.Components.StiText Text173;
        public Stimulsoft.Report.Components.StiText Text174;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text174_Avg;
        public Stimulsoft.Report.Components.StiText Text83;
        public Stimulsoft.Report.Components.StiText Text264;
        public Stimulsoft.Report.Components.StiText Text347;
        public Stimulsoft.Report.Components.StiText Text348;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text348_Avg;
        public Stimulsoft.Report.Components.StiText Text349;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text349_Avg;
        public Stimulsoft.Report.Components.StiText Text350;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text350_Avg;
        public Stimulsoft.Report.Components.StiText Text351;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text351_Avg;
        public Stimulsoft.Report.Components.StiText Text352;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text352_Avg;
        public Stimulsoft.Report.Components.StiText Text353;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text353_Avg;
        public Stimulsoft.Report.Components.StiText Text354;
        public Stimulsoft.Report.Components.StiText Text355;
        public Stimulsoft.Report.Components.StiText Text356;
        public Stimulsoft.Report.Components.StiText Text357;
        public Stimulsoft.Report.Components.StiText Text358;
        public Stimulsoft.Report.Components.StiText Text359;
        public Stimulsoft.Report.Components.StiText Text360;
        public Stimulsoft.Report.Components.StiText Text361;
        public Stimulsoft.Report.Components.StiText Text362;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text362_Avg;
        public Stimulsoft.Report.Components.StiText Text363;
        public Stimulsoft.Report.Components.StiWatermark if_sowing_Watermark;
        public Stimulsoft.Report.Components.StiPage if_sowing_hybrids;
        public Stimulsoft.Report.Components.StiHeaderBand HeaderBand3;
        public Stimulsoft.Report.Components.StiText Text87;
        public Stimulsoft.Report.Components.StiText Text175;
        public Stimulsoft.Report.Components.StiText Text176;
        public Stimulsoft.Report.Components.StiText Text177;
        public Stimulsoft.Report.Components.StiText Text178;
        public Stimulsoft.Report.Components.StiText Text179;
        public Stimulsoft.Report.Components.StiText Text180;
        public Stimulsoft.Report.Components.StiText Text181;
        public Stimulsoft.Report.Components.StiText Text182;
        public Stimulsoft.Report.Components.StiText Text183;
        public Stimulsoft.Report.Components.StiText Text184;
        public Stimulsoft.Report.Components.StiText Text185;
        public Stimulsoft.Report.Components.StiText Text186;
        public Stimulsoft.Report.Components.StiText Text187;
        public Stimulsoft.Report.Components.StiText Text188;
        public Stimulsoft.Report.Components.StiText Text189;
        public Stimulsoft.Report.Components.StiText Text190;
        public Stimulsoft.Report.Components.StiText Text191;
        public Stimulsoft.Report.Components.StiText Text192;
        public Stimulsoft.Report.Components.StiText Text193;
        public Stimulsoft.Report.Components.StiText Text194;
        public Stimulsoft.Report.Components.StiText Text195;
        public Stimulsoft.Report.Components.StiText Text196;
        public Stimulsoft.Report.Components.StiText Text197;
        public Stimulsoft.Report.Components.StiText Text198;
        public Stimulsoft.Report.Components.StiText Text199;
        public Stimulsoft.Report.Components.StiText Text200;
        public Stimulsoft.Report.Components.StiText Text201;
        public Stimulsoft.Report.Components.StiText Text202;
        public Stimulsoft.Report.Components.StiText Text203;
        public Stimulsoft.Report.Components.StiText Text204;
        public Stimulsoft.Report.Components.StiText Text205;
        public Stimulsoft.Report.Components.StiText Text206;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand3;
        public Stimulsoft.Report.Components.StiDataBand DataBand3;
        public Stimulsoft.Report.Components.StiText Text207;
        public Stimulsoft.Report.Components.StiText Text208;
        public Stimulsoft.Report.Components.StiText Text209;
        public Stimulsoft.Report.Components.StiText Text210;
        public Stimulsoft.Report.Components.StiText Text211;
        public Stimulsoft.Report.Components.StiText Text212;
        public Stimulsoft.Report.Components.StiText Text213;
        public Stimulsoft.Report.Components.StiText Text214;
        public Stimulsoft.Report.Components.StiText Text215;
        public Stimulsoft.Report.Components.StiText Text216;
        public Stimulsoft.Report.Components.StiText Text217;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text217_Avg;
        public Stimulsoft.Report.Components.StiText Text218;
        public Stimulsoft.Report.Components.StiText Text219;
        public Stimulsoft.Report.Components.StiText Text220;
        public Stimulsoft.Report.Components.StiText Text221;
        public Stimulsoft.Report.Components.StiText Text222;
        public Stimulsoft.Report.Components.StiText Text223;
        public Stimulsoft.Report.Components.StiText Text224;
        public Stimulsoft.Report.Components.StiText Text225;
        public Stimulsoft.Report.Components.StiText Text226;
        public Stimulsoft.Report.Components.StiText Text227;
        public Stimulsoft.Report.Components.StiText Text228;
        public Stimulsoft.Report.Components.StiText Text229;
        public Stimulsoft.Report.Components.StiText Text230;
        public Stimulsoft.Report.Components.StiText Text231;
        public Stimulsoft.Report.Components.StiText Text232;
        public Stimulsoft.Report.Components.StiText Text233;
        public Stimulsoft.Report.Components.StiText Text234;
        public Stimulsoft.Report.Components.StiText Text235;
        public Stimulsoft.Report.Components.StiText Text236;
        public Stimulsoft.Report.Components.StiText Text237;
        public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand3;
        public Stimulsoft.Report.Components.StiText Text238;
        public Stimulsoft.Report.Components.StiText Text239;
        public Stimulsoft.Report.Components.StiText Text240;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text240_Avg;
        public Stimulsoft.Report.Components.StiText Text241;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text241_Avg;
        public Stimulsoft.Report.Components.StiText Text242;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text242_Avg;
        public Stimulsoft.Report.Components.StiText Text243;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text243_Avg;
        public Stimulsoft.Report.Components.StiText Text244;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text244_Avg;
        public Stimulsoft.Report.Components.StiText Text245;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text245_Avg;
        public Stimulsoft.Report.Components.StiText Text246;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text246_Avg;
        public Stimulsoft.Report.Components.StiText Text247;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text247_Avg;
        public Stimulsoft.Report.Components.StiText Text248;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text248_Avg;
        public Stimulsoft.Report.Components.StiText Text249;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text249_Avg;
        public Stimulsoft.Report.Components.StiText Text250;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text250_Avg;
        public Stimulsoft.Report.Components.StiText Text251;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text251_Avg;
        public Stimulsoft.Report.Components.StiText Text252;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text252_Avg;
        public Stimulsoft.Report.Components.StiText Text253;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text253_Avg;
        public Stimulsoft.Report.Components.StiText Text254;
        public Stimulsoft.Report.Components.StiText Text255;
        public Stimulsoft.Report.Components.StiText Text256;
        public Stimulsoft.Report.Components.StiText Text257;
        public Stimulsoft.Report.Components.StiText Text258;
        public Stimulsoft.Report.Components.StiText Text259;
        public Stimulsoft.Report.Components.StiText Text260;
        public Stimulsoft.Report.Components.StiText Text261;
        public Stimulsoft.Report.Components.StiText Text262;
        public Stimulsoft.Report.Components.StiText Text263;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text263_Avg;
        public Stimulsoft.Report.Components.StiWatermark if_sowing_hybrids_Watermark;
        public Stimulsoft.Report.Components.StiPage if_others;
        public Stimulsoft.Report.Components.StiHeaderBand HeaderBand2;
        public Stimulsoft.Report.Components.StiText Text85;
        public Stimulsoft.Report.Components.StiText Text86;
        public Stimulsoft.Report.Components.StiText Text88;
        public Stimulsoft.Report.Components.StiText Text89;
        public Stimulsoft.Report.Components.StiText Text90;
        public Stimulsoft.Report.Components.StiText Text91;
        public Stimulsoft.Report.Components.StiText Text92;
        public Stimulsoft.Report.Components.StiText Text93;
        public Stimulsoft.Report.Components.StiText Text94;
        public Stimulsoft.Report.Components.StiText Text95;
        public Stimulsoft.Report.Components.StiText Text96;
        public Stimulsoft.Report.Components.StiText Text97;
        public Stimulsoft.Report.Components.StiText Text98;
        public Stimulsoft.Report.Components.StiText Text99;
        public Stimulsoft.Report.Components.StiText Text100;
        public Stimulsoft.Report.Components.StiText Text101;
        public Stimulsoft.Report.Components.StiText Text102;
        public Stimulsoft.Report.Components.StiText Text103;
        public Stimulsoft.Report.Components.StiText Text104;
        public Stimulsoft.Report.Components.StiText Text105;
        public Stimulsoft.Report.Components.StiText Text106;
        public Stimulsoft.Report.Components.StiText Text107;
        public Stimulsoft.Report.Components.StiText Text108;
        public Stimulsoft.Report.Components.StiText Text109;
        public Stimulsoft.Report.Components.StiText Text110;
        public Stimulsoft.Report.Components.StiText Text111;
        public Stimulsoft.Report.Components.StiText Text112;
        public Stimulsoft.Report.Components.StiText Text113;
        public Stimulsoft.Report.Components.StiText Text114;
        public Stimulsoft.Report.Components.StiText Text115;
        public Stimulsoft.Report.Components.StiText Text116;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand2;
        public Stimulsoft.Report.Components.StiDataBand DataBand2;
        public Stimulsoft.Report.Components.StiText Text117;
        public Stimulsoft.Report.Components.StiText Text118;
        public Stimulsoft.Report.Components.StiText Text119;
        public Stimulsoft.Report.Components.StiText Text120;
        public Stimulsoft.Report.Components.StiText Text121;
        public Stimulsoft.Report.Components.StiText Text122;
        public Stimulsoft.Report.Components.StiText Text123;
        public Stimulsoft.Report.Components.StiText Text124;
        public Stimulsoft.Report.Components.StiText Text125;
        public Stimulsoft.Report.Components.StiText Text126;
        public Stimulsoft.Report.Components.StiText Text127;
        public Stimulsoft.Report.Components.StiText Text128;
        public Stimulsoft.Report.Components.StiText Text129;
        public Stimulsoft.Report.Components.StiText Text130;
        public Stimulsoft.Report.Components.StiText Text131;
        public Stimulsoft.Report.Components.StiText Text132;
        public Stimulsoft.Report.Components.StiText Text133;
        public Stimulsoft.Report.Components.StiText Text134;
        public Stimulsoft.Report.Components.StiText Text135;
        public Stimulsoft.Report.Components.StiText Text136;
        public Stimulsoft.Report.Components.StiText Text137;
        public Stimulsoft.Report.Components.StiText Text138;
        public Stimulsoft.Report.Components.StiText Text139;
        public Stimulsoft.Report.Components.StiText Text140;
        public Stimulsoft.Report.Components.StiText Text141;
        public Stimulsoft.Report.Components.StiText Text142;
        public Stimulsoft.Report.Components.StiText Text143;
        public Stimulsoft.Report.Components.StiText Text144;
        public Stimulsoft.Report.Components.StiText Text145;
        public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand2;
        public Stimulsoft.Report.Components.StiText Text147;
        public Stimulsoft.Report.Components.StiText Text148;
        public Stimulsoft.Report.Components.StiText Text149;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text149_Avg;
        public Stimulsoft.Report.Components.StiText Text150;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text150_Avg;
        public Stimulsoft.Report.Components.StiText Text151;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text151_Avg;
        public Stimulsoft.Report.Components.StiText Text152;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text152_Avg;
        public Stimulsoft.Report.Components.StiText Text153;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text153_Avg;
        public Stimulsoft.Report.Components.StiText Text154;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text154_Avg;
        public Stimulsoft.Report.Components.StiText Text155;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text155_Avg;
        public Stimulsoft.Report.Components.StiText Text156;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text156_Avg;
        public Stimulsoft.Report.Components.StiText Text157;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text157_Avg;
        public Stimulsoft.Report.Components.StiText Text158;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text158_Avg;
        public Stimulsoft.Report.Components.StiText Text159;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text159_Avg;
        public Stimulsoft.Report.Components.StiText Text160;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text160_Avg;
        public Stimulsoft.Report.Components.StiText Text161;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text161_Avg;
        public Stimulsoft.Report.Components.StiText Text162;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text162_Avg;
        public Stimulsoft.Report.Components.StiText Text163;
        public Stimulsoft.Report.Components.StiText Text164;
        public Stimulsoft.Report.Components.StiText Text165;
        public Stimulsoft.Report.Components.StiText Text166;
        public Stimulsoft.Report.Components.StiText Text167;
        public Stimulsoft.Report.Components.StiText Text168;
        public Stimulsoft.Report.Components.StiDataBand DataBand4;
        public Stimulsoft.Report.Components.StiWatermark if_others_Watermark;
        public Stimulsoft.Report.Components.StiPage if_others_hybrids;
        public Stimulsoft.Report.Components.StiHeaderBand HeaderBand4;
        public Stimulsoft.Report.Components.StiText Text265;
        public Stimulsoft.Report.Components.StiText Text266;
        public Stimulsoft.Report.Components.StiText Text267;
        public Stimulsoft.Report.Components.StiText Text268;
        public Stimulsoft.Report.Components.StiText Text269;
        public Stimulsoft.Report.Components.StiText Text270;
        public Stimulsoft.Report.Components.StiText Text271;
        public Stimulsoft.Report.Components.StiText Text272;
        public Stimulsoft.Report.Components.StiText Text273;
        public Stimulsoft.Report.Components.StiText Text274;
        public Stimulsoft.Report.Components.StiText Text275;
        public Stimulsoft.Report.Components.StiText Text276;
        public Stimulsoft.Report.Components.StiText Text277;
        public Stimulsoft.Report.Components.StiText Text278;
        public Stimulsoft.Report.Components.StiText Text279;
        public Stimulsoft.Report.Components.StiText Text280;
        public Stimulsoft.Report.Components.StiText Text281;
        public Stimulsoft.Report.Components.StiText Text282;
        public Stimulsoft.Report.Components.StiText Text283;
        public Stimulsoft.Report.Components.StiText Text284;
        public Stimulsoft.Report.Components.StiText Text285;
        public Stimulsoft.Report.Components.StiText Text286;
        public Stimulsoft.Report.Components.StiText Text287;
        public Stimulsoft.Report.Components.StiText Text288;
        public Stimulsoft.Report.Components.StiText Text289;
        public Stimulsoft.Report.Components.StiText Text290;
        public Stimulsoft.Report.Components.StiText Text291;
        public Stimulsoft.Report.Components.StiText Text292;
        public Stimulsoft.Report.Components.StiText Text293;
        public Stimulsoft.Report.Components.StiText Text294;
        public Stimulsoft.Report.Components.StiText Text295;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand4;
        public Stimulsoft.Report.Components.StiDataBand DataBand5;
        public Stimulsoft.Report.Components.StiText Text296;
        public Stimulsoft.Report.Components.StiText Text297;
        public Stimulsoft.Report.Components.StiText Text298;
        public Stimulsoft.Report.Components.StiText Text299;
        public Stimulsoft.Report.Components.StiText Text300;
        public Stimulsoft.Report.Components.StiText Text301;
        public Stimulsoft.Report.Components.StiText Text302;
        public Stimulsoft.Report.Components.StiText Text303;
        public Stimulsoft.Report.Components.StiText Text304;
        public Stimulsoft.Report.Components.StiText Text305;
        public Stimulsoft.Report.Components.StiText Text306;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text306_Avg;
        public Stimulsoft.Report.Components.StiText Text307;
        public Stimulsoft.Report.Components.StiText Text308;
        public Stimulsoft.Report.Components.StiText Text309;
        public Stimulsoft.Report.Components.StiText Text310;
        public Stimulsoft.Report.Components.StiText Text311;
        public Stimulsoft.Report.Components.StiText Text312;
        public Stimulsoft.Report.Components.StiText Text313;
        public Stimulsoft.Report.Components.StiText Text314;
        public Stimulsoft.Report.Components.StiText Text315;
        public Stimulsoft.Report.Components.StiText Text316;
        public Stimulsoft.Report.Components.StiText Text317;
        public Stimulsoft.Report.Components.StiText Text318;
        public Stimulsoft.Report.Components.StiText Text319;
        public Stimulsoft.Report.Components.StiText Text320;
        public Stimulsoft.Report.Components.StiText Text321;
        public Stimulsoft.Report.Components.StiText Text322;
        public Stimulsoft.Report.Components.StiText Text323;
        public Stimulsoft.Report.Components.StiText Text324;
        public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand4;
        public Stimulsoft.Report.Components.StiText Text325;
        public Stimulsoft.Report.Components.StiText Text326;
        public Stimulsoft.Report.Components.StiText Text327;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text327_Avg;
        public Stimulsoft.Report.Components.StiText Text328;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text328_Avg;
        public Stimulsoft.Report.Components.StiText Text329;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text329_Avg;
        public Stimulsoft.Report.Components.StiText Text330;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text330_Avg;
        public Stimulsoft.Report.Components.StiText Text331;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text331_Avg;
        public Stimulsoft.Report.Components.StiText Text332;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text332_Avg;
        public Stimulsoft.Report.Components.StiText Text333;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text333_Avg;
        public Stimulsoft.Report.Components.StiText Text334;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text334_Avg;
        public Stimulsoft.Report.Components.StiText Text335;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text335_Avg;
        public Stimulsoft.Report.Components.StiText Text336;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text336_Avg;
        public Stimulsoft.Report.Components.StiText Text337;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text337_Avg;
        public Stimulsoft.Report.Components.StiText Text338;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text338_Avg;
        public Stimulsoft.Report.Components.StiText Text339;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text339_Avg;
        public Stimulsoft.Report.Components.StiText Text340;
        public Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService Text340_Avg;
        public Stimulsoft.Report.Components.StiText Text341;
        public Stimulsoft.Report.Components.StiText Text342;
        public Stimulsoft.Report.Components.StiText Text343;
        public Stimulsoft.Report.Components.StiText Text344;
        public Stimulsoft.Report.Components.StiText Text345;
        public Stimulsoft.Report.Components.StiText Text346;
        public Stimulsoft.Report.Components.StiDataBand DataBand6;
        public Stimulsoft.Report.Components.StiWatermark if_others_hybrids_Watermark;
        public Stimulsoft.Report.Dialogs.StiForm Form1;
        public Stimulsoft.Report.Dialogs.StiButtonControl ButtonControl1;
        public Stimulsoft.Report.Dialogs.StiButtonControl ButtonControl2;
        public Stimulsoft.Report.Dialogs.StiLabelControl LabelControl2;
        public Stimulsoft.Report.Dialogs.StiComboBoxControl ComboBoxControl1;
        public Stimulsoft.Report.Dialogs.StiComboBoxControl ComboBoxControl2;
        public Stimulsoft.Report.Dialogs.StiLabelControl LabelControl1;
        public Stimulsoft.Report.Dialogs.StiLabelControl LabelControl3;
        public Stimulsoft.Report.Dialogs.StiComboBoxControl ComboBoxControl3;
        public Stimulsoft.Report.Dialogs.StiPictureBoxControl PictureBoxControl2;
        public Stimulsoft.Report.Dialogs.StiComboBoxControl ComboBoxControl4;
        public Stimulsoft.Report.Dialogs.StiLabelControl LabelControl4;
        public Stimulsoft.Report.Dialogs.StiTextBoxControl TextBoxControl1;
        public Stimulsoft.Report.Dialogs.StiTextBoxControl TextBoxControl2;
        public Stimulsoft.Report.Dialogs.StiLabelControl LabelControl5;
        public Stimulsoft.Report.Dialogs.StiLabelControl LabelControl6;
        public Stimulsoft.Report.Dialogs.StiLabelControl LabelControl7;
        public Stimulsoft.Report.Dialogs.StiComboBoxControl ComboBoxControl5;
        public Stimulsoft.Report.Dialogs.StiLabelControl LabelControl8;
        public Stimulsoft.Report.Dialogs.StiComboBoxControl ComboBoxControl6;
        public Stimulsoft.Report.Dialogs.StiRadioButtonControl RadioButtonControl1;
        public Stimulsoft.Report.Dialogs.StiRadioButtonControl RadioButtonControl2;
        public Stimulsoft.Report.Print.StiPrinterSettings Report_PrinterSettings;
        public dataDataSource data;
        public locationsDataSource locations;
        public namesDataSource names;
        public projectsDataSource projects;
        public yearsDataSource years;
        public sowingsDataSource sowings;
        public data_hybridsDataSource data_hybrids;
        
        public override void SaveState(System.String stateName)
        {
            base.SaveState(stateName);
            this.States.Push(stateName, this, "query", this.query);
            this.States.Push(stateName, this, "tri", this.tri);
            this.States.PushDecimal(stateName, this, "sth", this.sth);
            this.States.Push(stateName, this, "query2", this.query2);
            this.States.Push(stateName, this, "toto", this.toto);
            this.States.Push(stateName, this, "query3", this.query3);
        }
        
        public override void RestoreState(System.String stateName)
        {
            base.RestoreState(stateName);
            this.query = ((string)(this.States.Pop(stateName, this, "query")));
            this.tri = ((string)(this.States.Pop(stateName, this, "tri")));
            this.sth = this.States.PopDecimal(stateName, this, "sth");
            this.query2 = ((string)(this.States.Pop(stateName, this, "query2")));
            this.toto = ((string)(this.States.Pop(stateName, this, "toto")));
            this.query3 = ((string)(this.States.Pop(stateName, this, "query3")));
        }
        
        public void Text2__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", Today), true);
        }
        
        public void Text48__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Report for: " +ComboBoxControl5.Control.SelectedItem + "\r\n";
        }
        
        public void Text45__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text45__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Gnfp";
        }
        
        public void Text24__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text24__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing to\r\nharvest";
        }
        
        public void Text16__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text16__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nweight";
        }
        
        public void Text18__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text18__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nlength";
        }
        
        public void Text22__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"CM\";";
        }
        
        public void Text22__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nwidth";
        }
        
        public void Text23__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"WM\";";
        }
        
        public void Text23__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor L";
        }
        
        public void Text33__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"PR\";";
        }
        
        public void Text33__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor a";
        }
        
        public void Text21__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb gr\";";
        }
        
        public void Text21__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor b";
        }
        
        public void Text7__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb pl\";";
        }
        
        public void Text7__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nfirmness";
        }
        
        public void Text26__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"N°\";";
        }
        
        public void Text26__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor L";
        }
        
        public void Text32__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text32__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor a";
        }
        
        public void Text40__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text40__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor b";
        }
        
        public void Text35__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text35__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\nfirmness";
        }
        
        public void Text36__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text36__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Cavity diameter";
        }
        
        public void Text37__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text37__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Brix";
        }
        
        public void Text9__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text9__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Plant";
        }
        
        public void Text28__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text28__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Pollination\r\nto harvest";
        }
        
        public void Text1__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#";
        }
        
        public void Text6__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text6__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing to\r\npollination";
        }
        
        public void Text42__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text42__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Pollination\r\ndate";
        }
        
        public void Text50__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text50__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "FFFd";
        }
        
        public void Text11__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text11__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Harvest date";
        }
        
        public void Text13__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text13__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Plot code";
        }
        
        public void Text57__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text57__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Seed source";
        }
        
        public void Text59__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text59__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Name";
        }
        
        public void Text61__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text61__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Genealogy";
        }
        
        public void Text63__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text63__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sex type";
        }
        
        public void Text38__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text38__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "pH";
        }
        
        public void Text81__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text81__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "MXab";
        }
        
        public void Text169__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text169__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing lot";
        }
        
        public void Text170__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text170__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing#";
        }
        
        public void GroupHeaderBand1__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = data.sachet_semis_num;
        }
        
        public void Text8__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text8__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text8.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_harvest,data.date_sowing).Days));
        }
        
        public void Text12__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text12__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text12.TextFormat.Format(CheckExcelValue(sender, data.fruit_weight));
        }
        
        public void Text14__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text14__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text14.TextFormat.Format(CheckExcelValue(sender, data.fruit_length));
        }
        
        public void Text15__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb gr\";";
        }
        
        public void Text15__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text15.TextFormat.Format(CheckExcelValue(sender, data.fruit_color_b));
        }
        
        public void Text17__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"CM\";";
        }
        
        public void Text17__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text17.TextFormat.Format(CheckExcelValue(sender, data.fruit_width));
        }
        
        public void Text19__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"WM\";";
        }
        
        public void Text19__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text19.TextFormat.Format(CheckExcelValue(sender, data.fruit_color_L));
        }
        
        public void Text25__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb pl\";";
        }
        
        public void Text25__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text25.TextFormat.Format(CheckExcelValue(sender, data.firmness_ext));
        }
        
        public void Text27__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"PR\";";
        }
        
        public void Text27__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text27.TextFormat.Format(CheckExcelValue(sender, data.fruit_color_a));
        }
        
        public void Text30__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"N°\";";
        }
        
        public void Text30__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text30.TextFormat.Format(CheckExcelValue(sender, data.flesh_color_L));
        }
        
        public void Text31__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text31__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text31.TextFormat.Format(CheckExcelValue(sender, data.flesh_color_a));
        }
        
        public void Text34__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text34__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(data.firmness_flesh+data.firmness_flesh_2)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text34_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text34.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text34_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text41__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text41__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text41.TextFormat.Format(CheckExcelValue(sender, data.cavity_diameter));
        }
        
        public void Text46__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text46__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text46.TextFormat.Format(CheckExcelValue(sender, data.brix));
        }
        
        public void Text49__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text49__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text49.TextFormat.Format(CheckExcelValue(sender, data.flesh_color_b));
        }
        
        public void Text44__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text44__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.num_plant, true);
        }
        
        public void Text29__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text29__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text29.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_harvest,data.date_pol).Days));
        }
        
        public void Text5__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text5__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.fruit_id, true);
        }
        
        public void Text39__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text39__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text39.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_pol,data.date_sowing).Days));
        }
        
        public void Text43__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text43__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data.date_pol), true);
        }
        
        public void Text54__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text54__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data.FFFd), true);
        }
        
        public void Text55__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text55__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text55.TextFormat.Format(CheckExcelValue(sender, data.Gnfp));
        }
        
        public void Text4__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text4__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data.date_harvest), true);
        }
        
        public void Text56__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text56__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.seed_lot.Substring(0,1)==" ",data.seed_lot.Substring(1,4)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3),data.seed_lot.Substring(0,5)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3)), true);
        }
        
        public void Text58__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text58__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.seed_source.Substring(0,1)==" ",data.seed_source.Substring(1,4)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3),data.seed_source.Substring(0,5)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3)), true);
        }
        
        public void Text60__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text60__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.name, true);
        }
        
        public void Text62__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text62__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.genealogy, true);
        }
        
        public void Text64__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text64__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.sex_type, true);
        }
        
        public void Text82__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text82__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text82.TextFormat.Format(CheckExcelValue(sender, data.ph));
        }
        
        public void Text84__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text84__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.sachet_semis_num, true);
        }
        
        public void Text47__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text47__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text47.TextFormat.Format(CheckExcelValue(sender, data.MXab));
        }
        
        public void Text146__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text146__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.sachet_semis.Substring(0,1)==" ",data.sachet_semis.Substring(1,4)+"F"+data.sachet_semis.Substring(5,2)+"-"+data.sachet_semis.Substring(7,4)+"/"+data.sachet_semis.Substring(11,3),data.sachet_semis.Substring(0,5)+"F"+data.sachet_semis.Substring(5,2)+"-"+data.sachet_semis.Substring(7,4)+"/"+data.sachet_semis.Substring(11,3)), true);
        }
        
        public void Text3__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text3__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.seed_lot.Substring(0,1)==" ",data.seed_lot.Substring(1,4)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3),data.seed_lot.Substring(0,5)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3)), true);
        }
        
        public void Text10__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text10__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.seed_source.Substring(0,1)==" ",data.seed_source.Substring(1,4)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3),data.seed_source.Substring(0,5)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3)), true);
        }
        
        public void Text20__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text20__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_length)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text20_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text20.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text20_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text51__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text51__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_weight)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text51_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text51.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text51_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text53__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text53__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_width)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text53_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text53.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text53_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text65__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text65__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_color_L)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text65_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text65.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text65_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text66__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text66__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_color_a)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text66_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text66.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text66_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text67__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text67__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_color_b)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text67_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text67.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text67_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text68__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text68__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.firmness_ext)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text68_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text68.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text68_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text69__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text69__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.flesh_color_L)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text69_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text69.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text69_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text70__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text70__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.flesh_color_a)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text70_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text70.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text70_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text71__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text71__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.flesh_color_b)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text71_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text71.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text71_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text72__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text72__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.firmness_flesh+data.firmness_flesh_2)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text72_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text72.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text72_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text73__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text73__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.cavity_diameter)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text73_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text73.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text73_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text74__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text74__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.brix)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text74_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text74.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text74_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text75__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text75__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.ph)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text75_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text75.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text75_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text52__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text52__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.name, true);
        }
        
        public void Text76__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text76__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.genealogy, true);
        }
        
        public void Text77__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text77__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.sex_type, true);
        }
        
        public void Text78__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal1(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_harvest,data.date_pol).Days;
        }
        
        public void Text78__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text78.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand1, this, "GetTotal1")));
        }
        
        public void Text79__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal2(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_harvest,data.date_sowing).Days;
        }
        
        public void Text79__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text79.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand1, this, "GetTotal2")));
        }
        
        public void Text80__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal3(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_pol,data.date_sowing).Days;
        }
        
        public void Text80__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text80.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand1, this, "GetTotal3")));
        }
        
        public void Text171__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text171__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.sachet_semis_num, true);
        }
        
        public void Text172__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text172__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.sachet_semis.Substring(0,1)==" ",data.sachet_semis.Substring(1,4)+"F"+data.sachet_semis.Substring(5,2)+"-"+data.sachet_semis.Substring(7,4)+"/"+data.sachet_semis.Substring(11,3),data.sachet_semis.Substring(0,5)+"F"+data.sachet_semis.Substring(5,2)+"-"+data.sachet_semis.Substring(7,4)+"/"+data.sachet_semis.Substring(11,3)), true);
        }
        
        public void Text173__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text173__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text173.TextFormat.Format(CheckExcelValue(sender, data.MXab));
        }
        
        public void Text174__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text174__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.Gnfp)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text174_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text174.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text174_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text83__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text83__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, query, true);
        }
        
        public void Text264__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text264__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.seed_lot.Substring(0,1)==" ",data.seed_lot.Substring(1,4)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3),data.seed_lot.Substring(0,5)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3)), true);
        }
        
        public void Text347__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text347__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.seed_source.Substring(0,1)==" ",data.seed_source.Substring(1,4)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3),data.seed_source.Substring(0,5)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3)), true);
        }
        
        public void Text348__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text348__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_length)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text348_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text348.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text348_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text349__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text349__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_weight)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text349_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text349.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text349_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text350__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text350__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_width)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text350_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text350.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text350_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text351__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text351__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_color_L)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text351_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text351.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text351_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text352__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text352__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_color_a)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text352_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text352.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text352_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text353__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text353__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.fruit_color_b)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text353_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text353.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text353_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text354__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text354__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.name, true);
        }
        
        public void Text355__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text355__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.genealogy, true);
        }
        
        public void Text356__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text356__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.sex_type, true);
        }
        
        public void Text357__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal4(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_harvest,data.date_pol).Days;
        }
        
        public void Text357__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text357.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand1, this, "GetTotal4")));
        }
        
        public void Text358__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal5(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_harvest,data.date_sowing).Days;
        }
        
        public void Text358__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text358.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand1, this, "GetTotal5")));
        }
        
        public void Text359__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal6(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_pol,data.date_sowing).Days;
        }
        
        public void Text359__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text359.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand1, this, "GetTotal6")));
        }
        
        public void Text360__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text360__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.sachet_semis_num, true);
        }
        
        public void Text361__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text361__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.sachet_semis.Substring(0,1)==" ",data.sachet_semis.Substring(1,4)+"F"+data.sachet_semis.Substring(5,2)+"-"+data.sachet_semis.Substring(7,4)+"/"+data.sachet_semis.Substring(11,3),data.sachet_semis.Substring(0,5)+"F"+data.sachet_semis.Substring(5,2)+"-"+data.sachet_semis.Substring(7,4)+"/"+data.sachet_semis.Substring(11,3)), true);
        }
        
        public void Text362__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text362__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data.Gnfp)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text362_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text362.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text362_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text363__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text363__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, query, true);
        }
        
        public void Text87__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", Today), true);
        }
        
        public void Text175__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Report for: " +ComboBoxControl5.Control.SelectedItem + "\r\n";
        }
        
        public void Text176__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text176__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Gnfp";
        }
        
        public void Text177__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text177__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing to\r\nharvest";
        }
        
        public void Text178__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text178__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nweight";
        }
        
        public void Text179__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text179__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nlength";
        }
        
        public void Text180__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"CM\";";
        }
        
        public void Text180__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nwidth";
        }
        
        public void Text181__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"WM\";";
        }
        
        public void Text181__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor L";
        }
        
        public void Text182__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"PR\";";
        }
        
        public void Text182__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor a";
        }
        
        public void Text183__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb gr\";";
        }
        
        public void Text183__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor b";
        }
        
        public void Text184__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb pl\";";
        }
        
        public void Text184__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nfirmness";
        }
        
        public void Text185__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"N°\";";
        }
        
        public void Text185__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor L";
        }
        
        public void Text186__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text186__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor a";
        }
        
        public void Text187__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text187__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor b";
        }
        
        public void Text188__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text188__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\nfirmness";
        }
        
        public void Text189__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text189__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Cavity diameter";
        }
        
        public void Text190__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text190__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Brix";
        }
        
        public void Text191__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text191__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Plant";
        }
        
        public void Text192__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text192__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Pollination\r\nto harvest";
        }
        
        public void Text193__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text193__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#";
        }
        
        public void Text194__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text194__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing to\r\npollination";
        }
        
        public void Text195__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text195__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Pollination\r\ndate";
        }
        
        public void Text196__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text196__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "FFFd";
        }
        
        public void Text197__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text197__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Harvest date";
        }
        
        public void Text198__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text198__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Plot code";
        }
        
        public void Text199__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text199__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Seed source";
        }
        
        public void Text200__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text200__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Name";
        }
        
        public void Text201__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text201__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Genealogy";
        }
        
        public void Text202__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text202__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sex type";
        }
        
        public void Text203__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text203__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "pH";
        }
        
        public void Text204__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text204__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "MXab";
        }
        
        public void Text205__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text205__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing lot";
        }
        
        public void Text206__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text206__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing#";
        }
        
        public void GroupHeaderBand3__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = data_hybrids.sachet_semis_num;
        }
        
        public void Text207__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text207__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text207.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_harvest,data_hybrids.date_sowing).Days));
        }
        
        public void Text208__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text208__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text208.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_weight));
        }
        
        public void Text209__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text209__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text209.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_length));
        }
        
        public void Text210__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb gr\";";
        }
        
        public void Text210__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text210.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_color_b));
        }
        
        public void Text211__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"CM\";";
        }
        
        public void Text211__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text211.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_width));
        }
        
        public void Text212__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"WM\";";
        }
        
        public void Text212__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text212.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_color_L));
        }
        
        public void Text213__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb pl\";";
        }
        
        public void Text213__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text213.TextFormat.Format(CheckExcelValue(sender, data_hybrids.firmness_ext));
        }
        
        public void Text214__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"PR\";";
        }
        
        public void Text214__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text214.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_color_a));
        }
        
        public void Text215__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"N°\";";
        }
        
        public void Text215__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text215.TextFormat.Format(CheckExcelValue(sender, data_hybrids.flesh_color_L));
        }
        
        public void Text216__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text216__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text216.TextFormat.Format(CheckExcelValue(sender, data_hybrids.flesh_color_a));
        }
        
        public void Text217__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text217__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(data_hybrids.firmness_flesh+data_hybrids.firmness_flesh_2)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text217_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text217.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text217_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text218__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text218__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text218.TextFormat.Format(CheckExcelValue(sender, data_hybrids.cavity_diameter));
        }
        
        public void Text219__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text219__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text219.TextFormat.Format(CheckExcelValue(sender, data_hybrids.brix));
        }
        
        public void Text220__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text220__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text220.TextFormat.Format(CheckExcelValue(sender, data_hybrids.flesh_color_b));
        }
        
        public void Text221__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text222__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text222__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text222.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_harvest,data_hybrids.date_pol).Days));
        }
        
        public void Text223__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text223__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.fruit_id, true);
        }
        
        public void Text224__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text224__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text224.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_pol,data_hybrids.date_sowing).Days));
        }
        
        public void Text225__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text225__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data_hybrids.date_pol), true);
        }
        
        public void Text226__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text226__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data_hybrids.FFFd), true);
        }
        
        public void Text227__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text227__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text227.TextFormat.Format(CheckExcelValue(sender, data_hybrids.Gnfp));
        }
        
        public void Text228__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text228__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data_hybrids.date_harvest), true);
        }
        
        public void Text229__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text229__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data_hybrids.seed_lot.Substring(0,1)==" ",data_hybrids.seed_lot.Substring(1,4)+"F"+data_hybrids.seed_lot.Substring(5,2)+"-"+data_hybrids.seed_lot.Substring(7,4)+"/"+data_hybrids.seed_lot.Substring(11,3),data_hybrids.seed_lot.Substring(0,5)+"F"+data_hybrids.seed_lot.Substring(5,2)+"-"+data_hybrids.seed_lot.Substring(7,4)+"/"+data_hybrids.seed_lot.Substring(11,3)), true);
        }
        
        public void Text230__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text230__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data_hybrids.seed_source.Substring(0,1)==" ",data_hybrids.seed_source.Substring(1,4)+"F"+data_hybrids.seed_source.Substring(5,2)+"-"+data_hybrids.seed_source.Substring(7,4)+"/"+data_hybrids.seed_source.Substring(11,3),data_hybrids.seed_source.Substring(0,5)+"F"+data_hybrids.seed_source.Substring(5,2)+"-"+data_hybrids.seed_source.Substring(7,4)+"/"+data_hybrids.seed_source.Substring(11,3)), true);
        }
        
        public void Text231__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text231__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.name, true);
        }
        
        public void Text232__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text232__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.genealogy, true);
        }
        
        public void Text233__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text233__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.sex_type, true);
        }
        
        public void Text234__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text234__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text234.TextFormat.Format(CheckExcelValue(sender, data_hybrids.ph));
        }
        
        public void Text235__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text235__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.sachet_semis_num, true);
        }
        
        public void Text236__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text236__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text236.TextFormat.Format(CheckExcelValue(sender, data_hybrids.MXab));
        }
        
        public void Text237__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text237__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data_hybrids.sachet_semis.Substring(0,1)==" ",data_hybrids.sachet_semis.Substring(1,4)+"F"+data_hybrids.sachet_semis.Substring(5,2)+"-"+data_hybrids.sachet_semis.Substring(7,4)+"/"+data_hybrids.sachet_semis.Substring(11,3),data_hybrids.sachet_semis.Substring(0,5)+"F"+data_hybrids.sachet_semis.Substring(5,2)+"-"+data_hybrids.sachet_semis.Substring(7,4)+"/"+data_hybrids.sachet_semis.Substring(11,3)), true);
        }
        
        public void Text238__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text238__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data_hybrids.seed_lot.Substring(0,1)==" ",data_hybrids.seed_lot.Substring(1,4)+"F"+data_hybrids.seed_lot.Substring(5,2)+"-"+data_hybrids.seed_lot.Substring(7,4)+"/"+data_hybrids.seed_lot.Substring(11,3),data_hybrids.seed_lot.Substring(0,5)+"F"+data_hybrids.seed_lot.Substring(5,2)+"-"+data_hybrids.seed_lot.Substring(7,4)+"/"+data_hybrids.seed_lot.Substring(11,3)), true);
        }
        
        public void Text239__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text239__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data_hybrids.seed_source.Substring(0,1)==" ",data_hybrids.seed_source.Substring(1,4)+"F"+data_hybrids.seed_source.Substring(5,2)+"-"+data_hybrids.seed_source.Substring(7,4)+"/"+data_hybrids.seed_source.Substring(11,3),data_hybrids.seed_source.Substring(0,5)+"F"+data_hybrids.seed_source.Substring(5,2)+"-"+data_hybrids.seed_source.Substring(7,4)+"/"+data_hybrids.seed_source.Substring(11,3)), true);
        }
        
        public void Text240__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text240__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.fruit_length)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text240_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text240.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text240_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text241__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text241__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.fruit_weight)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text241_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text241.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text241_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text242__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text242__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.fruit_width)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text242_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text242.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text242_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text243__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text243__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.fruit_color_L)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text243_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text243.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text243_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text244__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text244__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.fruit_color_a)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text244_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text244.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text244_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text245__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text245__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.fruit_color_b)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text245_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text245.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text245_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text246__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text246__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.firmness_ext)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text246_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text246.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text246_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text247__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text247__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.flesh_color_L)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text247_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text247.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text247_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text248__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text248__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.flesh_color_a)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text248_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text248.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text248_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text249__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text249__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.flesh_color_b)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text249_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text249.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text249_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text250__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text250__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.firmness_flesh+data_hybrids.firmness_flesh_2)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text250_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text250.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text250_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text251__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text251__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.cavity_diameter)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text251_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text251.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text251_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text252__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text252__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.brix)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text252_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text252.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text252_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text253__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text253__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.ph)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text253_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text253.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text253_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text254__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text254__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.name, true);
        }
        
        public void Text255__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text255__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.genealogy, true);
        }
        
        public void Text256__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text256__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.sex_type, true);
        }
        
        public void Text257__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal7(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_harvest,data_hybrids.date_pol).Days;
        }
        
        public void Text257__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text257.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand1, this, "GetTotal7")));
        }
        
        public void Text258__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal8(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_harvest,data_hybrids.date_sowing).Days;
        }
        
        public void Text258__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text258.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand1, this, "GetTotal8")));
        }
        
        public void Text259__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal9(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_pol,data_hybrids.date_sowing).Days;
        }
        
        public void Text259__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text259.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand1, this, "GetTotal9")));
        }
        
        public void Text260__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text260__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.sachet_semis_num, true);
        }
        
        public void Text261__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text261__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data_hybrids.sachet_semis.Substring(0,1)==" ",data_hybrids.sachet_semis.Substring(1,4)+"F"+data_hybrids.sachet_semis.Substring(5,2)+"-"+data_hybrids.sachet_semis.Substring(7,4)+"/"+data_hybrids.sachet_semis.Substring(11,3),data_hybrids.sachet_semis.Substring(0,5)+"F"+data_hybrids.sachet_semis.Substring(5,2)+"-"+data_hybrids.sachet_semis.Substring(7,4)+"/"+data_hybrids.sachet_semis.Substring(11,3)), true);
        }
        
        public void Text262__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text262__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text262.TextFormat.Format(CheckExcelValue(sender, data_hybrids.MXab));
        }
        
        public void Text263__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text263__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(DataBand1,data_hybrids.Gnfp)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text263_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text263.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text263_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text85__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", Today), true);
        }
        
        public void Text86__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Report for: " +ComboBoxControl4.Control.SelectedItem+" " +
 ComboBoxControl1.Control.SelectedItem+" " +
ComboBoxControl2.Control.SelectedItem+" " +
 ComboBoxControl3.Control.SelectedItem + "\r\n";
        }
        
        public void Text88__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text88__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Gnfp";
        }
        
        public void Text89__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text89__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing to\r\nharvest";
        }
        
        public void Text90__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text90__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nweight";
        }
        
        public void Text91__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text91__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nlength";
        }
        
        public void Text92__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"CM\";";
        }
        
        public void Text92__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nwidth";
        }
        
        public void Text93__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"WM\";";
        }
        
        public void Text93__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor L";
        }
        
        public void Text94__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"PR\";";
        }
        
        public void Text94__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor a";
        }
        
        public void Text95__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb gr\";";
        }
        
        public void Text95__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor b";
        }
        
        public void Text96__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb pl\";";
        }
        
        public void Text96__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nfirmness";
        }
        
        public void Text97__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"N°\";";
        }
        
        public void Text97__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor L";
        }
        
        public void Text98__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text98__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor a";
        }
        
        public void Text99__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text99__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor b";
        }
        
        public void Text100__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text100__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\nfirmness";
        }
        
        public void Text101__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text101__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Cavity diameter";
        }
        
        public void Text102__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text102__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Brix";
        }
        
        public void Text103__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text103__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Plant";
        }
        
        public void Text104__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text104__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Pollination\r\nto harvest";
        }
        
        public void Text105__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text105__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#";
        }
        
        public void Text106__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text106__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing to\r\npollination";
        }
        
        public void Text107__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text107__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Pollination\r\ndate";
        }
        
        public void Text108__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text108__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "FFFd";
        }
        
        public void Text109__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text109__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Harvest date";
        }
        
        public void Text110__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text110__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Plot code";
        }
        
        public void Text111__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text111__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Seed source";
        }
        
        public void Text112__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text112__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Name";
        }
        
        public void Text113__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text113__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Genealogy";
        }
        
        public void Text114__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text114__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sex type";
        }
        
        public void Text115__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text115__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "MXab";
        }
        
        public void Text116__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text116__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "pH";
        }
        
        public void GroupHeaderBand2__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = data.plot_no+data.selection;
        }
        
        public void Text117__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text117__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text117.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_harvest,data.date_sowing).Days));
        }
        
        public void Text118__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text118__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text118.TextFormat.Format(CheckExcelValue(sender, data.fruit_weight));
        }
        
        public void Text119__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text119__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text119.TextFormat.Format(CheckExcelValue(sender, data.fruit_length));
        }
        
        public void Text120__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb gr\";";
        }
        
        public void Text120__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text120.TextFormat.Format(CheckExcelValue(sender, data.fruit_color_b));
        }
        
        public void Text121__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"CM\";";
        }
        
        public void Text121__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text121.TextFormat.Format(CheckExcelValue(sender, data.fruit_width));
        }
        
        public void Text122__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"WM\";";
        }
        
        public void Text122__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text122.TextFormat.Format(CheckExcelValue(sender, data.fruit_color_L));
        }
        
        public void Text123__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb pl\";";
        }
        
        public void Text123__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text123.TextFormat.Format(CheckExcelValue(sender, data.firmness_ext));
        }
        
        public void Text124__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"PR\";";
        }
        
        public void Text124__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text124.TextFormat.Format(CheckExcelValue(sender, data.fruit_color_a));
        }
        
        public void Text125__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"N°\";";
        }
        
        public void Text125__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text125.TextFormat.Format(CheckExcelValue(sender, data.flesh_color_L));
        }
        
        public void Text126__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text126__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text126.TextFormat.Format(CheckExcelValue(sender, data.flesh_color_a));
        }
        
        public void Text127__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text127__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text127.TextFormat.Format(CheckExcelValue(sender, data.firmness_flesh));
        }
        
        public void Text128__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text128__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text128.TextFormat.Format(CheckExcelValue(sender, data.cavity_diameter));
        }
        
        public void Text129__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text129__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text129.TextFormat.Format(CheckExcelValue(sender, data.brix));
        }
        
        public void Text130__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text130__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text130.TextFormat.Format(CheckExcelValue(sender, data.MXab));
        }
        
        public void Text131__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text131__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text131.TextFormat.Format(CheckExcelValue(sender, data.flesh_color_b));
        }
        
        public void Text132__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text132__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.num_plant, true);
        }
        
        public void Text133__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text133__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text133.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_harvest,data.date_pol).Days));
        }
        
        public void Text134__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text134__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.fruit_id, true);
        }
        
        public void Text135__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text135__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text135.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_pol,data.date_sowing).Days));
        }
        
        public void Text136__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text136__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data.date_pol), true);
        }
        
        public void Text137__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text137__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data.FFFd), true);
        }
        
        public void Text138__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text138__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text138.TextFormat.Format(CheckExcelValue(sender, data.Gnfp));
        }
        
        public void Text139__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text139__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data.date_harvest), true);
        }
        
        public void Text140__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text140__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.seed_lot.Substring(0,1)==" ",data.seed_lot.Substring(1,4)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3),data.seed_lot.Substring(0,5)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3)), true);
        }
        
        public void Text141__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text141__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.seed_source.Substring(0,1)==" ",data.seed_source.Substring(1,4)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3),data.seed_source.Substring(0,5)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3)), true);
        }
        
        public void Text142__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text142__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.name, true);
        }
        
        public void Text143__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text143__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.genealogy, true);
        }
        
        public void Text144__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text144__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.sex_type, true);
        }
        
        public void Text145__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text145__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text145.TextFormat.Format(CheckExcelValue(sender, data.ph));
        }
        
        public void Text147__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text147__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.seed_lot.Substring(0,1)==" ",data.seed_lot.Substring(1,4)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3),data.seed_lot.Substring(0,5)+"F"+data.seed_lot.Substring(5,2)+"-"+data.seed_lot.Substring(7,4)+"/"+data.seed_lot.Substring(11,3)), true);
        }
        
        public void Text148__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text148__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data.seed_source.Substring(0,1)==" ",data.seed_source.Substring(1,4)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3),data.seed_source.Substring(0,5)+"F"+data.seed_source.Substring(5,2)+"-"+data.seed_source.Substring(7,4)+"/"+data.seed_source.Substring(11,3)), true);
        }
        
        public void Text149__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text149__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.fruit_length)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text149_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text149.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text149_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text150__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text150__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.fruit_weight)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text150_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text150.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text150_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text151__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text151__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.fruit_width)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text151_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text151.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text151_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text152__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text152__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.fruit_color_L)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text152_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text152.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text152_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text153__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text153__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.fruit_color_a)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text153_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text153.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text153_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text154__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text154__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.fruit_color_b)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text154_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text154.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text154_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text155__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text155__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.firmness_ext)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text155_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text155.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text155_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text156__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text156__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.flesh_color_L)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text156_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text156.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text156_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text157__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text157__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.flesh_color_a)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text157_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text157.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text157_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text158__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text158__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.flesh_color_b)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text158_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text158.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text158_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text159__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text159__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.firmness_flesh)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text159_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text159.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text159_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text160__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text160__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.cavity_diameter)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text160_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text160.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text160_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text161__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text161__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.brix)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text161_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text161.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text161_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text162__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text162__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data.ph)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text162_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text162.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text162_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text163__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text163__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.name, true);
        }
        
        public void Text164__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text164__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.genealogy, true);
        }
        
        public void Text165__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text165__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data.sex_type, true);
        }
        
        public void Text166__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal10(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_harvest,data.date_pol).Days;
        }
        
        public void Text166__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text166.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand2, this, "GetTotal10")));
        }
        
        public void Text167__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal11(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_harvest,data.date_sowing).Days;
        }
        
        public void Text167__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text167.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand2, this, "GetTotal11")));
        }
        
        public void Text168__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal12(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data.date_pol,data.date_sowing).Days;
        }
        
        public void Text168__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text168.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand2, this, "GetTotal12")));
        }
        
        public void Text265__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", Today), true);
        }
        
        public void Text266__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Report for: " +ComboBoxControl4.Control.SelectedItem+" " +
 ComboBoxControl1.Control.SelectedItem+" " +
ComboBoxControl2.Control.SelectedItem+" " +
 ComboBoxControl3.Control.SelectedItem + "\r\n";
        }
        
        public void Text267__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text267__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Gnfp";
        }
        
        public void Text268__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text268__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing to\r\nharvest";
        }
        
        public void Text269__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text269__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nweight";
        }
        
        public void Text270__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text270__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nlength";
        }
        
        public void Text271__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"CM\";";
        }
        
        public void Text271__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nwidth";
        }
        
        public void Text272__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"WM\";";
        }
        
        public void Text272__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor L";
        }
        
        public void Text273__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"PR\";";
        }
        
        public void Text273__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor a";
        }
        
        public void Text274__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb gr\";";
        }
        
        public void Text274__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\ncolor b";
        }
        
        public void Text275__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb pl\";";
        }
        
        public void Text275__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fruit\r\nfirmness";
        }
        
        public void Text276__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"N°\";";
        }
        
        public void Text276__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor L";
        }
        
        public void Text277__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text277__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor a";
        }
        
        public void Text278__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text278__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\ncolor b";
        }
        
        public void Text279__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text279__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Flesh\r\nfirmness";
        }
        
        public void Text280__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text280__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Cavity diameter";
        }
        
        public void Text281__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text281__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Brix";
        }
        
        public void Text282__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text282__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Plant";
        }
        
        public void Text283__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text283__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Pollination\r\nto harvest";
        }
        
        public void Text284__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text284__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#";
        }
        
        public void Text285__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text285__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sowing to\r\npollination";
        }
        
        public void Text286__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text286__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Pollination\r\ndate";
        }
        
        public void Text287__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text287__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "FFFd";
        }
        
        public void Text288__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text288__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Harvest date";
        }
        
        public void Text289__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text289__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Plot code";
        }
        
        public void Text290__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text290__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Seed source";
        }
        
        public void Text291__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text291__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Name";
        }
        
        public void Text292__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text292__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Genealogy";
        }
        
        public void Text293__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text293__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Sex type";
        }
        
        public void Text294__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text294__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "MXab";
        }
        
        public void Text295__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text295__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "pH";
        }
        
        public void GroupHeaderBand4__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = data_hybrids.plot_no+data_hybrids.selection;
        }
        
        public void Text296__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text296__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text296.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_harvest,data_hybrids.date_sowing).Days));
        }
        
        public void Text297__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text297__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text297.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_weight));
        }
        
        public void Text298__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text298__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text298.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_length));
        }
        
        public void Text299__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb gr\";";
        }
        
        public void Text299__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text299.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_color_b));
        }
        
        public void Text300__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"CM\";";
        }
        
        public void Text300__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text300.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_width));
        }
        
        public void Text301__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"WM\";";
        }
        
        public void Text301__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text301.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_color_L));
        }
        
        public void Text302__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Nb pl\";";
        }
        
        public void Text302__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text302.TextFormat.Format(CheckExcelValue(sender, data_hybrids.firmness_ext));
        }
        
        public void Text303__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"PR\";";
        }
        
        public void Text303__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text303.TextFormat.Format(CheckExcelValue(sender, data_hybrids.fruit_color_a));
        }
        
        public void Text304__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"N°\";";
        }
        
        public void Text304__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text304.TextFormat.Format(CheckExcelValue(sender, data_hybrids.flesh_color_L));
        }
        
        public void Text305__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text305__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text305.TextFormat.Format(CheckExcelValue(sender, data_hybrids.flesh_color_a));
        }
        
        public void Text306__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text306__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(data_hybrids.firmness_flesh+data_hybrids.firmness_flesh_2)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text306_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text306.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text306_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text307__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text307__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text307.TextFormat.Format(CheckExcelValue(sender, data_hybrids.cavity_diameter));
        }
        
        public void Text308__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text308__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text308.TextFormat.Format(CheckExcelValue(sender, data_hybrids.brix));
        }
        
        public void Text309__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text309__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text309.TextFormat.Format(CheckExcelValue(sender, data_hybrids.MXab));
        }
        
        public void Text310__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Sachet\";";
        }
        
        public void Text310__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text310.TextFormat.Format(CheckExcelValue(sender, data_hybrids.flesh_color_b));
        }
        
        public void Text311__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text312__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text312__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text312.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_harvest,data_hybrids.date_pol).Days));
        }
        
        public void Text313__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text313__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.fruit_id, true);
        }
        
        public void Text314__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text314__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text314.TextFormat.Format(CheckExcelValue(sender, Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_pol,data_hybrids.date_sowing).Days));
        }
        
        public void Text315__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text315__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data_hybrids.date_pol), true);
        }
        
        public void Text316__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text316__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data_hybrids.FFFd), true);
        }
        
        public void Text317__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void Text317__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text317.TextFormat.Format(CheckExcelValue(sender, data_hybrids.Gnfp));
        }
        
        public void Text318__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text318__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", data_hybrids.date_harvest), true);
        }
        
        public void Text319__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text319__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data_hybrids.seed_lot.Substring(0,1)==" ",data_hybrids.seed_lot.Substring(1,4)+"F"+data_hybrids.seed_lot.Substring(5,2)+"-"+data_hybrids.seed_lot.Substring(7,4)+"/"+data_hybrids.seed_lot.Substring(11,3),data_hybrids.seed_lot.Substring(0,5)+"F"+data_hybrids.seed_lot.Substring(5,2)+"-"+data_hybrids.seed_lot.Substring(7,4)+"/"+data_hybrids.seed_lot.Substring(11,3)), true);
        }
        
        public void Text320__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text320__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.num_plant, true);
        }
        
        public void Text321__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text321__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.name, true);
        }
        
        public void Text322__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text322__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.genealogy, true);
        }
        
        public void Text323__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text323__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.sex_type, true);
        }
        
        public void Text324__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"OID\";";
        }
        
        public void Text324__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text324.TextFormat.Format(CheckExcelValue(sender, data_hybrids.ph));
        }
        
        public void Text325__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text325__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data_hybrids.seed_lot.Substring(0,1)==" ",data_hybrids.seed_lot.Substring(1,4)+"F"+data_hybrids.seed_lot.Substring(5,2)+"-"+data_hybrids.seed_lot.Substring(7,4)+"/"+data_hybrids.seed_lot.Substring(11,3),data_hybrids.seed_lot.Substring(0,5)+"F"+data_hybrids.seed_lot.Substring(5,2)+"-"+data_hybrids.seed_lot.Substring(7,4)+"/"+data_hybrids.seed_lot.Substring(11,3)), true);
        }
        
        public void Text326__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"Lieu\";";
        }
        
        public void Text326__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, IIF(data_hybrids.seed_source.Substring(0,1)==" ",data_hybrids.seed_source.Substring(1,4)+"F"+data_hybrids.seed_source.Substring(5,2)+"-"+data_hybrids.seed_source.Substring(7,4)+"/"+data_hybrids.seed_source.Substring(11,3),data_hybrids.seed_source.Substring(0,5)+"F"+data_hybrids.seed_source.Substring(5,2)+"-"+data_hybrids.seed_source.Substring(7,4)+"/"+data_hybrids.seed_source.Substring(11,3)), true);
        }
        
        public void Text327__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text327__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.fruit_length)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text327_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text327.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text327_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text328__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text328__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.fruit_weight)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text328_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text328.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text328_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text329__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text329__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.fruit_width)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text329_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text329.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text329_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text330__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text330__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.fruit_color_L)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text330_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text330.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text330_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text331__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text331__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.fruit_color_a)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text331_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text331.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text331_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text332__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text332__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.fruit_color_b)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text332_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text332.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text332_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text333__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text333__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.firmness_ext)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text333_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text333.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text333_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text334__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text334__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.flesh_color_L)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text334_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text334.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text334_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text335__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text335__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.flesh_color_a)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text335_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text335.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text335_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text336__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text336__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.flesh_color_b)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text336_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text336.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text336_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text337__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text337__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.firmness_flesh+data_hybrids.firmness_flesh_" +
"2)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text337_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text337.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text337_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text338__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text338__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.cavity_diameter)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text338_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text338.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text338_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text339__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text339__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.brix)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text339_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text339.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text339_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text340__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"ZY\";";
        }
        
        public void Text340__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Avg(GroupHeaderBand2,data_hybrids.ph)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text340_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text340.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text340_Avg.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text341__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text341__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.name, true);
        }
        
        public void Text342__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text342__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.genealogy, true);
        }
        
        public void Text343__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: \"INT\";";
        }
        
        public void Text343__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, data_hybrids.sex_type, true);
        }
        
        public void Text344__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal13(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_harvest,data_hybrids.date_pol).Days;
        }
        
        public void Text344__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text344.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand2, this, "GetTotal13")));
        }
        
        public void Text345__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal14(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_harvest,data_hybrids.date_sowing).Days;
        }
        
        public void Text345__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text345.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand2, this, "GetTotal14")));
        }
        
        public void Text346__GetTag(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = "CSV: GENEA\";";
        }
        
        public void GetTotal15(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = Stimulsoft.Report.Dictionary.StiFunctionsDate.DateDiff(data_hybrids.date_pol,data_hybrids.date_sowing).Days;
        }
        
        public void Text346__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text346.TextFormat.Format(CheckExcelValue(sender, Totals.Avg(GroupHeaderBand2, this, "GetTotal15")));
        }
        
        public void ButtonControl1_Click(object sender, System.EventArgs e)
        {
            if (ComboBoxControl4.Control.SelectedItem!=null &amp;&amp; ComboBoxControl6.Control.Text=="=")
{query = query + "and kav_halofi='" + ComboBoxControl4.Control.Text+"' ";}
else if (ComboBoxControl4.Control.Text!=null &amp;&amp; ComboBoxControl6.Control.Text=="Like")
{query = query + "and kav_halofi like '%" + ComboBoxControl4.Control.Text+"%' ";}
if (ComboBoxControl1.Control.SelectedItem!=null) 
{query = query + "and project_name='" + ComboBoxControl1.Control.SelectedItem+"' ";}
if (ComboBoxControl2.Control.SelectedItem!=null )
{query = query + "and atar.name='" + ComboBoxControl2.Control.SelectedItem+"' ";}
if (ComboBoxControl3.Control.SelectedItem!=null )
{query = query + "and kav.year=" + ComboBoxControl3.Control.SelectedItem;}


if (ComboBoxControl5.Control.SelectedItem!=null )
{query = query + "and reshimat_mashtela_kav.reshimat_mashtela_id=reshimat_mashtela.reshimat_mashtela_id and reshimat_mashtela.name='" + ComboBoxControl5.Control.SelectedItem+"' and Substring(reshimat_mashtela_kav.kav_id,0,6)=Substring(kav.kav_id,0,6) and Substring(reshimat_mashtela_kav.kav_id,8,4)=Substring(kav.kav_id,8,4) and kav.selection='000'";
query2=", reshimat_mashtela, reshimat_mashtela_kav";
query3="reshimat_mashtela_kav.mispar_mashtela as sachet_semis_num,reshimat_mashtela.name,reshimat_mashtela_kav.kav_id as sachet_semis,";
	if(RadioButtonControl1.Checked==true)
		{if_others.Enabled=false;
		if_others_hybrids.Enabled=false;
		if_sowing.Enabled=true;
		if_sowing_hybrids.Enabled=false;}
	else {if_others.Enabled=false;
		if_others_hybrids.Enabled=false;
		if_sowing.Enabled=false;
		if_sowing_hybrids.Enabled=true;}
}
else
	{if(RadioButtonControl1.Checked==true)
		{if_others.Enabled=true;
		if_others_hybrids.Enabled=false;
		if_sowing.Enabled=false;
		if_sowing_hybrids.Enabled=false;}
	else {if_others.Enabled=false;
		if_others_hybrids.Enabled=true;
		if_sowing.Enabled=false;
		if_sowing_hybrids.Enabled=false;}
}

if (TextBoxControl1.Text!="" || TextBoxControl2.Text!="" )
{query = query + "and kav.plot_no between " + TextBoxControl1.Text+" and " + TextBoxControl2.Text;}

if(RadioButtonControl1.Checked==true)
{data.Connect();}
else 
{data_hybrids.Connect();};
        }
        
        public void TextBoxControl1_Leave(object sender, System.EventArgs e)
        {
            TextBoxControl2.Text=TextBoxControl1.Text;
        }
        
        public void Form1_LoadForm(object sender, System.EventArgs e)
        {
            ComboBoxControl3.Control.SelectedItem = null;
ComboBoxControl5.Control.SelectedItem = null;
ComboBoxControl6.Control.SelectedItem ="=";;
        }
        
        public void GroupHeaderBand1__BeginRender(object sender, System.EventArgs e)
        {
            this.Text34_Avg.Init();
            this.Text34.TextValue = "";
            this.Text20_Avg.Init();
            this.Text20.TextValue = "";
            this.Text51_Avg.Init();
            this.Text51.TextValue = "";
            this.Text53_Avg.Init();
            this.Text53.TextValue = "";
            this.Text65_Avg.Init();
            this.Text65.TextValue = "";
            this.Text66_Avg.Init();
            this.Text66.TextValue = "";
            this.Text67_Avg.Init();
            this.Text67.TextValue = "";
            this.Text68_Avg.Init();
            this.Text68.TextValue = "";
            this.Text69_Avg.Init();
            this.Text69.TextValue = "";
            this.Text70_Avg.Init();
            this.Text70.TextValue = "";
            this.Text71_Avg.Init();
            this.Text71.TextValue = "";
            this.Text72_Avg.Init();
            this.Text72.TextValue = "";
            this.Text73_Avg.Init();
            this.Text73.TextValue = "";
            this.Text74_Avg.Init();
            this.Text74.TextValue = "";
            this.Text75_Avg.Init();
            this.Text75.TextValue = "";
            this.Text174_Avg.Init();
            this.Text174.TextValue = "";
            this.Text348_Avg.Init();
            this.Text348.TextValue = "";
            this.Text349_Avg.Init();
            this.Text349.TextValue = "";
            this.Text350_Avg.Init();
            this.Text350.TextValue = "";
            this.Text351_Avg.Init();
            this.Text351.TextValue = "";
            this.Text352_Avg.Init();
            this.Text352.TextValue = "";
            this.Text353_Avg.Init();
            this.Text353.TextValue = "";
            this.Text362_Avg.Init();
            this.Text362.TextValue = "";
        }
        
        public void GroupHeaderBand1__EndRender(object sender, System.EventArgs e)
        {
            this.Text34.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text34_GetValue_End));
            this.Text20.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text20_GetValue_End));
            this.Text51.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text51_GetValue_End));
            this.Text53.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text53_GetValue_End));
            this.Text65.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text65_GetValue_End));
            this.Text66.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text66_GetValue_End));
            this.Text67.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text67_GetValue_End));
            this.Text68.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text68_GetValue_End));
            this.Text69.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text69_GetValue_End));
            this.Text70.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text70_GetValue_End));
            this.Text71.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text71_GetValue_End));
            this.Text72.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text72_GetValue_End));
            this.Text73.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text73_GetValue_End));
            this.Text74.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text74_GetValue_End));
            this.Text75.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text75_GetValue_End));
            this.Text174.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text174_GetValue_End));
            this.Text348.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text348_GetValue_End));
            this.Text349.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text349_GetValue_End));
            this.Text350.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text350_GetValue_End));
            this.Text351.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text351_GetValue_End));
            this.Text352.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text352_GetValue_End));
            this.Text353.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text353_GetValue_End));
            this.Text362.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text362_GetValue_End));
        }
        
        public void GroupHeaderBand3__BeginRender(object sender, System.EventArgs e)
        {
            this.Text217_Avg.Init();
            this.Text217.TextValue = "";
            this.Text240_Avg.Init();
            this.Text240.TextValue = "";
            this.Text241_Avg.Init();
            this.Text241.TextValue = "";
            this.Text242_Avg.Init();
            this.Text242.TextValue = "";
            this.Text243_Avg.Init();
            this.Text243.TextValue = "";
            this.Text244_Avg.Init();
            this.Text244.TextValue = "";
            this.Text245_Avg.Init();
            this.Text245.TextValue = "";
            this.Text246_Avg.Init();
            this.Text246.TextValue = "";
            this.Text247_Avg.Init();
            this.Text247.TextValue = "";
            this.Text248_Avg.Init();
            this.Text248.TextValue = "";
            this.Text249_Avg.Init();
            this.Text249.TextValue = "";
            this.Text250_Avg.Init();
            this.Text250.TextValue = "";
            this.Text251_Avg.Init();
            this.Text251.TextValue = "";
            this.Text252_Avg.Init();
            this.Text252.TextValue = "";
            this.Text253_Avg.Init();
            this.Text253.TextValue = "";
            this.Text263_Avg.Init();
            this.Text263.TextValue = "";
        }
        
        public void GroupHeaderBand3__EndRender(object sender, System.EventArgs e)
        {
            this.Text217.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text217_GetValue_End));
            this.Text240.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text240_GetValue_End));
            this.Text241.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text241_GetValue_End));
            this.Text242.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text242_GetValue_End));
            this.Text243.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text243_GetValue_End));
            this.Text244.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text244_GetValue_End));
            this.Text245.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text245_GetValue_End));
            this.Text246.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text246_GetValue_End));
            this.Text247.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text247_GetValue_End));
            this.Text248.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text248_GetValue_End));
            this.Text249.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text249_GetValue_End));
            this.Text250.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text250_GetValue_End));
            this.Text251.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text251_GetValue_End));
            this.Text252.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text252_GetValue_End));
            this.Text253.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text253_GetValue_End));
            this.Text263.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text263_GetValue_End));
        }
        
        public void GroupHeaderBand2__BeginRender(object sender, System.EventArgs e)
        {
            this.Text149_Avg.Init();
            this.Text149.TextValue = "";
            this.Text150_Avg.Init();
            this.Text150.TextValue = "";
            this.Text151_Avg.Init();
            this.Text151.TextValue = "";
            this.Text152_Avg.Init();
            this.Text152.TextValue = "";
            this.Text153_Avg.Init();
            this.Text153.TextValue = "";
            this.Text154_Avg.Init();
            this.Text154.TextValue = "";
            this.Text155_Avg.Init();
            this.Text155.TextValue = "";
            this.Text156_Avg.Init();
            this.Text156.TextValue = "";
            this.Text157_Avg.Init();
            this.Text157.TextValue = "";
            this.Text158_Avg.Init();
            this.Text158.TextValue = "";
            this.Text159_Avg.Init();
            this.Text159.TextValue = "";
            this.Text160_Avg.Init();
            this.Text160.TextValue = "";
            this.Text161_Avg.Init();
            this.Text161.TextValue = "";
            this.Text162_Avg.Init();
            this.Text162.TextValue = "";
        }
        
        public void GroupHeaderBand2__EndRender(object sender, System.EventArgs e)
        {
            this.Text149.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text149_GetValue_End));
            this.Text150.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text150_GetValue_End));
            this.Text151.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text151_GetValue_End));
            this.Text152.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text152_GetValue_End));
            this.Text153.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text153_GetValue_End));
            this.Text154.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text154_GetValue_End));
            this.Text155.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text155_GetValue_End));
            this.Text156.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text156_GetValue_End));
            this.Text157.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text157_GetValue_End));
            this.Text158.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text158_GetValue_End));
            this.Text159.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text159_GetValue_End));
            this.Text160.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text160_GetValue_End));
            this.Text161.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text161_GetValue_End));
            this.Text162.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text162_GetValue_End));
        }
        
        public void GroupHeaderBand4__BeginRender(object sender, System.EventArgs e)
        {
            this.Text306_Avg.Init();
            this.Text306.TextValue = "";
            this.Text327_Avg.Init();
            this.Text327.TextValue = "";
            this.Text328_Avg.Init();
            this.Text328.TextValue = "";
            this.Text329_Avg.Init();
            this.Text329.TextValue = "";
            this.Text330_Avg.Init();
            this.Text330.TextValue = "";
            this.Text331_Avg.Init();
            this.Text331.TextValue = "";
            this.Text332_Avg.Init();
            this.Text332.TextValue = "";
            this.Text333_Avg.Init();
            this.Text333.TextValue = "";
            this.Text334_Avg.Init();
            this.Text334.TextValue = "";
            this.Text335_Avg.Init();
            this.Text335.TextValue = "";
            this.Text336_Avg.Init();
            this.Text336.TextValue = "";
            this.Text337_Avg.Init();
            this.Text337.TextValue = "";
            this.Text338_Avg.Init();
            this.Text338.TextValue = "";
            this.Text339_Avg.Init();
            this.Text339.TextValue = "";
            this.Text340_Avg.Init();
            this.Text340.TextValue = "";
        }
        
        public void GroupHeaderBand4__EndRender(object sender, System.EventArgs e)
        {
            this.Text306.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text306_GetValue_End));
            this.Text327.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text327_GetValue_End));
            this.Text328.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text328_GetValue_End));
            this.Text329.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text329_GetValue_End));
            this.Text330.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text330_GetValue_End));
            this.Text331.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text331_GetValue_End));
            this.Text332.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text332_GetValue_End));
            this.Text333.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text333_GetValue_End));
            this.Text334.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text334_GetValue_End));
            this.Text335.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text335_GetValue_End));
            this.Text336.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text336_GetValue_End));
            this.Text337.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text337_GetValue_End));
            this.Text338.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text338_GetValue_End));
            this.Text339.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text339_GetValue_End));
            this.Text340.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text340_GetValue_End));
        }
        
        public void GroupHeaderBand1__Rendering(object sender, System.EventArgs e)
        {
            this.Text34_Avg.CalcItem(data.firmness_flesh+data.firmness_flesh_2);
        }
        
        public void DataBand1__Rendering(object sender, System.EventArgs e)
        {
            this.Text20_Avg.CalcItem(data.fruit_length);
            this.Text51_Avg.CalcItem(data.fruit_weight);
            this.Text53_Avg.CalcItem(data.fruit_width);
            this.Text65_Avg.CalcItem(data.fruit_color_L);
            this.Text66_Avg.CalcItem(data.fruit_color_a);
            this.Text67_Avg.CalcItem(data.fruit_color_b);
            this.Text68_Avg.CalcItem(data.firmness_ext);
            this.Text69_Avg.CalcItem(data.flesh_color_L);
            this.Text70_Avg.CalcItem(data.flesh_color_a);
            this.Text71_Avg.CalcItem(data.flesh_color_b);
            this.Text72_Avg.CalcItem(data.firmness_flesh+data.firmness_flesh_2);
            this.Text73_Avg.CalcItem(data.cavity_diameter);
            this.Text74_Avg.CalcItem(data.brix);
            this.Text75_Avg.CalcItem(data.ph);
            this.Text174_Avg.CalcItem(data.Gnfp);
            this.Text348_Avg.CalcItem(data.fruit_length);
            this.Text349_Avg.CalcItem(data.fruit_weight);
            this.Text350_Avg.CalcItem(data.fruit_width);
            this.Text351_Avg.CalcItem(data.fruit_color_L);
            this.Text352_Avg.CalcItem(data.fruit_color_a);
            this.Text353_Avg.CalcItem(data.fruit_color_b);
            this.Text362_Avg.CalcItem(data.Gnfp);
            this.Text240_Avg.CalcItem(data_hybrids.fruit_length);
            this.Text241_Avg.CalcItem(data_hybrids.fruit_weight);
            this.Text242_Avg.CalcItem(data_hybrids.fruit_width);
            this.Text243_Avg.CalcItem(data_hybrids.fruit_color_L);
            this.Text244_Avg.CalcItem(data_hybrids.fruit_color_a);
            this.Text245_Avg.CalcItem(data_hybrids.fruit_color_b);
            this.Text246_Avg.CalcItem(data_hybrids.firmness_ext);
            this.Text247_Avg.CalcItem(data_hybrids.flesh_color_L);
            this.Text248_Avg.CalcItem(data_hybrids.flesh_color_a);
            this.Text249_Avg.CalcItem(data_hybrids.flesh_color_b);
            this.Text250_Avg.CalcItem(data_hybrids.firmness_flesh+data_hybrids.firmness_flesh_2);
            this.Text251_Avg.CalcItem(data_hybrids.cavity_diameter);
            this.Text252_Avg.CalcItem(data_hybrids.brix);
            this.Text253_Avg.CalcItem(data_hybrids.ph);
            this.Text263_Avg.CalcItem(data_hybrids.Gnfp);
        }
        
        public void GroupHeaderBand3__Rendering(object sender, System.EventArgs e)
        {
            this.Text217_Avg.CalcItem(data_hybrids.firmness_flesh+data_hybrids.firmness_flesh_2);
        }
        
        public void GroupHeaderBand2__Rendering(object sender, System.EventArgs e)
        {
            this.Text149_Avg.CalcItem(data.fruit_length);
            this.Text150_Avg.CalcItem(data.fruit_weight);
            this.Text151_Avg.CalcItem(data.fruit_width);
            this.Text152_Avg.CalcItem(data.fruit_color_L);
            this.Text153_Avg.CalcItem(data.fruit_color_a);
            this.Text154_Avg.CalcItem(data.fruit_color_b);
            this.Text155_Avg.CalcItem(data.firmness_ext);
            this.Text156_Avg.CalcItem(data.flesh_color_L);
            this.Text157_Avg.CalcItem(data.flesh_color_a);
            this.Text158_Avg.CalcItem(data.flesh_color_b);
            this.Text159_Avg.CalcItem(data.firmness_flesh);
            this.Text160_Avg.CalcItem(data.cavity_diameter);
            this.Text161_Avg.CalcItem(data.brix);
            this.Text162_Avg.CalcItem(data.ph);
            this.Text327_Avg.CalcItem(data_hybrids.fruit_length);
            this.Text328_Avg.CalcItem(data_hybrids.fruit_weight);
            this.Text329_Avg.CalcItem(data_hybrids.fruit_width);
            this.Text330_Avg.CalcItem(data_hybrids.fruit_color_L);
            this.Text331_Avg.CalcItem(data_hybrids.fruit_color_a);
            this.Text332_Avg.CalcItem(data_hybrids.fruit_color_b);
            this.Text333_Avg.CalcItem(data_hybrids.firmness_ext);
            this.Text334_Avg.CalcItem(data_hybrids.flesh_color_L);
            this.Text335_Avg.CalcItem(data_hybrids.flesh_color_a);
            this.Text336_Avg.CalcItem(data_hybrids.flesh_color_b);
            this.Text337_Avg.CalcItem(data_hybrids.firmness_flesh+data_hybrids.firmness_flesh_2);
            this.Text338_Avg.CalcItem(data_hybrids.cavity_diameter);
            this.Text339_Avg.CalcItem(data_hybrids.brix);
            this.Text340_Avg.CalcItem(data_hybrids.ph);
        }
        
        public void GroupHeaderBand4__Rendering(object sender, System.EventArgs e)
        {
            this.Text306_Avg.CalcItem(data_hybrids.firmness_flesh+data_hybrids.firmness_flesh_2);
        }
        
        private void InitializeComponent()
        {
            this.data_hybrids = new data_hybridsDataSource();
            this.sowings = new sowingsDataSource();
            this.years = new yearsDataSource();
            this.projects = new projectsDataSource();
            this.names = new namesDataSource();
            this.locations = new locationsDataSource();
            this.data = new dataDataSource();
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "query", "query", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "tri", "tri", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "sth", "sth", "", typeof(decimal), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "query2", "query2", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "toto", "toto", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "query3", "query3", "", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.NeedsCompiling = false;
            this.Text340_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text339_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text338_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text337_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text336_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text335_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text334_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text333_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text332_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text331_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text330_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text329_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text328_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text327_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text306_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text162_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text161_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text160_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text159_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text158_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text157_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text156_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text155_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text154_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text153_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text152_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text151_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text150_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text149_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text263_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text253_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text252_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text251_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text250_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text249_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text248_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text247_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text246_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text245_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text244_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text243_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text242_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text241_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text240_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text217_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text362_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text353_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text352_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text351_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text350_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text349_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text348_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text174_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text75_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text74_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text73_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text72_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text71_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text70_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text69_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text68_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text67_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text66_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text65_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text53_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text51_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text20_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            this.Text34_Avg = new Stimulsoft.Report.Dictionary.StiAvgDecimalFunctionService();
            // 
            // Variables init
            // 
            this.query = "";
            this.tri = "";
            this.sth = 0m;
            this.query2 = "";
            this.toto = "";
            this.query3 = "";
            this.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV1;
            this.ReferencedAssemblies = new System.String[] {
                    "System.Dll",
                    "System.Drawing.Dll",
                    "System.Windows.Forms.Dll",
                    "System.Data.Dll",
                    "System.Xml.Dll",
                    "Stimulsoft.Controls.Dll",
                    "Stimulsoft.Base.Dll",
                    "Stimulsoft.Report.Dll"};
            this.ReportAlias = "Report";
            // 
            // ReportChanged
            // 
            this.ReportChanged = new DateTime(2013, 8, 1, 9, 43, 19, 28);
            // 
            // ReportCreated
            // 
            this.ReportCreated = new DateTime(2008, 10, 29, 12, 39, 25, 0);
            this.ReportDescription = "Liste des n° semis qui ont des tests labos (présence d\'un filtre sur DataBand1)";
            this.ReportFile = "D:\\Stimulsoft Reports2010\\Team Reports\\Trait breeding\\Books and reports\\Report st" +
"ats fruits.mrt";
            this.ReportGuid = "2523c4eaed6747abb11ca084aabcc6c6";
            this.ReportName = "Report";
            this.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters;
            this.ReportVersion = "2011.1.909";
            this.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp;
            // 
            // if_sowing
            // 
            this.if_sowing = new Stimulsoft.Report.Components.StiPage();
            this.if_sowing.Guid = "abeeed577b1d406b9051a9bd8afc16b0";
            this.if_sowing.Name = "if_sowing";
            this.if_sowing.Orientation = Stimulsoft.Report.Components.StiPageOrientation.Landscape;
            this.if_sowing.PageHeight = 21;
            this.if_sowing.PageWidth = 29.7;
            this.if_sowing.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.if_sowing.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // HeaderBand1
            // 
            this.HeaderBand1 = new Stimulsoft.Report.Components.StiHeaderBand();
            this.HeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 28.7, 1.2);
            this.HeaderBand1.Name = "HeaderBand1";
            this.HeaderBand1.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyFirstPage;
            this.HeaderBand1.PrintOnAllPages = false;
            this.HeaderBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.HeaderBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 191, 191, 191));
            // 
            // Text2
            // 
            this.Text2 = new Stimulsoft.Report.Components.StiText();
            this.Text2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.4, 0, 2.3, 0.6);
            this.Text2.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text2.Name = "Text2";
            this.Text2.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text2__GetValue);
            this.Text2.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text2.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text2.Font = new System.Drawing.Font("Arial", 7F);
            this.Text2.Guid = null;
            this.Text2.Indicator = null;
            this.Text2.Interaction = null;
            this.Text2.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text2.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text2.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text48
            // 
            this.Text48 = new Stimulsoft.Report.Components.StiText();
            this.Text48.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 13.2, 0.6);
            this.Text48.Name = "Text48";
            this.Text48.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text48__GetValue);
            this.Text48.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text48.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text48.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text48.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.Text48.Guid = null;
            this.Text48.Indicator = null;
            this.Text48.Interaction = null;
            this.Text48.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text48.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text48.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text45
            // 
            this.Text45 = new Stimulsoft.Report.Components.StiText();
            this.Text45.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.6, 0.6, 0.8, 0.6);
            this.Text45.Guid = "84304a8568e34a03812a1689bf7e7e30";
            this.Text45.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text45.Name = "Text45";
            this.Text45.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text45__GetTag);
            this.Text45.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text45__GetValue);
            this.Text45.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text45.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text45.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text45.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text45.Font = new System.Drawing.Font("Arial", 7F);
            this.Text45.Indicator = null;
            this.Text45.Interaction = null;
            this.Text45.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text45.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text45.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text24
            // 
            this.Text24 = new Stimulsoft.Report.Components.StiText();
            this.Text24.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0.6, 1.2, 0.6);
            this.Text24.Guid = "2dc4e5eb4dfc4367b22fc01535e247a3";
            this.Text24.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text24.Name = "Text24";
            this.Text24.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text24__GetTag);
            this.Text24.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text24__GetValue);
            this.Text24.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text24.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text24.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text24.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text24.Font = new System.Drawing.Font("Arial", 5F);
            this.Text24.Indicator = null;
            this.Text24.Interaction = null;
            this.Text24.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text24.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text24.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text16
            // 
            this.Text16 = new Stimulsoft.Report.Components.StiText();
            this.Text16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 0.6, 1, 0.6);
            this.Text16.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text16.Name = "Text16";
            this.Text16.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text16__GetTag);
            this.Text16.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text16__GetValue);
            this.Text16.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text16.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text16.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text16.Font = new System.Drawing.Font("Arial", 5F);
            this.Text16.Guid = null;
            this.Text16.Indicator = null;
            this.Text16.Interaction = null;
            this.Text16.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text16.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text16.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text18
            // 
            this.Text18 = new Stimulsoft.Report.Components.StiText();
            this.Text18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.8, 0.6, 1, 0.6);
            this.Text18.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text18.Name = "Text18";
            this.Text18.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text18__GetTag);
            this.Text18.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text18__GetValue);
            this.Text18.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text18.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text18.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text18.Font = new System.Drawing.Font("Arial", 5F);
            this.Text18.Guid = null;
            this.Text18.Indicator = null;
            this.Text18.Interaction = null;
            this.Text18.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text18.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text18.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text22
            // 
            this.Text22 = new Stimulsoft.Report.Components.StiText();
            this.Text22.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.8, 0.6, 1, 0.6);
            this.Text22.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text22.Name = "Text22";
            this.Text22.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text22__GetTag);
            this.Text22.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text22__GetValue);
            this.Text22.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text22.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text22.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text22.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text22.Font = new System.Drawing.Font("Arial", 5F);
            this.Text22.Guid = null;
            this.Text22.Indicator = null;
            this.Text22.Interaction = null;
            this.Text22.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text22.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text22.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text23
            // 
            this.Text23 = new Stimulsoft.Report.Components.StiText();
            this.Text23.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.8, 0.6, 1, 0.6);
            this.Text23.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text23.Name = "Text23";
            this.Text23.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text23__GetTag);
            this.Text23.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text23__GetValue);
            this.Text23.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text23.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text23.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text23.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text23.Font = new System.Drawing.Font("Arial", 5F);
            this.Text23.Guid = null;
            this.Text23.Indicator = null;
            this.Text23.Interaction = null;
            this.Text23.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text23.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text23.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text33
            // 
            this.Text33 = new Stimulsoft.Report.Components.StiText();
            this.Text33.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.8, 0.6, 1, 0.6);
            this.Text33.Guid = "27f6c01f7a2e416b92ebea8ea7473ad6";
            this.Text33.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text33.Name = "Text33";
            this.Text33.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text33__GetTag);
            this.Text33.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text33__GetValue);
            this.Text33.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text33.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text33.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text33.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text33.Font = new System.Drawing.Font("Arial", 5F);
            this.Text33.Indicator = null;
            this.Text33.Interaction = null;
            this.Text33.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text33.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text33.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text21
            // 
            this.Text21 = new Stimulsoft.Report.Components.StiText();
            this.Text21.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.8, 0.6, 1, 0.6);
            this.Text21.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text21.Name = "Text21";
            this.Text21.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text21__GetTag);
            this.Text21.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text21__GetValue);
            this.Text21.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text21.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text21.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text21.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text21.Font = new System.Drawing.Font("Arial", 5F);
            this.Text21.Guid = null;
            this.Text21.Indicator = null;
            this.Text21.Interaction = null;
            this.Text21.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text21.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text21.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text7
            // 
            this.Text7 = new Stimulsoft.Report.Components.StiText();
            this.Text7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.8, 0.6, 1, 0.6);
            this.Text7.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text7.Name = "Text7";
            this.Text7.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text7__GetTag);
            this.Text7.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text7__GetValue);
            this.Text7.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text7.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text7.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text7.Font = new System.Drawing.Font("Arial", 5F);
            this.Text7.Guid = null;
            this.Text7.Indicator = null;
            this.Text7.Interaction = null;
            this.Text7.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text7.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text7.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text26
            // 
            this.Text26 = new Stimulsoft.Report.Components.StiText();
            this.Text26.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.8, 0.6, 1, 0.6);
            this.Text26.Guid = "ffcc57dd0ad14c41bd6d5b9602188f84";
            this.Text26.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text26.Name = "Text26";
            this.Text26.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text26__GetTag);
            this.Text26.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text26__GetValue);
            this.Text26.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text26.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text26.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text26.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text26.Font = new System.Drawing.Font("Arial", 5F);
            this.Text26.Indicator = null;
            this.Text26.Interaction = null;
            this.Text26.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text26.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text26.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text32
            // 
            this.Text32 = new Stimulsoft.Report.Components.StiText();
            this.Text32.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.8, 0.6, 1, 0.6);
            this.Text32.Guid = "e7b2d0c9af734c279ecb1cd3fb829062";
            this.Text32.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text32.Name = "Text32";
            this.Text32.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text32__GetTag);
            this.Text32.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text32__GetValue);
            this.Text32.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text32.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text32.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text32.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text32.Font = new System.Drawing.Font("Arial", 5F);
            this.Text32.Indicator = null;
            this.Text32.Interaction = null;
            this.Text32.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text32.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text32.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text40
            // 
            this.Text40 = new Stimulsoft.Report.Components.StiText();
            this.Text40.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.8, 0.6, 1, 0.6);
            this.Text40.Guid = "19d33edfd1e34f448ac3f57b8e68e792";
            this.Text40.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text40.Name = "Text40";
            this.Text40.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text40__GetTag);
            this.Text40.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text40__GetValue);
            this.Text40.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text40.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text40.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text40.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text40.Font = new System.Drawing.Font("Arial", 5F);
            this.Text40.Indicator = null;
            this.Text40.Interaction = null;
            this.Text40.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text40.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text40.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text35
            // 
            this.Text35 = new Stimulsoft.Report.Components.StiText();
            this.Text35.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.8, 0.6, 1, 0.6);
            this.Text35.Guid = "cc25eaf0657247a4b59f29458da7ee00";
            this.Text35.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text35.Name = "Text35";
            this.Text35.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text35__GetTag);
            this.Text35.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text35__GetValue);
            this.Text35.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text35.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text35.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text35.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text35.Font = new System.Drawing.Font("Arial", 5F);
            this.Text35.Indicator = null;
            this.Text35.Interaction = null;
            this.Text35.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text35.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text35.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text36
            // 
            this.Text36 = new Stimulsoft.Report.Components.StiText();
            this.Text36.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.8, 0.6, 1, 0.6);
            this.Text36.Guid = "bf4b66272cd14539919dc292db22ed27";
            this.Text36.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text36.Name = "Text36";
            this.Text36.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text36__GetTag);
            this.Text36.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text36__GetValue);
            this.Text36.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text36.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text36.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text36.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text36.Font = new System.Drawing.Font("Arial", 5F);
            this.Text36.Indicator = null;
            this.Text36.Interaction = null;
            this.Text36.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text36.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text36.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text37
            // 
            this.Text37 = new Stimulsoft.Report.Components.StiText();
            this.Text37.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.8, 0.6, 0.6, 0.6);
            this.Text37.Guid = "9b038d8822924f0992f655e34ae2ab0e";
            this.Text37.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text37.Name = "Text37";
            this.Text37.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text37__GetTag);
            this.Text37.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text37__GetValue);
            this.Text37.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text37.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text37.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text37.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text37.Font = new System.Drawing.Font("Arial", 5F);
            this.Text37.Indicator = null;
            this.Text37.Interaction = null;
            this.Text37.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text37.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text37.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text9
            // 
            this.Text9 = new Stimulsoft.Report.Components.StiText();
            this.Text9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.4, 0.6, 0.8, 0.6);
            this.Text9.Guid = "276d8bef4d6843419d1bb57e0818cd20";
            this.Text9.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text9.Name = "Text9";
            this.Text9.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text9__GetTag);
            this.Text9.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text9__GetValue);
            this.Text9.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text9.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text9.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text9.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text9.Indicator = null;
            this.Text9.Interaction = null;
            this.Text9.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text9.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text9.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text28
            // 
            this.Text28 = new Stimulsoft.Report.Components.StiText();
            this.Text28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0.6, 1.2, 0.6);
            this.Text28.Guid = "d20ccdbf920743e298ab4acdf05d9592";
            this.Text28.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text28.Name = "Text28";
            this.Text28.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text28__GetTag);
            this.Text28.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text28__GetValue);
            this.Text28.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text28.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text28.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text28.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text28.Font = new System.Drawing.Font("Arial", 5F);
            this.Text28.Indicator = null;
            this.Text28.Interaction = null;
            this.Text28.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text28.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text28.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text1
            // 
            this.Text1 = new Stimulsoft.Report.Components.StiText();
            this.Text1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.2, 0.6, 0.6, 0.6);
            this.Text1.Guid = "76d9aa8ce2b54ec79a68341ec06e9c2f";
            this.Text1.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text1.Name = "Text1";
            this.Text1.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text1__GetTag);
            this.Text1.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text1__GetValue);
            this.Text1.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text1.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text1.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text1.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text1.Indicator = null;
            this.Text1.Interaction = null;
            this.Text1.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text1.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text1.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text6
            // 
            this.Text6 = new Stimulsoft.Report.Components.StiText();
            this.Text6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.4, 0.6, 1, 0.6);
            this.Text6.Guid = "7c2bc7e4a7eb4c7ea96a20a686726d7f";
            this.Text6.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text6.Name = "Text6";
            this.Text6.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text6__GetTag);
            this.Text6.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text6__GetValue);
            this.Text6.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text6.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text6.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text6.Font = new System.Drawing.Font("Arial", 5F);
            this.Text6.Indicator = null;
            this.Text6.Interaction = null;
            this.Text6.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text6.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text6.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text42
            // 
            this.Text42 = new Stimulsoft.Report.Components.StiText();
            this.Text42.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.4, 0.6, 0.8, 0.6);
            this.Text42.Guid = "c0e7f8c87ca4409cb069deeec2e6d296";
            this.Text42.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text42.Name = "Text42";
            this.Text42.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text42__GetTag);
            this.Text42.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text42__GetValue);
            this.Text42.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text42.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text42.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text42.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text42.Font = new System.Drawing.Font("Arial", 5F);
            this.Text42.Indicator = null;
            this.Text42.Interaction = null;
            this.Text42.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text42.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text42.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text50
            // 
            this.Text50 = new Stimulsoft.Report.Components.StiText();
            this.Text50.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.8, 0.6, 0.8, 0.6);
            this.Text50.Guid = "36d2f98c80a8425f816aa687d86db06a";
            this.Text50.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text50.Name = "Text50";
            this.Text50.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text50__GetTag);
            this.Text50.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text50__GetValue);
            this.Text50.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text50.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text50.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text50.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text50.Font = new System.Drawing.Font("Arial", 7F);
            this.Text50.Indicator = null;
            this.Text50.Interaction = null;
            this.Text50.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text50.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text50.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text11
            // 
            this.Text11 = new Stimulsoft.Report.Components.StiText();
            this.Text11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 0.6, 1.2, 0.6);
            this.Text11.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text11.Name = "Text11";
            this.Text11.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text11__GetTag);
            this.Text11.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text11__GetValue);
            this.Text11.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text11.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text11.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text11.Font = new System.Drawing.Font("Arial", 5F);
            this.Text11.Guid = null;
            this.Text11.Indicator = null;
            this.Text11.Interaction = null;
            this.Text11.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text11.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text11.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text13
            // 
            this.Text13 = new Stimulsoft.Report.Components.StiText();
            this.Text13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0.6, 1.6, 0.6);
            this.Text13.Guid = "6497017a64204caab10561a1567ea2cb";
            this.Text13.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text13.Name = "Text13";
            this.Text13.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text13__GetTag);
            this.Text13.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text13__GetValue);
            this.Text13.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text13.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text13.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text13.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text13.Indicator = null;
            this.Text13.Interaction = null;
            this.Text13.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text13.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text13.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text57
            // 
            this.Text57 = new Stimulsoft.Report.Components.StiText();
            this.Text57.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0.6, 0.6, 0.6);
            this.Text57.Guid = "93e3002165444469bc8f13a20ed62b01";
            this.Text57.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text57.Name = "Text57";
            this.Text57.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text57__GetTag);
            this.Text57.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text57__GetValue);
            this.Text57.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text57.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text57.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text57.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text57.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text57.Indicator = null;
            this.Text57.Interaction = null;
            this.Text57.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text57.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text57.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text59
            // 
            this.Text59 = new Stimulsoft.Report.Components.StiText();
            this.Text59.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.2, 0.6, 0.6, 0.6);
            this.Text59.Guid = "c22158fccef24a5f958c3d8a9b6ea561";
            this.Text59.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text59.Name = "Text59";
            this.Text59.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text59__GetTag);
            this.Text59.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text59__GetValue);
            this.Text59.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text59.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text59.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text59.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text59.Font = new System.Drawing.Font("Arial", 5F);
            this.Text59.Indicator = null;
            this.Text59.Interaction = null;
            this.Text59.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text59.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text59.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text61
            // 
            this.Text61 = new Stimulsoft.Report.Components.StiText();
            this.Text61.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.8, 0.6, 0.8, 0.6);
            this.Text61.Guid = "33f1dbe66a354cfb8dae5d35e700df5c";
            this.Text61.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text61.Name = "Text61";
            this.Text61.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text61__GetTag);
            this.Text61.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text61__GetValue);
            this.Text61.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text61.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text61.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text61.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text61.Font = new System.Drawing.Font("Arial", 5F);
            this.Text61.Indicator = null;
            this.Text61.Interaction = null;
            this.Text61.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text61.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text61.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text63
            // 
            this.Text63 = new Stimulsoft.Report.Components.StiText();
            this.Text63.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.6, 0.6, 0.8, 0.6);
            this.Text63.Guid = "42352367639f48d89bd165ad415b2778";
            this.Text63.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text63.Name = "Text63";
            this.Text63.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text63__GetTag);
            this.Text63.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text63__GetValue);
            this.Text63.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text63.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text63.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text63.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text63.Font = new System.Drawing.Font("Arial", 5F);
            this.Text63.Indicator = null;
            this.Text63.Interaction = null;
            this.Text63.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text63.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text63.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text38
            // 
            this.Text38 = new Stimulsoft.Report.Components.StiText();
            this.Text38.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(27.4, 0.6, 0.6, 0.6);
            this.Text38.Guid = "0c8a0dd82d6e43c18e2c0e657ed59d6c";
            this.Text38.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text38.Name = "Text38";
            this.Text38.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text38__GetTag);
            this.Text38.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text38__GetValue);
            this.Text38.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text38.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text38.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text38.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text38.Font = new System.Drawing.Font("Arial", 5F);
            this.Text38.Indicator = null;
            this.Text38.Interaction = null;
            this.Text38.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text38.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text38.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text81
            // 
            this.Text81 = new Stimulsoft.Report.Components.StiText();
            this.Text81.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(28, 0.6, 0.6, 0.6);
            this.Text81.Guid = "2b9440efec8e452abcb64d4b775bdbb6";
            this.Text81.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text81.Name = "Text81";
            this.Text81.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text81__GetTag);
            this.Text81.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text81__GetValue);
            this.Text81.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text81.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text81.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text81.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text81.Font = new System.Drawing.Font("Arial", 5F);
            this.Text81.Indicator = null;
            this.Text81.Interaction = null;
            this.Text81.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text81.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text81.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text169
            // 
            this.Text169 = new Stimulsoft.Report.Components.StiText();
            this.Text169.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0.6, 1.4, 0.6);
            this.Text169.Guid = "a5c67767708349b4a51b54947f5269e6";
            this.Text169.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text169.Name = "Text169";
            this.Text169.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text169__GetTag);
            this.Text169.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text169__GetValue);
            this.Text169.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text169.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text169.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text169.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text169.Font = new System.Drawing.Font("Arial", 5F);
            this.Text169.Indicator = null;
            this.Text169.Interaction = null;
            this.Text169.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text169.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text169.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text170
            // 
            this.Text170 = new Stimulsoft.Report.Components.StiText();
            this.Text170.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 0.6, 0.6);
            this.Text170.Guid = "c2c5371e455842d0955d2b70b26f19b2";
            this.Text170.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text170.Name = "Text170";
            this.Text170.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text170__GetTag);
            this.Text170.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text170__GetValue);
            this.Text170.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text170.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text170.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text170.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text170.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text170.Indicator = null;
            this.Text170.Interaction = null;
            this.Text170.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text170.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text170.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.HeaderBand1.Guid = null;
            this.HeaderBand1.Interaction = null;
            // 
            // GroupHeaderBand1
            // 
            this.GroupHeaderBand1 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.4, 28.7, 0);
            this.GroupHeaderBand1.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand1__GetValue);
            this.GroupHeaderBand1.Name = "GroupHeaderBand1";
            this.GroupHeaderBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.GroupHeaderBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 216, 216, 216));
            this.GroupHeaderBand1.Guid = null;
            this.GroupHeaderBand1.Interaction = null;
            // 
            // DataBand1
            // 
            this.DataBand1 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.2, 28.7, 0.5);
            this.DataBand1.DataSourceName = "data";
            this.DataBand1.Name = "DataBand1";
            this.DataBand1.Sort = new System.String[] {
                    "ASC",
                    "num_plant",
                    "ASC",
                    "fruit_id"};
            this.DataBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.DataBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand1.BusinessObjectGuid = null;
            // 
            // Text8
            // 
            this.Text8 = new Stimulsoft.Report.Components.StiText();
            this.Text8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0, 1.2, 0.5);
            this.Text8.Guid = "75a3d6b2dee34d1da6f6c310cbba0377";
            this.Text8.HideZeros = true;
            this.Text8.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text8.Name = "Text8";
            this.Text8.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text8__GetTag);
            this.Text8.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text8__GetValue);
            this.Text8.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text8.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text8.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text8.Font = new System.Drawing.Font("Arial", 5F);
            this.Text8.Indicator = null;
            this.Text8.Interaction = null;
            this.Text8.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text8.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text8.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text8.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text12
            // 
            this.Text12 = new Stimulsoft.Report.Components.StiText();
            this.Text12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 0, 1, 0.5);
            this.Text12.Guid = "93b5ce8db6d64913b2a64fa9ab86e86f";
            this.Text12.HideZeros = true;
            this.Text12.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text12.Name = "Text12";
            this.Text12.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text12__GetTag);
            this.Text12.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text12__GetValue);
            this.Text12.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text12.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text12.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text12.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text12.Font = new System.Drawing.Font("Arial", 5F);
            this.Text12.Indicator = null;
            this.Text12.Interaction = null;
            this.Text12.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text12.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text12.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text12.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text14
            // 
            this.Text14 = new Stimulsoft.Report.Components.StiText();
            this.Text14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.8, 0, 1, 0.5);
            this.Text14.Guid = "9f278f202e154a2db6b9443cd9d4d440";
            this.Text14.HideZeros = true;
            this.Text14.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text14.Name = "Text14";
            this.Text14.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text14__GetTag);
            this.Text14.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text14__GetValue);
            this.Text14.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text14.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text14.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text14.Font = new System.Drawing.Font("Arial", 5F);
            this.Text14.Indicator = null;
            this.Text14.Interaction = null;
            this.Text14.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text14.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text14.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text14.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text15
            // 
            this.Text15 = new Stimulsoft.Report.Components.StiText();
            this.Text15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.8, 0, 1, 0.5);
            this.Text15.Guid = "443ac0d3e0824e96ab20607997302475";
            this.Text15.HideZeros = true;
            this.Text15.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text15.Name = "Text15";
            this.Text15.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text15__GetTag);
            this.Text15.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text15__GetValue);
            this.Text15.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text15.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text15.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text15.Font = new System.Drawing.Font("Arial", 5F);
            this.Text15.Indicator = null;
            this.Text15.Interaction = null;
            this.Text15.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text15.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text15.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text15.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text17
            // 
            this.Text17 = new Stimulsoft.Report.Components.StiText();
            this.Text17.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.8, 0, 1, 0.5);
            this.Text17.Guid = "304742e91833407cb2794792650c5600";
            this.Text17.HideZeros = true;
            this.Text17.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text17.Name = "Text17";
            this.Text17.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text17__GetTag);
            this.Text17.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text17__GetValue);
            this.Text17.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text17.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text17.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text17.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text17.Font = new System.Drawing.Font("Arial", 5F);
            this.Text17.Indicator = null;
            this.Text17.Interaction = null;
            this.Text17.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text17.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text17.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text17.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text19
            // 
            this.Text19 = new Stimulsoft.Report.Components.StiText();
            this.Text19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.8, 0, 1, 0.5);
            this.Text19.Guid = "da91ae6f855143a1a49bb03998b689aa";
            this.Text19.HideZeros = true;
            this.Text19.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text19.Name = "Text19";
            this.Text19.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text19__GetTag);
            this.Text19.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text19__GetValue);
            this.Text19.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text19.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text19.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text19.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text19.Font = new System.Drawing.Font("Arial", 5F);
            this.Text19.Indicator = null;
            this.Text19.Interaction = null;
            this.Text19.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text19.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text19.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text19.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text25
            // 
            this.Text25 = new Stimulsoft.Report.Components.StiText();
            this.Text25.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.8, 0, 1, 0.5);
            this.Text25.Guid = "552c518ba2ce4eeebf3836b6e10003b4";
            this.Text25.HideZeros = true;
            this.Text25.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text25.Name = "Text25";
            this.Text25.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text25__GetTag);
            this.Text25.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text25__GetValue);
            this.Text25.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text25.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text25.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text25.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text25.Font = new System.Drawing.Font("Arial", 5F);
            this.Text25.Indicator = null;
            this.Text25.Interaction = null;
            this.Text25.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text25.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text25.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text25.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text27
            // 
            this.Text27 = new Stimulsoft.Report.Components.StiText();
            this.Text27.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.8, 0, 1, 0.5);
            this.Text27.Guid = "9ba71a682acf42649ec248059364231b";
            this.Text27.HideZeros = true;
            this.Text27.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text27.Name = "Text27";
            this.Text27.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text27__GetTag);
            this.Text27.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text27__GetValue);
            this.Text27.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text27.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text27.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text27.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text27.Font = new System.Drawing.Font("Arial", 5F);
            this.Text27.Indicator = null;
            this.Text27.Interaction = null;
            this.Text27.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text27.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text27.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text27.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text30
            // 
            this.Text30 = new Stimulsoft.Report.Components.StiText();
            this.Text30.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.8, 0, 1, 0.5);
            this.Text30.Guid = "73e0fcbc7441461e99482f1b1f6fbc38";
            this.Text30.HideZeros = true;
            this.Text30.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text30.Name = "Text30";
            this.Text30.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text30__GetTag);
            this.Text30.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text30__GetValue);
            this.Text30.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text30.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text30.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.InitializeComponent2();
        }
        
        public void InitializeComponent2()
        {
            this.Text30.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text30.Font = new System.Drawing.Font("Arial", 5F);
            this.Text30.Indicator = null;
            this.Text30.Interaction = null;
            this.Text30.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text30.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text30.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text30.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text31
            // 
            this.Text31 = new Stimulsoft.Report.Components.StiText();
            this.Text31.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.8, 0, 1, 0.5);
            this.Text31.Guid = "7a3f633e90be4a17b7d20fdffc7f7f13";
            this.Text31.HideZeros = true;
            this.Text31.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text31.Name = "Text31";
            this.Text31.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text31__GetTag);
            this.Text31.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text31__GetValue);
            this.Text31.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text31.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text31.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text31.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text31.Font = new System.Drawing.Font("Arial", 5F);
            this.Text31.Indicator = null;
            this.Text31.Interaction = null;
            this.Text31.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text31.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text31.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text31.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text34
            // 
            this.Text34 = new Stimulsoft.Report.Components.StiText();
            this.Text34.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.8, 0, 1, 0.5);
            this.Text34.Guid = "846788c40ef84ae9ba5ad96c4fc1f8ca";
            this.Text34.HideZeros = true;
            this.Text34.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text34.Name = "Text34";
            this.Text34.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text34__GetTag);
            // 
            // Text34_Avg
            // 
            this.Text34.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text34__GetValue);
            this.Text34.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text34.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text34.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text34.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text34.Font = new System.Drawing.Font("Arial", 5F);
            this.Text34.Indicator = null;
            this.Text34.Interaction = null;
            this.Text34.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text34.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text34.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text34.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text41
            // 
            this.Text41 = new Stimulsoft.Report.Components.StiText();
            this.Text41.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.8, 0, 1, 0.5);
            this.Text41.Guid = "238137c1779441d2adefd784bd996273";
            this.Text41.HideZeros = true;
            this.Text41.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text41.Name = "Text41";
            this.Text41.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text41__GetTag);
            this.Text41.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text41__GetValue);
            this.Text41.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text41.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text41.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text41.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text41.Font = new System.Drawing.Font("Arial", 5F);
            this.Text41.Indicator = null;
            this.Text41.Interaction = null;
            this.Text41.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text41.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text41.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text41.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text46
            // 
            this.Text46 = new Stimulsoft.Report.Components.StiText();
            this.Text46.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.8, 0, 0.6, 0.5);
            this.Text46.Guid = "3424661f5cf941bf88d3cbb3f655678a";
            this.Text46.HideZeros = true;
            this.Text46.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text46.Name = "Text46";
            this.Text46.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text46__GetTag);
            this.Text46.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text46__GetValue);
            this.Text46.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text46.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text46.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text46.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text46.Font = new System.Drawing.Font("Arial", 5F);
            this.Text46.Indicator = null;
            this.Text46.Interaction = null;
            this.Text46.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text46.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text46.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text46.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text49
            // 
            this.Text49 = new Stimulsoft.Report.Components.StiText();
            this.Text49.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.8, 0, 1, 0.5);
            this.Text49.Guid = "176a1b1f5f0a4f65b6318c905bbd6132";
            this.Text49.HideZeros = true;
            this.Text49.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text49.Name = "Text49";
            this.Text49.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text49__GetTag);
            this.Text49.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text49__GetValue);
            this.Text49.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text49.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text49.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text49.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text49.Font = new System.Drawing.Font("Arial", 5F);
            this.Text49.Indicator = null;
            this.Text49.Interaction = null;
            this.Text49.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text49.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text49.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text49.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text44
            // 
            this.Text44 = new Stimulsoft.Report.Components.StiText();
            this.Text44.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.4, 0, 0.8, 0.5);
            this.Text44.Guid = "dfd93638e6d4468585b4e24543d6397c";
            this.Text44.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text44.Name = "Text44";
            this.Text44.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text44__GetTag);
            this.Text44.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text44__GetValue);
            this.Text44.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text44.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text44.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text44.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text44.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text44.Indicator = null;
            this.Text44.Interaction = null;
            this.Text44.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text44.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text44.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text29
            // 
            this.Text29 = new Stimulsoft.Report.Components.StiText();
            this.Text29.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0, 1.2, 0.5);
            this.Text29.Guid = "7e5c78bfe9c04d8d891c072c8de147aa";
            this.Text29.HideZeros = true;
            this.Text29.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text29.Name = "Text29";
            this.Text29.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text29__GetTag);
            this.Text29.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text29__GetValue);
            this.Text29.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text29.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text29.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text29.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text29.Font = new System.Drawing.Font("Arial", 5F);
            this.Text29.Indicator = null;
            this.Text29.Interaction = null;
            this.Text29.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text29.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text29.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text29.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text5
            // 
            this.Text5 = new Stimulsoft.Report.Components.StiText();
            this.Text5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.2, 0, 0.6, 0.5);
            this.Text5.Guid = "16ff37f5531f49a7bec1073e1757ce70";
            this.Text5.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text5.Name = "Text5";
            this.Text5.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text5__GetTag);
            this.Text5.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text5__GetValue);
            this.Text5.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text5.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text5.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text5.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text5.Indicator = null;
            this.Text5.Interaction = null;
            this.Text5.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text5.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text5.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text39
            // 
            this.Text39 = new Stimulsoft.Report.Components.StiText();
            this.Text39.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.4, 0, 1, 0.5);
            this.Text39.Guid = "422767b0ef5e4a65a111e9d6e0412359";
            this.Text39.HideZeros = true;
            this.Text39.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text39.Name = "Text39";
            this.Text39.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text39__GetTag);
            this.Text39.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text39__GetValue);
            this.Text39.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text39.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text39.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text39.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text39.Font = new System.Drawing.Font("Arial", 5F);
            this.Text39.Indicator = null;
            this.Text39.Interaction = null;
            this.Text39.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text39.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text39.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text39.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text43
            // 
            this.Text43 = new Stimulsoft.Report.Components.StiText();
            this.Text43.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.4, 0, 0.8, 0.5);
            this.Text43.Guid = "56c7d491b4f24caba117f23a19540329";
            this.Text43.HideZeros = true;
            this.Text43.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text43.Name = "Text43";
            this.Text43.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text43__GetTag);
            this.Text43.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text43__GetValue);
            this.Text43.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text43.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text43.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text43.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text43.Font = new System.Drawing.Font("Arial", 5F);
            this.Text43.Indicator = null;
            this.Text43.Interaction = null;
            this.Text43.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text43.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text43.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text54
            // 
            this.Text54 = new Stimulsoft.Report.Components.StiText();
            this.Text54.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.8, 0, 0.8, 0.5);
            this.Text54.Guid = "1e356bec41a347cea2f29364b8715e95";
            this.Text54.HideZeros = true;
            this.Text54.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text54.Name = "Text54";
            this.Text54.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text54__GetTag);
            this.Text54.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text54__GetValue);
            this.Text54.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text54.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text54.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text54.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text54.Font = new System.Drawing.Font("Arial", 5F);
            this.Text54.Indicator = null;
            this.Text54.Interaction = null;
            this.Text54.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text54.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text54.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text55
            // 
            this.Text55 = new Stimulsoft.Report.Components.StiText();
            this.Text55.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.6, 0, 0.8, 0.5);
            this.Text55.Guid = "0ab18a9158874f92b876339d66c871bc";
            this.Text55.HideZeros = true;
            this.Text55.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text55.Name = "Text55";
            this.Text55.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text55__GetTag);
            this.Text55.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text55__GetValue);
            this.Text55.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text55.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text55.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text55.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text55.Font = new System.Drawing.Font("Arial", 5F);
            this.Text55.Indicator = null;
            this.Text55.Interaction = null;
            this.Text55.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text55.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text55.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text55.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text4
            // 
            this.Text4 = new Stimulsoft.Report.Components.StiText();
            this.Text4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 0, 1.2, 0.5);
            this.Text4.Guid = "e65ce73bdd8541019e714ab788bb6157";
            this.Text4.HideZeros = true;
            this.Text4.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text4.Name = "Text4";
            this.Text4.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text4__GetTag);
            this.Text4.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text4__GetValue);
            this.Text4.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text4.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text4.Font = new System.Drawing.Font("Arial", 5F);
            this.Text4.Indicator = null;
            this.Text4.Interaction = null;
            this.Text4.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text4.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text4.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text56
            // 
            this.Text56 = new Stimulsoft.Report.Components.StiText();
            this.Text56.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 1.6, 0.5);
            this.Text56.Guid = "7f72a0a97d094c70808f55e1c8367c05";
            this.Text56.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text56.Name = "Text56";
            this.Text56.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text56__GetTag);
            this.Text56.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text56__GetValue);
            this.Text56.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text56.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text56.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text56.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text56.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text56.Indicator = null;
            this.Text56.Interaction = null;
            this.Text56.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text56.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text56.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text58
            // 
            this.Text58 = new Stimulsoft.Report.Components.StiText();
            this.Text58.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0, 0.6, 0.5);
            this.Text58.Guid = "be63d225a5b24d2cb12d1b2b422750fa";
            this.Text58.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text58.Name = "Text58";
            this.Text58.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text58__GetTag);
            this.Text58.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text58__GetValue);
            this.Text58.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text58.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text58.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text58.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text58.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text58.Indicator = null;
            this.Text58.Interaction = null;
            this.Text58.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text58.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text58.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text60
            // 
            this.Text60 = new Stimulsoft.Report.Components.StiText();
            this.Text60.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.2, 0, 0.6, 0.5);
            this.Text60.Guid = "0a242aa3e8c74fdf81d79c3f51c58c55";
            this.Text60.HideZeros = true;
            this.Text60.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text60.Name = "Text60";
            this.Text60.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text60__GetTag);
            this.Text60.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text60__GetValue);
            this.Text60.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text60.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text60.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text60.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text60.Font = new System.Drawing.Font("Arial", 5F);
            this.Text60.Indicator = null;
            this.Text60.Interaction = null;
            this.Text60.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text60.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text60.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text62
            // 
            this.Text62 = new Stimulsoft.Report.Components.StiText();
            this.Text62.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.8, 0, 0.8, 0.5);
            this.Text62.Guid = "21904f4cb4704e8ba0cf999239ea4a7e";
            this.Text62.HideZeros = true;
            this.Text62.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text62.Name = "Text62";
            this.Text62.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text62__GetTag);
            this.Text62.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text62__GetValue);
            this.Text62.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text62.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text62.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text62.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text62.Font = new System.Drawing.Font("Arial", 5F);
            this.Text62.Indicator = null;
            this.Text62.Interaction = null;
            this.Text62.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text62.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text62.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text64
            // 
            this.Text64 = new Stimulsoft.Report.Components.StiText();
            this.Text64.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.6, 0, 0.8, 0.5);
            this.Text64.Guid = "eb19256958bc4304a0bdf7199fc5678b";
            this.Text64.HideZeros = true;
            this.Text64.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text64.Name = "Text64";
            this.Text64.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text64__GetTag);
            this.Text64.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text64__GetValue);
            this.Text64.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text64.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text64.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text64.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text64.Font = new System.Drawing.Font("Arial", 5F);
            this.Text64.Indicator = null;
            this.Text64.Interaction = null;
            this.Text64.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text64.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text64.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text82
            // 
            this.Text82 = new Stimulsoft.Report.Components.StiText();
            this.Text82.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(27.4, 0, 0.6, 0.5);
            this.Text82.Guid = "8f2d5c5686ec4023a5ccb5383f827149";
            this.Text82.HideZeros = true;
            this.Text82.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text82.Name = "Text82";
            this.Text82.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text82__GetTag);
            this.Text82.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text82__GetValue);
            this.Text82.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text82.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text82.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text82.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text82.Font = new System.Drawing.Font("Arial", 5F);
            this.Text82.Indicator = null;
            this.Text82.Interaction = null;
            this.Text82.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text82.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text82.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text82.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text84
            // 
            this.Text84 = new Stimulsoft.Report.Components.StiText();
            this.Text84.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.6, 0.5);
            this.Text84.Guid = "1f2e86cab44c4fdaac531a2ed6c56a72";
            this.Text84.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text84.Name = "Text84";
            this.Text84.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text84__GetTag);
            this.Text84.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text84__GetValue);
            this.Text84.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text84.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text84.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text84.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text84.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text84.Indicator = null;
            this.Text84.Interaction = null;
            this.Text84.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text84.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text84.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text47
            // 
            this.Text47 = new Stimulsoft.Report.Components.StiText();
            this.Text47.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(28, 0, 0.6, 0.5);
            this.Text47.Guid = "13b98226b9644d1cb1eda049442578cf";
            this.Text47.HideZeros = true;
            this.Text47.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text47.Name = "Text47";
            this.Text47.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text47__GetTag);
            this.Text47.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text47__GetValue);
            this.Text47.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text47.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text47.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text47.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text47.Font = new System.Drawing.Font("Arial", 5F);
            this.Text47.Indicator = null;
            this.Text47.Interaction = null;
            this.Text47.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text47.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text47.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text47.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text146
            // 
            this.Text146 = new Stimulsoft.Report.Components.StiText();
            this.Text146.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0, 1.4, 0.5);
            this.Text146.Guid = "73ce40416f3142ff9f84a606f3dbcfeb";
            this.Text146.HideZeros = true;
            this.Text146.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text146.Name = "Text146";
            this.Text146.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text146__GetTag);
            this.Text146.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text146__GetValue);
            this.Text146.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text146.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text146.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text146.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text146.Font = new System.Drawing.Font("Arial", 5F);
            this.Text146.Indicator = null;
            this.Text146.Interaction = null;
            this.Text146.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text146.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text146.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DataBand1.DataRelationName = null;
            this.DataBand1.Guid = null;
            this.DataBand1.Interaction = null;
            this.DataBand1.MasterComponent = null;
            // 
            // GroupFooterBand1
            // 
            this.GroupFooterBand1 = new Stimulsoft.Report.Components.StiGroupFooterBand();
            this.GroupFooterBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.5, 28.7, 0.5);
            this.GroupFooterBand1.Name = "GroupFooterBand1";
            this.GroupFooterBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.GroupFooterBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 216, 216, 216));
            // 
            // Text3
            // 
            this.Text3 = new Stimulsoft.Report.Components.StiText();
            this.Text3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 1.6, 0.5);
            this.Text3.Guid = "cda4f94de4da430e8d948bad619ee603";
            this.Text3.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text3.Name = "Text3";
            this.Text3.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text3__GetTag);
            this.Text3.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text3__GetValue);
            this.Text3.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text3.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text3.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text3.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text3.Indicator = null;
            this.Text3.Interaction = null;
            this.Text3.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text3.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text3.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text10
            // 
            this.Text10 = new Stimulsoft.Report.Components.StiText();
            this.Text10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0, 0.6, 0.5);
            this.Text10.Guid = "c8f044ed926f450c90f449b4ce39c032";
            this.Text10.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text10.Name = "Text10";
            this.Text10.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text10__GetTag);
            this.Text10.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text10__GetValue);
            this.Text10.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text10.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text10.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text10.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text10.Indicator = null;
            this.Text10.Interaction = null;
            this.Text10.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text10.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text10.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text20
            // 
            this.Text20 = new Stimulsoft.Report.Components.StiText();
            this.Text20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.8, 0, 1, 0.5);
            this.Text20.Guid = "a9c471b82bc24ad6bf6736f1af00f9e4";
            this.Text20.HideZeros = true;
            this.Text20.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text20.Name = "Text20";
            this.Text20.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text20__GetTag);
            // 
            // Text20_Avg
            // 
            this.Text20.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text20__GetValue);
            this.Text20.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text20.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text20.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text20.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text20.Font = new System.Drawing.Font("Arial", 7F);
            this.Text20.Indicator = null;
            this.Text20.Interaction = null;
            this.Text20.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text20.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text20.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text20.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text51
            // 
            this.Text51 = new Stimulsoft.Report.Components.StiText();
            this.Text51.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 0, 1, 0.5);
            this.Text51.Guid = "5abb2d0b3a9d4765b8a10f365ce532fc";
            this.Text51.HideZeros = true;
            this.Text51.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text51.Name = "Text51";
            this.Text51.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text51__GetTag);
            // 
            // Text51_Avg
            // 
            this.Text51.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text51__GetValue);
            this.Text51.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text51.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text51.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text51.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text51.Font = new System.Drawing.Font("Arial", 7F);
            this.Text51.Indicator = null;
            this.Text51.Interaction = null;
            this.Text51.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text51.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text51.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text51.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text53
            // 
            this.Text53 = new Stimulsoft.Report.Components.StiText();
            this.Text53.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.8, 0, 1, 0.5);
            this.Text53.Guid = "17fad40d778a4273a177012aebc4f1ac";
            this.Text53.HideZeros = true;
            this.Text53.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text53.Name = "Text53";
            this.Text53.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text53__GetTag);
            // 
            // Text53_Avg
            // 
            this.Text53.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text53__GetValue);
            this.Text53.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text53.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text53.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text53.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text53.Font = new System.Drawing.Font("Arial", 7F);
            this.Text53.Indicator = null;
            this.Text53.Interaction = null;
            this.Text53.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text53.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text53.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text53.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text65
            // 
            this.Text65 = new Stimulsoft.Report.Components.StiText();
            this.Text65.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.8, 0, 1, 0.5);
            this.Text65.Guid = "f5516b5030824a28a58b35653a7ff155";
            this.Text65.HideZeros = true;
            this.Text65.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text65.Name = "Text65";
            this.Text65.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text65__GetTag);
            // 
            // Text65_Avg
            // 
            this.Text65.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text65__GetValue);
            this.Text65.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text65.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text65.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text65.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text65.Font = new System.Drawing.Font("Arial", 7F);
            this.Text65.Indicator = null;
            this.Text65.Interaction = null;
            this.Text65.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text65.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text65.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text65.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text66
            // 
            this.Text66 = new Stimulsoft.Report.Components.StiText();
            this.Text66.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.8, 0, 1, 0.5);
            this.Text66.Guid = "d24b657c50154f7da158b5f7b3f134b4";
            this.Text66.HideZeros = true;
            this.Text66.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text66.Name = "Text66";
            this.Text66.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text66__GetTag);
            // 
            // Text66_Avg
            // 
            this.Text66.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text66__GetValue);
            this.Text66.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text66.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text66.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text66.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text66.Font = new System.Drawing.Font("Arial", 7F);
            this.Text66.Indicator = null;
            this.Text66.Interaction = null;
            this.Text66.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text66.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text66.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text66.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text67
            // 
            this.Text67 = new Stimulsoft.Report.Components.StiText();
            this.Text67.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.8, 0, 1, 0.5);
            this.Text67.Guid = "a5676277f0a44db48d396f5c1bd68bfb";
            this.Text67.HideZeros = true;
            this.Text67.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text67.Name = "Text67";
            this.Text67.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text67__GetTag);
            // 
            // Text67_Avg
            // 
            this.Text67.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text67__GetValue);
            this.Text67.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text67.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text67.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text67.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text67.Font = new System.Drawing.Font("Arial", 7F);
            this.Text67.Indicator = null;
            this.Text67.Interaction = null;
            this.Text67.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text67.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text67.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text67.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text68
            // 
            this.Text68 = new Stimulsoft.Report.Components.StiText();
            this.Text68.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.8, 0, 1, 0.5);
            this.Text68.Guid = "79256e8e005c46eb8ed0cc527ea031b1";
            this.Text68.HideZeros = true;
            this.Text68.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text68.Name = "Text68";
            this.Text68.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text68__GetTag);
            // 
            // Text68_Avg
            // 
            this.Text68.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text68__GetValue);
            this.Text68.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text68.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text68.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text68.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text68.Font = new System.Drawing.Font("Arial", 5F);
            this.Text68.Indicator = null;
            this.Text68.Interaction = null;
            this.Text68.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text68.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text68.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text68.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text69
            // 
            this.Text69 = new Stimulsoft.Report.Components.StiText();
            this.Text69.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.8, 0, 1, 0.5);
            this.Text69.Guid = "f3d8eaa07e3a4a32af5e310fa6f554ab";
            this.Text69.HideZeros = true;
            this.Text69.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text69.Name = "Text69";
            this.Text69.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text69__GetTag);
            // 
            // Text69_Avg
            // 
            this.Text69.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text69__GetValue);
            this.Text69.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text69.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text69.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text69.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text69.Font = new System.Drawing.Font("Arial", 5F);
            this.Text69.Indicator = null;
            this.Text69.Interaction = null;
            this.Text69.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text69.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text69.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text69.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text70
            // 
            this.Text70 = new Stimulsoft.Report.Components.StiText();
            this.Text70.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.8, 0, 1, 0.5);
            this.Text70.Guid = "2821648e393149ab9cbf2cce5f18a6b3";
            this.Text70.HideZeros = true;
            this.Text70.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text70.Name = "Text70";
            this.Text70.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text70__GetTag);
            // 
            // Text70_Avg
            // 
            this.Text70.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text70__GetValue);
            this.Text70.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text70.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text70.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text70.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text70.Font = new System.Drawing.Font("Arial", 5F);
            this.Text70.Indicator = null;
            this.Text70.Interaction = null;
            this.Text70.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text70.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text70.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text70.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text71
            // 
            this.Text71 = new Stimulsoft.Report.Components.StiText();
            this.Text71.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.8, 0, 1, 0.5);
            this.Text71.Guid = "90a30d221f794de3955388e9f59dda6a";
            this.Text71.HideZeros = true;
            this.Text71.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text71.Name = "Text71";
            this.Text71.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text71__GetTag);
            // 
            // Text71_Avg
            // 
            this.Text71.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text71__GetValue);
            this.Text71.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text71.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text71.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text71.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text71.Font = new System.Drawing.Font("Arial", 5F);
            this.Text71.Indicator = null;
            this.Text71.Interaction = null;
            this.Text71.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text71.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text71.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text71.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text72
            // 
            this.Text72 = new Stimulsoft.Report.Components.StiText();
            this.Text72.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.8, 0, 1, 0.5);
            this.Text72.Guid = "a53b61182ec1461eaf028f30d89941ac";
            this.Text72.HideZeros = true;
            this.Text72.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text72.Name = "Text72";
            this.Text72.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text72__GetTag);
            // 
            // Text72_Avg
            // 
            this.Text72.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text72__GetValue);
            this.Text72.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text72.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text72.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text72.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text72.Font = new System.Drawing.Font("Arial", 5F);
            this.Text72.Indicator = null;
            this.Text72.Interaction = null;
            this.Text72.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text72.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text72.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text72.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text73
            // 
            this.Text73 = new Stimulsoft.Report.Components.StiText();
            this.Text73.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.8, 0, 1, 0.5);
            this.Text73.Guid = "33214bf3c4e14fb0abaabf727231e2b2";
            this.Text73.HideZeros = true;
            this.Text73.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text73.Name = "Text73";
            this.Text73.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text73__GetTag);
            // 
            // Text73_Avg
            // 
            this.Text73.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text73__GetValue);
            this.Text73.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text73.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text73.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text73.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text73.Font = new System.Drawing.Font("Arial", 5F);
            this.Text73.Indicator = null;
            this.Text73.Interaction = null;
            this.Text73.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text73.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text73.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text73.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text74
            // 
            this.Text74 = new Stimulsoft.Report.Components.StiText();
            this.Text74.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.8, 0, 0.6, 0.5);
            this.Text74.Guid = "62b189eb5f83488786bb069460309beb";
            this.Text74.HideZeros = true;
            this.Text74.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text74.Name = "Text74";
            this.Text74.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text74__GetTag);
            // 
            // Text74_Avg
            // 
            this.Text74.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text74__GetValue);
            this.Text74.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text74.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text74.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text74.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text74.Font = new System.Drawing.Font("Arial", 5F);
            this.Text74.Indicator = null;
            this.Text74.Interaction = null;
            this.Text74.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text74.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text74.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text74.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text75
            // 
            this.Text75 = new Stimulsoft.Report.Components.StiText();
            this.Text75.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(27.4, 0, 0.6, 0.5);
            this.Text75.Guid = "21f3b803b60d4ef8a5953c82a3291886";
            this.Text75.HideZeros = true;
            this.Text75.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text75.Name = "Text75";
            this.Text75.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text75__GetTag);
            // 
            // Text75_Avg
            // 
            this.Text75.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text75__GetValue);
            this.Text75.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text75.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text75.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text75.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text75.Font = new System.Drawing.Font("Arial", 5F);
            this.Text75.Indicator = null;
            this.Text75.Interaction = null;
            this.Text75.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text75.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text75.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text75.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text52
            // 
            this.Text52 = new Stimulsoft.Report.Components.StiText();
            this.Text52.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.2, 0, 0.6, 0.5);
            this.Text52.Guid = "28570abc711d40dc96f6b50e176fe59b";
            this.Text52.HideZeros = true;
            this.Text52.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text52.Name = "Text52";
            this.Text52.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text52__GetTag);
            this.Text52.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text52__GetValue);
            this.Text52.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text52.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text52.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text52.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text52.Font = new System.Drawing.Font("Arial", 7F);
            this.Text52.Indicator = null;
            this.Text52.Interaction = null;
            this.Text52.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text52.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text52.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text76
            // 
            this.Text76 = new Stimulsoft.Report.Components.StiText();
            this.Text76.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.8, 0, 0.8, 0.5);
            this.Text76.Guid = "e6c9495795cd4279b28234925f08b518";
            this.Text76.HideZeros = true;
            this.Text76.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text76.Name = "Text76";
            this.Text76.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text76__GetTag);
            this.Text76.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text76__GetValue);
            this.Text76.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text76.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text76.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text76.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text76.Font = new System.Drawing.Font("Arial", 7F);
            this.Text76.Indicator = null;
            this.Text76.Interaction = null;
            this.Text76.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text76.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text76.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text77
            // 
            this.Text77 = new Stimulsoft.Report.Components.StiText();
            this.Text77.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.6, 0, 0.8, 0.5);
            this.Text77.Guid = "dd910ed8047d4efe892f4617bde463d9";
            this.Text77.HideZeros = true;
            this.Text77.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text77.Name = "Text77";
            this.Text77.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text77__GetTag);
            this.Text77.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text77__GetValue);
            this.Text77.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text77.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text77.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text77.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text77.Font = new System.Drawing.Font("Arial", 7F);
            this.Text77.Indicator = null;
            this.Text77.Interaction = null;
            this.Text77.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text77.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text77.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text78
            // 
            this.Text78 = new Stimulsoft.Report.Components.StiText();
            this.Text78.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0, 1.2, 0.5);
            this.Text78.Guid = "2f7dbcd9e84a442396cc8ee5c652d8aa";
            this.Text78.HideZeros = true;
            this.Text78.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text78.Name = "Text78";
            this.Text78.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text78__GetTag);
            this.Text78.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text78__GetValue);
            this.Text78.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text78.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text78.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text78.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text78.Font = new System.Drawing.Font("Arial", 7F);
            this.Text78.Indicator = null;
            this.Text78.Interaction = null;
            this.Text78.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text78.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text78.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text78.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text79
            // 
            this.Text79 = new Stimulsoft.Report.Components.StiText();
            this.Text79.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0, 1.2, 0.5);
            this.Text79.Guid = "0dc07e884b0b408e939290e49cb0fe0d";
            this.Text79.HideZeros = true;
            this.Text79.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text79.Name = "Text79";
            this.Text79.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text79__GetTag);
            this.Text79.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text79__GetValue);
            this.Text79.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text79.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text79.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text79.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text79.Font = new System.Drawing.Font("Arial", 7F);
            this.Text79.Indicator = null;
            this.Text79.Interaction = null;
            this.Text79.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text79.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text79.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text79.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text80
            // 
            this.Text80 = new Stimulsoft.Report.Components.StiText();
            this.Text80.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.4, 0, 1, 0.5);
            this.Text80.Guid = "90f1b419860c4f4b8d5a005fcea5f128";
            this.Text80.HideZeros = true;
            this.Text80.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text80.Name = "Text80";
            this.Text80.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text80__GetTag);
            this.Text80.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text80__GetValue);
            this.Text80.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text80.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.InitializeComponent3();
        }
        
        public void InitializeComponent3()
        {
            this.Text80.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text80.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text80.Font = new System.Drawing.Font("Arial", 7F);
            this.Text80.Indicator = null;
            this.Text80.Interaction = null;
            this.Text80.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text80.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text80.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text80.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text171
            // 
            this.Text171 = new Stimulsoft.Report.Components.StiText();
            this.Text171.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.6, 0.5);
            this.Text171.Guid = "f217527dc0ff4634a98fe29f3f3b3e90";
            this.Text171.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text171.Name = "Text171";
            this.Text171.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text171__GetTag);
            this.Text171.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text171__GetValue);
            this.Text171.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text171.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text171.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text171.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text171.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text171.Indicator = null;
            this.Text171.Interaction = null;
            this.Text171.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text171.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text171.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text172
            // 
            this.Text172 = new Stimulsoft.Report.Components.StiText();
            this.Text172.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0, 1.4, 0.5);
            this.Text172.Guid = "c5622a02241c4ed6907d3dcf615b7930";
            this.Text172.HideZeros = true;
            this.Text172.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text172.Name = "Text172";
            this.Text172.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text172__GetTag);
            this.Text172.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text172__GetValue);
            this.Text172.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text172.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text172.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text172.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text172.Font = new System.Drawing.Font("Arial", 7F);
            this.Text172.Indicator = null;
            this.Text172.Interaction = null;
            this.Text172.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text172.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text172.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text173
            // 
            this.Text173 = new Stimulsoft.Report.Components.StiText();
            this.Text173.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(28, 0, 0.6, 0.5);
            this.Text173.Guid = "c5f44bc88d6f4bc89c360dcb768685e9";
            this.Text173.HideZeros = true;
            this.Text173.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text173.Name = "Text173";
            this.Text173.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text173__GetTag);
            this.Text173.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text173__GetValue);
            this.Text173.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text173.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text173.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text173.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text173.Font = new System.Drawing.Font("Arial", 5F);
            this.Text173.Indicator = null;
            this.Text173.Interaction = null;
            this.Text173.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text173.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text173.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text173.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text174
            // 
            this.Text174 = new Stimulsoft.Report.Components.StiText();
            this.Text174.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.6, 0, 0.8, 0.5);
            this.Text174.Guid = "8973cde6a06e4f0f9af60022a0ebeff4";
            this.Text174.HideZeros = true;
            this.Text174.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text174.Name = "Text174";
            this.Text174.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text174__GetTag);
            // 
            // Text174_Avg
            // 
            this.Text174.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text174__GetValue);
            this.Text174.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text174.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text174.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text174.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text174.Font = new System.Drawing.Font("Arial", 7F);
            this.Text174.Indicator = null;
            this.Text174.Interaction = null;
            this.Text174.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text174.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text174.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text174.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text83
            // 
            this.Text83 = new Stimulsoft.Report.Components.StiText();
            this.Text83.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.4, 0, 2.2, 0.5);
            this.Text83.Guid = "33d3be613f354dcda13770dd1120299b";
            this.Text83.HideZeros = true;
            this.Text83.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text83.Name = "Text83";
            this.Text83.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text83__GetTag);
            this.Text83.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text83__GetValue);
            this.Text83.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text83.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text83.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text83.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text83.Font = new System.Drawing.Font("Arial", 5F);
            this.Text83.Indicator = null;
            this.Text83.Interaction = null;
            this.Text83.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text83.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text83.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text264
            // 
            this.Text264 = new Stimulsoft.Report.Components.StiText();
            this.Text264.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 1.6, 0.5);
            this.Text264.Guid = "3cbb187eecfd459a9602dd08782467f8";
            this.Text264.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text264.Name = "Text264";
            this.Text264.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text264__GetTag);
            this.Text264.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text264__GetValue);
            this.Text264.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text264.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text264.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text264.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text264.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text264.Indicator = null;
            this.Text264.Interaction = null;
            this.Text264.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text264.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text264.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text347
            // 
            this.Text347 = new Stimulsoft.Report.Components.StiText();
            this.Text347.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0, 0.6, 0.5);
            this.Text347.Guid = "2b6b131519a0494da19c6f9c2ee63a7c";
            this.Text347.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text347.Name = "Text347";
            this.Text347.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text347__GetTag);
            this.Text347.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text347__GetValue);
            this.Text347.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text347.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text347.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text347.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text347.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text347.Indicator = null;
            this.Text347.Interaction = null;
            this.Text347.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text347.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text347.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text348
            // 
            this.Text348 = new Stimulsoft.Report.Components.StiText();
            this.Text348.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.8, 0, 1, 0.5);
            this.Text348.Guid = "1d85e4bcc000485ca72febc11446d409";
            this.Text348.HideZeros = true;
            this.Text348.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text348.Name = "Text348";
            this.Text348.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text348__GetTag);
            // 
            // Text348_Avg
            // 
            this.Text348.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text348__GetValue);
            this.Text348.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text348.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text348.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text348.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text348.Font = new System.Drawing.Font("Arial", 5F);
            this.Text348.Indicator = null;
            this.Text348.Interaction = null;
            this.Text348.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text348.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text348.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text348.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text349
            // 
            this.Text349 = new Stimulsoft.Report.Components.StiText();
            this.Text349.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 0, 1, 0.5);
            this.Text349.Guid = "fe5753f465404f4ca112c6ece67d0120";
            this.Text349.HideZeros = true;
            this.Text349.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text349.Name = "Text349";
            this.Text349.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text349__GetTag);
            // 
            // Text349_Avg
            // 
            this.Text349.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text349__GetValue);
            this.Text349.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text349.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text349.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text349.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text349.Font = new System.Drawing.Font("Arial", 5F);
            this.Text349.Indicator = null;
            this.Text349.Interaction = null;
            this.Text349.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text349.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text349.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text349.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text350
            // 
            this.Text350 = new Stimulsoft.Report.Components.StiText();
            this.Text350.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.8, 0, 1, 0.5);
            this.Text350.Guid = "a340406a2a57455a81d6e9c1fc121989";
            this.Text350.HideZeros = true;
            this.Text350.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text350.Name = "Text350";
            this.Text350.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text350__GetTag);
            // 
            // Text350_Avg
            // 
            this.Text350.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text350__GetValue);
            this.Text350.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text350.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text350.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text350.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text350.Font = new System.Drawing.Font("Arial", 5F);
            this.Text350.Indicator = null;
            this.Text350.Interaction = null;
            this.Text350.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text350.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text350.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text350.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text351
            // 
            this.Text351 = new Stimulsoft.Report.Components.StiText();
            this.Text351.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.8, 0, 1, 0.5);
            this.Text351.Guid = "919503b7ec5e4de2b283e3ef70e7d473";
            this.Text351.HideZeros = true;
            this.Text351.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text351.Name = "Text351";
            this.Text351.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text351__GetTag);
            // 
            // Text351_Avg
            // 
            this.Text351.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text351__GetValue);
            this.Text351.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text351.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text351.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text351.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text351.Font = new System.Drawing.Font("Arial", 5F);
            this.Text351.Indicator = null;
            this.Text351.Interaction = null;
            this.Text351.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text351.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text351.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text351.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text352
            // 
            this.Text352 = new Stimulsoft.Report.Components.StiText();
            this.Text352.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.8, 0, 1, 0.5);
            this.Text352.Guid = "e91839082de743568a10cf7ba6143044";
            this.Text352.HideZeros = true;
            this.Text352.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text352.Name = "Text352";
            this.Text352.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text352__GetTag);
            // 
            // Text352_Avg
            // 
            this.Text352.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text352__GetValue);
            this.Text352.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text352.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text352.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text352.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text352.Font = new System.Drawing.Font("Arial", 5F);
            this.Text352.Indicator = null;
            this.Text352.Interaction = null;
            this.Text352.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text352.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text352.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text352.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text353
            // 
            this.Text353 = new Stimulsoft.Report.Components.StiText();
            this.Text353.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.8, 0, 1, 0.5);
            this.Text353.Guid = "9283e75c5055433a872c5fee53a9b152";
            this.Text353.HideZeros = true;
            this.Text353.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text353.Name = "Text353";
            this.Text353.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text353__GetTag);
            // 
            // Text353_Avg
            // 
            this.Text353.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text353__GetValue);
            this.Text353.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text353.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text353.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text353.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text353.Font = new System.Drawing.Font("Arial", 5F);
            this.Text353.Indicator = null;
            this.Text353.Interaction = null;
            this.Text353.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text353.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text353.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text353.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text354
            // 
            this.Text354 = new Stimulsoft.Report.Components.StiText();
            this.Text354.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.2, 0, 0.6, 0.5);
            this.Text354.Guid = "d833abf513ad4c9d99009dd8e5fb456a";
            this.Text354.HideZeros = true;
            this.Text354.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text354.Name = "Text354";
            this.Text354.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text354__GetTag);
            this.Text354.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text354__GetValue);
            this.Text354.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text354.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text354.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text354.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text354.Font = new System.Drawing.Font("Arial", 5F);
            this.Text354.Indicator = null;
            this.Text354.Interaction = null;
            this.Text354.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text354.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text354.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text355
            // 
            this.Text355 = new Stimulsoft.Report.Components.StiText();
            this.Text355.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.8, 0, 0.8, 0.5);
            this.Text355.Guid = "17465cf2b3d147aa836a92dbf8543ac1";
            this.Text355.HideZeros = true;
            this.Text355.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text355.Name = "Text355";
            this.Text355.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text355__GetTag);
            this.Text355.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text355__GetValue);
            this.Text355.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text355.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text355.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text355.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text355.Font = new System.Drawing.Font("Arial", 5F);
            this.Text355.Indicator = null;
            this.Text355.Interaction = null;
            this.Text355.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text355.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text355.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text356
            // 
            this.Text356 = new Stimulsoft.Report.Components.StiText();
            this.Text356.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.6, 0, 0.8, 0.5);
            this.Text356.Guid = "1bb657fade054562945c8265ebb80be1";
            this.Text356.HideZeros = true;
            this.Text356.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text356.Name = "Text356";
            this.Text356.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text356__GetTag);
            this.Text356.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text356__GetValue);
            this.Text356.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text356.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text356.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text356.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text356.Font = new System.Drawing.Font("Arial", 5F);
            this.Text356.Indicator = null;
            this.Text356.Interaction = null;
            this.Text356.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text356.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text356.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text357
            // 
            this.Text357 = new Stimulsoft.Report.Components.StiText();
            this.Text357.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0, 1.2, 0.5);
            this.Text357.Guid = "460cec5e63f145c8a089901a45c62aa3";
            this.Text357.HideZeros = true;
            this.Text357.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text357.Name = "Text357";
            this.Text357.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text357__GetTag);
            this.Text357.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text357__GetValue);
            this.Text357.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text357.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text357.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text357.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text357.Font = new System.Drawing.Font("Arial", 5F);
            this.Text357.Indicator = null;
            this.Text357.Interaction = null;
            this.Text357.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text357.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text357.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text357.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text358
            // 
            this.Text358 = new Stimulsoft.Report.Components.StiText();
            this.Text358.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0, 1.2, 0.5);
            this.Text358.Guid = "69556489e5754a06900c3d7c107699f7";
            this.Text358.HideZeros = true;
            this.Text358.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text358.Name = "Text358";
            this.Text358.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text358__GetTag);
            this.Text358.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text358__GetValue);
            this.Text358.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text358.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text358.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text358.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text358.Font = new System.Drawing.Font("Arial", 5F);
            this.Text358.Indicator = null;
            this.Text358.Interaction = null;
            this.Text358.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text358.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text358.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text358.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text359
            // 
            this.Text359 = new Stimulsoft.Report.Components.StiText();
            this.Text359.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.4, 0, 1, 0.5);
            this.Text359.Guid = "57f5305eb8224db191c538243f296825";
            this.Text359.HideZeros = true;
            this.Text359.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text359.Name = "Text359";
            this.Text359.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text359__GetTag);
            this.Text359.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text359__GetValue);
            this.Text359.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text359.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text359.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text359.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text359.Font = new System.Drawing.Font("Arial", 5F);
            this.Text359.Indicator = null;
            this.Text359.Interaction = null;
            this.Text359.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text359.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text359.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text359.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text360
            // 
            this.Text360 = new Stimulsoft.Report.Components.StiText();
            this.Text360.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.6, 0.5);
            this.Text360.Guid = "ef5bc5f286ae41b09da10ef8209683a3";
            this.Text360.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text360.Name = "Text360";
            this.Text360.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text360__GetTag);
            this.Text360.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text360__GetValue);
            this.Text360.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text360.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text360.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text360.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text360.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text360.Indicator = null;
            this.Text360.Interaction = null;
            this.Text360.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text360.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text360.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text361
            // 
            this.Text361 = new Stimulsoft.Report.Components.StiText();
            this.Text361.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0, 1.4, 0.5);
            this.Text361.Guid = "719a9669b33c422fbd83726388058b27";
            this.Text361.HideZeros = true;
            this.Text361.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text361.Name = "Text361";
            this.Text361.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text361__GetTag);
            this.Text361.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text361__GetValue);
            this.Text361.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text361.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text361.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text361.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text361.Font = new System.Drawing.Font("Arial", 5F);
            this.Text361.Indicator = null;
            this.Text361.Interaction = null;
            this.Text361.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text361.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text361.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text362
            // 
            this.Text362 = new Stimulsoft.Report.Components.StiText();
            this.Text362.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.6, 0, 0.8, 0.5);
            this.Text362.Guid = "6bffefc531c14892ba4d38de83b6d402";
            this.Text362.HideZeros = true;
            this.Text362.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text362.Name = "Text362";
            this.Text362.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text362__GetTag);
            // 
            // Text362_Avg
            // 
            this.Text362.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text362__GetValue);
            this.Text362.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text362.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text362.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text362.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text362.Font = new System.Drawing.Font("Arial", 5F);
            this.Text362.Indicator = null;
            this.Text362.Interaction = null;
            this.Text362.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text362.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text362.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text362.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text363
            // 
            this.Text363 = new Stimulsoft.Report.Components.StiText();
            this.Text363.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.4, 0, 2.2, 0.5);
            this.Text363.Guid = "fa59a22582834ad19a0f74dc659e830c";
            this.Text363.HideZeros = true;
            this.Text363.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text363.Name = "Text363";
            this.Text363.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text363__GetTag);
            this.Text363.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text363__GetValue);
            this.Text363.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text363.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text363.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text363.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text363.Font = new System.Drawing.Font("Arial", 5F);
            this.Text363.Indicator = null;
            this.Text363.Interaction = null;
            this.Text363.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text363.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text363.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.GroupFooterBand1.Guid = null;
            this.GroupFooterBand1.Interaction = null;
            this.if_sowing.ExcelSheetValue = null;
            this.if_sowing.Interaction = null;
            this.if_sowing.Margins = new Stimulsoft.Report.Components.StiMargins(0.5, 0.5, 1, 1);
            this.if_sowing_Watermark = new Stimulsoft.Report.Components.StiWatermark();
            this.if_sowing_Watermark.Font = new System.Drawing.Font("Arial", 100F);
            this.if_sowing_Watermark.Image = null;
            this.if_sowing_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 237, 28, 36));
            // 
            // if_sowing_hybrids
            // 
            this.if_sowing_hybrids = new Stimulsoft.Report.Components.StiPage();
            this.if_sowing_hybrids.Guid = "45bc5de44f50426980584c52ca34339a";
            this.if_sowing_hybrids.Name = "if_sowing_hybrids";
            this.if_sowing_hybrids.Orientation = Stimulsoft.Report.Components.StiPageOrientation.Landscape;
            this.if_sowing_hybrids.PageHeight = 21;
            this.if_sowing_hybrids.PageWidth = 29.7;
            this.if_sowing_hybrids.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.if_sowing_hybrids.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // HeaderBand3
            // 
            this.HeaderBand3 = new Stimulsoft.Report.Components.StiHeaderBand();
            this.HeaderBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 28.7, 1.2);
            this.HeaderBand3.Name = "HeaderBand3";
            this.HeaderBand3.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyFirstPage;
            this.HeaderBand3.PrintOnAllPages = false;
            this.HeaderBand3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.HeaderBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 191, 191, 191));
            // 
            // Text87
            // 
            this.Text87 = new Stimulsoft.Report.Components.StiText();
            this.Text87.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.4, 0, 2.3, 0.6);
            this.Text87.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text87.Name = "Text87";
            this.Text87.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text87__GetValue);
            this.Text87.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text87.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text87.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text87.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text87.Font = new System.Drawing.Font("Arial", 7F);
            this.Text87.Guid = null;
            this.Text87.Indicator = null;
            this.Text87.Interaction = null;
            this.Text87.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text87.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text87.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text175
            // 
            this.Text175 = new Stimulsoft.Report.Components.StiText();
            this.Text175.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 13.2, 0.6);
            this.Text175.Name = "Text175";
            this.Text175.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text175__GetValue);
            this.Text175.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text175.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text175.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text175.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.Text175.Guid = null;
            this.Text175.Indicator = null;
            this.Text175.Interaction = null;
            this.Text175.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text175.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text175.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text176
            // 
            this.Text176 = new Stimulsoft.Report.Components.StiText();
            this.Text176.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.6, 0.6, 0.8, 0.6);
            this.Text176.Guid = "84304a8568e34a03812a1689bf7e7e30";
            this.Text176.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text176.Name = "Text176";
            this.Text176.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text176__GetTag);
            this.Text176.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text176__GetValue);
            this.Text176.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text176.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text176.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text176.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text176.Font = new System.Drawing.Font("Arial", 6F);
            this.Text176.Indicator = null;
            this.Text176.Interaction = null;
            this.Text176.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text176.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text176.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text177
            // 
            this.Text177 = new Stimulsoft.Report.Components.StiText();
            this.Text177.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0.6, 1.2, 0.6);
            this.Text177.Guid = "2dc4e5eb4dfc4367b22fc01535e247a3";
            this.Text177.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text177.Name = "Text177";
            this.Text177.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text177__GetTag);
            this.Text177.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text177__GetValue);
            this.Text177.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text177.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text177.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text177.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text177.Font = new System.Drawing.Font("Arial", 6F);
            this.Text177.Indicator = null;
            this.Text177.Interaction = null;
            this.Text177.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text177.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text177.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text178
            // 
            this.Text178 = new Stimulsoft.Report.Components.StiText();
            this.Text178.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 0.6, 1, 0.6);
            this.Text178.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text178.Name = "Text178";
            this.Text178.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text178__GetTag);
            this.Text178.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text178__GetValue);
            this.Text178.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text178.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text178.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text178.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text178.Font = new System.Drawing.Font("Arial", 6F);
            this.Text178.Guid = null;
            this.Text178.Indicator = null;
            this.Text178.Interaction = null;
            this.Text178.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text178.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text178.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text179
            // 
            this.Text179 = new Stimulsoft.Report.Components.StiText();
            this.Text179.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.8, 0.6, 1, 0.6);
            this.Text179.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text179.Name = "Text179";
            this.Text179.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text179__GetTag);
            this.Text179.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text179__GetValue);
            this.Text179.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text179.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text179.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text179.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text179.Font = new System.Drawing.Font("Arial", 6F);
            this.Text179.Guid = null;
            this.Text179.Indicator = null;
            this.Text179.Interaction = null;
            this.Text179.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text179.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text179.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text180
            // 
            this.Text180 = new Stimulsoft.Report.Components.StiText();
            this.Text180.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.8, 0.6, 1, 0.6);
            this.Text180.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text180.Name = "Text180";
            this.Text180.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text180__GetTag);
            this.Text180.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text180__GetValue);
            this.Text180.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text180.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text180.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text180.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text180.Font = new System.Drawing.Font("Arial", 6F);
            this.Text180.Guid = null;
            this.Text180.Indicator = null;
            this.Text180.Interaction = null;
            this.Text180.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text180.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text180.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text181
            // 
            this.Text181 = new Stimulsoft.Report.Components.StiText();
            this.Text181.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.8, 0.6, 1, 0.6);
            this.Text181.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text181.Name = "Text181";
            this.Text181.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text181__GetTag);
            this.Text181.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text181__GetValue);
            this.Text181.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text181.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text181.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text181.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text181.Font = new System.Drawing.Font("Arial", 6F);
            this.Text181.Guid = null;
            this.Text181.Indicator = null;
            this.Text181.Interaction = null;
            this.Text181.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text181.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text181.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text182
            // 
            this.Text182 = new Stimulsoft.Report.Components.StiText();
            this.Text182.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.8, 0.6, 1, 0.6);
            this.Text182.Guid = "27f6c01f7a2e416b92ebea8ea7473ad6";
            this.Text182.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text182.Name = "Text182";
            this.Text182.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text182__GetTag);
            this.Text182.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text182__GetValue);
            this.Text182.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text182.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text182.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text182.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text182.Font = new System.Drawing.Font("Arial", 6F);
            this.Text182.Indicator = null;
            this.Text182.Interaction = null;
            this.Text182.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text182.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text182.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text183
            // 
            this.Text183 = new Stimulsoft.Report.Components.StiText();
            this.Text183.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.8, 0.6, 1, 0.6);
            this.Text183.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text183.Name = "Text183";
            this.Text183.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text183__GetTag);
            this.Text183.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text183__GetValue);
            this.Text183.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text183.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text183.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text183.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text183.Font = new System.Drawing.Font("Arial", 6F);
            this.Text183.Guid = null;
            this.Text183.Indicator = null;
            this.Text183.Interaction = null;
            this.Text183.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text183.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text183.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text184
            // 
            this.Text184 = new Stimulsoft.Report.Components.StiText();
            this.Text184.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.8, 0.6, 1, 0.6);
            this.Text184.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text184.Name = "Text184";
            this.Text184.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text184__GetTag);
            this.Text184.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text184__GetValue);
            this.Text184.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text184.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text184.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text184.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text184.Font = new System.Drawing.Font("Arial", 6F);
            this.Text184.Guid = null;
            this.Text184.Indicator = null;
            this.Text184.Interaction = null;
            this.Text184.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text184.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text184.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text185
            // 
            this.Text185 = new Stimulsoft.Report.Components.StiText();
            this.Text185.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.8, 0.6, 1, 0.6);
            this.Text185.Guid = "ffcc57dd0ad14c41bd6d5b9602188f84";
            this.Text185.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text185.Name = "Text185";
            this.Text185.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text185__GetTag);
            this.Text185.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text185__GetValue);
            this.Text185.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text185.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text185.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text185.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text185.Font = new System.Drawing.Font("Arial", 6F);
            this.Text185.Indicator = null;
            this.Text185.Interaction = null;
            this.Text185.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text185.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text185.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text186
            // 
            this.Text186 = new Stimulsoft.Report.Components.StiText();
            this.Text186.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.8, 0.6, 1, 0.6);
            this.Text186.Guid = "e7b2d0c9af734c279ecb1cd3fb829062";
            this.Text186.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text186.Name = "Text186";
            this.Text186.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text186__GetTag);
            this.Text186.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text186__GetValue);
            this.Text186.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text186.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text186.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text186.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text186.Font = new System.Drawing.Font("Arial", 6F);
            this.Text186.Indicator = null;
            this.Text186.Interaction = null;
            this.Text186.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text186.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text186.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text187
            // 
            this.Text187 = new Stimulsoft.Report.Components.StiText();
            this.Text187.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.8, 0.6, 1, 0.6);
            this.Text187.Guid = "19d33edfd1e34f448ac3f57b8e68e792";
            this.Text187.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text187.Name = "Text187";
            this.Text187.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text187__GetTag);
            this.Text187.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text187__GetValue);
            this.Text187.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text187.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text187.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text187.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text187.Font = new System.Drawing.Font("Arial", 6F);
            this.Text187.Indicator = null;
            this.Text187.Interaction = null;
            this.Text187.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text187.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text187.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text188
            // 
            this.Text188 = new Stimulsoft.Report.Components.StiText();
            this.Text188.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.8, 0.6, 1, 0.6);
            this.Text188.Guid = "cc25eaf0657247a4b59f29458da7ee00";
            this.Text188.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text188.Name = "Text188";
            this.Text188.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text188__GetTag);
            this.Text188.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text188__GetValue);
            this.Text188.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text188.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text188.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text188.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text188.Font = new System.Drawing.Font("Arial", 6F);
            this.Text188.Indicator = null;
            this.Text188.Interaction = null;
            this.Text188.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text188.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text188.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text189
            // 
            this.Text189 = new Stimulsoft.Report.Components.StiText();
            this.Text189.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.8, 0.6, 1, 0.6);
            this.Text189.Guid = "bf4b66272cd14539919dc292db22ed27";
            this.Text189.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text189.Name = "Text189";
            this.Text189.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text189__GetTag);
            this.Text189.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text189__GetValue);
            this.Text189.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text189.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text189.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text189.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text189.Font = new System.Drawing.Font("Arial", 6F);
            this.Text189.Indicator = null;
            this.Text189.Interaction = null;
            this.Text189.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text189.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text189.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text190
            // 
            this.Text190 = new Stimulsoft.Report.Components.StiText();
            this.Text190.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.8, 0.6, 0.6, 0.6);
            this.Text190.Guid = "9b038d8822924f0992f655e34ae2ab0e";
            this.Text190.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text190.Name = "Text190";
            this.Text190.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text190__GetTag);
            this.Text190.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text190__GetValue);
            this.Text190.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text190.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text190.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text190.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text190.Font = new System.Drawing.Font("Arial", 6F);
            this.Text190.Indicator = null;
            this.Text190.Interaction = null;
            this.Text190.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text190.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text190.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text191
            // 
            this.Text191 = new Stimulsoft.Report.Components.StiText();
            this.Text191.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.4, 0.6, 0.8, 0.6);
            this.Text191.Guid = "276d8bef4d6843419d1bb57e0818cd20";
            this.Text191.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text191.Name = "Text191";
            this.Text191.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text191__GetTag);
            this.Text191.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text191__GetValue);
            this.Text191.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text191.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text191.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text191.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text191.Font = new System.Drawing.Font("Arial", 6F, System.Drawing.FontStyle.Bold);
            this.Text191.Indicator = null;
            this.Text191.Interaction = null;
            this.Text191.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text191.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text191.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text192
            // 
            this.Text192 = new Stimulsoft.Report.Components.StiText();
            this.Text192.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0.6, 1.2, 0.6);
            this.Text192.Guid = "d20ccdbf920743e298ab4acdf05d9592";
            this.Text192.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text192.Name = "Text192";
            this.Text192.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text192__GetTag);
            this.Text192.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text192__GetValue);
            this.Text192.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text192.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text192.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text192.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text192.Font = new System.Drawing.Font("Arial", 6F);
            this.Text192.Indicator = null;
            this.Text192.Interaction = null;
            this.Text192.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text192.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text192.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text193
            // 
            this.Text193 = new Stimulsoft.Report.Components.StiText();
            this.Text193.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.2, 0.6, 0.6, 0.6);
            this.Text193.Guid = "76d9aa8ce2b54ec79a68341ec06e9c2f";
            this.Text193.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text193.Name = "Text193";
            this.Text193.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text193__GetTag);
            this.Text193.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text193__GetValue);
            this.Text193.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text193.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text193.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text193.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text193.Font = new System.Drawing.Font("Arial", 6F, System.Drawing.FontStyle.Bold);
            this.Text193.Indicator = null;
            this.Text193.Interaction = null;
            this.Text193.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text193.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text193.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text194
            // 
            this.Text194 = new Stimulsoft.Report.Components.StiText();
            this.Text194.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.4, 0.6, 1, 0.6);
            this.Text194.Guid = "7c2bc7e4a7eb4c7ea96a20a686726d7f";
            this.Text194.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text194.Name = "Text194";
            this.Text194.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text194__GetTag);
            this.Text194.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text194__GetValue);
            this.Text194.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text194.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text194.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text194.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text194.Font = new System.Drawing.Font("Arial", 5F);
            this.Text194.Indicator = null;
            this.Text194.Interaction = null;
            this.Text194.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text194.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text194.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text195
            // 
            this.Text195 = new Stimulsoft.Report.Components.StiText();
            this.Text195.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.4, 0.6, 0.8, 0.6);
            this.Text195.Guid = "c0e7f8c87ca4409cb069deeec2e6d296";
            this.Text195.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text195.Name = "Text195";
            this.Text195.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text195__GetTag);
            this.Text195.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text195__GetValue);
            this.Text195.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text195.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text195.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text195.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text195.Font = new System.Drawing.Font("Arial", 5F);
            this.Text195.Indicator = null;
            this.Text195.Interaction = null;
            this.Text195.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text195.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text195.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text196
            // 
            this.Text196 = new Stimulsoft.Report.Components.StiText();
            this.Text196.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.8, 0.6, 0.8, 0.6);
            this.Text196.Guid = "36d2f98c80a8425f816aa687d86db06a";
            this.Text196.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text196.Name = "Text196";
            this.Text196.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text196__GetTag);
            this.Text196.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text196__GetValue);
            this.InitializeComponent4();
        }
        
        public void InitializeComponent4()
        {
            this.Text196.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text196.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text196.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text196.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text196.Font = new System.Drawing.Font("Arial", 6F);
            this.Text196.Indicator = null;
            this.Text196.Interaction = null;
            this.Text196.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text196.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text196.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text197
            // 
            this.Text197 = new Stimulsoft.Report.Components.StiText();
            this.Text197.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 0.6, 1.2, 0.6);
            this.Text197.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text197.Name = "Text197";
            this.Text197.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text197__GetTag);
            this.Text197.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text197__GetValue);
            this.Text197.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text197.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text197.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text197.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text197.Font = new System.Drawing.Font("Arial", 6F);
            this.Text197.Guid = null;
            this.Text197.Indicator = null;
            this.Text197.Interaction = null;
            this.Text197.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text197.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text197.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text198
            // 
            this.Text198 = new Stimulsoft.Report.Components.StiText();
            this.Text198.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0.6, 1.6, 0.6);
            this.Text198.Guid = "6497017a64204caab10561a1567ea2cb";
            this.Text198.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text198.Name = "Text198";
            this.Text198.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text198__GetTag);
            this.Text198.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text198__GetValue);
            this.Text198.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text198.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text198.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text198.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text198.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text198.Indicator = null;
            this.Text198.Interaction = null;
            this.Text198.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text198.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text198.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text199
            // 
            this.Text199 = new Stimulsoft.Report.Components.StiText();
            this.Text199.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0.6, 0.6, 0.6);
            this.Text199.Guid = "93e3002165444469bc8f13a20ed62b01";
            this.Text199.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text199.Name = "Text199";
            this.Text199.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text199__GetTag);
            this.Text199.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text199__GetValue);
            this.Text199.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text199.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text199.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text199.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text199.Font = new System.Drawing.Font("Arial", 5F, System.Drawing.FontStyle.Bold);
            this.Text199.Indicator = null;
            this.Text199.Interaction = null;
            this.Text199.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text199.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text199.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text200
            // 
            this.Text200 = new Stimulsoft.Report.Components.StiText();
            this.Text200.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.2, 0.6, 0.6, 0.6);
            this.Text200.Guid = "c22158fccef24a5f958c3d8a9b6ea561";
            this.Text200.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text200.Name = "Text200";
            this.Text200.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text200__GetTag);
            this.Text200.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text200__GetValue);
            this.Text200.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text200.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text200.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text200.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text200.Font = new System.Drawing.Font("Arial", 6F);
            this.Text200.Indicator = null;
            this.Text200.Interaction = null;
            this.Text200.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text200.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text200.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text201
            // 
            this.Text201 = new Stimulsoft.Report.Components.StiText();
            this.Text201.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.8, 0.6, 0.8, 0.6);
            this.Text201.Guid = "33f1dbe66a354cfb8dae5d35e700df5c";
            this.Text201.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text201.Name = "Text201";
            this.Text201.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text201__GetTag);
            this.Text201.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text201__GetValue);
            this.Text201.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text201.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text201.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text201.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text201.Font = new System.Drawing.Font("Arial", 6F);
            this.Text201.Indicator = null;
            this.Text201.Interaction = null;
            this.Text201.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text201.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text201.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text202
            // 
            this.Text202 = new Stimulsoft.Report.Components.StiText();
            this.Text202.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.6, 0.6, 0.8, 0.6);
            this.Text202.Guid = "42352367639f48d89bd165ad415b2778";
            this.Text202.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text202.Name = "Text202";
            this.Text202.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text202__GetTag);
            this.Text202.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text202__GetValue);
            this.Text202.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text202.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text202.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text202.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text202.Font = new System.Drawing.Font("Arial", 6F);
            this.Text202.Indicator = null;
            this.Text202.Interaction = null;
            this.Text202.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text202.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text202.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text203
            // 
            this.Text203 = new Stimulsoft.Report.Components.StiText();
            this.Text203.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(27.4, 0.6, 0.6, 0.6);
            this.Text203.Guid = "0c8a0dd82d6e43c18e2c0e657ed59d6c";
            this.Text203.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text203.Name = "Text203";
            this.Text203.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text203__GetTag);
            this.Text203.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text203__GetValue);
            this.Text203.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text203.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text203.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text203.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text203.Font = new System.Drawing.Font("Arial", 6F);
            this.Text203.Indicator = null;
            this.Text203.Interaction = null;
            this.Text203.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text203.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text203.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text204
            // 
            this.Text204 = new Stimulsoft.Report.Components.StiText();
            this.Text204.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(28, 0.6, 0.6, 0.6);
            this.Text204.Guid = "2b9440efec8e452abcb64d4b775bdbb6";
            this.Text204.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text204.Name = "Text204";
            this.Text204.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text204__GetTag);
            this.Text204.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text204__GetValue);
            this.Text204.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text204.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text204.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text204.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text204.Font = new System.Drawing.Font("Arial", 6F);
            this.Text204.Indicator = null;
            this.Text204.Interaction = null;
            this.Text204.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text204.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text204.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text205
            // 
            this.Text205 = new Stimulsoft.Report.Components.StiText();
            this.Text205.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0.6, 1.4, 0.6);
            this.Text205.Guid = "a5c67767708349b4a51b54947f5269e6";
            this.Text205.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text205.Name = "Text205";
            this.Text205.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text205__GetTag);
            this.Text205.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text205__GetValue);
            this.Text205.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text205.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text205.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text205.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text205.Font = new System.Drawing.Font("Arial", 7F);
            this.Text205.Indicator = null;
            this.Text205.Interaction = null;
            this.Text205.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text205.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text205.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text206
            // 
            this.Text206 = new Stimulsoft.Report.Components.StiText();
            this.Text206.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 0.6, 0.6);
            this.Text206.Guid = "c2c5371e455842d0955d2b70b26f19b2";
            this.Text206.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text206.Name = "Text206";
            this.Text206.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text206__GetTag);
            this.Text206.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text206__GetValue);
            this.Text206.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text206.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text206.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text206.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text206.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text206.Indicator = null;
            this.Text206.Interaction = null;
            this.Text206.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text206.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text206.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.HeaderBand3.Guid = null;
            this.HeaderBand3.Interaction = null;
            // 
            // GroupHeaderBand3
            // 
            this.GroupHeaderBand3 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.4, 28.7, 0);
            this.GroupHeaderBand3.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand3__GetValue);
            this.GroupHeaderBand3.Name = "GroupHeaderBand3";
            this.GroupHeaderBand3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.GroupHeaderBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 216, 216, 216));
            this.GroupHeaderBand3.Guid = null;
            this.GroupHeaderBand3.Interaction = null;
            // 
            // DataBand3
            // 
            this.DataBand3 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.2, 28.7, 0.5);
            this.DataBand3.DataSourceName = "data_hybrids";
            this.DataBand3.Name = "DataBand3";
            this.DataBand3.Sort = new System.String[0];
            this.DataBand3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.DataBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand3.BusinessObjectGuid = null;
            // 
            // Text207
            // 
            this.Text207 = new Stimulsoft.Report.Components.StiText();
            this.Text207.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0, 1.2, 0.5);
            this.Text207.Guid = "75a3d6b2dee34d1da6f6c310cbba0377";
            this.Text207.HideZeros = true;
            this.Text207.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text207.Name = "Text207";
            this.Text207.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text207__GetTag);
            this.Text207.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text207__GetValue);
            this.Text207.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text207.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text207.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text207.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text207.Font = new System.Drawing.Font("Arial", 7F);
            this.Text207.Indicator = null;
            this.Text207.Interaction = null;
            this.Text207.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text207.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text207.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text207.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text208
            // 
            this.Text208 = new Stimulsoft.Report.Components.StiText();
            this.Text208.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 0, 1, 0.5);
            this.Text208.Guid = "93b5ce8db6d64913b2a64fa9ab86e86f";
            this.Text208.HideZeros = true;
            this.Text208.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text208.Name = "Text208";
            this.Text208.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text208__GetTag);
            this.Text208.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text208__GetValue);
            this.Text208.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text208.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text208.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text208.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text208.Font = new System.Drawing.Font("Arial", 7F);
            this.Text208.Indicator = null;
            this.Text208.Interaction = null;
            this.Text208.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text208.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text208.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text208.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text209
            // 
            this.Text209 = new Stimulsoft.Report.Components.StiText();
            this.Text209.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.8, 0, 1, 0.5);
            this.Text209.Guid = "9f278f202e154a2db6b9443cd9d4d440";
            this.Text209.HideZeros = true;
            this.Text209.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text209.Name = "Text209";
            this.Text209.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text209__GetTag);
            this.Text209.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text209__GetValue);
            this.Text209.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text209.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text209.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text209.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text209.Font = new System.Drawing.Font("Arial", 7F);
            this.Text209.Indicator = null;
            this.Text209.Interaction = null;
            this.Text209.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text209.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text209.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text209.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text210
            // 
            this.Text210 = new Stimulsoft.Report.Components.StiText();
            this.Text210.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.8, 0, 1, 0.5);
            this.Text210.Guid = "443ac0d3e0824e96ab20607997302475";
            this.Text210.HideZeros = true;
            this.Text210.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text210.Name = "Text210";
            this.Text210.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text210__GetTag);
            this.Text210.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text210__GetValue);
            this.Text210.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text210.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text210.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text210.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text210.Font = new System.Drawing.Font("Arial", 7F);
            this.Text210.Indicator = null;
            this.Text210.Interaction = null;
            this.Text210.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text210.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text210.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text210.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text211
            // 
            this.Text211 = new Stimulsoft.Report.Components.StiText();
            this.Text211.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.8, 0, 1, 0.5);
            this.Text211.Guid = "304742e91833407cb2794792650c5600";
            this.Text211.HideZeros = true;
            this.Text211.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text211.Name = "Text211";
            this.Text211.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text211__GetTag);
            this.Text211.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text211__GetValue);
            this.Text211.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text211.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text211.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text211.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text211.Font = new System.Drawing.Font("Arial", 7F);
            this.Text211.Indicator = null;
            this.Text211.Interaction = null;
            this.Text211.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text211.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text211.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text211.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text212
            // 
            this.Text212 = new Stimulsoft.Report.Components.StiText();
            this.Text212.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.8, 0, 1, 0.5);
            this.Text212.Guid = "da91ae6f855143a1a49bb03998b689aa";
            this.Text212.HideZeros = true;
            this.Text212.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text212.Name = "Text212";
            this.Text212.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text212__GetTag);
            this.Text212.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text212__GetValue);
            this.Text212.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text212.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text212.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text212.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text212.Font = new System.Drawing.Font("Arial", 7F);
            this.Text212.Indicator = null;
            this.Text212.Interaction = null;
            this.Text212.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text212.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text212.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text212.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text213
            // 
            this.Text213 = new Stimulsoft.Report.Components.StiText();
            this.Text213.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.8, 0, 1, 0.5);
            this.Text213.Guid = "552c518ba2ce4eeebf3836b6e10003b4";
            this.Text213.HideZeros = true;
            this.Text213.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text213.Name = "Text213";
            this.Text213.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text213__GetTag);
            this.Text213.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text213__GetValue);
            this.Text213.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text213.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text213.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text213.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text213.Font = new System.Drawing.Font("Arial", 7F);
            this.Text213.Indicator = null;
            this.Text213.Interaction = null;
            this.Text213.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text213.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text213.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text213.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text214
            // 
            this.Text214 = new Stimulsoft.Report.Components.StiText();
            this.Text214.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.8, 0, 1, 0.5);
            this.Text214.Guid = "9ba71a682acf42649ec248059364231b";
            this.Text214.HideZeros = true;
            this.Text214.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text214.Name = "Text214";
            this.Text214.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text214__GetTag);
            this.Text214.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text214__GetValue);
            this.Text214.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text214.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text214.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text214.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text214.Font = new System.Drawing.Font("Arial", 7F);
            this.Text214.Indicator = null;
            this.Text214.Interaction = null;
            this.Text214.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text214.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text214.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text214.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text215
            // 
            this.Text215 = new Stimulsoft.Report.Components.StiText();
            this.Text215.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.8, 0, 1, 0.5);
            this.Text215.Guid = "73e0fcbc7441461e99482f1b1f6fbc38";
            this.Text215.HideZeros = true;
            this.Text215.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text215.Name = "Text215";
            this.Text215.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text215__GetTag);
            this.Text215.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text215__GetValue);
            this.Text215.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text215.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text215.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text215.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text215.Font = new System.Drawing.Font("Arial", 7F);
            this.Text215.Indicator = null;
            this.Text215.Interaction = null;
            this.Text215.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text215.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text215.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text215.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text216
            // 
            this.Text216 = new Stimulsoft.Report.Components.StiText();
            this.Text216.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.8, 0, 1, 0.5);
            this.Text216.Guid = "7a3f633e90be4a17b7d20fdffc7f7f13";
            this.Text216.HideZeros = true;
            this.Text216.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text216.Name = "Text216";
            this.Text216.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text216__GetTag);
            this.Text216.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text216__GetValue);
            this.Text216.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text216.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text216.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text216.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text216.Font = new System.Drawing.Font("Arial", 7F);
            this.Text216.Indicator = null;
            this.Text216.Interaction = null;
            this.Text216.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text216.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text216.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text216.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text217
            // 
            this.Text217 = new Stimulsoft.Report.Components.StiText();
            this.Text217.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.8, 0, 1, 0.5);
            this.Text217.Guid = "846788c40ef84ae9ba5ad96c4fc1f8ca";
            this.Text217.HideZeros = true;
            this.Text217.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text217.Name = "Text217";
            this.Text217.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text217__GetTag);
            // 
            // Text217_Avg
            // 
            this.Text217.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text217__GetValue);
            this.Text217.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text217.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text217.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text217.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text217.Font = new System.Drawing.Font("Arial", 7F);
            this.Text217.Indicator = null;
            this.Text217.Interaction = null;
            this.Text217.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text217.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text217.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text217.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text218
            // 
            this.Text218 = new Stimulsoft.Report.Components.StiText();
            this.Text218.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.8, 0, 1, 0.5);
            this.Text218.Guid = "238137c1779441d2adefd784bd996273";
            this.Text218.HideZeros = true;
            this.Text218.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text218.Name = "Text218";
            this.Text218.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text218__GetTag);
            this.Text218.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text218__GetValue);
            this.Text218.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text218.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text218.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text218.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text218.Font = new System.Drawing.Font("Arial", 7F);
            this.Text218.Indicator = null;
            this.Text218.Interaction = null;
            this.Text218.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text218.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text218.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text218.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text219
            // 
            this.Text219 = new Stimulsoft.Report.Components.StiText();
            this.Text219.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.8, 0, 0.6, 0.5);
            this.Text219.Guid = "3424661f5cf941bf88d3cbb3f655678a";
            this.Text219.HideZeros = true;
            this.Text219.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text219.Name = "Text219";
            this.Text219.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text219__GetTag);
            this.Text219.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text219__GetValue);
            this.Text219.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text219.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text219.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text219.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text219.Font = new System.Drawing.Font("Arial", 7F);
            this.Text219.Indicator = null;
            this.Text219.Interaction = null;
            this.Text219.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text219.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text219.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text219.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text220
            // 
            this.Text220 = new Stimulsoft.Report.Components.StiText();
            this.Text220.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.8, 0, 1, 0.5);
            this.Text220.Guid = "176a1b1f5f0a4f65b6318c905bbd6132";
            this.Text220.HideZeros = true;
            this.Text220.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text220.Name = "Text220";
            this.Text220.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text220__GetTag);
            this.Text220.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text220__GetValue);
            this.Text220.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text220.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text220.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text220.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text220.Font = new System.Drawing.Font("Arial", 7F);
            this.Text220.Indicator = null;
            this.Text220.Interaction = null;
            this.Text220.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text220.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text220.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text220.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text221
            // 
            this.Text221 = new Stimulsoft.Report.Components.StiText();
            this.Text221.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.4, 0, 0.8, 0.5);
            this.Text221.Guid = "dfd93638e6d4468585b4e24543d6397c";
            this.Text221.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text221.Name = "Text221";
            this.Text221.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text221__GetTag);
            this.Text221.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text221.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text221.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text221.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text221.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text221.Indicator = null;
            this.Text221.Interaction = null;
            this.Text221.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text221.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text221.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text222
            // 
            this.Text222 = new Stimulsoft.Report.Components.StiText();
            this.Text222.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0, 1.2, 0.5);
            this.Text222.Guid = "7e5c78bfe9c04d8d891c072c8de147aa";
            this.Text222.HideZeros = true;
            this.Text222.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text222.Name = "Text222";
            this.Text222.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text222__GetTag);
            this.Text222.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text222__GetValue);
            this.Text222.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text222.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text222.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text222.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text222.Font = new System.Drawing.Font("Arial", 7F);
            this.Text222.Indicator = null;
            this.Text222.Interaction = null;
            this.Text222.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text222.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text222.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text222.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text223
            // 
            this.Text223 = new Stimulsoft.Report.Components.StiText();
            this.Text223.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.2, 0, 0.6, 0.5);
            this.Text223.Guid = "16ff37f5531f49a7bec1073e1757ce70";
            this.Text223.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text223.Name = "Text223";
            this.Text223.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text223__GetTag);
            this.Text223.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text223__GetValue);
            this.Text223.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text223.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text223.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text223.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text223.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text223.Indicator = null;
            this.Text223.Interaction = null;
            this.Text223.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text223.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text223.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text224
            // 
            this.Text224 = new Stimulsoft.Report.Components.StiText();
            this.Text224.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.4, 0, 1, 0.5);
            this.Text224.Guid = "422767b0ef5e4a65a111e9d6e0412359";
            this.Text224.HideZeros = true;
            this.Text224.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text224.Name = "Text224";
            this.Text224.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text224__GetTag);
            this.Text224.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text224__GetValue);
            this.Text224.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text224.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text224.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text224.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text224.Font = new System.Drawing.Font("Arial", 7F);
            this.Text224.Indicator = null;
            this.Text224.Interaction = null;
            this.Text224.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text224.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text224.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text224.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text225
            // 
            this.Text225 = new Stimulsoft.Report.Components.StiText();
            this.Text225.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.4, 0, 0.8, 0.5);
            this.Text225.Guid = "56c7d491b4f24caba117f23a19540329";
            this.Text225.HideZeros = true;
            this.Text225.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text225.Name = "Text225";
            this.Text225.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text225__GetTag);
            this.Text225.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text225__GetValue);
            this.Text225.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text225.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text225.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text225.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text225.Font = new System.Drawing.Font("Arial", 7F);
            this.Text225.Indicator = null;
            this.Text225.Interaction = null;
            this.Text225.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text225.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text225.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text226
            // 
            this.Text226 = new Stimulsoft.Report.Components.StiText();
            this.Text226.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.8, 0, 0.8, 0.5);
            this.Text226.Guid = "1e356bec41a347cea2f29364b8715e95";
            this.Text226.HideZeros = true;
            this.Text226.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text226.Name = "Text226";
            this.Text226.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text226__GetTag);
            this.Text226.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text226__GetValue);
            this.Text226.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text226.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text226.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text226.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text226.Font = new System.Drawing.Font("Arial", 7F);
            this.Text226.Indicator = null;
            this.Text226.Interaction = null;
            this.Text226.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text226.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text226.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text227
            // 
            this.Text227 = new Stimulsoft.Report.Components.StiText();
            this.Text227.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.6, 0, 0.8, 0.5);
            this.Text227.Guid = "0ab18a9158874f92b876339d66c871bc";
            this.Text227.HideZeros = true;
            this.Text227.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text227.Name = "Text227";
            this.Text227.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text227__GetTag);
            this.Text227.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text227__GetValue);
            this.Text227.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text227.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text227.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text227.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text227.Font = new System.Drawing.Font("Arial", 7F);
            this.Text227.Indicator = null;
            this.Text227.Interaction = null;
            this.Text227.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text227.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text227.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text227.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text228
            // 
            this.Text228 = new Stimulsoft.Report.Components.StiText();
            this.Text228.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 0, 1.2, 0.5);
            this.Text228.Guid = "e65ce73bdd8541019e714ab788bb6157";
            this.Text228.HideZeros = true;
            this.Text228.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text228.Name = "Text228";
            this.Text228.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text228__GetTag);
            this.Text228.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text228__GetValue);
            this.Text228.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text228.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text228.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text228.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text228.Font = new System.Drawing.Font("Arial", 7F);
            this.Text228.Indicator = null;
            this.Text228.Interaction = null;
            this.Text228.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text228.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text228.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text229
            // 
            this.Text229 = new Stimulsoft.Report.Components.StiText();
            this.Text229.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 1.6, 0.5);
            this.Text229.Guid = "7f72a0a97d094c70808f55e1c8367c05";
            this.Text229.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text229.Name = "Text229";
            this.Text229.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text229__GetTag);
            this.Text229.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text229__GetValue);
            this.Text229.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text229.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text229.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text229.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text229.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text229.Indicator = null;
            this.Text229.Interaction = null;
            this.Text229.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text229.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text229.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text230
            // 
            this.Text230 = new Stimulsoft.Report.Components.StiText();
            this.Text230.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0, 0.6, 0.5);
            this.Text230.Guid = "be63d225a5b24d2cb12d1b2b422750fa";
            this.Text230.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text230.Name = "Text230";
            this.Text230.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text230__GetTag);
            this.Text230.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text230__GetValue);
            this.Text230.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text230.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text230.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text230.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text230.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text230.Indicator = null;
            this.Text230.Interaction = null;
            this.Text230.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text230.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text230.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text231
            // 
            this.Text231 = new Stimulsoft.Report.Components.StiText();
            this.Text231.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.2, 0, 0.6, 0.5);
            this.Text231.Guid = "0a242aa3e8c74fdf81d79c3f51c58c55";
            this.Text231.HideZeros = true;
            this.Text231.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text231.Name = "Text231";
            this.Text231.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text231__GetTag);
            this.Text231.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text231__GetValue);
            this.Text231.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text231.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text231.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text231.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text231.Font = new System.Drawing.Font("Arial", 7F);
            this.Text231.Indicator = null;
            this.Text231.Interaction = null;
            this.Text231.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text231.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text231.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text232
            // 
            this.Text232 = new Stimulsoft.Report.Components.StiText();
            this.Text232.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.8, 0, 0.8, 0.5);
            this.Text232.Guid = "21904f4cb4704e8ba0cf999239ea4a7e";
            this.Text232.HideZeros = true;
            this.Text232.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text232.Name = "Text232";
            this.Text232.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text232__GetTag);
            this.Text232.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text232__GetValue);
            this.Text232.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text232.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text232.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text232.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text232.Font = new System.Drawing.Font("Arial", 7F);
            this.Text232.Indicator = null;
            this.Text232.Interaction = null;
            this.Text232.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text232.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text232.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text233
            // 
            this.Text233 = new Stimulsoft.Report.Components.StiText();
            this.Text233.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.6, 0, 0.8, 0.5);
            this.Text233.Guid = "eb19256958bc4304a0bdf7199fc5678b";
            this.Text233.HideZeros = true;
            this.Text233.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text233.Name = "Text233";
            this.Text233.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text233__GetTag);
            this.Text233.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text233__GetValue);
            this.Text233.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text233.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text233.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text233.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text233.Font = new System.Drawing.Font("Arial", 7F);
            this.Text233.Indicator = null;
            this.Text233.Interaction = null;
            this.Text233.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text233.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text233.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text234
            // 
            this.Text234 = new Stimulsoft.Report.Components.StiText();
            this.Text234.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(27.4, 0, 0.6, 0.5);
            this.Text234.Guid = "8f2d5c5686ec4023a5ccb5383f827149";
            this.Text234.HideZeros = true;
            this.Text234.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text234.Name = "Text234";
            this.Text234.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text234__GetTag);
            this.Text234.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text234__GetValue);
            this.Text234.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text234.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text234.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text234.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text234.Font = new System.Drawing.Font("Arial", 7F);
            this.Text234.Indicator = null;
            this.Text234.Interaction = null;
            this.Text234.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text234.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text234.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text234.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text235
            // 
            this.Text235 = new Stimulsoft.Report.Components.StiText();
            this.Text235.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.6, 0.5);
            this.Text235.Guid = "1f2e86cab44c4fdaac531a2ed6c56a72";
            this.Text235.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text235.Name = "Text235";
            this.Text235.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text235__GetTag);
            this.Text235.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text235__GetValue);
            this.Text235.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text235.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text235.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text235.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text235.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text235.Indicator = null;
            this.Text235.Interaction = null;
            this.Text235.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text235.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text235.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text236
            // 
            this.Text236 = new Stimulsoft.Report.Components.StiText();
            this.Text236.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(28, 0, 0.6, 0.5);
            this.Text236.Guid = "13b98226b9644d1cb1eda049442578cf";
            this.Text236.HideZeros = true;
            this.Text236.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text236.Name = "Text236";
            this.Text236.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text236__GetTag);
            this.Text236.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text236__GetValue);
            this.Text236.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text236.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text236.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text236.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text236.Font = new System.Drawing.Font("Arial", 7F);
            this.Text236.Indicator = null;
            this.Text236.Interaction = null;
            this.Text236.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text236.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text236.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text236.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text237
            // 
            this.Text237 = new Stimulsoft.Report.Components.StiText();
            this.Text237.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0, 1.4, 0.5);
            this.Text237.Guid = "73ce40416f3142ff9f84a606f3dbcfeb";
            this.Text237.HideZeros = true;
            this.Text237.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text237.Name = "Text237";
            this.Text237.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text237__GetTag);
            this.Text237.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text237__GetValue);
            this.Text237.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text237.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text237.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text237.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text237.Font = new System.Drawing.Font("Arial", 7F);
            this.Text237.Indicator = null;
            this.Text237.Interaction = null;
            this.Text237.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text237.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text237.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DataBand3.DataRelationName = null;
            this.DataBand3.Guid = null;
            this.DataBand3.Interaction = null;
            this.DataBand3.MasterComponent = null;
            // 
            // GroupFooterBand3
            // 
            this.GroupFooterBand3 = new Stimulsoft.Report.Components.StiGroupFooterBand();
            this.GroupFooterBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.5, 28.7, 0.5);
            this.GroupFooterBand3.Name = "GroupFooterBand3";
            this.GroupFooterBand3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.GroupFooterBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 216, 216, 216));
            // 
            // Text238
            // 
            this.Text238 = new Stimulsoft.Report.Components.StiText();
            this.Text238.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 1.6, 0.5);
            this.Text238.Guid = "cda4f94de4da430e8d948bad619ee603";
            this.Text238.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text238.Name = "Text238";
            this.Text238.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text238__GetTag);
            this.Text238.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text238__GetValue);
            this.Text238.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text238.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text238.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text238.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text238.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text238.Indicator = null;
            this.Text238.Interaction = null;
            this.Text238.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text238.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text238.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text239
            // 
            this.Text239 = new Stimulsoft.Report.Components.StiText();
            this.Text239.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0, 0.6, 0.5);
            this.Text239.Guid = "c8f044ed926f450c90f449b4ce39c032";
            this.Text239.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text239.Name = "Text239";
            this.Text239.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text239__GetTag);
            this.Text239.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text239__GetValue);
            this.Text239.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text239.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text239.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text239.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text239.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text239.Indicator = null;
            this.Text239.Interaction = null;
            this.Text239.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text239.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text239.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text240
            // 
            this.Text240 = new Stimulsoft.Report.Components.StiText();
            this.Text240.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.8, 0, 1, 0.5);
            this.Text240.Guid = "a9c471b82bc24ad6bf6736f1af00f9e4";
            this.Text240.HideZeros = true;
            this.Text240.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text240.Name = "Text240";
            this.Text240.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text240__GetTag);
            // 
            // Text240_Avg
            // 
            this.Text240.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text240__GetValue);
            this.Text240.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text240.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text240.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text240.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text240.Font = new System.Drawing.Font("Arial", 7F);
            this.Text240.Indicator = null;
            this.Text240.Interaction = null;
            this.Text240.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text240.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text240.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text240.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text241
            // 
            this.Text241 = new Stimulsoft.Report.Components.StiText();
            this.Text241.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 0, 1, 0.5);
            this.Text241.Guid = "5abb2d0b3a9d4765b8a10f365ce532fc";
            this.Text241.HideZeros = true;
            this.Text241.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text241.Name = "Text241";
            this.Text241.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text241__GetTag);
            // 
            // Text241_Avg
            // 
            this.Text241.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text241__GetValue);
            this.Text241.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text241.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text241.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text241.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text241.Font = new System.Drawing.Font("Arial", 7F);
            this.Text241.Indicator = null;
            this.Text241.Interaction = null;
            this.Text241.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.InitializeComponent5();
        }
        
        public void InitializeComponent5()
        {
            this.Text241.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text241.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text241.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text242
            // 
            this.Text242 = new Stimulsoft.Report.Components.StiText();
            this.Text242.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.8, 0, 1, 0.5);
            this.Text242.Guid = "17fad40d778a4273a177012aebc4f1ac";
            this.Text242.HideZeros = true;
            this.Text242.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text242.Name = "Text242";
            this.Text242.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text242__GetTag);
            // 
            // Text242_Avg
            // 
            this.Text242.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text242__GetValue);
            this.Text242.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text242.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text242.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text242.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text242.Font = new System.Drawing.Font("Arial", 7F);
            this.Text242.Indicator = null;
            this.Text242.Interaction = null;
            this.Text242.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text242.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text242.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text242.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text243
            // 
            this.Text243 = new Stimulsoft.Report.Components.StiText();
            this.Text243.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.8, 0, 1, 0.5);
            this.Text243.Guid = "f5516b5030824a28a58b35653a7ff155";
            this.Text243.HideZeros = true;
            this.Text243.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text243.Name = "Text243";
            this.Text243.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text243__GetTag);
            // 
            // Text243_Avg
            // 
            this.Text243.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text243__GetValue);
            this.Text243.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text243.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text243.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text243.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text243.Font = new System.Drawing.Font("Arial", 7F);
            this.Text243.Indicator = null;
            this.Text243.Interaction = null;
            this.Text243.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text243.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text243.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text243.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text244
            // 
            this.Text244 = new Stimulsoft.Report.Components.StiText();
            this.Text244.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.8, 0, 1, 0.5);
            this.Text244.Guid = "d24b657c50154f7da158b5f7b3f134b4";
            this.Text244.HideZeros = true;
            this.Text244.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text244.Name = "Text244";
            this.Text244.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text244__GetTag);
            // 
            // Text244_Avg
            // 
            this.Text244.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text244__GetValue);
            this.Text244.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text244.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text244.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text244.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text244.Font = new System.Drawing.Font("Arial", 7F);
            this.Text244.Indicator = null;
            this.Text244.Interaction = null;
            this.Text244.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text244.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text244.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text244.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text245
            // 
            this.Text245 = new Stimulsoft.Report.Components.StiText();
            this.Text245.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.8, 0, 1, 0.5);
            this.Text245.Guid = "a5676277f0a44db48d396f5c1bd68bfb";
            this.Text245.HideZeros = true;
            this.Text245.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text245.Name = "Text245";
            this.Text245.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text245__GetTag);
            // 
            // Text245_Avg
            // 
            this.Text245.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text245__GetValue);
            this.Text245.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text245.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text245.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text245.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text245.Font = new System.Drawing.Font("Arial", 7F);
            this.Text245.Indicator = null;
            this.Text245.Interaction = null;
            this.Text245.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text245.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text245.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text245.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text246
            // 
            this.Text246 = new Stimulsoft.Report.Components.StiText();
            this.Text246.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.8, 0, 1, 0.5);
            this.Text246.Guid = "79256e8e005c46eb8ed0cc527ea031b1";
            this.Text246.HideZeros = true;
            this.Text246.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text246.Name = "Text246";
            this.Text246.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text246__GetTag);
            // 
            // Text246_Avg
            // 
            this.Text246.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text246__GetValue);
            this.Text246.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text246.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text246.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text246.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text246.Font = new System.Drawing.Font("Arial", 7F);
            this.Text246.Indicator = null;
            this.Text246.Interaction = null;
            this.Text246.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text246.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text246.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text246.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text247
            // 
            this.Text247 = new Stimulsoft.Report.Components.StiText();
            this.Text247.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.8, 0, 1, 0.5);
            this.Text247.Guid = "f3d8eaa07e3a4a32af5e310fa6f554ab";
            this.Text247.HideZeros = true;
            this.Text247.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text247.Name = "Text247";
            this.Text247.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text247__GetTag);
            // 
            // Text247_Avg
            // 
            this.Text247.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text247__GetValue);
            this.Text247.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text247.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text247.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text247.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text247.Font = new System.Drawing.Font("Arial", 7F);
            this.Text247.Indicator = null;
            this.Text247.Interaction = null;
            this.Text247.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text247.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text247.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text247.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text248
            // 
            this.Text248 = new Stimulsoft.Report.Components.StiText();
            this.Text248.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.8, 0, 1, 0.5);
            this.Text248.Guid = "2821648e393149ab9cbf2cce5f18a6b3";
            this.Text248.HideZeros = true;
            this.Text248.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text248.Name = "Text248";
            this.Text248.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text248__GetTag);
            // 
            // Text248_Avg
            // 
            this.Text248.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text248__GetValue);
            this.Text248.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text248.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text248.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text248.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text248.Font = new System.Drawing.Font("Arial", 7F);
            this.Text248.Indicator = null;
            this.Text248.Interaction = null;
            this.Text248.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text248.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text248.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text248.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text249
            // 
            this.Text249 = new Stimulsoft.Report.Components.StiText();
            this.Text249.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.8, 0, 1, 0.5);
            this.Text249.Guid = "90a30d221f794de3955388e9f59dda6a";
            this.Text249.HideZeros = true;
            this.Text249.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text249.Name = "Text249";
            this.Text249.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text249__GetTag);
            // 
            // Text249_Avg
            // 
            this.Text249.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text249__GetValue);
            this.Text249.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text249.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text249.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text249.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text249.Font = new System.Drawing.Font("Arial", 7F);
            this.Text249.Indicator = null;
            this.Text249.Interaction = null;
            this.Text249.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text249.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text249.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text249.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text250
            // 
            this.Text250 = new Stimulsoft.Report.Components.StiText();
            this.Text250.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.8, 0, 1, 0.5);
            this.Text250.Guid = "a53b61182ec1461eaf028f30d89941ac";
            this.Text250.HideZeros = true;
            this.Text250.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text250.Name = "Text250";
            this.Text250.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text250__GetTag);
            // 
            // Text250_Avg
            // 
            this.Text250.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text250__GetValue);
            this.Text250.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text250.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text250.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text250.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text250.Font = new System.Drawing.Font("Arial", 7F);
            this.Text250.Indicator = null;
            this.Text250.Interaction = null;
            this.Text250.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text250.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text250.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text250.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text251
            // 
            this.Text251 = new Stimulsoft.Report.Components.StiText();
            this.Text251.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.8, 0, 1, 0.5);
            this.Text251.Guid = "33214bf3c4e14fb0abaabf727231e2b2";
            this.Text251.HideZeros = true;
            this.Text251.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text251.Name = "Text251";
            this.Text251.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text251__GetTag);
            // 
            // Text251_Avg
            // 
            this.Text251.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text251__GetValue);
            this.Text251.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text251.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text251.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text251.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text251.Font = new System.Drawing.Font("Arial", 7F);
            this.Text251.Indicator = null;
            this.Text251.Interaction = null;
            this.Text251.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text251.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text251.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text251.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text252
            // 
            this.Text252 = new Stimulsoft.Report.Components.StiText();
            this.Text252.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.8, 0, 0.6, 0.5);
            this.Text252.Guid = "62b189eb5f83488786bb069460309beb";
            this.Text252.HideZeros = true;
            this.Text252.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text252.Name = "Text252";
            this.Text252.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text252__GetTag);
            // 
            // Text252_Avg
            // 
            this.Text252.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text252__GetValue);
            this.Text252.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text252.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text252.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text252.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text252.Font = new System.Drawing.Font("Arial", 7F);
            this.Text252.Indicator = null;
            this.Text252.Interaction = null;
            this.Text252.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text252.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text252.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text252.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text253
            // 
            this.Text253 = new Stimulsoft.Report.Components.StiText();
            this.Text253.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(27.4, 0, 0.6, 0.5);
            this.Text253.Guid = "21f3b803b60d4ef8a5953c82a3291886";
            this.Text253.HideZeros = true;
            this.Text253.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text253.Name = "Text253";
            this.Text253.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text253__GetTag);
            // 
            // Text253_Avg
            // 
            this.Text253.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text253__GetValue);
            this.Text253.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text253.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text253.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text253.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text253.Font = new System.Drawing.Font("Arial", 7F);
            this.Text253.Indicator = null;
            this.Text253.Interaction = null;
            this.Text253.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text253.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text253.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text253.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text254
            // 
            this.Text254 = new Stimulsoft.Report.Components.StiText();
            this.Text254.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.2, 0, 0.6, 0.5);
            this.Text254.Guid = "28570abc711d40dc96f6b50e176fe59b";
            this.Text254.HideZeros = true;
            this.Text254.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text254.Name = "Text254";
            this.Text254.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text254__GetTag);
            this.Text254.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text254__GetValue);
            this.Text254.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text254.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text254.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text254.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text254.Font = new System.Drawing.Font("Arial", 7F);
            this.Text254.Indicator = null;
            this.Text254.Interaction = null;
            this.Text254.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text254.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text254.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text255
            // 
            this.Text255 = new Stimulsoft.Report.Components.StiText();
            this.Text255.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.8, 0, 0.8, 0.5);
            this.Text255.Guid = "e6c9495795cd4279b28234925f08b518";
            this.Text255.HideZeros = true;
            this.Text255.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text255.Name = "Text255";
            this.Text255.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text255__GetTag);
            this.Text255.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text255__GetValue);
            this.Text255.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text255.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text255.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text255.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text255.Font = new System.Drawing.Font("Arial", 7F);
            this.Text255.Indicator = null;
            this.Text255.Interaction = null;
            this.Text255.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text255.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text255.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text256
            // 
            this.Text256 = new Stimulsoft.Report.Components.StiText();
            this.Text256.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.6, 0, 0.8, 0.5);
            this.Text256.Guid = "dd910ed8047d4efe892f4617bde463d9";
            this.Text256.HideZeros = true;
            this.Text256.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text256.Name = "Text256";
            this.Text256.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text256__GetTag);
            this.Text256.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text256__GetValue);
            this.Text256.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text256.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text256.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text256.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text256.Font = new System.Drawing.Font("Arial", 7F);
            this.Text256.Indicator = null;
            this.Text256.Interaction = null;
            this.Text256.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text256.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text256.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text257
            // 
            this.Text257 = new Stimulsoft.Report.Components.StiText();
            this.Text257.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0, 1.2, 0.5);
            this.Text257.Guid = "2f7dbcd9e84a442396cc8ee5c652d8aa";
            this.Text257.HideZeros = true;
            this.Text257.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text257.Name = "Text257";
            this.Text257.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text257__GetTag);
            this.Text257.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text257__GetValue);
            this.Text257.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text257.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text257.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text257.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text257.Font = new System.Drawing.Font("Arial", 7F);
            this.Text257.Indicator = null;
            this.Text257.Interaction = null;
            this.Text257.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text257.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text257.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text257.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text258
            // 
            this.Text258 = new Stimulsoft.Report.Components.StiText();
            this.Text258.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0, 1.2, 0.5);
            this.Text258.Guid = "0dc07e884b0b408e939290e49cb0fe0d";
            this.Text258.HideZeros = true;
            this.Text258.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text258.Name = "Text258";
            this.Text258.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text258__GetTag);
            this.Text258.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text258__GetValue);
            this.Text258.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text258.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text258.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text258.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text258.Font = new System.Drawing.Font("Arial", 7F);
            this.Text258.Indicator = null;
            this.Text258.Interaction = null;
            this.Text258.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text258.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text258.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text258.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text259
            // 
            this.Text259 = new Stimulsoft.Report.Components.StiText();
            this.Text259.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.4, 0, 1, 0.5);
            this.Text259.Guid = "90f1b419860c4f4b8d5a005fcea5f128";
            this.Text259.HideZeros = true;
            this.Text259.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text259.Name = "Text259";
            this.Text259.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text259__GetTag);
            this.Text259.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text259__GetValue);
            this.Text259.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text259.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text259.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text259.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text259.Font = new System.Drawing.Font("Arial", 7F);
            this.Text259.Indicator = null;
            this.Text259.Interaction = null;
            this.Text259.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text259.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text259.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text259.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text260
            // 
            this.Text260 = new Stimulsoft.Report.Components.StiText();
            this.Text260.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.6, 0.5);
            this.Text260.Guid = "f217527dc0ff4634a98fe29f3f3b3e90";
            this.Text260.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text260.Name = "Text260";
            this.Text260.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text260__GetTag);
            this.Text260.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text260__GetValue);
            this.Text260.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text260.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text260.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text260.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text260.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text260.Indicator = null;
            this.Text260.Interaction = null;
            this.Text260.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text260.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text260.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text261
            // 
            this.Text261 = new Stimulsoft.Report.Components.StiText();
            this.Text261.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0, 1.4, 0.5);
            this.Text261.Guid = "c5622a02241c4ed6907d3dcf615b7930";
            this.Text261.HideZeros = true;
            this.Text261.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text261.Name = "Text261";
            this.Text261.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text261__GetTag);
            this.Text261.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text261__GetValue);
            this.Text261.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text261.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text261.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text261.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text261.Font = new System.Drawing.Font("Arial", 7F);
            this.Text261.Indicator = null;
            this.Text261.Interaction = null;
            this.Text261.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text261.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text261.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text262
            // 
            this.Text262 = new Stimulsoft.Report.Components.StiText();
            this.Text262.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(28, 0, 0.6, 0.5);
            this.Text262.Guid = "c5f44bc88d6f4bc89c360dcb768685e9";
            this.Text262.HideZeros = true;
            this.Text262.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text262.Name = "Text262";
            this.Text262.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text262__GetTag);
            this.Text262.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text262__GetValue);
            this.Text262.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text262.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text262.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text262.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text262.Font = new System.Drawing.Font("Arial", 7F);
            this.Text262.Indicator = null;
            this.Text262.Interaction = null;
            this.Text262.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text262.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text262.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text262.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text263
            // 
            this.Text263 = new Stimulsoft.Report.Components.StiText();
            this.Text263.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.6, 0, 0.8, 0.5);
            this.Text263.Guid = "8973cde6a06e4f0f9af60022a0ebeff4";
            this.Text263.HideZeros = true;
            this.Text263.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text263.Name = "Text263";
            this.Text263.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text263__GetTag);
            // 
            // Text263_Avg
            // 
            this.Text263.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text263__GetValue);
            this.Text263.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text263.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text263.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text263.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text263.Font = new System.Drawing.Font("Arial", 7F);
            this.Text263.Indicator = null;
            this.Text263.Interaction = null;
            this.Text263.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text263.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text263.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text263.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.GroupFooterBand3.Guid = null;
            this.GroupFooterBand3.Interaction = null;
            this.if_sowing_hybrids.ExcelSheetValue = null;
            this.if_sowing_hybrids.Interaction = null;
            this.if_sowing_hybrids.Margins = new Stimulsoft.Report.Components.StiMargins(0.5, 0.5, 1, 1);
            this.if_sowing_hybrids_Watermark = new Stimulsoft.Report.Components.StiWatermark();
            this.if_sowing_hybrids_Watermark.Font = new System.Drawing.Font("Arial", 100F);
            this.if_sowing_hybrids_Watermark.Image = null;
            this.if_sowing_hybrids_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 237, 28, 36));
            // 
            // if_others
            // 
            this.if_others = new Stimulsoft.Report.Components.StiPage();
            this.if_others.Guid = "6deb30464d9641a19a4cbcf7c0c9504e";
            this.if_others.Name = "if others";
            this.if_others.Orientation = Stimulsoft.Report.Components.StiPageOrientation.Landscape;
            this.if_others.PageHeight = 21;
            this.if_others.PageWidth = 29.7;
            this.if_others.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.if_others.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // HeaderBand2
            // 
            this.HeaderBand2 = new Stimulsoft.Report.Components.StiHeaderBand();
            this.HeaderBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 28.7, 1.2);
            this.HeaderBand2.Name = "HeaderBand2";
            this.HeaderBand2.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyFirstPage;
            this.HeaderBand2.PrintOnAllPages = false;
            this.HeaderBand2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.HeaderBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 191, 191, 191));
            // 
            // Text85
            // 
            this.Text85 = new Stimulsoft.Report.Components.StiText();
            this.Text85.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.4, 0, 2.3, 0.6);
            this.Text85.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text85.Name = "Text85";
            this.Text85.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text85__GetValue);
            this.Text85.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text85.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text85.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text85.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text85.Font = new System.Drawing.Font("Arial", 7F);
            this.Text85.Guid = null;
            this.Text85.Indicator = null;
            this.Text85.Interaction = null;
            this.Text85.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text85.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text85.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text86
            // 
            this.Text86 = new Stimulsoft.Report.Components.StiText();
            this.Text86.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 13.2, 0.6);
            this.Text86.Name = "Text86";
            this.Text86.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text86__GetValue);
            this.Text86.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text86.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text86.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text86.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.Text86.Guid = null;
            this.Text86.Indicator = null;
            this.Text86.Interaction = null;
            this.Text86.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text86.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text86.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text88
            // 
            this.Text88 = new Stimulsoft.Report.Components.StiText();
            this.Text88.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.4, 0.6, 0.8, 0.6);
            this.Text88.Guid = "84304a8568e34a03812a1689bf7e7e30";
            this.Text88.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text88.Name = "Text88";
            this.Text88.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text88__GetTag);
            this.Text88.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text88__GetValue);
            this.Text88.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text88.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text88.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text88.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text88.Font = new System.Drawing.Font("Arial", 7F);
            this.Text88.Indicator = null;
            this.Text88.Interaction = null;
            this.Text88.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text88.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text88.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text89
            // 
            this.Text89 = new Stimulsoft.Report.Components.StiText();
            this.Text89.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.2, 0.6, 1.2, 0.6);
            this.Text89.Guid = "2dc4e5eb4dfc4367b22fc01535e247a3";
            this.Text89.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text89.Name = "Text89";
            this.Text89.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text89__GetTag);
            this.Text89.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text89__GetValue);
            this.Text89.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text89.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text89.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text89.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text89.Font = new System.Drawing.Font("Arial", 7F);
            this.Text89.Indicator = null;
            this.Text89.Interaction = null;
            this.Text89.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text89.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text89.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text90
            // 
            this.Text90 = new Stimulsoft.Report.Components.StiText();
            this.Text90.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0.6, 1, 0.6);
            this.Text90.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text90.Name = "Text90";
            this.Text90.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text90__GetTag);
            this.Text90.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text90__GetValue);
            this.Text90.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text90.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text90.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text90.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text90.Font = new System.Drawing.Font("Arial", 7F);
            this.Text90.Guid = null;
            this.Text90.Indicator = null;
            this.Text90.Interaction = null;
            this.Text90.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text90.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text90.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text91
            // 
            this.Text91 = new Stimulsoft.Report.Components.StiText();
            this.Text91.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.6, 0.6, 1, 0.6);
            this.Text91.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text91.Name = "Text91";
            this.Text91.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text91__GetTag);
            this.Text91.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text91__GetValue);
            this.Text91.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text91.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text91.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text91.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text91.Font = new System.Drawing.Font("Arial", 7F);
            this.Text91.Guid = null;
            this.Text91.Indicator = null;
            this.Text91.Interaction = null;
            this.Text91.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text91.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text91.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text92
            // 
            this.Text92 = new Stimulsoft.Report.Components.StiText();
            this.Text92.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.6, 0.6, 1, 0.6);
            this.Text92.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text92.Name = "Text92";
            this.Text92.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text92__GetTag);
            this.Text92.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text92__GetValue);
            this.Text92.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text92.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text92.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text92.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text92.Font = new System.Drawing.Font("Arial", 7F);
            this.Text92.Guid = null;
            this.Text92.Indicator = null;
            this.Text92.Interaction = null;
            this.Text92.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text92.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text92.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text93
            // 
            this.Text93 = new Stimulsoft.Report.Components.StiText();
            this.Text93.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.6, 0.6, 1, 0.6);
            this.Text93.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text93.Name = "Text93";
            this.Text93.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text93__GetTag);
            this.Text93.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text93__GetValue);
            this.Text93.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text93.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text93.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text93.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text93.Font = new System.Drawing.Font("Arial", 7F);
            this.Text93.Guid = null;
            this.Text93.Indicator = null;
            this.Text93.Interaction = null;
            this.Text93.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text93.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text93.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text94
            // 
            this.Text94 = new Stimulsoft.Report.Components.StiText();
            this.Text94.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.6, 0.6, 1, 0.6);
            this.Text94.Guid = "27f6c01f7a2e416b92ebea8ea7473ad6";
            this.Text94.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text94.Name = "Text94";
            this.Text94.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text94__GetTag);
            this.Text94.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text94__GetValue);
            this.Text94.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text94.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text94.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text94.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text94.Font = new System.Drawing.Font("Arial", 7F);
            this.Text94.Indicator = null;
            this.Text94.Interaction = null;
            this.Text94.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text94.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text94.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text95
            // 
            this.Text95 = new Stimulsoft.Report.Components.StiText();
            this.Text95.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.6, 0.6, 1, 0.6);
            this.Text95.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text95.Name = "Text95";
            this.Text95.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text95__GetTag);
            this.Text95.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text95__GetValue);
            this.Text95.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text95.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text95.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text95.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text95.Font = new System.Drawing.Font("Arial", 7F);
            this.Text95.Guid = null;
            this.Text95.Indicator = null;
            this.Text95.Interaction = null;
            this.Text95.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text95.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text95.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text96
            // 
            this.Text96 = new Stimulsoft.Report.Components.StiText();
            this.Text96.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.6, 0.6, 1, 0.6);
            this.Text96.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text96.Name = "Text96";
            this.Text96.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text96__GetTag);
            this.Text96.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text96__GetValue);
            this.Text96.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text96.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text96.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text96.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text96.Font = new System.Drawing.Font("Arial", 7F);
            this.Text96.Guid = null;
            this.Text96.Indicator = null;
            this.Text96.Interaction = null;
            this.Text96.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text96.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text96.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text97
            // 
            this.Text97 = new Stimulsoft.Report.Components.StiText();
            this.Text97.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.6, 0.6, 1, 0.6);
            this.Text97.Guid = "ffcc57dd0ad14c41bd6d5b9602188f84";
            this.Text97.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text97.Name = "Text97";
            this.Text97.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text97__GetTag);
            this.Text97.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text97__GetValue);
            this.Text97.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text97.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text97.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text97.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text97.Font = new System.Drawing.Font("Arial", 7F);
            this.Text97.Indicator = null;
            this.Text97.Interaction = null;
            this.Text97.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text97.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text97.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text98
            // 
            this.Text98 = new Stimulsoft.Report.Components.StiText();
            this.Text98.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.6, 0.6, 1, 0.6);
            this.Text98.Guid = "e7b2d0c9af734c279ecb1cd3fb829062";
            this.Text98.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text98.Name = "Text98";
            this.Text98.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text98__GetTag);
            this.Text98.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text98__GetValue);
            this.Text98.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text98.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text98.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text98.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text98.Font = new System.Drawing.Font("Arial", 7F);
            this.Text98.Indicator = null;
            this.Text98.Interaction = null;
            this.Text98.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text98.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text98.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text99
            // 
            this.Text99 = new Stimulsoft.Report.Components.StiText();
            this.Text99.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.6, 0.6, 1, 0.6);
            this.Text99.Guid = "19d33edfd1e34f448ac3f57b8e68e792";
            this.Text99.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text99.Name = "Text99";
            this.Text99.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text99__GetTag);
            this.Text99.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text99__GetValue);
            this.Text99.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text99.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text99.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text99.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text99.Font = new System.Drawing.Font("Arial", 7F);
            this.Text99.Indicator = null;
            this.Text99.Interaction = null;
            this.Text99.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text99.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text99.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text100
            // 
            this.Text100 = new Stimulsoft.Report.Components.StiText();
            this.Text100.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.6, 0.6, 1, 0.6);
            this.Text100.Guid = "cc25eaf0657247a4b59f29458da7ee00";
            this.Text100.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text100.Name = "Text100";
            this.Text100.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text100__GetTag);
            this.Text100.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text100__GetValue);
            this.Text100.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text100.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text100.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text100.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text100.Font = new System.Drawing.Font("Arial", 7F);
            this.Text100.Indicator = null;
            this.Text100.Interaction = null;
            this.Text100.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text100.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text100.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text101
            // 
            this.Text101 = new Stimulsoft.Report.Components.StiText();
            this.Text101.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.6, 0.6, 1, 0.6);
            this.Text101.Guid = "bf4b66272cd14539919dc292db22ed27";
            this.Text101.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text101.Name = "Text101";
            this.Text101.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text101__GetTag);
            this.Text101.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text101__GetValue);
            this.Text101.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text101.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text101.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text101.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text101.Font = new System.Drawing.Font("Arial", 7F);
            this.Text101.Indicator = null;
            this.Text101.Interaction = null;
            this.Text101.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text101.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text101.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text102
            // 
            this.Text102 = new Stimulsoft.Report.Components.StiText();
            this.Text102.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.6, 0.6, 0.6, 0.6);
            this.Text102.Guid = "9b038d8822924f0992f655e34ae2ab0e";
            this.Text102.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text102.Name = "Text102";
            this.Text102.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text102__GetTag);
            this.Text102.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text102__GetValue);
            this.Text102.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text102.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text102.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text102.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text102.Font = new System.Drawing.Font("Arial", 7F);
            this.Text102.Indicator = null;
            this.Text102.Interaction = null;
            this.Text102.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text102.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text102.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text103
            // 
            this.Text103 = new Stimulsoft.Report.Components.StiText();
            this.Text103.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0.6, 0.8, 0.6);
            this.Text103.Guid = "276d8bef4d6843419d1bb57e0818cd20";
            this.Text103.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text103.Name = "Text103";
            this.Text103.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text103__GetTag);
            this.Text103.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text103__GetValue);
            this.Text103.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text103.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text103.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text103.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text103.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text103.Indicator = null;
            this.Text103.Interaction = null;
            this.Text103.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text103.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text103.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text104
            // 
            this.Text104 = new Stimulsoft.Report.Components.StiText();
            this.Text104.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0.6, 1.2, 0.6);
            this.Text104.Guid = "d20ccdbf920743e298ab4acdf05d9592";
            this.Text104.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text104.Name = "Text104";
            this.Text104.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text104__GetTag);
            this.Text104.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text104__GetValue);
            this.Text104.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text104.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text104.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text104.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text104.Font = new System.Drawing.Font("Arial", 7F);
            this.Text104.Indicator = null;
            this.Text104.Interaction = null;
            this.Text104.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text104.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text104.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text105
            // 
            this.Text105 = new Stimulsoft.Report.Components.StiText();
            this.Text105.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 0.6, 0.6, 0.6);
            this.Text105.Guid = "76d9aa8ce2b54ec79a68341ec06e9c2f";
            this.Text105.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text105.Name = "Text105";
            this.Text105.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text105__GetTag);
            this.Text105.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text105__GetValue);
            this.Text105.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text105.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text105.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text105.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text105.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text105.Indicator = null;
            this.Text105.Interaction = null;
            this.Text105.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text105.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text105.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text106
            // 
            this.Text106 = new Stimulsoft.Report.Components.StiText();
            this.Text106.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 0.6, 1, 0.6);
            this.Text106.Guid = "7c2bc7e4a7eb4c7ea96a20a686726d7f";
            this.Text106.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text106.Name = "Text106";
            this.Text106.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text106__GetTag);
            this.Text106.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text106__GetValue);
            this.Text106.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text106.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text106.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text106.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text106.Font = new System.Drawing.Font("Arial", 7F);
            this.Text106.Indicator = null;
            this.Text106.Interaction = null;
            this.Text106.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text106.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text106.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text107
            // 
            this.Text107 = new Stimulsoft.Report.Components.StiText();
            this.Text107.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.2, 0.6, 0.8, 0.6);
            this.Text107.Guid = "c0e7f8c87ca4409cb069deeec2e6d296";
            this.Text107.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text107.Name = "Text107";
            this.Text107.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text107__GetTag);
            this.Text107.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text107__GetValue);
            this.Text107.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text107.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text107.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text107.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text107.Font = new System.Drawing.Font("Arial", 7F);
            this.Text107.Indicator = null;
            this.Text107.Interaction = null;
            this.Text107.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text107.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text107.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text108
            // 
            this.Text108 = new Stimulsoft.Report.Components.StiText();
            this.Text108.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.6, 0.6, 0.8, 0.6);
            this.Text108.Guid = "36d2f98c80a8425f816aa687d86db06a";
            this.Text108.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text108.Name = "Text108";
            this.Text108.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text108__GetTag);
            this.Text108.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text108__GetValue);
            this.Text108.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text108.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text108.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text108.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.InitializeComponent6();
        }
        
        public void InitializeComponent6()
        {
            this.Text108.Font = new System.Drawing.Font("Arial", 7F);
            this.Text108.Indicator = null;
            this.Text108.Interaction = null;
            this.Text108.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text108.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text108.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text109
            // 
            this.Text109 = new Stimulsoft.Report.Components.StiText();
            this.Text109.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9, 0.6, 1.2, 0.6);
            this.Text109.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text109.Name = "Text109";
            this.Text109.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text109__GetTag);
            this.Text109.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text109__GetValue);
            this.Text109.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text109.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text109.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text109.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text109.Font = new System.Drawing.Font("Arial", 7F);
            this.Text109.Guid = null;
            this.Text109.Indicator = null;
            this.Text109.Interaction = null;
            this.Text109.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text109.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text109.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text110
            // 
            this.Text110 = new Stimulsoft.Report.Components.StiText();
            this.Text110.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 2, 0.6);
            this.Text110.Guid = "6497017a64204caab10561a1567ea2cb";
            this.Text110.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text110.Name = "Text110";
            this.Text110.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text110__GetTag);
            this.Text110.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text110__GetValue);
            this.Text110.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text110.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text110.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text110.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text110.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text110.Indicator = null;
            this.Text110.Interaction = null;
            this.Text110.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text110.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text110.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text111
            // 
            this.Text111 = new Stimulsoft.Report.Components.StiText();
            this.Text111.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0.6, 0.6, 0.6);
            this.Text111.Guid = "93e3002165444469bc8f13a20ed62b01";
            this.Text111.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text111.Name = "Text111";
            this.Text111.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text111__GetTag);
            this.Text111.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text111__GetValue);
            this.Text111.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text111.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text111.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text111.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text111.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text111.Indicator = null;
            this.Text111.Interaction = null;
            this.Text111.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text111.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text111.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text112
            // 
            this.Text112 = new Stimulsoft.Report.Components.StiText();
            this.Text112.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.6, 0.6, 1, 0.6);
            this.Text112.Guid = "c22158fccef24a5f958c3d8a9b6ea561";
            this.Text112.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text112.Name = "Text112";
            this.Text112.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text112__GetTag);
            this.Text112.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text112__GetValue);
            this.Text112.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text112.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text112.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text112.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text112.Font = new System.Drawing.Font("Arial", 7F);
            this.Text112.Indicator = null;
            this.Text112.Interaction = null;
            this.Text112.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text112.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text112.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text113
            // 
            this.Text113 = new Stimulsoft.Report.Components.StiText();
            this.Text113.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0.6, 0.8, 0.6);
            this.Text113.Guid = "33f1dbe66a354cfb8dae5d35e700df5c";
            this.Text113.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text113.Name = "Text113";
            this.Text113.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text113__GetTag);
            this.Text113.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text113__GetValue);
            this.Text113.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text113.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text113.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text113.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text113.Font = new System.Drawing.Font("Arial", 7F);
            this.Text113.Indicator = null;
            this.Text113.Interaction = null;
            this.Text113.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text113.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text113.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text114
            // 
            this.Text114 = new Stimulsoft.Report.Components.StiText();
            this.Text114.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.4, 0.6, 0.8, 0.6);
            this.Text114.Guid = "42352367639f48d89bd165ad415b2778";
            this.Text114.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text114.Name = "Text114";
            this.Text114.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text114__GetTag);
            this.Text114.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text114__GetValue);
            this.Text114.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text114.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text114.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text114.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text114.Font = new System.Drawing.Font("Arial", 7F);
            this.Text114.Indicator = null;
            this.Text114.Interaction = null;
            this.Text114.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text114.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text114.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text115
            // 
            this.Text115 = new Stimulsoft.Report.Components.StiText();
            this.Text115.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.8, 0.6, 0.6, 0.6);
            this.Text115.Guid = "2b9440efec8e452abcb64d4b775bdbb6";
            this.Text115.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text115.Name = "Text115";
            this.Text115.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text115__GetTag);
            this.Text115.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text115__GetValue);
            this.Text115.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text115.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text115.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text115.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text115.Font = new System.Drawing.Font("Arial", 7F);
            this.Text115.Indicator = null;
            this.Text115.Interaction = null;
            this.Text115.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text115.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text115.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text116
            // 
            this.Text116 = new Stimulsoft.Report.Components.StiText();
            this.Text116.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.2, 0.6, 0.6, 0.6);
            this.Text116.Guid = "0c8a0dd82d6e43c18e2c0e657ed59d6c";
            this.Text116.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text116.Name = "Text116";
            this.Text116.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text116__GetTag);
            this.Text116.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text116__GetValue);
            this.Text116.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text116.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text116.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text116.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text116.Font = new System.Drawing.Font("Arial", 7F);
            this.Text116.Indicator = null;
            this.Text116.Interaction = null;
            this.Text116.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text116.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text116.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.HeaderBand2.Guid = null;
            this.HeaderBand2.Interaction = null;
            // 
            // GroupHeaderBand2
            // 
            this.GroupHeaderBand2 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.4, 28.7, 0);
            this.GroupHeaderBand2.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand2__GetValue);
            this.GroupHeaderBand2.Name = "GroupHeaderBand2";
            this.GroupHeaderBand2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.GroupHeaderBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 216, 216, 216));
            this.GroupHeaderBand2.Guid = null;
            this.GroupHeaderBand2.Interaction = null;
            // 
            // DataBand2
            // 
            this.DataBand2 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.2, 28.7, 0.5);
            this.DataBand2.DataSourceName = "data";
            this.DataBand2.Name = "DataBand2";
            this.DataBand2.Sort = new System.String[] {
                    "ASC",
                    "num_plant",
                    "ASC",
                    "fruit_id"};
            this.DataBand2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.DataBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand2.BusinessObjectGuid = null;
            // 
            // Text117
            // 
            this.Text117 = new Stimulsoft.Report.Components.StiText();
            this.Text117.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.2, 0, 1.2, 0.5);
            this.Text117.Guid = "75a3d6b2dee34d1da6f6c310cbba0377";
            this.Text117.HideZeros = true;
            this.Text117.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text117.Name = "Text117";
            this.Text117.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text117__GetTag);
            this.Text117.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text117__GetValue);
            this.Text117.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text117.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text117.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text117.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text117.Font = new System.Drawing.Font("Arial", 7F);
            this.Text117.Indicator = null;
            this.Text117.Interaction = null;
            this.Text117.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text117.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text117.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text117.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text118
            // 
            this.Text118 = new Stimulsoft.Report.Components.StiText();
            this.Text118.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0, 1, 0.5);
            this.Text118.Guid = "93b5ce8db6d64913b2a64fa9ab86e86f";
            this.Text118.HideZeros = true;
            this.Text118.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text118.Name = "Text118";
            this.Text118.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text118__GetTag);
            this.Text118.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text118__GetValue);
            this.Text118.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text118.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text118.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text118.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text118.Font = new System.Drawing.Font("Arial", 7F);
            this.Text118.Indicator = null;
            this.Text118.Interaction = null;
            this.Text118.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text118.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text118.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text118.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text119
            // 
            this.Text119 = new Stimulsoft.Report.Components.StiText();
            this.Text119.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.6, 0, 1, 0.5);
            this.Text119.Guid = "9f278f202e154a2db6b9443cd9d4d440";
            this.Text119.HideZeros = true;
            this.Text119.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text119.Name = "Text119";
            this.Text119.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text119__GetTag);
            this.Text119.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text119__GetValue);
            this.Text119.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text119.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text119.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text119.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text119.Font = new System.Drawing.Font("Arial", 7F);
            this.Text119.Indicator = null;
            this.Text119.Interaction = null;
            this.Text119.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text119.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text119.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text119.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text120
            // 
            this.Text120 = new Stimulsoft.Report.Components.StiText();
            this.Text120.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.6, 0, 1, 0.5);
            this.Text120.Guid = "443ac0d3e0824e96ab20607997302475";
            this.Text120.HideZeros = true;
            this.Text120.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text120.Name = "Text120";
            this.Text120.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text120__GetTag);
            this.Text120.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text120__GetValue);
            this.Text120.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text120.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text120.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text120.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text120.Font = new System.Drawing.Font("Arial", 7F);
            this.Text120.Indicator = null;
            this.Text120.Interaction = null;
            this.Text120.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text120.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text120.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text120.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text121
            // 
            this.Text121 = new Stimulsoft.Report.Components.StiText();
            this.Text121.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.6, 0, 1, 0.5);
            this.Text121.Guid = "304742e91833407cb2794792650c5600";
            this.Text121.HideZeros = true;
            this.Text121.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text121.Name = "Text121";
            this.Text121.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text121__GetTag);
            this.Text121.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text121__GetValue);
            this.Text121.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text121.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text121.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text121.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text121.Font = new System.Drawing.Font("Arial", 7F);
            this.Text121.Indicator = null;
            this.Text121.Interaction = null;
            this.Text121.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text121.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text121.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text121.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text122
            // 
            this.Text122 = new Stimulsoft.Report.Components.StiText();
            this.Text122.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.6, 0, 1, 0.5);
            this.Text122.Guid = "da91ae6f855143a1a49bb03998b689aa";
            this.Text122.HideZeros = true;
            this.Text122.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text122.Name = "Text122";
            this.Text122.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text122__GetTag);
            this.Text122.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text122__GetValue);
            this.Text122.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text122.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text122.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text122.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text122.Font = new System.Drawing.Font("Arial", 7F);
            this.Text122.Indicator = null;
            this.Text122.Interaction = null;
            this.Text122.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text122.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text122.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text122.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text123
            // 
            this.Text123 = new Stimulsoft.Report.Components.StiText();
            this.Text123.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.6, 0, 1, 0.5);
            this.Text123.Guid = "552c518ba2ce4eeebf3836b6e10003b4";
            this.Text123.HideZeros = true;
            this.Text123.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text123.Name = "Text123";
            this.Text123.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text123__GetTag);
            this.Text123.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text123__GetValue);
            this.Text123.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text123.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text123.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text123.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text123.Font = new System.Drawing.Font("Arial", 7F);
            this.Text123.Indicator = null;
            this.Text123.Interaction = null;
            this.Text123.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text123.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text123.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text123.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text124
            // 
            this.Text124 = new Stimulsoft.Report.Components.StiText();
            this.Text124.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.6, 0, 1, 0.5);
            this.Text124.Guid = "9ba71a682acf42649ec248059364231b";
            this.Text124.HideZeros = true;
            this.Text124.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text124.Name = "Text124";
            this.Text124.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text124__GetTag);
            this.Text124.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text124__GetValue);
            this.Text124.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text124.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text124.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text124.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text124.Font = new System.Drawing.Font("Arial", 7F);
            this.Text124.Indicator = null;
            this.Text124.Interaction = null;
            this.Text124.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text124.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text124.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text124.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text125
            // 
            this.Text125 = new Stimulsoft.Report.Components.StiText();
            this.Text125.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.6, 0, 1, 0.5);
            this.Text125.Guid = "73e0fcbc7441461e99482f1b1f6fbc38";
            this.Text125.HideZeros = true;
            this.Text125.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text125.Name = "Text125";
            this.Text125.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text125__GetTag);
            this.Text125.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text125__GetValue);
            this.Text125.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text125.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text125.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text125.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text125.Font = new System.Drawing.Font("Arial", 7F);
            this.Text125.Indicator = null;
            this.Text125.Interaction = null;
            this.Text125.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text125.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text125.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text125.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text126
            // 
            this.Text126 = new Stimulsoft.Report.Components.StiText();
            this.Text126.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.6, 0, 1, 0.5);
            this.Text126.Guid = "7a3f633e90be4a17b7d20fdffc7f7f13";
            this.Text126.HideZeros = true;
            this.Text126.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text126.Name = "Text126";
            this.Text126.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text126__GetTag);
            this.Text126.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text126__GetValue);
            this.Text126.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text126.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text126.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text126.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text126.Font = new System.Drawing.Font("Arial", 7F);
            this.Text126.Indicator = null;
            this.Text126.Interaction = null;
            this.Text126.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text126.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text126.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text126.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text127
            // 
            this.Text127 = new Stimulsoft.Report.Components.StiText();
            this.Text127.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.6, 0, 1, 0.5);
            this.Text127.Guid = "846788c40ef84ae9ba5ad96c4fc1f8ca";
            this.Text127.HideZeros = true;
            this.Text127.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text127.Name = "Text127";
            this.Text127.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text127__GetTag);
            this.Text127.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text127__GetValue);
            this.Text127.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text127.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text127.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text127.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text127.Font = new System.Drawing.Font("Arial", 7F);
            this.Text127.Indicator = null;
            this.Text127.Interaction = null;
            this.Text127.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text127.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text127.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text127.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text128
            // 
            this.Text128 = new Stimulsoft.Report.Components.StiText();
            this.Text128.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.6, 0, 1, 0.5);
            this.Text128.Guid = "238137c1779441d2adefd784bd996273";
            this.Text128.HideZeros = true;
            this.Text128.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text128.Name = "Text128";
            this.Text128.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text128__GetTag);
            this.Text128.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text128__GetValue);
            this.Text128.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text128.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text128.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text128.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text128.Font = new System.Drawing.Font("Arial", 7F);
            this.Text128.Indicator = null;
            this.Text128.Interaction = null;
            this.Text128.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text128.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text128.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text128.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text129
            // 
            this.Text129 = new Stimulsoft.Report.Components.StiText();
            this.Text129.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.6, 0, 0.6, 0.5);
            this.Text129.Guid = "3424661f5cf941bf88d3cbb3f655678a";
            this.Text129.HideZeros = true;
            this.Text129.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text129.Name = "Text129";
            this.Text129.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text129__GetTag);
            this.Text129.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text129__GetValue);
            this.Text129.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text129.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text129.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text129.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text129.Font = new System.Drawing.Font("Arial", 7F);
            this.Text129.Indicator = null;
            this.Text129.Interaction = null;
            this.Text129.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text129.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text129.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text129.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text130
            // 
            this.Text130 = new Stimulsoft.Report.Components.StiText();
            this.Text130.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.8, 0, 0.6, 0.5);
            this.Text130.Guid = "13b98226b9644d1cb1eda049442578cf";
            this.Text130.HideZeros = true;
            this.Text130.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text130.Name = "Text130";
            this.Text130.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text130__GetTag);
            this.Text130.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text130__GetValue);
            this.Text130.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text130.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text130.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text130.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text130.Font = new System.Drawing.Font("Arial", 7F);
            this.Text130.Indicator = null;
            this.Text130.Interaction = null;
            this.Text130.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text130.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text130.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text130.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text131
            // 
            this.Text131 = new Stimulsoft.Report.Components.StiText();
            this.Text131.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.6, 0, 1, 0.5);
            this.Text131.Guid = "176a1b1f5f0a4f65b6318c905bbd6132";
            this.Text131.HideZeros = true;
            this.Text131.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text131.Name = "Text131";
            this.Text131.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text131__GetTag);
            this.Text131.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text131__GetValue);
            this.Text131.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text131.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text131.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text131.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text131.Font = new System.Drawing.Font("Arial", 7F);
            this.Text131.Indicator = null;
            this.Text131.Interaction = null;
            this.Text131.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text131.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text131.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text131.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text132
            // 
            this.Text132 = new Stimulsoft.Report.Components.StiText();
            this.Text132.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0, 0.8, 0.5);
            this.Text132.Guid = "dfd93638e6d4468585b4e24543d6397c";
            this.Text132.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text132.Name = "Text132";
            this.Text132.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text132__GetTag);
            this.Text132.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text132__GetValue);
            this.Text132.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text132.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text132.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text132.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text132.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text132.Indicator = null;
            this.Text132.Interaction = null;
            this.Text132.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text132.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text132.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text133
            // 
            this.Text133 = new Stimulsoft.Report.Components.StiText();
            this.Text133.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0, 1.2, 0.5);
            this.Text133.Guid = "7e5c78bfe9c04d8d891c072c8de147aa";
            this.Text133.HideZeros = true;
            this.Text133.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text133.Name = "Text133";
            this.Text133.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text133__GetTag);
            this.Text133.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text133__GetValue);
            this.Text133.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text133.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text133.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text133.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text133.Font = new System.Drawing.Font("Arial", 7F);
            this.Text133.Indicator = null;
            this.Text133.Interaction = null;
            this.Text133.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text133.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text133.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text133.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text134
            // 
            this.Text134 = new Stimulsoft.Report.Components.StiText();
            this.Text134.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 0, 0.6, 0.5);
            this.Text134.Guid = "16ff37f5531f49a7bec1073e1757ce70";
            this.Text134.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text134.Name = "Text134";
            this.Text134.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text134__GetTag);
            this.Text134.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text134__GetValue);
            this.Text134.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text134.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text134.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text134.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text134.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text134.Indicator = null;
            this.Text134.Interaction = null;
            this.Text134.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text134.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text134.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text135
            // 
            this.Text135 = new Stimulsoft.Report.Components.StiText();
            this.Text135.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 0, 1, 0.5);
            this.Text135.Guid = "422767b0ef5e4a65a111e9d6e0412359";
            this.Text135.HideZeros = true;
            this.Text135.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text135.Name = "Text135";
            this.Text135.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text135__GetTag);
            this.Text135.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text135__GetValue);
            this.Text135.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text135.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text135.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text135.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text135.Font = new System.Drawing.Font("Arial", 7F);
            this.Text135.Indicator = null;
            this.Text135.Interaction = null;
            this.Text135.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text135.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text135.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text135.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text136
            // 
            this.Text136 = new Stimulsoft.Report.Components.StiText();
            this.Text136.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.2, 0, 0.8, 0.5);
            this.Text136.Guid = "56c7d491b4f24caba117f23a19540329";
            this.Text136.HideZeros = true;
            this.Text136.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text136.Name = "Text136";
            this.Text136.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text136__GetTag);
            this.Text136.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text136__GetValue);
            this.Text136.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text136.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text136.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text136.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text136.Font = new System.Drawing.Font("Arial", 7F);
            this.Text136.Indicator = null;
            this.Text136.Interaction = null;
            this.Text136.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text136.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text136.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text137
            // 
            this.Text137 = new Stimulsoft.Report.Components.StiText();
            this.Text137.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.6, 0, 0.8, 0.5);
            this.Text137.Guid = "1e356bec41a347cea2f29364b8715e95";
            this.Text137.HideZeros = true;
            this.Text137.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text137.Name = "Text137";
            this.Text137.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text137__GetTag);
            this.Text137.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text137__GetValue);
            this.Text137.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text137.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text137.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text137.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text137.Font = new System.Drawing.Font("Arial", 7F);
            this.Text137.Indicator = null;
            this.Text137.Interaction = null;
            this.Text137.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text137.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text137.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text138
            // 
            this.Text138 = new Stimulsoft.Report.Components.StiText();
            this.Text138.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.4, 0, 0.8, 0.5);
            this.Text138.Guid = "0ab18a9158874f92b876339d66c871bc";
            this.Text138.HideZeros = true;
            this.Text138.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text138.Name = "Text138";
            this.Text138.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text138__GetTag);
            this.Text138.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text138__GetValue);
            this.Text138.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text138.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text138.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text138.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text138.Font = new System.Drawing.Font("Arial", 7F);
            this.Text138.Indicator = null;
            this.Text138.Interaction = null;
            this.Text138.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text138.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text138.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text138.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text139
            // 
            this.Text139 = new Stimulsoft.Report.Components.StiText();
            this.Text139.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9, 0, 1.2, 0.5);
            this.Text139.Guid = "e65ce73bdd8541019e714ab788bb6157";
            this.Text139.HideZeros = true;
            this.Text139.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text139.Name = "Text139";
            this.Text139.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text139__GetTag);
            this.Text139.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text139__GetValue);
            this.Text139.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text139.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text139.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text139.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text139.Font = new System.Drawing.Font("Arial", 7F);
            this.Text139.Indicator = null;
            this.Text139.Interaction = null;
            this.Text139.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text139.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text139.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text140
            // 
            this.Text140 = new Stimulsoft.Report.Components.StiText();
            this.Text140.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 2, 0.5);
            this.Text140.Guid = "7f72a0a97d094c70808f55e1c8367c05";
            this.Text140.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text140.Name = "Text140";
            this.Text140.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text140__GetTag);
            this.Text140.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text140__GetValue);
            this.Text140.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text140.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text140.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text140.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text140.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text140.Indicator = null;
            this.Text140.Interaction = null;
            this.Text140.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text140.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text140.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text141
            // 
            this.Text141 = new Stimulsoft.Report.Components.StiText();
            this.Text141.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 0.6, 0.5);
            this.Text141.Guid = "be63d225a5b24d2cb12d1b2b422750fa";
            this.Text141.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text141.Name = "Text141";
            this.Text141.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text141__GetTag);
            this.Text141.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text141__GetValue);
            this.Text141.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text141.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text141.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text141.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text141.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text141.Indicator = null;
            this.Text141.Interaction = null;
            this.Text141.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text141.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text141.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text142
            // 
            this.Text142 = new Stimulsoft.Report.Components.StiText();
            this.Text142.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.6, 0, 1, 0.5);
            this.Text142.Guid = "0a242aa3e8c74fdf81d79c3f51c58c55";
            this.Text142.HideZeros = true;
            this.Text142.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text142.Name = "Text142";
            this.Text142.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text142__GetTag);
            this.Text142.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text142__GetValue);
            this.Text142.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text142.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text142.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text142.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text142.Font = new System.Drawing.Font("Arial", 7F);
            this.Text142.Indicator = null;
            this.Text142.Interaction = null;
            this.Text142.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text142.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text142.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text143
            // 
            this.Text143 = new Stimulsoft.Report.Components.StiText();
            this.Text143.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0, 0.8, 0.5);
            this.Text143.Guid = "21904f4cb4704e8ba0cf999239ea4a7e";
            this.Text143.HideZeros = true;
            this.Text143.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text143.Name = "Text143";
            this.Text143.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text143__GetTag);
            this.Text143.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text143__GetValue);
            this.Text143.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text143.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text143.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text143.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text143.Font = new System.Drawing.Font("Arial", 7F);
            this.Text143.Indicator = null;
            this.Text143.Interaction = null;
            this.Text143.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text143.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text143.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text144
            // 
            this.Text144 = new Stimulsoft.Report.Components.StiText();
            this.Text144.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.4, 0, 0.8, 0.5);
            this.Text144.Guid = "eb19256958bc4304a0bdf7199fc5678b";
            this.Text144.HideZeros = true;
            this.Text144.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text144.Name = "Text144";
            this.Text144.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text144__GetTag);
            this.Text144.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text144__GetValue);
            this.Text144.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text144.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text144.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text144.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text144.Font = new System.Drawing.Font("Arial", 7F);
            this.Text144.Indicator = null;
            this.Text144.Interaction = null;
            this.Text144.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text144.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text144.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text145
            // 
            this.Text145 = new Stimulsoft.Report.Components.StiText();
            this.Text145.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.2, 0, 0.6, 0.5);
            this.Text145.Guid = "8f2d5c5686ec4023a5ccb5383f827149";
            this.Text145.HideZeros = true;
            this.Text145.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text145.Name = "Text145";
            this.Text145.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text145__GetTag);
            this.Text145.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text145__GetValue);
            this.Text145.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text145.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text145.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text145.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text145.Font = new System.Drawing.Font("Arial", 7F);
            this.Text145.Indicator = null;
            this.Text145.Interaction = null;
            this.Text145.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text145.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text145.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text145.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DataBand2.DataRelationName = null;
            this.DataBand2.Guid = null;
            this.DataBand2.Interaction = null;
            this.DataBand2.MasterComponent = null;
            // 
            // GroupFooterBand2
            // 
            this.GroupFooterBand2 = new Stimulsoft.Report.Components.StiGroupFooterBand();
            this.GroupFooterBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.5, 28.7, 0.5);
            this.GroupFooterBand2.Name = "GroupFooterBand2";
            this.GroupFooterBand2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.GroupFooterBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 216, 216, 216));
            // 
            // Text147
            // 
            this.Text147 = new Stimulsoft.Report.Components.StiText();
            this.Text147.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 2, 0.5);
            this.Text147.Guid = "cda4f94de4da430e8d948bad619ee603";
            this.Text147.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text147.Name = "Text147";
            this.Text147.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text147__GetTag);
            this.Text147.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text147__GetValue);
            this.Text147.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text147.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text147.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text147.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text147.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text147.Indicator = null;
            this.Text147.Interaction = null;
            this.Text147.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text147.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text147.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text148
            // 
            this.Text148 = new Stimulsoft.Report.Components.StiText();
            this.Text148.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 0.6, 0.5);
            this.Text148.Guid = "c8f044ed926f450c90f449b4ce39c032";
            this.Text148.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text148.Name = "Text148";
            this.Text148.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text148__GetTag);
            this.Text148.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text148__GetValue);
            this.Text148.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text148.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text148.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text148.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text148.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text148.Indicator = null;
            this.Text148.Interaction = null;
            this.Text148.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text148.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text148.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text149
            // 
            this.Text149 = new Stimulsoft.Report.Components.StiText();
            this.Text149.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.6, 0, 1, 0.5);
            this.Text149.Guid = "a9c471b82bc24ad6bf6736f1af00f9e4";
            this.Text149.HideZeros = true;
            this.Text149.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text149.Name = "Text149";
            this.Text149.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text149__GetTag);
            // 
            // Text149_Avg
            // 
            this.Text149.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text149__GetValue);
            this.Text149.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text149.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text149.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text149.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text149.Font = new System.Drawing.Font("Arial", 7F);
            this.Text149.Indicator = null;
            this.Text149.Interaction = null;
            this.Text149.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text149.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text149.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text149.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text150
            // 
            this.Text150 = new Stimulsoft.Report.Components.StiText();
            this.Text150.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0, 1, 0.5);
            this.Text150.Guid = "5abb2d0b3a9d4765b8a10f365ce532fc";
            this.Text150.HideZeros = true;
            this.Text150.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text150.Name = "Text150";
            this.Text150.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text150__GetTag);
            // 
            // Text150_Avg
            // 
            this.Text150.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text150__GetValue);
            this.Text150.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text150.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text150.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text150.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text150.Font = new System.Drawing.Font("Arial", 7F);
            this.Text150.Indicator = null;
            this.Text150.Interaction = null;
            this.Text150.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text150.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text150.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text150.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text151
            // 
            this.Text151 = new Stimulsoft.Report.Components.StiText();
            this.Text151.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.6, 0, 1, 0.5);
            this.Text151.Guid = "17fad40d778a4273a177012aebc4f1ac";
            this.Text151.HideZeros = true;
            this.Text151.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text151.Name = "Text151";
            this.Text151.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text151__GetTag);
            // 
            // Text151_Avg
            // 
            this.Text151.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text151__GetValue);
            this.Text151.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text151.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text151.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text151.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text151.Font = new System.Drawing.Font("Arial", 7F);
            this.Text151.Indicator = null;
            this.Text151.Interaction = null;
            this.Text151.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text151.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text151.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text151.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text152
            // 
            this.Text152 = new Stimulsoft.Report.Components.StiText();
            this.Text152.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.6, 0, 1, 0.5);
            this.Text152.Guid = "f5516b5030824a28a58b35653a7ff155";
            this.Text152.HideZeros = true;
            this.Text152.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text152.Name = "Text152";
            this.Text152.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text152__GetTag);
            // 
            // Text152_Avg
            // 
            this.Text152.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text152__GetValue);
            this.Text152.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text152.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text152.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text152.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text152.Font = new System.Drawing.Font("Arial", 7F);
            this.Text152.Indicator = null;
            this.Text152.Interaction = null;
            this.Text152.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text152.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text152.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text152.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text153
            // 
            this.Text153 = new Stimulsoft.Report.Components.StiText();
            this.Text153.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.6, 0, 1, 0.5);
            this.Text153.Guid = "d24b657c50154f7da158b5f7b3f134b4";
            this.Text153.HideZeros = true;
            this.Text153.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text153.Name = "Text153";
            this.Text153.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text153__GetTag);
            // 
            // Text153_Avg
            // 
            this.Text153.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text153__GetValue);
            this.Text153.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text153.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text153.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text153.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text153.Font = new System.Drawing.Font("Arial", 7F);
            this.Text153.Indicator = null;
            this.Text153.Interaction = null;
            this.Text153.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text153.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text153.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text153.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text154
            // 
            this.Text154 = new Stimulsoft.Report.Components.StiText();
            this.Text154.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.6, 0, 1, 0.5);
            this.Text154.Guid = "a5676277f0a44db48d396f5c1bd68bfb";
            this.Text154.HideZeros = true;
            this.Text154.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text154.Name = "Text154";
            this.InitializeComponent7();
        }
        
        public void InitializeComponent7()
        {
            this.Text154.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text154__GetTag);
            // 
            // Text154_Avg
            // 
            this.Text154.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text154__GetValue);
            this.Text154.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text154.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text154.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text154.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text154.Font = new System.Drawing.Font("Arial", 7F);
            this.Text154.Indicator = null;
            this.Text154.Interaction = null;
            this.Text154.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text154.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text154.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text154.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text155
            // 
            this.Text155 = new Stimulsoft.Report.Components.StiText();
            this.Text155.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.6, 0, 1, 0.5);
            this.Text155.Guid = "79256e8e005c46eb8ed0cc527ea031b1";
            this.Text155.HideZeros = true;
            this.Text155.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text155.Name = "Text155";
            this.Text155.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text155__GetTag);
            // 
            // Text155_Avg
            // 
            this.Text155.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text155__GetValue);
            this.Text155.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text155.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text155.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text155.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text155.Font = new System.Drawing.Font("Arial", 7F);
            this.Text155.Indicator = null;
            this.Text155.Interaction = null;
            this.Text155.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text155.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text155.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text155.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text156
            // 
            this.Text156 = new Stimulsoft.Report.Components.StiText();
            this.Text156.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.6, 0, 1, 0.5);
            this.Text156.Guid = "f3d8eaa07e3a4a32af5e310fa6f554ab";
            this.Text156.HideZeros = true;
            this.Text156.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text156.Name = "Text156";
            this.Text156.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text156__GetTag);
            // 
            // Text156_Avg
            // 
            this.Text156.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text156__GetValue);
            this.Text156.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text156.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text156.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text156.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text156.Font = new System.Drawing.Font("Arial", 7F);
            this.Text156.Indicator = null;
            this.Text156.Interaction = null;
            this.Text156.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text156.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text156.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text156.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text157
            // 
            this.Text157 = new Stimulsoft.Report.Components.StiText();
            this.Text157.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.6, 0, 1, 0.5);
            this.Text157.Guid = "2821648e393149ab9cbf2cce5f18a6b3";
            this.Text157.HideZeros = true;
            this.Text157.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text157.Name = "Text157";
            this.Text157.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text157__GetTag);
            // 
            // Text157_Avg
            // 
            this.Text157.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text157__GetValue);
            this.Text157.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text157.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text157.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text157.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text157.Font = new System.Drawing.Font("Arial", 7F);
            this.Text157.Indicator = null;
            this.Text157.Interaction = null;
            this.Text157.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text157.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text157.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text157.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text158
            // 
            this.Text158 = new Stimulsoft.Report.Components.StiText();
            this.Text158.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.6, 0, 1, 0.5);
            this.Text158.Guid = "90a30d221f794de3955388e9f59dda6a";
            this.Text158.HideZeros = true;
            this.Text158.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text158.Name = "Text158";
            this.Text158.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text158__GetTag);
            // 
            // Text158_Avg
            // 
            this.Text158.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text158__GetValue);
            this.Text158.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text158.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text158.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text158.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text158.Font = new System.Drawing.Font("Arial", 7F);
            this.Text158.Indicator = null;
            this.Text158.Interaction = null;
            this.Text158.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text158.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text158.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text158.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text159
            // 
            this.Text159 = new Stimulsoft.Report.Components.StiText();
            this.Text159.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.6, 0, 1, 0.5);
            this.Text159.Guid = "a53b61182ec1461eaf028f30d89941ac";
            this.Text159.HideZeros = true;
            this.Text159.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text159.Name = "Text159";
            this.Text159.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text159__GetTag);
            // 
            // Text159_Avg
            // 
            this.Text159.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text159__GetValue);
            this.Text159.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text159.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text159.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text159.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text159.Font = new System.Drawing.Font("Arial", 7F);
            this.Text159.Indicator = null;
            this.Text159.Interaction = null;
            this.Text159.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text159.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text159.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text159.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text160
            // 
            this.Text160 = new Stimulsoft.Report.Components.StiText();
            this.Text160.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.6, 0, 1, 0.5);
            this.Text160.Guid = "33214bf3c4e14fb0abaabf727231e2b2";
            this.Text160.HideZeros = true;
            this.Text160.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text160.Name = "Text160";
            this.Text160.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text160__GetTag);
            // 
            // Text160_Avg
            // 
            this.Text160.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text160__GetValue);
            this.Text160.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text160.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text160.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text160.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text160.Font = new System.Drawing.Font("Arial", 7F);
            this.Text160.Indicator = null;
            this.Text160.Interaction = null;
            this.Text160.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text160.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text160.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text160.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text161
            // 
            this.Text161 = new Stimulsoft.Report.Components.StiText();
            this.Text161.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.6, 0, 0.6, 0.5);
            this.Text161.Guid = "62b189eb5f83488786bb069460309beb";
            this.Text161.HideZeros = true;
            this.Text161.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text161.Name = "Text161";
            this.Text161.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text161__GetTag);
            // 
            // Text161_Avg
            // 
            this.Text161.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text161__GetValue);
            this.Text161.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text161.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text161.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text161.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text161.Font = new System.Drawing.Font("Arial", 7F);
            this.Text161.Indicator = null;
            this.Text161.Interaction = null;
            this.Text161.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text161.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text161.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text161.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text162
            // 
            this.Text162 = new Stimulsoft.Report.Components.StiText();
            this.Text162.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.2, 0, 0.6, 0.5);
            this.Text162.Guid = "21f3b803b60d4ef8a5953c82a3291886";
            this.Text162.HideZeros = true;
            this.Text162.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text162.Name = "Text162";
            this.Text162.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text162__GetTag);
            // 
            // Text162_Avg
            // 
            this.Text162.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text162__GetValue);
            this.Text162.Type = Stimulsoft.Report.Components.StiSystemTextType.Totals;
            this.Text162.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text162.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text162.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text162.Font = new System.Drawing.Font("Arial", 7F);
            this.Text162.Indicator = null;
            this.Text162.Interaction = null;
            this.Text162.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text162.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text162.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text162.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text163
            // 
            this.Text163 = new Stimulsoft.Report.Components.StiText();
            this.Text163.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.6, 0, 1, 0.5);
            this.Text163.Guid = "28570abc711d40dc96f6b50e176fe59b";
            this.Text163.HideZeros = true;
            this.Text163.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text163.Name = "Text163";
            this.Text163.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text163__GetTag);
            this.Text163.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text163__GetValue);
            this.Text163.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text163.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text163.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text163.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text163.Font = new System.Drawing.Font("Arial", 7F);
            this.Text163.Indicator = null;
            this.Text163.Interaction = null;
            this.Text163.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text163.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text163.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text164
            // 
            this.Text164 = new Stimulsoft.Report.Components.StiText();
            this.Text164.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0, 0.8, 0.5);
            this.Text164.Guid = "e6c9495795cd4279b28234925f08b518";
            this.Text164.HideZeros = true;
            this.Text164.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text164.Name = "Text164";
            this.Text164.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text164__GetTag);
            this.Text164.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text164__GetValue);
            this.Text164.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text164.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text164.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text164.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text164.Font = new System.Drawing.Font("Arial", 7F);
            this.Text164.Indicator = null;
            this.Text164.Interaction = null;
            this.Text164.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text164.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text164.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text165
            // 
            this.Text165 = new Stimulsoft.Report.Components.StiText();
            this.Text165.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.4, 0, 0.8, 0.5);
            this.Text165.Guid = "dd910ed8047d4efe892f4617bde463d9";
            this.Text165.HideZeros = true;
            this.Text165.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text165.Name = "Text165";
            this.Text165.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text165__GetTag);
            this.Text165.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text165__GetValue);
            this.Text165.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text165.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text165.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text165.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text165.Font = new System.Drawing.Font("Arial", 7F);
            this.Text165.Indicator = null;
            this.Text165.Interaction = null;
            this.Text165.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text165.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text165.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text166
            // 
            this.Text166 = new Stimulsoft.Report.Components.StiText();
            this.Text166.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0, 1.2, 0.5);
            this.Text166.Guid = "2f7dbcd9e84a442396cc8ee5c652d8aa";
            this.Text166.HideZeros = true;
            this.Text166.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text166.Name = "Text166";
            this.Text166.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text166__GetTag);
            this.Text166.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text166__GetValue);
            this.Text166.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text166.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text166.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text166.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text166.Font = new System.Drawing.Font("Arial", 7F);
            this.Text166.Indicator = null;
            this.Text166.Interaction = null;
            this.Text166.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text166.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text166.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text166.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text167
            // 
            this.Text167 = new Stimulsoft.Report.Components.StiText();
            this.Text167.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.2, 0, 1.2, 0.5);
            this.Text167.Guid = "0dc07e884b0b408e939290e49cb0fe0d";
            this.Text167.HideZeros = true;
            this.Text167.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text167.Name = "Text167";
            this.Text167.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text167__GetTag);
            this.Text167.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text167__GetValue);
            this.Text167.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text167.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text167.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text167.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text167.Font = new System.Drawing.Font("Arial", 7F);
            this.Text167.Indicator = null;
            this.Text167.Interaction = null;
            this.Text167.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text167.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text167.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text167.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text168
            // 
            this.Text168 = new Stimulsoft.Report.Components.StiText();
            this.Text168.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 0, 1, 0.5);
            this.Text168.Guid = "90f1b419860c4f4b8d5a005fcea5f128";
            this.Text168.HideZeros = true;
            this.Text168.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text168.Name = "Text168";
            this.Text168.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text168__GetTag);
            this.Text168.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text168__GetValue);
            this.Text168.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text168.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text168.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text168.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text168.Font = new System.Drawing.Font("Arial", 7F);
            this.Text168.Indicator = null;
            this.Text168.Interaction = null;
            this.Text168.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text168.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text168.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text168.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.GroupFooterBand2.Guid = null;
            this.GroupFooterBand2.Interaction = null;
            // 
            // DataBand4
            // 
            this.DataBand4 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.8, 28.7, 0.8);
            this.DataBand4.Guid = "742b30156afd4d62b749ace45ea3d061";
            this.DataBand4.Name = "DataBand4";
            this.DataBand4.Sort = new System.String[0];
            this.DataBand4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.DataBand4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand4.DataRelationName = null;
            this.DataBand4.Interaction = null;
            this.DataBand4.MasterComponent = null;
            this.if_others.ExcelSheetValue = null;
            this.if_others.Interaction = null;
            this.if_others.Margins = new Stimulsoft.Report.Components.StiMargins(0.5, 0.5, 1, 1);
            this.if_others_Watermark = new Stimulsoft.Report.Components.StiWatermark();
            this.if_others_Watermark.Font = new System.Drawing.Font("Arial", 100F);
            this.if_others_Watermark.Image = null;
            this.if_others_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 237, 28, 36));
            // 
            // if_others_hybrids
            // 
            this.if_others_hybrids = new Stimulsoft.Report.Components.StiPage();
            this.if_others_hybrids.Guid = "194267e53d1b4724a46ac02025be0f9e";
            this.if_others_hybrids.Name = "if others_hybrids";
            this.if_others_hybrids.Orientation = Stimulsoft.Report.Components.StiPageOrientation.Landscape;
            this.if_others_hybrids.PageHeight = 21;
            this.if_others_hybrids.PageWidth = 29.7;
            this.if_others_hybrids.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.if_others_hybrids.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // HeaderBand4
            // 
            this.HeaderBand4 = new Stimulsoft.Report.Components.StiHeaderBand();
            this.HeaderBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 28.7, 1.2);
            this.HeaderBand4.Name = "HeaderBand4";
            this.HeaderBand4.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyFirstPage;
            this.HeaderBand4.PrintOnAllPages = false;
            this.HeaderBand4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.HeaderBand4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 191, 191, 191));
            // 
            // Text265
            // 
            this.Text265 = new Stimulsoft.Report.Components.StiText();
            this.Text265.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.4, 0, 2.3, 0.6);
            this.Text265.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text265.Name = "Text265";
            this.Text265.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text265__GetValue);
            this.Text265.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text265.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text265.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text265.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text265.Font = new System.Drawing.Font("Arial", 7F);
            this.Text265.Guid = null;
            this.Text265.Indicator = null;
            this.Text265.Interaction = null;
            this.Text265.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text265.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text265.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text266
            // 
            this.Text266 = new Stimulsoft.Report.Components.StiText();
            this.Text266.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 13.2, 0.6);
            this.Text266.Name = "Text266";
            this.Text266.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text266__GetValue);
            this.Text266.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text266.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text266.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text266.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.Text266.Guid = null;
            this.Text266.Indicator = null;
            this.Text266.Interaction = null;
            this.Text266.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text266.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text266.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text267
            // 
            this.Text267 = new Stimulsoft.Report.Components.StiText();
            this.Text267.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.4, 0.6, 0.8, 0.6);
            this.Text267.Guid = "84304a8568e34a03812a1689bf7e7e30";
            this.Text267.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text267.Name = "Text267";
            this.Text267.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text267__GetTag);
            this.Text267.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text267__GetValue);
            this.Text267.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text267.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text267.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text267.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text267.Font = new System.Drawing.Font("Arial", 7F);
            this.Text267.Indicator = null;
            this.Text267.Interaction = null;
            this.Text267.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text267.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text267.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text268
            // 
            this.Text268 = new Stimulsoft.Report.Components.StiText();
            this.Text268.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.2, 0.6, 1.2, 0.6);
            this.Text268.Guid = "2dc4e5eb4dfc4367b22fc01535e247a3";
            this.Text268.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text268.Name = "Text268";
            this.Text268.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text268__GetTag);
            this.Text268.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text268__GetValue);
            this.Text268.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text268.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text268.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text268.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text268.Font = new System.Drawing.Font("Arial", 7F);
            this.Text268.Indicator = null;
            this.Text268.Interaction = null;
            this.Text268.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text268.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text268.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text269
            // 
            this.Text269 = new Stimulsoft.Report.Components.StiText();
            this.Text269.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0.6, 1, 0.6);
            this.Text269.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text269.Name = "Text269";
            this.Text269.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text269__GetTag);
            this.Text269.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text269__GetValue);
            this.Text269.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text269.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text269.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text269.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text269.Font = new System.Drawing.Font("Arial", 7F);
            this.Text269.Guid = null;
            this.Text269.Indicator = null;
            this.Text269.Interaction = null;
            this.Text269.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text269.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text269.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text270
            // 
            this.Text270 = new Stimulsoft.Report.Components.StiText();
            this.Text270.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.6, 0.6, 1, 0.6);
            this.Text270.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text270.Name = "Text270";
            this.Text270.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text270__GetTag);
            this.Text270.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text270__GetValue);
            this.Text270.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text270.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text270.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text270.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text270.Font = new System.Drawing.Font("Arial", 7F);
            this.Text270.Guid = null;
            this.Text270.Indicator = null;
            this.Text270.Interaction = null;
            this.Text270.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text270.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text270.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text271
            // 
            this.Text271 = new Stimulsoft.Report.Components.StiText();
            this.Text271.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.6, 0.6, 1, 0.6);
            this.Text271.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text271.Name = "Text271";
            this.Text271.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text271__GetTag);
            this.Text271.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text271__GetValue);
            this.Text271.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text271.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text271.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text271.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text271.Font = new System.Drawing.Font("Arial", 7F);
            this.Text271.Guid = null;
            this.Text271.Indicator = null;
            this.Text271.Interaction = null;
            this.Text271.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text271.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text271.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text272
            // 
            this.Text272 = new Stimulsoft.Report.Components.StiText();
            this.Text272.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.6, 0.6, 1, 0.6);
            this.Text272.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text272.Name = "Text272";
            this.Text272.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text272__GetTag);
            this.Text272.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text272__GetValue);
            this.Text272.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text272.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text272.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text272.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text272.Font = new System.Drawing.Font("Arial", 7F);
            this.Text272.Guid = null;
            this.Text272.Indicator = null;
            this.Text272.Interaction = null;
            this.Text272.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text272.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text272.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text273
            // 
            this.Text273 = new Stimulsoft.Report.Components.StiText();
            this.Text273.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.6, 0.6, 1, 0.6);
            this.Text273.Guid = "27f6c01f7a2e416b92ebea8ea7473ad6";
            this.Text273.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text273.Name = "Text273";
            this.Text273.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text273__GetTag);
            this.Text273.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text273__GetValue);
            this.Text273.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text273.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text273.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text273.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text273.Font = new System.Drawing.Font("Arial", 7F);
            this.Text273.Indicator = null;
            this.Text273.Interaction = null;
            this.Text273.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text273.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text273.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text274
            // 
            this.Text274 = new Stimulsoft.Report.Components.StiText();
            this.Text274.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.6, 0.6, 1, 0.6);
            this.Text274.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text274.Name = "Text274";
            this.Text274.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text274__GetTag);
            this.Text274.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text274__GetValue);
            this.Text274.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text274.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text274.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text274.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text274.Font = new System.Drawing.Font("Arial", 7F);
            this.Text274.Guid = null;
            this.Text274.Indicator = null;
            this.Text274.Interaction = null;
            this.Text274.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text274.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text274.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text275
            // 
            this.Text275 = new Stimulsoft.Report.Components.StiText();
            this.Text275.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.6, 0.6, 1, 0.6);
            this.Text275.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text275.Name = "Text275";
            this.Text275.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text275__GetTag);
            this.Text275.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text275__GetValue);
            this.Text275.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text275.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text275.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text275.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text275.Font = new System.Drawing.Font("Arial", 7F);
            this.Text275.Guid = null;
            this.Text275.Indicator = null;
            this.Text275.Interaction = null;
            this.Text275.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text275.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text275.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text276
            // 
            this.Text276 = new Stimulsoft.Report.Components.StiText();
            this.Text276.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.6, 0.6, 1, 0.6);
            this.Text276.Guid = "ffcc57dd0ad14c41bd6d5b9602188f84";
            this.Text276.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text276.Name = "Text276";
            this.Text276.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text276__GetTag);
            this.Text276.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text276__GetValue);
            this.Text276.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text276.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text276.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text276.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text276.Font = new System.Drawing.Font("Arial", 7F);
            this.Text276.Indicator = null;
            this.Text276.Interaction = null;
            this.Text276.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text276.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text276.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text277
            // 
            this.Text277 = new Stimulsoft.Report.Components.StiText();
            this.Text277.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.6, 0.6, 1, 0.6);
            this.Text277.Guid = "e7b2d0c9af734c279ecb1cd3fb829062";
            this.Text277.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text277.Name = "Text277";
            this.Text277.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text277__GetTag);
            this.Text277.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text277__GetValue);
            this.Text277.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text277.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text277.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text277.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text277.Font = new System.Drawing.Font("Arial", 7F);
            this.Text277.Indicator = null;
            this.Text277.Interaction = null;
            this.Text277.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text277.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text277.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text278
            // 
            this.Text278 = new Stimulsoft.Report.Components.StiText();
            this.Text278.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.6, 0.6, 1, 0.6);
            this.Text278.Guid = "19d33edfd1e34f448ac3f57b8e68e792";
            this.Text278.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text278.Name = "Text278";
            this.Text278.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text278__GetTag);
            this.Text278.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text278__GetValue);
            this.Text278.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text278.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text278.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text278.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text278.Font = new System.Drawing.Font("Arial", 7F);
            this.Text278.Indicator = null;
            this.Text278.Interaction = null;
            this.Text278.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text278.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text278.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text279
            // 
            this.Text279 = new Stimulsoft.Report.Components.StiText();
            this.Text279.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.6, 0.6, 1, 0.6);
            this.Text279.Guid = "cc25eaf0657247a4b59f29458da7ee00";
            this.Text279.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text279.Name = "Text279";
            this.Text279.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text279__GetTag);
            this.Text279.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text279__GetValue);
            this.Text279.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text279.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text279.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text279.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text279.Font = new System.Drawing.Font("Arial", 7F);
            this.Text279.Indicator = null;
            this.Text279.Interaction = null;
            this.Text279.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text279.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text279.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text280
            // 
            this.Text280 = new Stimulsoft.Report.Components.StiText();
            this.Text280.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.6, 0.6, 1, 0.6);
            this.Text280.Guid = "bf4b66272cd14539919dc292db22ed27";
            this.Text280.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text280.Name = "Text280";
            this.Text280.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text280__GetTag);
            this.Text280.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text280__GetValue);
            this.Text280.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text280.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text280.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text280.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text280.Font = new System.Drawing.Font("Arial", 7F);
            this.Text280.Indicator = null;
            this.Text280.Interaction = null;
            this.Text280.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text280.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text280.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text281
            // 
            this.Text281 = new Stimulsoft.Report.Components.StiText();
            this.Text281.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.6, 0.6, 0.6, 0.6);
            this.Text281.Guid = "9b038d8822924f0992f655e34ae2ab0e";
            this.Text281.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text281.Name = "Text281";
            this.Text281.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text281__GetTag);
            this.Text281.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text281__GetValue);
            this.Text281.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text281.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text281.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text281.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text281.Font = new System.Drawing.Font("Arial", 7F);
            this.Text281.Indicator = null;
            this.Text281.Interaction = null;
            this.Text281.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text281.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text281.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text282
            // 
            this.Text282 = new Stimulsoft.Report.Components.StiText();
            this.Text282.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0.6, 0.8, 0.6);
            this.Text282.Guid = "276d8bef4d6843419d1bb57e0818cd20";
            this.Text282.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text282.Name = "Text282";
            this.Text282.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text282__GetTag);
            this.Text282.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text282__GetValue);
            this.Text282.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text282.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text282.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text282.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text282.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text282.Indicator = null;
            this.Text282.Interaction = null;
            this.Text282.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text282.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text282.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text283
            // 
            this.Text283 = new Stimulsoft.Report.Components.StiText();
            this.Text283.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0.6, 1.2, 0.6);
            this.Text283.Guid = "d20ccdbf920743e298ab4acdf05d9592";
            this.Text283.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text283.Name = "Text283";
            this.Text283.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text283__GetTag);
            this.Text283.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text283__GetValue);
            this.Text283.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text283.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text283.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text283.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text283.Font = new System.Drawing.Font("Arial", 7F);
            this.Text283.Indicator = null;
            this.Text283.Interaction = null;
            this.Text283.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text283.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text283.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text284
            // 
            this.Text284 = new Stimulsoft.Report.Components.StiText();
            this.Text284.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 0.6, 0.6, 0.6);
            this.Text284.Guid = "76d9aa8ce2b54ec79a68341ec06e9c2f";
            this.Text284.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text284.Name = "Text284";
            this.Text284.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text284__GetTag);
            this.Text284.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text284__GetValue);
            this.Text284.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text284.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text284.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text284.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text284.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text284.Indicator = null;
            this.Text284.Interaction = null;
            this.Text284.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text284.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text284.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text285
            // 
            this.Text285 = new Stimulsoft.Report.Components.StiText();
            this.Text285.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 0.6, 1, 0.6);
            this.Text285.Guid = "7c2bc7e4a7eb4c7ea96a20a686726d7f";
            this.Text285.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text285.Name = "Text285";
            this.Text285.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text285__GetTag);
            this.Text285.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text285__GetValue);
            this.Text285.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text285.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text285.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text285.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text285.Font = new System.Drawing.Font("Arial", 7F);
            this.Text285.Indicator = null;
            this.Text285.Interaction = null;
            this.Text285.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text285.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text285.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text286
            // 
            this.Text286 = new Stimulsoft.Report.Components.StiText();
            this.Text286.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.2, 0.6, 0.8, 0.6);
            this.Text286.Guid = "c0e7f8c87ca4409cb069deeec2e6d296";
            this.Text286.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text286.Name = "Text286";
            this.Text286.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text286__GetTag);
            this.Text286.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text286__GetValue);
            this.Text286.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text286.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text286.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text286.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text286.Font = new System.Drawing.Font("Arial", 7F);
            this.Text286.Indicator = null;
            this.Text286.Interaction = null;
            this.Text286.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text286.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text286.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text287
            // 
            this.Text287 = new Stimulsoft.Report.Components.StiText();
            this.Text287.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.6, 0.6, 0.8, 0.6);
            this.Text287.Guid = "36d2f98c80a8425f816aa687d86db06a";
            this.Text287.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text287.Name = "Text287";
            this.Text287.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text287__GetTag);
            this.Text287.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text287__GetValue);
            this.Text287.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text287.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text287.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text287.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text287.Font = new System.Drawing.Font("Arial", 7F);
            this.Text287.Indicator = null;
            this.Text287.Interaction = null;
            this.Text287.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text287.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text287.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text288
            // 
            this.Text288 = new Stimulsoft.Report.Components.StiText();
            this.Text288.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9, 0.6, 1.2, 0.6);
            this.Text288.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text288.Name = "Text288";
            this.Text288.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text288__GetTag);
            this.Text288.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text288__GetValue);
            this.Text288.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text288.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text288.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text288.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text288.Font = new System.Drawing.Font("Arial", 7F);
            this.Text288.Guid = null;
            this.Text288.Indicator = null;
            this.Text288.Interaction = null;
            this.Text288.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text288.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text288.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text289
            // 
            this.Text289 = new Stimulsoft.Report.Components.StiText();
            this.Text289.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 2, 0.6);
            this.Text289.Guid = "6497017a64204caab10561a1567ea2cb";
            this.Text289.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text289.Name = "Text289";
            this.Text289.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text289__GetTag);
            this.Text289.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text289__GetValue);
            this.Text289.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text289.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text289.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text289.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text289.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text289.Indicator = null;
            this.Text289.Interaction = null;
            this.Text289.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text289.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text289.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text290
            // 
            this.Text290 = new Stimulsoft.Report.Components.StiText();
            this.Text290.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0.6, 0.6, 0.6);
            this.Text290.Guid = "93e3002165444469bc8f13a20ed62b01";
            this.Text290.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text290.Name = "Text290";
            this.Text290.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text290__GetTag);
            this.Text290.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text290__GetValue);
            this.Text290.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text290.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text290.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text290.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text290.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text290.Indicator = null;
            this.Text290.Interaction = null;
            this.Text290.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text290.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text290.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text291
            // 
            this.Text291 = new Stimulsoft.Report.Components.StiText();
            this.Text291.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.6, 0.6, 1, 0.6);
            this.Text291.Guid = "c22158fccef24a5f958c3d8a9b6ea561";
            this.Text291.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text291.Name = "Text291";
            this.Text291.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text291__GetTag);
            this.Text291.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text291__GetValue);
            this.Text291.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text291.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text291.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text291.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text291.Font = new System.Drawing.Font("Arial", 7F);
            this.Text291.Indicator = null;
            this.Text291.Interaction = null;
            this.Text291.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text291.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text291.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text292
            // 
            this.Text292 = new Stimulsoft.Report.Components.StiText();
            this.Text292.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0.6, 0.8, 0.6);
            this.Text292.Guid = "33f1dbe66a354cfb8dae5d35e700df5c";
            this.Text292.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text292.Name = "Text292";
            this.Text292.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text292__GetTag);
            this.Text292.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text292__GetValue);
            this.Text292.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text292.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text292.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text292.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text292.Font = new System.Drawing.Font("Arial", 7F);
            this.Text292.Indicator = null;
            this.Text292.Interaction = null;
            this.Text292.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text292.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text292.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text293
            // 
            this.Text293 = new Stimulsoft.Report.Components.StiText();
            this.Text293.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.4, 0.6, 0.8, 0.6);
            this.Text293.Guid = "42352367639f48d89bd165ad415b2778";
            this.Text293.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text293.Name = "Text293";
            this.Text293.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text293__GetTag);
            this.Text293.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text293__GetValue);
            this.Text293.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text293.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text293.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text293.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text293.Font = new System.Drawing.Font("Arial", 7F);
            this.Text293.Indicator = null;
            this.Text293.Interaction = null;
            this.Text293.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text293.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text293.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text294
            // 
            this.Text294 = new Stimulsoft.Report.Components.StiText();
            this.Text294.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.8, 0.6, 0.6, 0.6);
            this.Text294.Guid = "2b9440efec8e452abcb64d4b775bdbb6";
            this.Text294.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text294.Name = "Text294";
            this.Text294.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text294__GetTag);
            this.Text294.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text294__GetValue);
            this.Text294.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text294.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text294.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text294.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text294.Font = new System.Drawing.Font("Arial", 7F);
            this.Text294.Indicator = null;
            this.Text294.Interaction = null;
            this.Text294.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text294.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text294.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text295
            // 
            this.Text295 = new Stimulsoft.Report.Components.StiText();
            this.Text295.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.2, 0.6, 0.6, 0.6);
            this.Text295.Guid = "0c8a0dd82d6e43c18e2c0e657ed59d6c";
            this.Text295.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text295.Name = "Text295";
            this.Text295.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text295__GetTag);
            this.Text295.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text295__GetValue);
            this.Text295.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text295.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text295.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text295.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text295.Font = new System.Drawing.Font("Arial", 7F);
            this.Text295.Indicator = null;
            this.InitializeComponent8();
        }
        
        public void InitializeComponent8()
        {
            this.Text295.Interaction = null;
            this.Text295.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text295.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text295.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.HeaderBand4.Guid = null;
            this.HeaderBand4.Interaction = null;
            // 
            // GroupHeaderBand4
            // 
            this.GroupHeaderBand4 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.4, 28.7, 0);
            this.GroupHeaderBand4.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand4__GetValue);
            this.GroupHeaderBand4.Name = "GroupHeaderBand4";
            this.GroupHeaderBand4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.GroupHeaderBand4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 216, 216, 216));
            this.GroupHeaderBand4.Guid = null;
            this.GroupHeaderBand4.Interaction = null;
            // 
            // DataBand5
            // 
            this.DataBand5 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.2, 28.7, 0.5);
            this.DataBand5.DataSourceName = "data_hybrids";
            this.DataBand5.Name = "DataBand5";
            this.DataBand5.Sort = new System.String[0];
            this.DataBand5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.DataBand5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand5.BusinessObjectGuid = null;
            // 
            // Text296
            // 
            this.Text296 = new Stimulsoft.Report.Components.StiText();
            this.Text296.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.2, 0, 1.2, 0.5);
            this.Text296.Guid = "75a3d6b2dee34d1da6f6c310cbba0377";
            this.Text296.HideZeros = true;
            this.Text296.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text296.Name = "Text296";
            this.Text296.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text296__GetTag);
            this.Text296.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text296__GetValue);
            this.Text296.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text296.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text296.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text296.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text296.Font = new System.Drawing.Font("Arial", 7F);
            this.Text296.Indicator = null;
            this.Text296.Interaction = null;
            this.Text296.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text296.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text296.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text296.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text297
            // 
            this.Text297 = new Stimulsoft.Report.Components.StiText();
            this.Text297.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0, 1, 0.5);
            this.Text297.Guid = "93b5ce8db6d64913b2a64fa9ab86e86f";
            this.Text297.HideZeros = true;
            this.Text297.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text297.Name = "Text297";
            this.Text297.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text297__GetTag);
            this.Text297.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text297__GetValue);
            this.Text297.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text297.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text297.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text297.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text297.Font = new System.Drawing.Font("Arial", 7F);
            this.Text297.Indicator = null;
            this.Text297.Interaction = null;
            this.Text297.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text297.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text297.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text297.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text298
            // 
            this.Text298 = new Stimulsoft.Report.Components.StiText();
            this.Text298.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.6, 0, 1, 0.5);
            this.Text298.Guid = "9f278f202e154a2db6b9443cd9d4d440";
            this.Text298.HideZeros = true;
            this.Text298.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text298.Name = "Text298";
            this.Text298.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text298__GetTag);
            this.Text298.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text298__GetValue);
            this.Text298.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text298.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text298.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text298.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text298.Font = new System.Drawing.Font("Arial", 7F);
            this.Text298.Indicator = null;
            this.Text298.Interaction = null;
            this.Text298.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text298.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text298.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text298.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text299
            // 
            this.Text299 = new Stimulsoft.Report.Components.StiText();
            this.Text299.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.6, 0, 1, 0.5);
            this.Text299.Guid = "443ac0d3e0824e96ab20607997302475";
            this.Text299.HideZeros = true;
            this.Text299.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text299.Name = "Text299";
            this.Text299.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text299__GetTag);
            this.Text299.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text299__GetValue);
            this.Text299.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text299.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text299.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text299.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text299.Font = new System.Drawing.Font("Arial", 7F);
            this.Text299.Indicator = null;
            this.Text299.Interaction = null;
            this.Text299.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text299.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text299.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text299.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text300
            // 
            this.Text300 = new Stimulsoft.Report.Components.StiText();
            this.Text300.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.6, 0, 1, 0.5);
            this.Text300.Guid = "304742e91833407cb2794792650c5600";
            this.Text300.HideZeros = true;
            this.Text300.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text300.Name = "Text300";
            this.Text300.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text300__GetTag);
            this.Text300.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text300__GetValue);
            this.Text300.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text300.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text300.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text300.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text300.Font = new System.Drawing.Font("Arial", 7F);
            this.Text300.Indicator = null;
            this.Text300.Interaction = null;
            this.Text300.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text300.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text300.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text300.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text301
            // 
            this.Text301 = new Stimulsoft.Report.Components.StiText();
            this.Text301.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.6, 0, 1, 0.5);
            this.Text301.Guid = "da91ae6f855143a1a49bb03998b689aa";
            this.Text301.HideZeros = true;
            this.Text301.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text301.Name = "Text301";
            this.Text301.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text301__GetTag);
            this.Text301.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text301__GetValue);
            this.Text301.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text301.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text301.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text301.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text301.Font = new System.Drawing.Font("Arial", 7F);
            this.Text301.Indicator = null;
            this.Text301.Interaction = null;
            this.Text301.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text301.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text301.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text301.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text302
            // 
            this.Text302 = new Stimulsoft.Report.Components.StiText();
            this.Text302.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.6, 0, 1, 0.5);
            this.Text302.Guid = "552c518ba2ce4eeebf3836b6e10003b4";
            this.Text302.HideZeros = true;
            this.Text302.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text302.Name = "Text302";
            this.Text302.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text302__GetTag);
            this.Text302.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text302__GetValue);
            this.Text302.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text302.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text302.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text302.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text302.Font = new System.Drawing.Font("Arial", 7F);
            this.Text302.Indicator = null;
            this.Text302.Interaction = null;
            this.Text302.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text302.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text302.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text302.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text303
            // 
            this.Text303 = new Stimulsoft.Report.Components.StiText();
            this.Text303.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.6, 0, 1, 0.5);
            this.Text303.Guid = "9ba71a682acf42649ec248059364231b";
            this.Text303.HideZeros = true;
            this.Text303.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text303.Name = "Text303";
            this.Text303.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text303__GetTag);
            this.Text303.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text303__GetValue);
            this.Text303.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text303.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text303.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text303.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text303.Font = new System.Drawing.Font("Arial", 7F);
            this.Text303.Indicator = null;
            this.Text303.Interaction = null;
            this.Text303.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text303.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text303.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text303.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text304
            // 
            this.Text304 = new Stimulsoft.Report.Components.StiText();
            this.Text304.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.6, 0, 1, 0.5);
            this.Text304.Guid = "73e0fcbc7441461e99482f1b1f6fbc38";
            this.Text304.HideZeros = true;
            this.Text304.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text304.Name = "Text304";
            this.Text304.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text304__GetTag);
            this.Text304.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text304__GetValue);
            this.Text304.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text304.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text304.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text304.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text304.Font = new System.Drawing.Font("Arial", 7F);
            this.Text304.Indicator = null;
            this.Text304.Interaction = null;
            this.Text304.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text304.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text304.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text304.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text305
            // 
            this.Text305 = new Stimulsoft.Report.Components.StiText();
            this.Text305.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.6, 0, 1, 0.5);
            this.Text305.Guid = "7a3f633e90be4a17b7d20fdffc7f7f13";
            this.Text305.HideZeros = true;
            this.Text305.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text305.Name = "Text305";
            this.Text305.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text305__GetTag);
            this.Text305.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text305__GetValue);
            this.Text305.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text305.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text305.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text305.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text305.Font = new System.Drawing.Font("Arial", 7F);
            this.Text305.Indicator = null;
            this.Text305.Interaction = null;
            this.Text305.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text305.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text305.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, true, " ");
            this.Text305.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text306
            // 
            this.Text306 = new Stimulsoft.Report.Components.StiText();
            this.Text306.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.6, 0, 1, 0.5);
            this.Text306.Guid = "846788c40ef84ae9ba5ad96c4fc1f8ca";
            this.Text306.HideZeros = true;
            this.Text306.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text306.Name = "Text306";
            this.Text306.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text306__GetTag);
            // 
            // Text306_Avg
            // 
            this.Text306.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text306__GetValue);
            this.Text306.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text306.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text306.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text306.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text306.Font = new System.Drawing.Font("Arial", 7F);
            this.Text306.Indicator = null;
            this.Text306.Interaction = null;
            this.Text306.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text306.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text306.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text306.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text307
            // 
            this.Text307 = new Stimulsoft.Report.Components.StiText();
            this.Text307.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.6, 0, 1, 0.5);
            this.Text307.Guid = "238137c1779441d2adefd784bd996273";
            this.Text307.HideZeros = true;
            this.Text307.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text307.Name = "Text307";
            this.Text307.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text307__GetTag);
            this.Text307.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text307__GetValue);
            this.Text307.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text307.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text307.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text307.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text307.Font = new System.Drawing.Font("Arial", 7F);
            this.Text307.Indicator = null;
            this.Text307.Interaction = null;
            this.Text307.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text307.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text307.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text307.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text308
            // 
            this.Text308 = new Stimulsoft.Report.Components.StiText();
            this.Text308.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.6, 0, 0.6, 0.5);
            this.Text308.Guid = "3424661f5cf941bf88d3cbb3f655678a";
            this.Text308.HideZeros = true;
            this.Text308.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text308.Name = "Text308";
            this.Text308.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text308__GetTag);
            this.Text308.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text308__GetValue);
            this.Text308.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text308.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text308.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text308.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text308.Font = new System.Drawing.Font("Arial", 7F);
            this.Text308.Indicator = null;
            this.Text308.Interaction = null;
            this.Text308.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text308.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text308.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text308.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text309
            // 
            this.Text309 = new Stimulsoft.Report.Components.StiText();
            this.Text309.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.8, 0, 0.6, 0.5);
            this.Text309.Guid = "13b98226b9644d1cb1eda049442578cf";
            this.Text309.HideZeros = true;
            this.Text309.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text309.Name = "Text309";
            this.Text309.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text309__GetTag);
            this.Text309.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text309__GetValue);
            this.Text309.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text309.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text309.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text309.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text309.Font = new System.Drawing.Font("Arial", 7F);
            this.Text309.Indicator = null;
            this.Text309.Interaction = null;
            this.Text309.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text309.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text309.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text309.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text310
            // 
            this.Text310 = new Stimulsoft.Report.Components.StiText();
            this.Text310.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.6, 0, 1, 0.5);
            this.Text310.Guid = "176a1b1f5f0a4f65b6318c905bbd6132";
            this.Text310.HideZeros = true;
            this.Text310.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text310.Name = "Text310";
            this.Text310.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text310__GetTag);
            this.Text310.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text310__GetValue);
            this.Text310.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text310.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text310.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text310.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text310.Font = new System.Drawing.Font("Arial", 7F);
            this.Text310.Indicator = null;
            this.Text310.Interaction = null;
            this.Text310.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text310.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text310.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text310.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text311
            // 
            this.Text311 = new Stimulsoft.Report.Components.StiText();
            this.Text311.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0, 0.8, 0.5);
            this.Text311.Guid = "dfd93638e6d4468585b4e24543d6397c";
            this.Text311.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text311.Name = "Text311";
            this.Text311.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text311__GetTag);
            this.Text311.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text311.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text311.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text311.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text311.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text311.Indicator = null;
            this.Text311.Interaction = null;
            this.Text311.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text311.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text311.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text312
            // 
            this.Text312 = new Stimulsoft.Report.Components.StiText();
            this.Text312.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0, 1.2, 0.5);
            this.Text312.Guid = "7e5c78bfe9c04d8d891c072c8de147aa";
            this.Text312.HideZeros = true;
            this.Text312.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text312.Name = "Text312";
            this.Text312.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text312__GetTag);
            this.Text312.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text312__GetValue);
            this.Text312.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text312.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text312.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text312.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text312.Font = new System.Drawing.Font("Arial", 7F);
            this.Text312.Indicator = null;
            this.Text312.Interaction = null;
            this.Text312.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text312.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text312.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text312.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text313
            // 
            this.Text313 = new Stimulsoft.Report.Components.StiText();
            this.Text313.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 0, 0.6, 0.5);
            this.Text313.Guid = "16ff37f5531f49a7bec1073e1757ce70";
            this.Text313.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text313.Name = "Text313";
            this.Text313.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text313__GetTag);
            this.Text313.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text313__GetValue);
            this.Text313.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text313.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text313.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text313.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text313.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text313.Indicator = null;
            this.Text313.Interaction = null;
            this.Text313.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text313.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text313.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text314
            // 
            this.Text314 = new Stimulsoft.Report.Components.StiText();
            this.Text314.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 0, 1, 0.5);
            this.Text314.Guid = "422767b0ef5e4a65a111e9d6e0412359";
            this.Text314.HideZeros = true;
            this.Text314.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text314.Name = "Text314";
            this.Text314.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text314__GetTag);
            this.Text314.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text314__GetValue);
            this.Text314.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text314.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text314.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text314.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text314.Font = new System.Drawing.Font("Arial", 7F);
            this.Text314.Indicator = null;
            this.Text314.Interaction = null;
            this.Text314.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text314.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text314.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text314.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text315
            // 
            this.Text315 = new Stimulsoft.Report.Components.StiText();
            this.Text315.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.2, 0, 0.8, 0.5);
            this.Text315.Guid = "56c7d491b4f24caba117f23a19540329";
            this.Text315.HideZeros = true;
            this.Text315.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text315.Name = "Text315";
            this.Text315.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text315__GetTag);
            this.Text315.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text315__GetValue);
            this.Text315.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text315.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text315.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text315.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text315.Font = new System.Drawing.Font("Arial", 7F);
            this.Text315.Indicator = null;
            this.Text315.Interaction = null;
            this.Text315.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text315.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text315.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text316
            // 
            this.Text316 = new Stimulsoft.Report.Components.StiText();
            this.Text316.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.6, 0, 0.8, 0.5);
            this.Text316.Guid = "1e356bec41a347cea2f29364b8715e95";
            this.Text316.HideZeros = true;
            this.Text316.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text316.Name = "Text316";
            this.Text316.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text316__GetTag);
            this.Text316.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text316__GetValue);
            this.Text316.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text316.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text316.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text316.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text316.Font = new System.Drawing.Font("Arial", 7F);
            this.Text316.Indicator = null;
            this.Text316.Interaction = null;
            this.Text316.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text316.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text316.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text317
            // 
            this.Text317 = new Stimulsoft.Report.Components.StiText();
            this.Text317.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.4, 0, 0.8, 0.5);
            this.Text317.Guid = "0ab18a9158874f92b876339d66c871bc";
            this.Text317.HideZeros = true;
            this.Text317.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text317.Name = "Text317";
            this.Text317.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text317__GetTag);
            this.Text317.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text317__GetValue);
            this.Text317.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text317.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text317.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text317.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text317.Font = new System.Drawing.Font("Arial", 7F);
            this.Text317.Indicator = null;
            this.Text317.Interaction = null;
            this.Text317.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text317.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text317.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text317.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text318
            // 
            this.Text318 = new Stimulsoft.Report.Components.StiText();
            this.Text318.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9, 0, 1.2, 0.5);
            this.Text318.Guid = "e65ce73bdd8541019e714ab788bb6157";
            this.Text318.HideZeros = true;
            this.Text318.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text318.Name = "Text318";
            this.Text318.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text318__GetTag);
            this.Text318.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text318__GetValue);
            this.Text318.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text318.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text318.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text318.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text318.Font = new System.Drawing.Font("Arial", 7F);
            this.Text318.Indicator = null;
            this.Text318.Interaction = null;
            this.Text318.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text318.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text318.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text319
            // 
            this.Text319 = new Stimulsoft.Report.Components.StiText();
            this.Text319.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 2, 0.5);
            this.Text319.Guid = "7f72a0a97d094c70808f55e1c8367c05";
            this.Text319.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text319.Name = "Text319";
            this.Text319.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text319__GetTag);
            this.Text319.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text319__GetValue);
            this.Text319.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text319.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text319.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text319.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text319.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text319.Indicator = null;
            this.Text319.Interaction = null;
            this.Text319.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text319.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text319.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text320
            // 
            this.Text320 = new Stimulsoft.Report.Components.StiText();
            this.Text320.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 0.6, 0.5);
            this.Text320.Guid = "be63d225a5b24d2cb12d1b2b422750fa";
            this.Text320.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text320.Name = "Text320";
            this.Text320.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text320__GetTag);
            this.Text320.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text320__GetValue);
            this.Text320.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text320.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text320.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text320.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text320.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text320.Indicator = null;
            this.Text320.Interaction = null;
            this.Text320.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text320.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text320.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text321
            // 
            this.Text321 = new Stimulsoft.Report.Components.StiText();
            this.Text321.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.6, 0, 1, 0.5);
            this.Text321.Guid = "0a242aa3e8c74fdf81d79c3f51c58c55";
            this.Text321.HideZeros = true;
            this.Text321.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text321.Name = "Text321";
            this.Text321.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text321__GetTag);
            this.Text321.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text321__GetValue);
            this.Text321.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text321.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text321.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text321.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text321.Font = new System.Drawing.Font("Arial", 7F);
            this.Text321.Indicator = null;
            this.Text321.Interaction = null;
            this.Text321.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text321.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text321.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text322
            // 
            this.Text322 = new Stimulsoft.Report.Components.StiText();
            this.Text322.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0, 0.8, 0.5);
            this.Text322.Guid = "21904f4cb4704e8ba0cf999239ea4a7e";
            this.Text322.HideZeros = true;
            this.Text322.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text322.Name = "Text322";
            this.Text322.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text322__GetTag);
            this.Text322.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text322__GetValue);
            this.Text322.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text322.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text322.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text322.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text322.Font = new System.Drawing.Font("Arial", 7F);
            this.Text322.Indicator = null;
            this.Text322.Interaction = null;
            this.Text322.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text322.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text322.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text323
            // 
            this.Text323 = new Stimulsoft.Report.Components.StiText();
            this.Text323.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.4, 0, 0.8, 0.5);
            this.Text323.Guid = "eb19256958bc4304a0bdf7199fc5678b";
            this.Text323.HideZeros = true;
            this.Text323.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text323.Name = "Text323";
            this.Text323.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text323__GetTag);
            this.Text323.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text323__GetValue);
            this.Text323.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text323.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text323.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text323.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text323.Font = new System.Drawing.Font("Arial", 7F);
            this.Text323.Indicator = null;
            this.Text323.Interaction = null;
            this.Text323.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text323.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text323.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text324
            // 
            this.Text324 = new Stimulsoft.Report.Components.StiText();
            this.Text324.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.2, 0, 0.6, 0.5);
            this.Text324.Guid = "8f2d5c5686ec4023a5ccb5383f827149";
            this.Text324.HideZeros = true;
            this.Text324.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text324.Name = "Text324";
            this.Text324.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text324__GetTag);
            this.Text324.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text324__GetValue);
            this.Text324.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text324.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text324.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text324.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text324.Font = new System.Drawing.Font("Arial", 7F);
            this.Text324.Indicator = null;
            this.Text324.Interaction = null;
            this.Text324.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text324.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text324.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text324.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DataBand5.DataRelationName = null;
            this.DataBand5.Guid = null;
            this.DataBand5.Interaction = null;
            this.DataBand5.MasterComponent = null;
            // 
            // GroupFooterBand4
            // 
            this.GroupFooterBand4 = new Stimulsoft.Report.Components.StiGroupFooterBand();
            this.GroupFooterBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.5, 28.7, 0.5);
            this.GroupFooterBand4.Name = "GroupFooterBand4";
            this.GroupFooterBand4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.GroupFooterBand4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 216, 216, 216));
            // 
            // Text325
            // 
            this.Text325 = new Stimulsoft.Report.Components.StiText();
            this.Text325.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 2, 0.5);
            this.Text325.Guid = "cda4f94de4da430e8d948bad619ee603";
            this.Text325.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text325.Name = "Text325";
            this.Text325.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text325__GetTag);
            this.Text325.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text325__GetValue);
            this.Text325.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text325.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text325.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text325.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text325.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text325.Indicator = null;
            this.Text325.Interaction = null;
            this.Text325.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text325.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text325.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text326
            // 
            this.Text326 = new Stimulsoft.Report.Components.StiText();
            this.Text326.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2, 0, 0.6, 0.5);
            this.Text326.Guid = "c8f044ed926f450c90f449b4ce39c032";
            this.Text326.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text326.Name = "Text326";
            this.Text326.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text326__GetTag);
            this.Text326.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text326__GetValue);
            this.Text326.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text326.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text326.Border = new Stimulsoft.Base.Drawing.StiAdvancedBorder(System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text326.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text326.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.Text326.Indicator = null;
            this.Text326.Interaction = null;
            this.Text326.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text326.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text326.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text327
            // 
            this.Text327 = new Stimulsoft.Report.Components.StiText();
            this.Text327.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.6, 0, 1, 0.5);
            this.Text327.Guid = "a9c471b82bc24ad6bf6736f1af00f9e4";
            this.Text327.HideZeros = true;
            this.Text327.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text327.Name = "Text327";
            this.Text327.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text327__GetTag);
            // 
            // Text327_Avg
            // 
            this.Text327.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text327__GetValue);
            this.Text327.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text327.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text327.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text327.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text327.Font = new System.Drawing.Font("Arial", 7F);
            this.Text327.Indicator = null;
            this.Text327.Interaction = null;
            this.Text327.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text327.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text327.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text327.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text328
            // 
            this.Text328 = new Stimulsoft.Report.Components.StiText();
            this.Text328.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.6, 0, 1, 0.5);
            this.Text328.Guid = "5abb2d0b3a9d4765b8a10f365ce532fc";
            this.Text328.HideZeros = true;
            this.Text328.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text328.Name = "Text328";
            this.Text328.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text328__GetTag);
            // 
            // Text328_Avg
            // 
            this.Text328.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text328__GetValue);
            this.Text328.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text328.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text328.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text328.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text328.Font = new System.Drawing.Font("Arial", 7F);
            this.Text328.Indicator = null;
            this.Text328.Interaction = null;
            this.Text328.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text328.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text328.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text328.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text329
            // 
            this.Text329 = new Stimulsoft.Report.Components.StiText();
            this.Text329.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.6, 0, 1, 0.5);
            this.Text329.Guid = "17fad40d778a4273a177012aebc4f1ac";
            this.Text329.HideZeros = true;
            this.Text329.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text329.Name = "Text329";
            this.Text329.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text329__GetTag);
            // 
            // Text329_Avg
            // 
            this.Text329.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text329__GetValue);
            this.Text329.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text329.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text329.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text329.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text329.Font = new System.Drawing.Font("Arial", 7F);
            this.Text329.Indicator = null;
            this.Text329.Interaction = null;
            this.Text329.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text329.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text329.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text329.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text330
            // 
            this.Text330 = new Stimulsoft.Report.Components.StiText();
            this.Text330.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.6, 0, 1, 0.5);
            this.Text330.Guid = "f5516b5030824a28a58b35653a7ff155";
            this.Text330.HideZeros = true;
            this.Text330.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text330.Name = "Text330";
            this.Text330.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text330__GetTag);
            // 
            // Text330_Avg
            // 
            this.Text330.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text330__GetValue);
            this.Text330.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text330.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text330.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text330.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text330.Font = new System.Drawing.Font("Arial", 7F);
            this.Text330.Indicator = null;
            this.Text330.Interaction = null;
            this.Text330.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text330.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text330.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text330.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text331
            // 
            this.Text331 = new Stimulsoft.Report.Components.StiText();
            this.Text331.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.6, 0, 1, 0.5);
            this.Text331.Guid = "d24b657c50154f7da158b5f7b3f134b4";
            this.Text331.HideZeros = true;
            this.Text331.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text331.Name = "Text331";
            this.Text331.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text331__GetTag);
            // 
            // Text331_Avg
            // 
            this.Text331.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text331__GetValue);
            this.Text331.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text331.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text331.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text331.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text331.Font = new System.Drawing.Font("Arial", 7F);
            this.Text331.Indicator = null;
            this.Text331.Interaction = null;
            this.Text331.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text331.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text331.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text331.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text332
            // 
            this.Text332 = new Stimulsoft.Report.Components.StiText();
            this.Text332.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(18.6, 0, 1, 0.5);
            this.Text332.Guid = "a5676277f0a44db48d396f5c1bd68bfb";
            this.Text332.HideZeros = true;
            this.Text332.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text332.Name = "Text332";
            this.Text332.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text332__GetTag);
            // 
            // Text332_Avg
            // 
            this.Text332.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text332__GetValue);
            this.Text332.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text332.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text332.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text332.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text332.Font = new System.Drawing.Font("Arial", 7F);
            this.Text332.Indicator = null;
            this.Text332.Interaction = null;
            this.Text332.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text332.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text332.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text332.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text333
            // 
            this.Text333 = new Stimulsoft.Report.Components.StiText();
            this.Text333.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19.6, 0, 1, 0.5);
            this.Text333.Guid = "79256e8e005c46eb8ed0cc527ea031b1";
            this.Text333.HideZeros = true;
            this.Text333.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text333.Name = "Text333";
            this.Text333.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text333__GetTag);
            // 
            // Text333_Avg
            // 
            this.Text333.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text333__GetValue);
            this.Text333.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text333.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text333.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text333.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text333.Font = new System.Drawing.Font("Arial", 7F);
            this.Text333.Indicator = null;
            this.Text333.Interaction = null;
            this.Text333.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text333.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text333.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text333.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text334
            // 
            this.Text334 = new Stimulsoft.Report.Components.StiText();
            this.Text334.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(20.6, 0, 1, 0.5);
            this.Text334.Guid = "f3d8eaa07e3a4a32af5e310fa6f554ab";
            this.Text334.HideZeros = true;
            this.Text334.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text334.Name = "Text334";
            this.Text334.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text334__GetTag);
            // 
            // Text334_Avg
            // 
            this.Text334.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text334__GetValue);
            this.Text334.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text334.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text334.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text334.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text334.Font = new System.Drawing.Font("Arial", 7F);
            this.Text334.Indicator = null;
            this.Text334.Interaction = null;
            this.Text334.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text334.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text334.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text334.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text335
            // 
            this.Text335 = new Stimulsoft.Report.Components.StiText();
            this.Text335.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(21.6, 0, 1, 0.5);
            this.Text335.Guid = "2821648e393149ab9cbf2cce5f18a6b3";
            this.Text335.HideZeros = true;
            this.Text335.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text335.Name = "Text335";
            this.Text335.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text335__GetTag);
            // 
            // Text335_Avg
            // 
            this.Text335.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text335__GetValue);
            this.Text335.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text335.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text335.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text335.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text335.Font = new System.Drawing.Font("Arial", 7F);
            this.Text335.Indicator = null;
            this.Text335.Interaction = null;
            this.Text335.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text335.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text335.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text335.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text336
            // 
            this.Text336 = new Stimulsoft.Report.Components.StiText();
            this.Text336.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(22.6, 0, 1, 0.5);
            this.Text336.Guid = "90a30d221f794de3955388e9f59dda6a";
            this.Text336.HideZeros = true;
            this.Text336.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text336.Name = "Text336";
            this.Text336.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text336__GetTag);
            // 
            // Text336_Avg
            // 
            this.Text336.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text336__GetValue);
            this.Text336.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text336.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text336.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text336.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text336.Font = new System.Drawing.Font("Arial", 7F);
            this.Text336.Indicator = null;
            this.Text336.Interaction = null;
            this.Text336.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text336.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text336.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text336.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text337
            // 
            this.Text337 = new Stimulsoft.Report.Components.StiText();
            this.Text337.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(23.6, 0, 1, 0.5);
            this.Text337.Guid = "a53b61182ec1461eaf028f30d89941ac";
            this.Text337.HideZeros = true;
            this.Text337.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text337.Name = "Text337";
            this.Text337.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text337__GetTag);
            // 
            // Text337_Avg
            // 
            this.Text337.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text337__GetValue);
            this.Text337.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text337.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text337.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text337.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text337.Font = new System.Drawing.Font("Arial", 7F);
            this.Text337.Indicator = null;
            this.Text337.Interaction = null;
            this.Text337.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text337.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text337.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text337.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text338
            // 
            this.Text338 = new Stimulsoft.Report.Components.StiText();
            this.Text338.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24.6, 0, 1, 0.5);
            this.Text338.Guid = "33214bf3c4e14fb0abaabf727231e2b2";
            this.Text338.HideZeros = true;
            this.Text338.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text338.Name = "Text338";
            this.Text338.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text338__GetTag);
            // 
            // Text338_Avg
            // 
            this.Text338.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text338__GetValue);
            this.Text338.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text338.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text338.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text338.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text338.Font = new System.Drawing.Font("Arial", 7F);
            this.InitializeComponent9();
        }
        
        public void InitializeComponent9()
        {
            this.Text338.Indicator = null;
            this.Text338.Interaction = null;
            this.Text338.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text338.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text338.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text338.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text339
            // 
            this.Text339 = new Stimulsoft.Report.Components.StiText();
            this.Text339.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(25.6, 0, 0.6, 0.5);
            this.Text339.Guid = "62b189eb5f83488786bb069460309beb";
            this.Text339.HideZeros = true;
            this.Text339.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text339.Name = "Text339";
            this.Text339.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text339__GetTag);
            // 
            // Text339_Avg
            // 
            this.Text339.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text339__GetValue);
            this.Text339.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text339.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text339.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text339.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text339.Font = new System.Drawing.Font("Arial", 7F);
            this.Text339.Indicator = null;
            this.Text339.Interaction = null;
            this.Text339.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text339.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text339.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text339.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text340
            // 
            this.Text340 = new Stimulsoft.Report.Components.StiText();
            this.Text340.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(26.2, 0, 0.6, 0.5);
            this.Text340.Guid = "21f3b803b60d4ef8a5953c82a3291886";
            this.Text340.HideZeros = true;
            this.Text340.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text340.Name = "Text340";
            this.Text340.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text340__GetTag);
            // 
            // Text340_Avg
            // 
            this.Text340.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text340__GetValue);
            this.Text340.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text340.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text340.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text340.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text340.Font = new System.Drawing.Font("Arial", 7F);
            this.Text340.Indicator = null;
            this.Text340.Interaction = null;
            this.Text340.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text340.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text340.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, " ", 3, true, false, " ");
            this.Text340.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text341
            // 
            this.Text341 = new Stimulsoft.Report.Components.StiText();
            this.Text341.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.6, 0, 1, 0.5);
            this.Text341.Guid = "28570abc711d40dc96f6b50e176fe59b";
            this.Text341.HideZeros = true;
            this.Text341.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text341.Name = "Text341";
            this.Text341.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text341__GetTag);
            this.Text341.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text341__GetValue);
            this.Text341.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text341.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text341.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text341.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text341.Font = new System.Drawing.Font("Arial", 7F);
            this.Text341.Indicator = null;
            this.Text341.Interaction = null;
            this.Text341.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text341.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text341.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text342
            // 
            this.Text342 = new Stimulsoft.Report.Components.StiText();
            this.Text342.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.6, 0, 0.8, 0.5);
            this.Text342.Guid = "e6c9495795cd4279b28234925f08b518";
            this.Text342.HideZeros = true;
            this.Text342.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text342.Name = "Text342";
            this.Text342.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text342__GetTag);
            this.Text342.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text342__GetValue);
            this.Text342.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text342.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text342.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text342.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text342.Font = new System.Drawing.Font("Arial", 7F);
            this.Text342.Indicator = null;
            this.Text342.Interaction = null;
            this.Text342.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text342.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text342.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text343
            // 
            this.Text343 = new Stimulsoft.Report.Components.StiText();
            this.Text343.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.4, 0, 0.8, 0.5);
            this.Text343.Guid = "dd910ed8047d4efe892f4617bde463d9";
            this.Text343.HideZeros = true;
            this.Text343.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text343.Name = "Text343";
            this.Text343.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text343__GetTag);
            this.Text343.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text343__GetValue);
            this.Text343.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text343.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text343.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text343.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text343.Font = new System.Drawing.Font("Arial", 7F);
            this.Text343.Indicator = null;
            this.Text343.Interaction = null;
            this.Text343.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text343.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text343.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text344
            // 
            this.Text344 = new Stimulsoft.Report.Components.StiText();
            this.Text344.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0, 1.2, 0.5);
            this.Text344.Guid = "2f7dbcd9e84a442396cc8ee5c652d8aa";
            this.Text344.HideZeros = true;
            this.Text344.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text344.Name = "Text344";
            this.Text344.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text344__GetTag);
            this.Text344.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text344__GetValue);
            this.Text344.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text344.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text344.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text344.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text344.Font = new System.Drawing.Font("Arial", 7F);
            this.Text344.Indicator = null;
            this.Text344.Interaction = null;
            this.Text344.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text344.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text344.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text344.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text345
            // 
            this.Text345 = new Stimulsoft.Report.Components.StiText();
            this.Text345.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.2, 0, 1.2, 0.5);
            this.Text345.Guid = "0dc07e884b0b408e939290e49cb0fe0d";
            this.Text345.HideZeros = true;
            this.Text345.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text345.Name = "Text345";
            this.Text345.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text345__GetTag);
            this.Text345.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text345__GetValue);
            this.Text345.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text345.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text345.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text345.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text345.Font = new System.Drawing.Font("Arial", 7F);
            this.Text345.Indicator = null;
            this.Text345.Interaction = null;
            this.Text345.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text345.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text345.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text345.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text346
            // 
            this.Text346 = new Stimulsoft.Report.Components.StiText();
            this.Text346.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 0, 1, 0.5);
            this.Text346.Guid = "90f1b419860c4f4b8d5a005fcea5f128";
            this.Text346.HideZeros = true;
            this.Text346.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text346.Name = "Text346";
            this.Text346.GetTag += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text346__GetTag);
            this.Text346.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text346__GetValue);
            this.Text346.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text346.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text346.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.Text346.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text346.Font = new System.Drawing.Font("Arial", 7F);
            this.Text346.Indicator = null;
            this.Text346.Interaction = null;
            this.Text346.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text346.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text346.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 0, " ", 3, true, false, " ");
            this.Text346.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.GroupFooterBand4.Guid = null;
            this.GroupFooterBand4.Interaction = null;
            // 
            // DataBand6
            // 
            this.DataBand6 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.8, 28.7, 0.8);
            this.DataBand6.Guid = "742b30156afd4d62b749ace45ea3d061";
            this.DataBand6.Name = "DataBand6";
            this.DataBand6.Sort = new System.String[0];
            this.DataBand6.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
            this.DataBand6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand6.DataRelationName = null;
            this.DataBand6.Interaction = null;
            this.DataBand6.MasterComponent = null;
            this.if_others_hybrids.ExcelSheetValue = null;
            this.if_others_hybrids.Interaction = null;
            this.if_others_hybrids.Margins = new Stimulsoft.Report.Components.StiMargins(0.5, 0.5, 1, 1);
            this.if_others_hybrids_Watermark = new Stimulsoft.Report.Components.StiWatermark();
            this.if_others_hybrids_Watermark.Font = new System.Drawing.Font("Arial", 100F);
            this.if_others_hybrids_Watermark.Image = null;
            this.if_others_hybrids_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 237, 28, 36));
            // 
            // Form1
            // 
            this.Form1 = new Stimulsoft.Report.Dialogs.StiForm();
            this.Form1.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.Form1.Guid = "09fe9e7c0e6e4f85b3bd2cb2eaef4a54";
            this.Form1.Location = new System.Drawing.Point(0, 0);
            this.Form1.Name = "Form1";
            this.Form1.Size = new System.Drawing.Size(288, 376);
            this.Form1.Text = "Choix de la liste";
            // 
            // ButtonControl1
            // 
            this.ButtonControl1 = new Stimulsoft.Report.Dialogs.StiButtonControl();
            this.ButtonControl1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24, 320, 96, 24);
            this.ButtonControl1.Default = true;
            this.ButtonControl1.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.ButtonControl1.ForeColor = System.Drawing.Color.Black;
            this.ButtonControl1.Location = new System.Drawing.Point(24, 320);
            this.ButtonControl1.Name = "ButtonControl1";
            this.ButtonControl1.Size = new System.Drawing.Size(96, 24);
            this.ButtonControl1.Text = "OK";
            this.ButtonControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.ButtonControl1.Guid = null;
            this.ButtonControl1.Image = null;
            this.ButtonControl1.Click += new System.EventHandler(this.ButtonControl1_Click);
            // 
            // ButtonControl2
            // 
            this.ButtonControl2 = new Stimulsoft.Report.Dialogs.StiButtonControl();
            this.ButtonControl2.Cancel = true;
            this.ButtonControl2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(160, 320, 96, 24);
            this.ButtonControl2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.ButtonControl2.ForeColor = System.Drawing.Color.Black;
            this.ButtonControl2.Location = new System.Drawing.Point(160, 320);
            this.ButtonControl2.Name = "ButtonControl2";
            this.ButtonControl2.Size = new System.Drawing.Size(96, 24);
            this.ButtonControl2.Text = "Cancel";
            this.ButtonControl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.ButtonControl2.Guid = null;
            this.ButtonControl2.Image = null;
            // 
            // LabelControl2
            // 
            this.LabelControl2 = new Stimulsoft.Report.Dialogs.StiLabelControl();
            this.LabelControl2.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.LabelControl2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24, 154, 88, 20);
            this.LabelControl2.ForeColor = System.Drawing.Color.Black;
            this.LabelControl2.Location = new System.Drawing.Point(24, 154);
            this.LabelControl2.Name = "LabelControl2";
            this.LabelControl2.Size = new System.Drawing.Size(88, 20);
            this.LabelControl2.Text = "Location";
            this.LabelControl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.LabelControl2.Guid = null;
            // 
            // ComboBoxControl1
            // 
            this.ComboBoxControl1 = new Stimulsoft.Report.Dialogs.StiComboBoxControl();
            this.ComboBoxControl1.BackColor = System.Drawing.SystemColors.Window;
            this.ComboBoxControl1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(112, 128, 160, 20);
            this.ComboBoxControl1.ForeColor = System.Drawing.Color.Black;
            this.ComboBoxControl1.ItemsBinding = "projects.project_name";
            this.ComboBoxControl1.Location = new System.Drawing.Point(112, 128);
            this.ComboBoxControl1.Name = "ComboBoxControl1";
            this.ComboBoxControl1.SelectedItemBinding = "projects.project_name";
            this.ComboBoxControl1.SelectedValueBinding = "projects.project_name";
            this.ComboBoxControl1.Size = new System.Drawing.Size(160, 20);
            this.ComboBoxControl1.Sorted = true;
            this.ComboBoxControl1.Text = "ComboBox";
            this.ComboBoxControl1.TextBinding = "projects.project_name";
            this.ComboBoxControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.ComboBoxControl1.Guid = null;
            // 
            // ComboBoxControl2
            // 
            this.ComboBoxControl2 = new Stimulsoft.Report.Dialogs.StiComboBoxControl();
            this.ComboBoxControl2.BackColor = System.Drawing.SystemColors.Window;
            this.ComboBoxControl2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(112, 152, 160, 20);
            this.ComboBoxControl2.ForeColor = System.Drawing.Color.Black;
            this.ComboBoxControl2.ItemsBinding = "locations.name";
            this.ComboBoxControl2.Location = new System.Drawing.Point(112, 152);
            this.ComboBoxControl2.MaxDropDownItems = 15;
            this.ComboBoxControl2.Name = "ComboBoxControl2";
            this.ComboBoxControl2.SelectedItemBinding = "locations.name";
            this.ComboBoxControl2.SelectedValueBinding = "locations.name";
            this.ComboBoxControl2.Size = new System.Drawing.Size(160, 20);
            this.ComboBoxControl2.Sorted = true;
            this.ComboBoxControl2.Text = "ComboBox";
            this.ComboBoxControl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.ComboBoxControl2.Guid = null;
            // 
            // LabelControl1
            // 
            this.LabelControl1 = new Stimulsoft.Report.Dialogs.StiLabelControl();
            this.LabelControl1.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.LabelControl1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24, 128, 88, 20);
            this.LabelControl1.ForeColor = System.Drawing.Color.Black;
            this.LabelControl1.Location = new System.Drawing.Point(24, 128);
            this.LabelControl1.Name = "LabelControl1";
            this.LabelControl1.Size = new System.Drawing.Size(88, 20);
            this.LabelControl1.Text = "Project";
            this.LabelControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.LabelControl1.Guid = null;
            // 
            // LabelControl3
            // 
            this.LabelControl3 = new Stimulsoft.Report.Dialogs.StiLabelControl();
            this.LabelControl3.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.LabelControl3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24, 176, 88, 20);
            this.LabelControl3.ForeColor = System.Drawing.Color.Black;
            this.LabelControl3.Guid = "cd655897b26e4bb8952809f2513045b7";
            this.LabelControl3.Location = new System.Drawing.Point(24, 176);
            this.LabelControl3.Name = "LabelControl3";
            this.LabelControl3.Size = new System.Drawing.Size(88, 20);
            this.LabelControl3.Text = "Year";
            this.LabelControl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // ComboBoxControl3
            // 
            this.ComboBoxControl3 = new Stimulsoft.Report.Dialogs.StiComboBoxControl();
            this.ComboBoxControl3.BackColor = System.Drawing.SystemColors.Window;
            this.ComboBoxControl3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(112, 176, 160, 20);
            this.ComboBoxControl3.ForeColor = System.Drawing.Color.Black;
            this.ComboBoxControl3.Guid = "0c01804f583c454394fcbf60d7d3427f";
            this.ComboBoxControl3.ItemsBinding = "years.year";
            this.ComboBoxControl3.Location = new System.Drawing.Point(112, 176);
            this.ComboBoxControl3.Name = "ComboBoxControl3";
            this.ComboBoxControl3.SelectedItemBinding = "years.year";
            this.ComboBoxControl3.SelectedValueBinding = "years.year";
            this.ComboBoxControl3.Size = new System.Drawing.Size(160, 20);
            this.ComboBoxControl3.Text = "ComboBox";
            this.ComboBoxControl3.TextBinding = "years.year";
            this.ComboBoxControl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // PictureBoxControl2
            // 
            this.PictureBoxControl2 = new Stimulsoft.Report.Dialogs.StiPictureBoxControl();
            this.PictureBoxControl2.BackColor = System.Drawing.SystemColors.Control;
            this.PictureBoxControl2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 0, 96, 80);
            this.PictureBoxControl2.ForeColor = System.Drawing.Color.Black;
            this.PictureBoxControl2.Guid = "07c8efdf4bf640de89c53ebd8ee9b6de";
            this.PictureBoxControl2.Image = StiImageConverter.StringToImage("/9j/4AAQSkZJRgABAQEAYABgAAD/4QAWRXhpZgAASUkqAAgAAAAAAAAAAAD/2wBDAAgGBgcGBQgHBwcJC" +
"QgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJC" +
"QwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyM" +
"jL/wAARCABaAG4DASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAA" +
"gEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJ" +
"icoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZm" +
"qKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAH" +
"wEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExB" +
"hJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVV" +
"ldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPEx" +
"cbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD36mySJFG0kjqiKMszH" +
"AA9zTq8u+KXiFmb/hH4CAMLLOwbn1C/yP5VnVqKnHmZrRpOrNRR0lz8RdCtp2j3TugOBKkfysfbJ5q9p" +
"HjLRdYkEUFz5cxGfLlG014To2j6h4i1N7LTYxJOiF3dm2gDOOvYVNfaXrHh24C39pJbnOELDKN9COD+B" +
"riWJq/E1oeg8HR+FPU+j6K4X4deIzqNnLYXU5aeIgwhzljHjpnvgg/n7V3Vd1OanHmR5tWm6cnFi0UUV" +
"ZAUUUUAFFFFABRRRQAleA+K5UufFup3C42G4KgkdNpCk/Tg179XgviFXPi3U9w2Kty7ELkZ5Jzj9f1ri" +
"xvwI78vtzv0NH4csll42QrMPLuLZ4sHIychh7Z4OPrXV/Fiyml8NRX8YLJZS75VH91uN34HH5muCs4XE" +
"2Szo3VGVsZI6MMfhXqWha/Y+I9FuoNRijkNtGPtazIGjdeTuweCPlPGOorLC1Izi6TN8XTlTmq0Tz/4b" +
"wTx6zHrV5bPb6clu5F1c/JHknA2E8Hv09fz7LUviXpdtJss1+0KrYaQttX8OpNeU6x4mutf1G4uJJGis" +
"VBjtLZDtSKIcAYHGTjn6Y6cVgPayXO5FujuI4hVCG29+elbRfL7sC3h1L97WXyR7rZfEvTJmIuYzEMD5" +
"o23jJ7Y4P5ZrrbDUrPVLfzrOdZU746j6jqK+adAu0tbueEKTLGAN0nJA/I5+uK6HSvE9xpWrpdWzAv/A" +
"BxI5xKB7fh1+nTFXGs1LlkYVMLTlDnp6H0BSV5b4++KY0uyt7XQWR725hEzysM/Z0IGMj+8ffpj3ryO6" +
"8Z3qpvmury6nk5LNO2Ppzn9OK6OY85prRn0zqfibRdHcR3+owwyH/lnnc3/AHyMkVY03WNO1iJpdOvYL" +
"pFxuMTg7c9Mjt+NfG13dy30zFmJLHJ5/wA5r6V+D3ht9B8FJPOUM+oMLjIXkRkDYCe/c/8AAqSdwsehU" +
"UlLVCErxf4jWElr4snmeJTDdxq6MvXhdpz75H6ivZ2OBmuH+IVg2o6Qk8XMlq+8gDJKEYb+h/CufEw5q" +
"b8jpwk+Wqr9TzWGSTZGisoIOQTV9Z7zddrYpNKZ7SeJoYwSX3IwH5MQayYHKsdoBxgrXR6LZ6jDqcF4Y" +
"hDEBukZ+NykdAOteHGbhLmXQ9+py8jucBbWF1NfvpsVq7XVurF4VxnAPPHc5z/k1ZMKpLPZ3OYLuFiky" +
"FskEHLe3QduK9Qjk0e0vZtSigtTeTDEjqAJCPY59h+I5rnPESaf4ysw/lta3sQLLdCNQ+DxhhuGRjtn8" +
"q6I1nJ32Ry/XpK6S0PJZtRezm85CS687s9Rmug0Ky1nXGub2zgR5FjACSMFxk8tgn0Hb1JNQ6n4Vs9P0" +
"t3TUXa7ifDAqFDjP3QBuwc9934V1Og6haW7R2sq29uIoc3DW8YQQYz96XqWyOF9RjOa7lOM9Uec6k6eh" +
"wmv+GPEmiKZdTspfs7/ADG4iPmR7exJGcfjisBEe6uo7ezR5ZpWCKq/MzsegFe+WniqxWCTToJPOl8pC" +
"lu4HzBlBwARg4HUHsDiuF8JafY/8J7NqVpHGkSwFljVdvlyEgN8pJxxnoSOePSqnVdODk+hgk6k/U1fD" +
"/waEkMdxr+rrbk4LW1uNxHsWPH5D8a9wtNW06zt4bSFkWCFFjQKfuqBgDn2FcHfXflA5bgDJrJh1AXKC" +
"WFyyHoa86ji6zfMzpnQge1o6yIHQgqRkEd6WuX8EahJd6dNBIcmBxt+h7foa6ivbhLmimcMlZ2I5s+Wc" +
"VzOoM+4jtXUsNwIrIv7LeCQOaoSPJNT0efTr1ZrWPzIN+7b12nPQ+1dItw5VV1GSKMMMtEX/T3Fat3Zu" +
"pOVrHl02FpGkaP94f4h1rzMRgk3eB6EcU5RSkQ6hMk0W1QTEoJz/sj0FYUu6zjdYsJKcHA6PwCQarXep" +
"XMF5KjWji3VBGi4wWPJzj0HP+cVHp8txrd28SwSNK3KEqQFPv7dq5I05W2BpX3OG1/T57lZNVtL7bDGw" +
"k8nByG//XTtOlvbjww1jaWlzdS3VwA0cMTPhVGRnH+0c16zpPgHRrEGS+hW5cnPksx8pfw7/U/lXUpqM" +
"FjAsNnFDFCowqoo2j6AV2wlZJGU48x8+appHiDTLq0vV0nUoxFaxqZBbvgMo4B49gOaPDGsJZ6/Jcuvl" +
"xTArtHRe/8AOvcLvW3jhZRJKxbJ3E9PwOa8o8TQWcutx3NtZ5kfc80aHAbGOeOnWrlyzi4yJS5XdHXS6" +
"raugZpVwRTYrm3ZdsJXA7DtXmnmXKRo6yuqROVXJ7nnHv0rrPh/4kt08VW6X6m4eV/L+dAQp7Ee+awjg" +
"lFKzKeIv0Pb/BemSWGktNMpWS5YNtPUKOn8zXS1DbTCeMMOhqavThHljZHLJ3d2LTHUMOadRVCMXUIBt" +
"JArm5kIkNdtcRbweK53U447YbmXPt61FRpRuy4auxhy6fDP806qoIxuIGSKfa/YbFPLtUVATy3c/U1j3" +
"d7daheeXaKWIPzN2FXbbQJmIeed93oK5VCU9TbmSLN5cLsJBPPvWNcT44DAf0rdPh+M/wDLaQfjTB4Yt" +
"icuXf6mmqLF7RHG3l7uyoyzdAB1rn9X8OXU0DX3lu7oCwjXqw9K9ai0G2j4jgUfhVt9EJiACdK2jSSWp" +
"m53PmeciMttV94UM69Bmuq+HmjXl5rUV1ExNqhLMDztPYD3zXrFx4N0u7uPOudOheXoXK4J+vrXQaLot" +
"rYqsdvbpFGvRUXAFVy9ybmxpMbR2qhq0KYihVAFOrQkWkpe9JQAEZrB8Q+GIfECwCSeWHyX3AxnGeQSP" +
"0repaTSejGnYyLXQLS0iCRRqoFWP7Ni9Kvd6WgCh/ZyZpwsEFXaKYiulrGnQVL5a4xin0UARGBD/CKcs" +
"ap0GKfRQAlFLRQB/9k=");
            this.PictureBoxControl2.Location = new System.Drawing.Point(96, 0);
            this.PictureBoxControl2.Name = "PictureBoxControl2";
            this.PictureBoxControl2.Size = new System.Drawing.Size(96, 80);
            this.PictureBoxControl2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.PictureBoxControl2.TransparentColor = System.Drawing.Color.Transparent;
            this.PictureBoxControl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // ComboBoxControl4
            // 
            this.ComboBoxControl4 = new Stimulsoft.Report.Dialogs.StiComboBoxControl();
            this.ComboBoxControl4.BackColor = System.Drawing.SystemColors.Window;
            this.ComboBoxControl4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(128, 104, 144, 20);
            this.ComboBoxControl4.ForeColor = System.Drawing.Color.Black;
            this.ComboBoxControl4.Guid = "25d8efdc00fe4eb69d51ad62f235e8eb";
            this.ComboBoxControl4.ItemsBinding = "names.alt_names";
            this.ComboBoxControl4.Location = new System.Drawing.Point(128, 104);
            this.ComboBoxControl4.MaxDropDownItems = 15;
            this.ComboBoxControl4.Name = "ComboBoxControl4";
            this.ComboBoxControl4.SelectedItemBinding = "names.alt_names";
            this.ComboBoxControl4.SelectedValueBinding = "names.alt_names";
            this.ComboBoxControl4.Size = new System.Drawing.Size(144, 20);
            this.ComboBoxControl4.Sorted = true;
            this.ComboBoxControl4.Text = "";
            this.ComboBoxControl4.TextBinding = "names.alt_names";
            this.ComboBoxControl4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // LabelControl4
            // 
            this.LabelControl4 = new Stimulsoft.Report.Dialogs.StiLabelControl();
            this.LabelControl4.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.LabelControl4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24, 104, 56, 16);
            this.LabelControl4.ForeColor = System.Drawing.Color.Black;
            this.LabelControl4.Guid = "4dc84a5bf4124ab48db4a14deb96a3bb";
            this.LabelControl4.Location = new System.Drawing.Point(24, 104);
            this.LabelControl4.Name = "LabelControl4";
            this.LabelControl4.Size = new System.Drawing.Size(56, 16);
            this.LabelControl4.Text = "Alt. name";
            this.LabelControl4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // TextBoxControl1
            // 
            this.TextBoxControl1 = new Stimulsoft.Report.Dialogs.StiTextBoxControl();
            this.TextBoxControl1.BackColor = System.Drawing.SystemColors.Window;
            this.TextBoxControl1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(96, 200, 64, 20);
            this.TextBoxControl1.ForeColor = System.Drawing.Color.Black;
            this.TextBoxControl1.Location = new System.Drawing.Point(96, 200);
            this.TextBoxControl1.Name = "TextBoxControl1";
            this.TextBoxControl1.Size = new System.Drawing.Size(64, 20);
            this.TextBoxControl1.Text = "";
            this.TextBoxControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.TextBoxControl1.Guid = null;
            this.TextBoxControl1.Leave += new System.EventHandler(this.TextBoxControl1_Leave);
            // 
            // TextBoxControl2
            // 
            this.TextBoxControl2 = new Stimulsoft.Report.Dialogs.StiTextBoxControl();
            this.TextBoxControl2.BackColor = System.Drawing.SystemColors.Window;
            this.TextBoxControl2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(208, 200, 64, 20);
            this.TextBoxControl2.ForeColor = System.Drawing.Color.Black;
            this.TextBoxControl2.Guid = "f3f044d2982e4ed09ff71df3b08dc617";
            this.TextBoxControl2.Location = new System.Drawing.Point(208, 200);
            this.TextBoxControl2.Name = "TextBoxControl2";
            this.TextBoxControl2.Size = new System.Drawing.Size(64, 20);
            this.TextBoxControl2.Text = "";
            this.TextBoxControl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // LabelControl5
            // 
            this.LabelControl5 = new Stimulsoft.Report.Dialogs.StiLabelControl();
            this.LabelControl5.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.LabelControl5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24, 200, 56, 20);
            this.LabelControl5.ForeColor = System.Drawing.Color.Black;
            this.LabelControl5.Guid = "a0c35a9170854dcab81ef3fe2e62ccb7";
            this.LabelControl5.Location = new System.Drawing.Point(24, 200);
            this.LabelControl5.Name = "LabelControl5";
            this.LabelControl5.Size = new System.Drawing.Size(56, 20);
            this.LabelControl5.Text = "Plots...";
            this.LabelControl5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // LabelControl6
            // 
            this.LabelControl6 = new Stimulsoft.Report.Dialogs.StiLabelControl();
            this.LabelControl6.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.LabelControl6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(168, 200, 32, 20);
            this.LabelControl6.ForeColor = System.Drawing.Color.Black;
            this.LabelControl6.Guid = "e6fd7b6f42854e9f86bf674b6a453fb0";
            this.LabelControl6.Location = new System.Drawing.Point(168, 200);
            this.LabelControl6.Name = "LabelControl6";
            this.LabelControl6.Size = new System.Drawing.Size(32, 20);
            this.LabelControl6.Text = "to...";
            this.LabelControl6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // LabelControl7
            // 
            this.LabelControl7 = new Stimulsoft.Report.Dialogs.StiLabelControl();
            this.LabelControl7.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.LabelControl7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24, 264, 88, 16);
            this.LabelControl7.ForeColor = System.Drawing.Color.Black;
            this.LabelControl7.Guid = "2b4691b72b4044d9b8765f36b92d95c2";
            this.LabelControl7.Location = new System.Drawing.Point(24, 264);
            this.LabelControl7.Name = "LabelControl7";
            this.LabelControl7.Size = new System.Drawing.Size(88, 16);
            this.LabelControl7.Text = "Sowing list";
            this.LabelControl7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // ComboBoxControl5
            // 
            this.ComboBoxControl5 = new Stimulsoft.Report.Dialogs.StiComboBoxControl();
            this.ComboBoxControl5.BackColor = System.Drawing.SystemColors.Window;
            this.ComboBoxControl5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(112, 264, 160, 20);
            this.ComboBoxControl5.ForeColor = System.Drawing.Color.Black;
            this.ComboBoxControl5.Guid = "622094fc60654a28ad4fa24a976d7011";
            this.ComboBoxControl5.ItemsBinding = "sowings.name";
            this.ComboBoxControl5.Location = new System.Drawing.Point(112, 264);
            this.ComboBoxControl5.Name = "ComboBoxControl5";
            this.ComboBoxControl5.SelectedItemBinding = "sowings.name";
            this.ComboBoxControl5.SelectedValueBinding = "sowings.name";
            this.ComboBoxControl5.Size = new System.Drawing.Size(160, 20);
            this.ComboBoxControl5.Text = "ComboBox";
            this.ComboBoxControl5.TextBinding = "sowings.name";
            this.ComboBoxControl5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // LabelControl8
            // 
            this.LabelControl8 = new Stimulsoft.Report.Dialogs.StiLabelControl();
            this.LabelControl8.BackColor = System.Drawing.Color.White;
            this.LabelControl8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(24, 232, 96, 24);
            this.LabelControl8.ForeColor = System.Drawing.Color.Black;
            this.LabelControl8.Location = new System.Drawing.Point(24, 232);
            this.LabelControl8.Name = "LabelControl8";
            this.LabelControl8.Size = new System.Drawing.Size(96, 24);
            this.LabelControl8.Text = "or...";
            this.LabelControl8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.LabelControl8.Guid = null;
            // 
            // ComboBoxControl6
            // 
            this.ComboBoxControl6 = new Stimulsoft.Report.Dialogs.StiComboBoxControl();
            this.ComboBoxControl6.BackColor = System.Drawing.SystemColors.Window;
            this.ComboBoxControl6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(80, 104, 48, 20);
            this.ComboBoxControl6.ForeColor = System.Drawing.Color.Black;
            this.ComboBoxControl6.Guid = "e51659cb9e6449e480c5079e965fbd05";
            this.ComboBoxControl6.Location = new System.Drawing.Point(80, 104);
            this.ComboBoxControl6.MaxDropDownItems = 15;
            this.ComboBoxControl6.Name = "ComboBoxControl6";
            this.ComboBoxControl6.Size = new System.Drawing.Size(48, 20);
            this.ComboBoxControl6.Sorted = true;
            this.ComboBoxControl6.Text = "=";
            this.ComboBoxControl6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            // 
            // RadioButtonControl1
            // 
            this.RadioButtonControl1 = new Stimulsoft.Report.Dialogs.StiRadioButtonControl();
            this.RadioButtonControl1.BackColor = System.Drawing.Color.White;
            this.RadioButtonControl1.Checked = true;
            this.RadioButtonControl1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(40, 288, 96, 24);
            this.RadioButtonControl1.ForeColor = System.Drawing.Color.Black;
            this.RadioButtonControl1.Location = new System.Drawing.Point(40, 288);
            this.RadioButtonControl1.Name = "RadioButtonControl1";
            this.RadioButtonControl1.Size = new System.Drawing.Size(96, 24);
            this.RadioButtonControl1.Text = "Report for lines";
            this.RadioButtonControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.RadioButtonControl1.Guid = null;
            // 
            // RadioButtonControl2
            // 
            this.RadioButtonControl2 = new Stimulsoft.Report.Dialogs.StiRadioButtonControl();
            this.RadioButtonControl2.BackColor = System.Drawing.Color.White;
            this.RadioButtonControl2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(144, 288, 128, 24);
            this.RadioButtonControl2.ForeColor = System.Drawing.Color.Black;
            this.RadioButtonControl2.Guid = "c44b4e226cb0447f94d05d416c85d348";
            this.RadioButtonControl2.Location = new System.Drawing.Point(144, 288);
            this.RadioButtonControl2.Name = "RadioButtonControl2";
            this.RadioButtonControl2.Size = new System.Drawing.Size(128, 24);
            this.RadioButtonControl2.Text = "Report for hybrids";
            this.RadioButtonControl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.Form1.ExcelSheetValue = null;
            this.Form1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.Form1.LoadForm += new System.EventHandler(this.Form1_LoadForm);
            this.Report_PrinterSettings = new Stimulsoft.Report.Print.StiPrinterSettings();
            this.PrinterSettings = this.Report_PrinterSettings;
            this.if_sowing.Report = this;
            this.if_sowing.Watermark = this.if_sowing_Watermark;
            this.HeaderBand1.Page = this.if_sowing;
            this.HeaderBand1.Parent = this.if_sowing;
            this.Text2.Page = this.if_sowing;
            this.Text2.Parent = this.HeaderBand1;
            this.Text48.Page = this.if_sowing;
            this.Text48.Parent = this.HeaderBand1;
            this.Text45.Page = this.if_sowing;
            this.Text45.Parent = this.HeaderBand1;
            this.Text24.Page = this.if_sowing;
            this.Text24.Parent = this.HeaderBand1;
            this.Text16.Page = this.if_sowing;
            this.Text16.Parent = this.HeaderBand1;
            this.Text18.Page = this.if_sowing;
            this.Text18.Parent = this.HeaderBand1;
            this.Text22.Page = this.if_sowing;
            this.Text22.Parent = this.HeaderBand1;
            this.Text23.Page = this.if_sowing;
            this.Text23.Parent = this.HeaderBand1;
            this.Text33.Page = this.if_sowing;
            this.Text33.Parent = this.HeaderBand1;
            this.Text21.Page = this.if_sowing;
            this.Text21.Parent = this.HeaderBand1;
            this.Text7.Page = this.if_sowing;
            this.Text7.Parent = this.HeaderBand1;
            this.Text26.Page = this.if_sowing;
            this.Text26.Parent = this.HeaderBand1;
            this.Text32.Page = this.if_sowing;
            this.Text32.Parent = this.HeaderBand1;
            this.Text40.Page = this.if_sowing;
            this.Text40.Parent = this.HeaderBand1;
            this.Text35.Page = this.if_sowing;
            this.Text35.Parent = this.HeaderBand1;
            this.Text36.Page = this.if_sowing;
            this.Text36.Parent = this.HeaderBand1;
            this.Text37.Page = this.if_sowing;
            this.Text37.Parent = this.HeaderBand1;
            this.Text9.Page = this.if_sowing;
            this.Text9.Parent = this.HeaderBand1;
            this.Text28.Page = this.if_sowing;
            this.Text28.Parent = this.HeaderBand1;
            this.Text1.Page = this.if_sowing;
            this.Text1.Parent = this.HeaderBand1;
            this.Text6.Page = this.if_sowing;
            this.Text6.Parent = this.HeaderBand1;
            this.Text42.Page = this.if_sowing;
            this.Text42.Parent = this.HeaderBand1;
            this.Text50.Page = this.if_sowing;
            this.Text50.Parent = this.HeaderBand1;
            this.Text11.Page = this.if_sowing;
            this.Text11.Parent = this.HeaderBand1;
            this.Text13.Page = this.if_sowing;
            this.Text13.Parent = this.HeaderBand1;
            this.Text57.Page = this.if_sowing;
            this.Text57.Parent = this.HeaderBand1;
            this.Text59.Page = this.if_sowing;
            this.Text59.Parent = this.HeaderBand1;
            this.Text61.Page = this.if_sowing;
            this.Text61.Parent = this.HeaderBand1;
            this.Text63.Page = this.if_sowing;
            this.Text63.Parent = this.HeaderBand1;
            this.Text38.Page = this.if_sowing;
            this.Text38.Parent = this.HeaderBand1;
            this.Text81.Page = this.if_sowing;
            this.Text81.Parent = this.HeaderBand1;
            this.Text169.Page = this.if_sowing;
            this.Text169.Parent = this.HeaderBand1;
            this.Text170.Page = this.if_sowing;
            this.Text170.Parent = this.HeaderBand1;
            this.GroupHeaderBand1.Page = this.if_sowing;
            this.GroupHeaderBand1.Parent = this.if_sowing;
            this.DataBand1.Page = this.if_sowing;
            this.DataBand1.Parent = this.if_sowing;
            this.Text8.Page = this.if_sowing;
            this.Text8.Parent = this.DataBand1;
            this.Text12.Page = this.if_sowing;
            this.Text12.Parent = this.DataBand1;
            this.Text14.Page = this.if_sowing;
            this.Text14.Parent = this.DataBand1;
            this.Text15.Page = this.if_sowing;
            this.Text15.Parent = this.DataBand1;
            this.Text17.Page = this.if_sowing;
            this.Text17.Parent = this.DataBand1;
            this.Text19.Page = this.if_sowing;
            this.Text19.Parent = this.DataBand1;
            this.Text25.Page = this.if_sowing;
            this.Text25.Parent = this.DataBand1;
            this.Text27.Page = this.if_sowing;
            this.Text27.Parent = this.DataBand1;
            this.Text30.Page = this.if_sowing;
            this.Text30.Parent = this.DataBand1;
            this.Text31.Page = this.if_sowing;
            this.Text31.Parent = this.DataBand1;
            this.Text34.Page = this.if_sowing;
            this.Text34.Parent = this.DataBand1;
            this.Text41.Page = this.if_sowing;
            this.Text41.Parent = this.DataBand1;
            this.Text46.Page = this.if_sowing;
            this.Text46.Parent = this.DataBand1;
            this.Text49.Page = this.if_sowing;
            this.Text49.Parent = this.DataBand1;
            this.Text44.Page = this.if_sowing;
            this.Text44.Parent = this.DataBand1;
            this.Text29.Page = this.if_sowing;
            this.Text29.Parent = this.DataBand1;
            this.Text5.Page = this.if_sowing;
            this.Text5.Parent = this.DataBand1;
            this.Text39.Page = this.if_sowing;
            this.Text39.Parent = this.DataBand1;
            this.Text43.Page = this.if_sowing;
            this.Text43.Parent = this.DataBand1;
            this.Text54.Page = this.if_sowing;
            this.Text54.Parent = this.DataBand1;
            this.Text55.Page = this.if_sowing;
            this.Text55.Parent = this.DataBand1;
            this.Text4.Page = this.if_sowing;
            this.Text4.Parent = this.DataBand1;
            this.Text56.Page = this.if_sowing;
            this.Text56.Parent = this.DataBand1;
            this.Text58.Page = this.if_sowing;
            this.Text58.Parent = this.DataBand1;
            this.Text60.Page = this.if_sowing;
            this.Text60.Parent = this.DataBand1;
            this.Text62.Page = this.if_sowing;
            this.Text62.Parent = this.DataBand1;
            this.Text64.Page = this.if_sowing;
            this.Text64.Parent = this.DataBand1;
            this.Text82.Page = this.if_sowing;
            this.Text82.Parent = this.DataBand1;
            this.Text84.Page = this.if_sowing;
            this.Text84.Parent = this.DataBand1;
            this.Text47.Page = this.if_sowing;
            this.Text47.Parent = this.DataBand1;
            this.Text146.Page = this.if_sowing;
            this.Text146.Parent = this.DataBand1;
            this.GroupFooterBand1.Page = this.if_sowing;
            this.GroupFooterBand1.Parent = this.if_sowing;
            this.Text3.Page = this.if_sowing;
            this.Text3.Parent = this.GroupFooterBand1;
            this.Text10.Page = this.if_sowing;
            this.Text10.Parent = this.GroupFooterBand1;
            this.Text20.Page = this.if_sowing;
            this.Text20.Parent = this.GroupFooterBand1;
            this.Text51.Page = this.if_sowing;
            this.Text51.Parent = this.GroupFooterBand1;
            this.Text53.Page = this.if_sowing;
            this.Text53.Parent = this.GroupFooterBand1;
            this.Text65.Page = this.if_sowing;
            this.Text65.Parent = this.GroupFooterBand1;
            this.Text66.Page = this.if_sowing;
            this.Text66.Parent = this.GroupFooterBand1;
            this.Text67.Page = this.if_sowing;
            this.Text67.Parent = this.GroupFooterBand1;
            this.Text68.Page = this.if_sowing;
            this.Text68.Parent = this.GroupFooterBand1;
            this.Text69.Page = this.if_sowing;
            this.Text69.Parent = this.GroupFooterBand1;
            this.Text70.Page = this.if_sowing;
            this.Text70.Parent = this.GroupFooterBand1;
            this.Text71.Page = this.if_sowing;
            this.Text71.Parent = this.GroupFooterBand1;
            this.Text72.Page = this.if_sowing;
            this.Text72.Parent = this.GroupFooterBand1;
            this.Text73.Page = this.if_sowing;
            this.Text73.Parent = this.GroupFooterBand1;
            this.Text74.Page = this.if_sowing;
            this.Text74.Parent = this.GroupFooterBand1;
            this.Text75.Page = this.if_sowing;
            this.Text75.Parent = this.GroupFooterBand1;
            this.Text52.Page = this.if_sowing;
            this.Text52.Parent = this.GroupFooterBand1;
            this.Text76.Page = this.if_sowing;
            this.Text76.Parent = this.GroupFooterBand1;
            this.Text77.Page = this.if_sowing;
            this.Text77.Parent = this.GroupFooterBand1;
            this.Text78.Page = this.if_sowing;
            this.Text78.Parent = this.GroupFooterBand1;
            this.Text79.Page = this.if_sowing;
            this.Text79.Parent = this.GroupFooterBand1;
            this.Text80.Page = this.if_sowing;
            this.Text80.Parent = this.GroupFooterBand1;
            this.Text171.Page = this.if_sowing;
            this.Text171.Parent = this.GroupFooterBand1;
            this.Text172.Page = this.if_sowing;
            this.Text172.Parent = this.GroupFooterBand1;
            this.Text173.Page = this.if_sowing;
            this.Text173.Parent = this.GroupFooterBand1;
            this.Text174.Page = this.if_sowing;
            this.Text174.Parent = this.GroupFooterBand1;
            this.Text83.Page = this.if_sowing;
            this.Text83.Parent = this.GroupFooterBand1;
            this.Text264.Page = this.if_sowing;
            this.Text264.Parent = this.GroupFooterBand1;
            this.Text347.Page = this.if_sowing;
            this.Text347.Parent = this.GroupFooterBand1;
            this.Text348.Page = this.if_sowing;
            this.Text348.Parent = this.GroupFooterBand1;
            this.Text349.Page = this.if_sowing;
            this.Text349.Parent = this.GroupFooterBand1;
            this.Text350.Page = this.if_sowing;
            this.Text350.Parent = this.GroupFooterBand1;
            this.Text351.Page = this.if_sowing;
            this.Text351.Parent = this.GroupFooterBand1;
            this.Text352.Page = this.if_sowing;
            this.Text352.Parent = this.GroupFooterBand1;
            this.Text353.Page = this.if_sowing;
            this.Text353.Parent = this.GroupFooterBand1;
            this.Text354.Page = this.if_sowing;
            this.Text354.Parent = this.GroupFooterBand1;
            this.Text355.Page = this.if_sowing;
            this.Text355.Parent = this.GroupFooterBand1;
            this.Text356.Page = this.if_sowing;
            this.Text356.Parent = this.GroupFooterBand1;
            this.Text357.Page = this.if_sowing;
            this.Text357.Parent = this.GroupFooterBand1;
            this.Text358.Page = this.if_sowing;
            this.Text358.Parent = this.GroupFooterBand1;
            this.Text359.Page = this.if_sowing;
            this.Text359.Parent = this.GroupFooterBand1;
            this.Text360.Page = this.if_sowing;
            this.Text360.Parent = this.GroupFooterBand1;
            this.Text361.Page = this.if_sowing;
            this.Text361.Parent = this.GroupFooterBand1;
            this.Text362.Page = this.if_sowing;
            this.Text362.Parent = this.GroupFooterBand1;
            this.Text363.Page = this.if_sowing;
            this.Text363.Parent = this.GroupFooterBand1;
            this.if_sowing_hybrids.Report = this;
            this.if_sowing_hybrids.Watermark = this.if_sowing_hybrids_Watermark;
            this.HeaderBand3.Page = this.if_sowing_hybrids;
            this.HeaderBand3.Parent = this.if_sowing_hybrids;
            this.Text87.Page = this.if_sowing_hybrids;
            this.Text87.Parent = this.HeaderBand3;
            this.Text175.Page = this.if_sowing_hybrids;
            this.Text175.Parent = this.HeaderBand3;
            this.Text176.Page = this.if_sowing_hybrids;
            this.Text176.Parent = this.HeaderBand3;
            this.Text177.Page = this.if_sowing_hybrids;
            this.Text177.Parent = this.HeaderBand3;
            this.Text178.Page = this.if_sowing_hybrids;
            this.Text178.Parent = this.HeaderBand3;
            this.Text179.Page = this.if_sowing_hybrids;
            this.Text179.Parent = this.HeaderBand3;
            this.Text180.Page = this.if_sowing_hybrids;
            this.Text180.Parent = this.HeaderBand3;
            this.Text181.Page = this.if_sowing_hybrids;
            this.Text181.Parent = this.HeaderBand3;
            this.Text182.Page = this.if_sowing_hybrids;
            this.Text182.Parent = this.HeaderBand3;
            this.Text183.Page = this.if_sowing_hybrids;
            this.Text183.Parent = this.HeaderBand3;
            this.Text184.Page = this.if_sowing_hybrids;
            this.Text184.Parent = this.HeaderBand3;
            this.Text185.Page = this.if_sowing_hybrids;
            this.Text185.Parent = this.HeaderBand3;
            this.Text186.Page = this.if_sowing_hybrids;
            this.Text186.Parent = this.HeaderBand3;
            this.Text187.Page = this.if_sowing_hybrids;
            this.Text187.Parent = this.HeaderBand3;
            this.Text188.Page = this.if_sowing_hybrids;
            this.Text188.Parent = this.HeaderBand3;
            this.Text189.Page = this.if_sowing_hybrids;
            this.Text189.Parent = this.HeaderBand3;
            this.Text190.Page = this.if_sowing_hybrids;
            this.Text190.Parent = this.HeaderBand3;
            this.Text191.Page = this.if_sowing_hybrids;
            this.Text191.Parent = this.HeaderBand3;
            this.Text192.Page = this.if_sowing_hybrids;
            this.Text192.Parent = this.HeaderBand3;
            this.Text193.Page = this.if_sowing_hybrids;
            this.Text193.Parent = this.HeaderBand3;
            this.Text194.Page = this.if_sowing_hybrids;
            this.Text194.Parent = this.HeaderBand3;
            this.Text195.Page = this.if_sowing_hybrids;
            this.Text195.Parent = this.HeaderBand3;
            this.Text196.Page = this.if_sowing_hybrids;
            this.Text196.Parent = this.HeaderBand3;
            this.Text197.Page = this.if_sowing_hybrids;
            this.Text197.Parent = this.HeaderBand3;
            this.Text198.Page = this.if_sowing_hybrids;
            this.Text198.Parent = this.HeaderBand3;
            this.Text199.Page = this.if_sowing_hybrids;
            this.Text199.Parent = this.HeaderBand3;
            this.Text200.Page = this.if_sowing_hybrids;
            this.Text200.Parent = this.HeaderBand3;
            this.Text201.Page = this.if_sowing_hybrids;
            this.Text201.Parent = this.HeaderBand3;
            this.Text202.Page = this.if_sowing_hybrids;
            this.Text202.Parent = this.HeaderBand3;
            this.Text203.Page = this.if_sowing_hybrids;
            this.Text203.Parent = this.HeaderBand3;
            this.Text204.Page = this.if_sowing_hybrids;
            this.Text204.Parent = this.HeaderBand3;
            this.Text205.Page = this.if_sowing_hybrids;
            this.Text205.Parent = this.HeaderBand3;
            this.Text206.Page = this.if_sowing_hybrids;
            this.Text206.Parent = this.HeaderBand3;
            this.GroupHeaderBand3.Page = this.if_sowing_hybrids;
            this.GroupHeaderBand3.Parent = this.if_sowing_hybrids;
            this.DataBand3.Page = this.if_sowing_hybrids;
            this.DataBand3.Parent = this.if_sowing_hybrids;
            this.Text207.Page = this.if_sowing_hybrids;
            this.Text207.Parent = this.DataBand3;
            this.Text208.Page = this.if_sowing_hybrids;
            this.Text208.Parent = this.DataBand3;
            this.Text209.Page = this.if_sowing_hybrids;
            this.Text209.Parent = this.DataBand3;
            this.Text210.Page = this.if_sowing_hybrids;
            this.Text210.Parent = this.DataBand3;
            this.Text211.Page = this.if_sowing_hybrids;
            this.Text211.Parent = this.DataBand3;
            this.Text212.Page = this.if_sowing_hybrids;
            this.Text212.Parent = this.DataBand3;
            this.Text213.Page = this.if_sowing_hybrids;
            this.Text213.Parent = this.DataBand3;
            this.Text214.Page = this.if_sowing_hybrids;
            this.Text214.Parent = this.DataBand3;
            this.Text215.Page = this.if_sowing_hybrids;
            this.Text215.Parent = this.DataBand3;
            this.Text216.Page = this.if_sowing_hybrids;
            this.Text216.Parent = this.DataBand3;
            this.Text217.Page = this.if_sowing_hybrids;
            this.Text217.Parent = this.DataBand3;
            this.Text218.Page = this.if_sowing_hybrids;
            this.Text218.Parent = this.DataBand3;
            this.Text219.Page = this.if_sowing_hybrids;
            this.Text219.Parent = this.DataBand3;
            this.Text220.Page = this.if_sowing_hybrids;
            this.Text220.Parent = this.DataBand3;
            this.Text221.Page = this.if_sowing_hybrids;
            this.Text221.Parent = this.DataBand3;
            this.Text222.Page = this.if_sowing_hybrids;
            this.Text222.Parent = this.DataBand3;
            this.Text223.Page = this.if_sowing_hybrids;
            this.Text223.Parent = this.DataBand3;
            this.Text224.Page = this.if_sowing_hybrids;
            this.Text224.Parent = this.DataBand3;
            this.Text225.Page = this.if_sowing_hybrids;
            this.Text225.Parent = this.DataBand3;
            this.Text226.Page = this.if_sowing_hybrids;
            this.Text226.Parent = this.DataBand3;
            this.Text227.Page = this.if_sowing_hybrids;
            this.Text227.Parent = this.DataBand3;
            this.Text228.Page = this.if_sowing_hybrids;
            this.Text228.Parent = this.DataBand3;
            this.Text229.Page = this.if_sowing_hybrids;
            this.Text229.Parent = this.DataBand3;
            this.Text230.Page = this.if_sowing_hybrids;
            this.Text230.Parent = this.DataBand3;
            this.Text231.Page = this.if_sowing_hybrids;
            this.Text231.Parent = this.DataBand3;
            this.Text232.Page = this.if_sowing_hybrids;
            this.Text232.Parent = this.DataBand3;
            this.Text233.Page = this.if_sowing_hybrids;
            this.Text233.Parent = this.DataBand3;
            this.Text234.Page = this.if_sowing_hybrids;
            this.Text234.Parent = this.DataBand3;
            this.Text235.Page = this.if_sowing_hybrids;
            this.Text235.Parent = this.DataBand3;
            this.Text236.Page = this.if_sowing_hybrids;
            this.Text236.Parent = this.DataBand3;
            this.Text237.Page = this.if_sowing_hybrids;
            this.Text237.Parent = this.DataBand3;
            this.GroupFooterBand3.Page = this.if_sowing_hybrids;
            this.GroupFooterBand3.Parent = this.if_sowing_hybrids;
            this.Text238.Page = this.if_sowing_hybrids;
            this.Text238.Parent = this.GroupFooterBand3;
            this.Text239.Page = this.if_sowing_hybrids;
            this.Text239.Parent = this.GroupFooterBand3;
            this.Text240.Page = this.if_sowing_hybrids;
            this.Text240.Parent = this.GroupFooterBand3;
            this.Text241.Page = this.if_sowing_hybrids;
            this.Text241.Parent = this.GroupFooterBand3;
            this.Text242.Page = this.if_sowing_hybrids;
            this.Text242.Parent = this.GroupFooterBand3;
            this.Text243.Page = this.if_sowing_hybrids;
            this.Text243.Parent = this.GroupFooterBand3;
            this.Text244.Page = this.if_sowing_hybrids;
            this.Text244.Parent = this.GroupFooterBand3;
            this.Text245.Page = this.if_sowing_hybrids;
            this.Text245.Parent = this.GroupFooterBand3;
            this.Text246.Page = this.if_sowing_hybrids;
            this.Text246.Parent = this.GroupFooterBand3;
            this.Text247.Page = this.if_sowing_hybrids;
            this.Text247.Parent = this.GroupFooterBand3;
            this.Text248.Page = this.if_sowing_hybrids;
            this.Text248.Parent = this.GroupFooterBand3;
            this.Text249.Page = this.if_sowing_hybrids;
            this.Text249.Parent = this.GroupFooterBand3;
            this.Text250.Page = this.if_sowing_hybrids;
            this.Text250.Parent = this.GroupFooterBand3;
            this.Text251.Page = this.if_sowing_hybrids;
            this.Text251.Parent = this.GroupFooterBand3;
            this.Text252.Page = this.if_sowing_hybrids;
            this.Text252.Parent = this.GroupFooterBand3;
            this.Text253.Page = this.if_sowing_hybrids;
            this.Text253.Parent = this.GroupFooterBand3;
            this.Text254.Page = this.if_sowing_hybrids;
            this.Text254.Parent = this.GroupFooterBand3;
            this.Text255.Page = this.if_sowing_hybrids;
            this.Text255.Parent = this.GroupFooterBand3;
            this.Text256.Page = this.if_sowing_hybrids;
            this.Text256.Parent = this.GroupFooterBand3;
            this.Text257.Page = this.if_sowing_hybrids;
            this.Text257.Parent = this.GroupFooterBand3;
            this.Text258.Page = this.if_sowing_hybrids;
            this.Text258.Parent = this.GroupFooterBand3;
            this.Text259.Page = this.if_sowing_hybrids;
            this.Text259.Parent = this.GroupFooterBand3;
            this.Text260.Page = this.if_sowing_hybrids;
            this.Text260.Parent = this.GroupFooterBand3;
            this.Text261.Page = this.if_sowing_hybrids;
            this.Text261.Parent = this.GroupFooterBand3;
            this.Text262.Page = this.if_sowing_hybrids;
            this.Text262.Parent = this.GroupFooterBand3;
            this.Text263.Page = this.if_sowing_hybrids;
            this.Text263.Parent = this.GroupFooterBand3;
            this.if_others.Report = this;
            this.if_others.Watermark = this.if_others_Watermark;
            this.HeaderBand2.Page = this.if_others;
            this.HeaderBand2.Parent = this.if_others;
            this.Text85.Page = this.if_others;
            this.Text85.Parent = this.HeaderBand2;
            this.Text86.Page = this.if_others;
            this.Text86.Parent = this.HeaderBand2;
            this.Text88.Page = this.if_others;
            this.Text88.Parent = this.HeaderBand2;
            this.Text89.Page = this.if_others;
            this.Text89.Parent = this.HeaderBand2;
            this.Text90.Page = this.if_others;
            this.Text90.Parent = this.HeaderBand2;
            this.Text91.Page = this.if_others;
            this.Text91.Parent = this.HeaderBand2;
            this.Text92.Page = this.if_others;
            this.Text92.Parent = this.HeaderBand2;
            this.Text93.Page = this.if_others;
            this.Text93.Parent = this.HeaderBand2;
            this.Text94.Page = this.if_others;
            this.Text94.Parent = this.HeaderBand2;
            this.Text95.Page = this.if_others;
            this.Text95.Parent = this.HeaderBand2;
            this.Text96.Page = this.if_others;
            this.Text96.Parent = this.HeaderBand2;
            this.Text97.Page = this.if_others;
            this.Text97.Parent = this.HeaderBand2;
            this.Text98.Page = this.if_others;
            this.Text98.Parent = this.HeaderBand2;
            this.Text99.Page = this.if_others;
            this.Text99.Parent = this.HeaderBand2;
            this.Text100.Page = this.if_others;
            this.Text100.Parent = this.HeaderBand2;
            this.Text101.Page = this.if_others;
            this.Text101.Parent = this.HeaderBand2;
            this.Text102.Page = this.if_others;
            this.Text102.Parent = this.HeaderBand2;
            this.Text103.Page = this.if_others;
            this.Text103.Parent = this.HeaderBand2;
            this.Text104.Page = this.if_others;
            this.Text104.Parent = this.HeaderBand2;
            this.Text105.Page = this.if_others;
            this.Text105.Parent = this.HeaderBand2;
            this.Text106.Page = this.if_others;
            this.Text106.Parent = this.HeaderBand2;
            this.Text107.Page = this.if_others;
            this.Text107.Parent = this.HeaderBand2;
            this.Text108.Page = this.if_others;
            this.Text108.Parent = this.HeaderBand2;
            this.Text109.Page = this.if_others;
            this.Text109.Parent = this.HeaderBand2;
            this.InitializeComponent10();
        }
        
        public void InitializeComponent10()
        {
            this.Text110.Page = this.if_others;
            this.Text110.Parent = this.HeaderBand2;
            this.Text111.Page = this.if_others;
            this.Text111.Parent = this.HeaderBand2;
            this.Text112.Page = this.if_others;
            this.Text112.Parent = this.HeaderBand2;
            this.Text113.Page = this.if_others;
            this.Text113.Parent = this.HeaderBand2;
            this.Text114.Page = this.if_others;
            this.Text114.Parent = this.HeaderBand2;
            this.Text115.Page = this.if_others;
            this.Text115.Parent = this.HeaderBand2;
            this.Text116.Page = this.if_others;
            this.Text116.Parent = this.HeaderBand2;
            this.GroupHeaderBand2.Page = this.if_others;
            this.GroupHeaderBand2.Parent = this.if_others;
            this.DataBand2.Page = this.if_others;
            this.DataBand2.Parent = this.if_others;
            this.Text117.Page = this.if_others;
            this.Text117.Parent = this.DataBand2;
            this.Text118.Page = this.if_others;
            this.Text118.Parent = this.DataBand2;
            this.Text119.Page = this.if_others;
            this.Text119.Parent = this.DataBand2;
            this.Text120.Page = this.if_others;
            this.Text120.Parent = this.DataBand2;
            this.Text121.Page = this.if_others;
            this.Text121.Parent = this.DataBand2;
            this.Text122.Page = this.if_others;
            this.Text122.Parent = this.DataBand2;
            this.Text123.Page = this.if_others;
            this.Text123.Parent = this.DataBand2;
            this.Text124.Page = this.if_others;
            this.Text124.Parent = this.DataBand2;
            this.Text125.Page = this.if_others;
            this.Text125.Parent = this.DataBand2;
            this.Text126.Page = this.if_others;
            this.Text126.Parent = this.DataBand2;
            this.Text127.Page = this.if_others;
            this.Text127.Parent = this.DataBand2;
            this.Text128.Page = this.if_others;
            this.Text128.Parent = this.DataBand2;
            this.Text129.Page = this.if_others;
            this.Text129.Parent = this.DataBand2;
            this.Text130.Page = this.if_others;
            this.Text130.Parent = this.DataBand2;
            this.Text131.Page = this.if_others;
            this.Text131.Parent = this.DataBand2;
            this.Text132.Page = this.if_others;
            this.Text132.Parent = this.DataBand2;
            this.Text133.Page = this.if_others;
            this.Text133.Parent = this.DataBand2;
            this.Text134.Page = this.if_others;
            this.Text134.Parent = this.DataBand2;
            this.Text135.Page = this.if_others;
            this.Text135.Parent = this.DataBand2;
            this.Text136.Page = this.if_others;
            this.Text136.Parent = this.DataBand2;
            this.Text137.Page = this.if_others;
            this.Text137.Parent = this.DataBand2;
            this.Text138.Page = this.if_others;
            this.Text138.Parent = this.DataBand2;
            this.Text139.Page = this.if_others;
            this.Text139.Parent = this.DataBand2;
            this.Text140.Page = this.if_others;
            this.Text140.Parent = this.DataBand2;
            this.Text141.Page = this.if_others;
            this.Text141.Parent = this.DataBand2;
            this.Text142.Page = this.if_others;
            this.Text142.Parent = this.DataBand2;
            this.Text143.Page = this.if_others;
            this.Text143.Parent = this.DataBand2;
            this.Text144.Page = this.if_others;
            this.Text144.Parent = this.DataBand2;
            this.Text145.Page = this.if_others;
            this.Text145.Parent = this.DataBand2;
            this.GroupFooterBand2.Page = this.if_others;
            this.GroupFooterBand2.Parent = this.if_others;
            this.Text147.Page = this.if_others;
            this.Text147.Parent = this.GroupFooterBand2;
            this.Text148.Page = this.if_others;
            this.Text148.Parent = this.GroupFooterBand2;
            this.Text149.Page = this.if_others;
            this.Text149.Parent = this.GroupFooterBand2;
            this.Text150.Page = this.if_others;
            this.Text150.Parent = this.GroupFooterBand2;
            this.Text151.Page = this.if_others;
            this.Text151.Parent = this.GroupFooterBand2;
            this.Text152.Page = this.if_others;
            this.Text152.Parent = this.GroupFooterBand2;
            this.Text153.Page = this.if_others;
            this.Text153.Parent = this.GroupFooterBand2;
            this.Text154.Page = this.if_others;
            this.Text154.Parent = this.GroupFooterBand2;
            this.Text155.Page = this.if_others;
            this.Text155.Parent = this.GroupFooterBand2;
            this.Text156.Page = this.if_others;
            this.Text156.Parent = this.GroupFooterBand2;
            this.Text157.Page = this.if_others;
            this.Text157.Parent = this.GroupFooterBand2;
            this.Text158.Page = this.if_others;
            this.Text158.Parent = this.GroupFooterBand2;
            this.Text159.Page = this.if_others;
            this.Text159.Parent = this.GroupFooterBand2;
            this.Text160.Page = this.if_others;
            this.Text160.Parent = this.GroupFooterBand2;
            this.Text161.Page = this.if_others;
            this.Text161.Parent = this.GroupFooterBand2;
            this.Text162.Page = this.if_others;
            this.Text162.Parent = this.GroupFooterBand2;
            this.Text163.Page = this.if_others;
            this.Text163.Parent = this.GroupFooterBand2;
            this.Text164.Page = this.if_others;
            this.Text164.Parent = this.GroupFooterBand2;
            this.Text165.Page = this.if_others;
            this.Text165.Parent = this.GroupFooterBand2;
            this.Text166.Page = this.if_others;
            this.Text166.Parent = this.GroupFooterBand2;
            this.Text167.Page = this.if_others;
            this.Text167.Parent = this.GroupFooterBand2;
            this.Text168.Page = this.if_others;
            this.Text168.Parent = this.GroupFooterBand2;
            this.DataBand4.Page = this.if_others;
            this.DataBand4.Parent = this.if_others;
            this.if_others_hybrids.Report = this;
            this.if_others_hybrids.Watermark = this.if_others_hybrids_Watermark;
            this.HeaderBand4.Page = this.if_others_hybrids;
            this.HeaderBand4.Parent = this.if_others_hybrids;
            this.Text265.Page = this.if_others_hybrids;
            this.Text265.Parent = this.HeaderBand4;
            this.Text266.Page = this.if_others_hybrids;
            this.Text266.Parent = this.HeaderBand4;
            this.Text267.Page = this.if_others_hybrids;
            this.Text267.Parent = this.HeaderBand4;
            this.Text268.Page = this.if_others_hybrids;
            this.Text268.Parent = this.HeaderBand4;
            this.Text269.Page = this.if_others_hybrids;
            this.Text269.Parent = this.HeaderBand4;
            this.Text270.Page = this.if_others_hybrids;
            this.Text270.Parent = this.HeaderBand4;
            this.Text271.Page = this.if_others_hybrids;
            this.Text271.Parent = this.HeaderBand4;
            this.Text272.Page = this.if_others_hybrids;
            this.Text272.Parent = this.HeaderBand4;
            this.Text273.Page = this.if_others_hybrids;
            this.Text273.Parent = this.HeaderBand4;
            this.Text274.Page = this.if_others_hybrids;
            this.Text274.Parent = this.HeaderBand4;
            this.Text275.Page = this.if_others_hybrids;
            this.Text275.Parent = this.HeaderBand4;
            this.Text276.Page = this.if_others_hybrids;
            this.Text276.Parent = this.HeaderBand4;
            this.Text277.Page = this.if_others_hybrids;
            this.Text277.Parent = this.HeaderBand4;
            this.Text278.Page = this.if_others_hybrids;
            this.Text278.Parent = this.HeaderBand4;
            this.Text279.Page = this.if_others_hybrids;
            this.Text279.Parent = this.HeaderBand4;
            this.Text280.Page = this.if_others_hybrids;
            this.Text280.Parent = this.HeaderBand4;
            this.Text281.Page = this.if_others_hybrids;
            this.Text281.Parent = this.HeaderBand4;
            this.Text282.Page = this.if_others_hybrids;
            this.Text282.Parent = this.HeaderBand4;
            this.Text283.Page = this.if_others_hybrids;
            this.Text283.Parent = this.HeaderBand4;
            this.Text284.Page = this.if_others_hybrids;
            this.Text284.Parent = this.HeaderBand4;
            this.Text285.Page = this.if_others_hybrids;
            this.Text285.Parent = this.HeaderBand4;
            this.Text286.Page = this.if_others_hybrids;
            this.Text286.Parent = this.HeaderBand4;
            this.Text287.Page = this.if_others_hybrids;
            this.Text287.Parent = this.HeaderBand4;
            this.Text288.Page = this.if_others_hybrids;
            this.Text288.Parent = this.HeaderBand4;
            this.Text289.Page = this.if_others_hybrids;
            this.Text289.Parent = this.HeaderBand4;
            this.Text290.Page = this.if_others_hybrids;
            this.Text290.Parent = this.HeaderBand4;
            this.Text291.Page = this.if_others_hybrids;
            this.Text291.Parent = this.HeaderBand4;
            this.Text292.Page = this.if_others_hybrids;
            this.Text292.Parent = this.HeaderBand4;
            this.Text293.Page = this.if_others_hybrids;
            this.Text293.Parent = this.HeaderBand4;
            this.Text294.Page = this.if_others_hybrids;
            this.Text294.Parent = this.HeaderBand4;
            this.Text295.Page = this.if_others_hybrids;
            this.Text295.Parent = this.HeaderBand4;
            this.GroupHeaderBand4.Page = this.if_others_hybrids;
            this.GroupHeaderBand4.Parent = this.if_others_hybrids;
            this.DataBand5.Page = this.if_others_hybrids;
            this.DataBand5.Parent = this.if_others_hybrids;
            this.Text296.Page = this.if_others_hybrids;
            this.Text296.Parent = this.DataBand5;
            this.Text297.Page = this.if_others_hybrids;
            this.Text297.Parent = this.DataBand5;
            this.Text298.Page = this.if_others_hybrids;
            this.Text298.Parent = this.DataBand5;
            this.Text299.Page = this.if_others_hybrids;
            this.Text299.Parent = this.DataBand5;
            this.Text300.Page = this.if_others_hybrids;
            this.Text300.Parent = this.DataBand5;
            this.Text301.Page = this.if_others_hybrids;
            this.Text301.Parent = this.DataBand5;
            this.Text302.Page = this.if_others_hybrids;
            this.Text302.Parent = this.DataBand5;
            this.Text303.Page = this.if_others_hybrids;
            this.Text303.Parent = this.DataBand5;
            this.Text304.Page = this.if_others_hybrids;
            this.Text304.Parent = this.DataBand5;
            this.Text305.Page = this.if_others_hybrids;
            this.Text305.Parent = this.DataBand5;
            this.Text306.Page = this.if_others_hybrids;
            this.Text306.Parent = this.DataBand5;
            this.Text307.Page = this.if_others_hybrids;
            this.Text307.Parent = this.DataBand5;
            this.Text308.Page = this.if_others_hybrids;
            this.Text308.Parent = this.DataBand5;
            this.Text309.Page = this.if_others_hybrids;
            this.Text309.Parent = this.DataBand5;
            this.Text310.Page = this.if_others_hybrids;
            this.Text310.Parent = this.DataBand5;
            this.Text311.Page = this.if_others_hybrids;
            this.Text311.Parent = this.DataBand5;
            this.Text312.Page = this.if_others_hybrids;
            this.Text312.Parent = this.DataBand5;
            this.Text313.Page = this.if_others_hybrids;
            this.Text313.Parent = this.DataBand5;
            this.Text314.Page = this.if_others_hybrids;
            this.Text314.Parent = this.DataBand5;
            this.Text315.Page = this.if_others_hybrids;
            this.Text315.Parent = this.DataBand5;
            this.Text316.Page = this.if_others_hybrids;
            this.Text316.Parent = this.DataBand5;
            this.Text317.Page = this.if_others_hybrids;
            this.Text317.Parent = this.DataBand5;
            this.Text318.Page = this.if_others_hybrids;
            this.Text318.Parent = this.DataBand5;
            this.Text319.Page = this.if_others_hybrids;
            this.Text319.Parent = this.DataBand5;
            this.Text320.Page = this.if_others_hybrids;
            this.Text320.Parent = this.DataBand5;
            this.Text321.Page = this.if_others_hybrids;
            this.Text321.Parent = this.DataBand5;
            this.Text322.Page = this.if_others_hybrids;
            this.Text322.Parent = this.DataBand5;
            this.Text323.Page = this.if_others_hybrids;
            this.Text323.Parent = this.DataBand5;
            this.Text324.Page = this.if_others_hybrids;
            this.Text324.Parent = this.DataBand5;
            this.GroupFooterBand4.Page = this.if_others_hybrids;
            this.GroupFooterBand4.Parent = this.if_others_hybrids;
            this.Text325.Page = this.if_others_hybrids;
            this.Text325.Parent = this.GroupFooterBand4;
            this.Text326.Page = this.if_others_hybrids;
            this.Text326.Parent = this.GroupFooterBand4;
            this.Text327.Page = this.if_others_hybrids;
            this.Text327.Parent = this.GroupFooterBand4;
            this.Text328.Page = this.if_others_hybrids;
            this.Text328.Parent = this.GroupFooterBand4;
            this.Text329.Page = this.if_others_hybrids;
            this.Text329.Parent = this.GroupFooterBand4;
            this.Text330.Page = this.if_others_hybrids;
            this.Text330.Parent = this.GroupFooterBand4;
            this.Text331.Page = this.if_others_hybrids;
            this.Text331.Parent = this.GroupFooterBand4;
            this.Text332.Page = this.if_others_hybrids;
            this.Text332.Parent = this.GroupFooterBand4;
            this.Text333.Page = this.if_others_hybrids;
            this.Text333.Parent = this.GroupFooterBand4;
            this.Text334.Page = this.if_others_hybrids;
            this.Text334.Parent = this.GroupFooterBand4;
            this.Text335.Page = this.if_others_hybrids;
            this.Text335.Parent = this.GroupFooterBand4;
            this.Text336.Page = this.if_others_hybrids;
            this.Text336.Parent = this.GroupFooterBand4;
            this.Text337.Page = this.if_others_hybrids;
            this.Text337.Parent = this.GroupFooterBand4;
            this.Text338.Page = this.if_others_hybrids;
            this.Text338.Parent = this.GroupFooterBand4;
            this.Text339.Page = this.if_others_hybrids;
            this.Text339.Parent = this.GroupFooterBand4;
            this.Text340.Page = this.if_others_hybrids;
            this.Text340.Parent = this.GroupFooterBand4;
            this.Text341.Page = this.if_others_hybrids;
            this.Text341.Parent = this.GroupFooterBand4;
            this.Text342.Page = this.if_others_hybrids;
            this.Text342.Parent = this.GroupFooterBand4;
            this.Text343.Page = this.if_others_hybrids;
            this.Text343.Parent = this.GroupFooterBand4;
            this.Text344.Page = this.if_others_hybrids;
            this.Text344.Parent = this.GroupFooterBand4;
            this.Text345.Page = this.if_others_hybrids;
            this.Text345.Parent = this.GroupFooterBand4;
            this.Text346.Page = this.if_others_hybrids;
            this.Text346.Parent = this.GroupFooterBand4;
            this.DataBand6.Page = this.if_others_hybrids;
            this.DataBand6.Parent = this.if_others_hybrids;
            this.Form1.Report = this;
            this.ButtonControl1.Page = this.Form1;
            this.ButtonControl1.Parent = this.Form1;
            this.ButtonControl2.Page = this.Form1;
            this.ButtonControl2.Parent = this.Form1;
            this.LabelControl2.Page = this.Form1;
            this.LabelControl2.Parent = this.Form1;
            this.ComboBoxControl1.Page = this.Form1;
            this.ComboBoxControl1.Parent = this.Form1;
            this.ComboBoxControl2.Page = this.Form1;
            this.ComboBoxControl2.Parent = this.Form1;
            this.LabelControl1.Page = this.Form1;
            this.LabelControl1.Parent = this.Form1;
            this.LabelControl3.Page = this.Form1;
            this.LabelControl3.Parent = this.Form1;
            this.ComboBoxControl3.Page = this.Form1;
            this.ComboBoxControl3.Parent = this.Form1;
            this.PictureBoxControl2.Page = this.Form1;
            this.PictureBoxControl2.Parent = this.Form1;
            this.ComboBoxControl4.Page = this.Form1;
            this.ComboBoxControl4.Parent = this.Form1;
            this.LabelControl4.Page = this.Form1;
            this.LabelControl4.Parent = this.Form1;
            this.TextBoxControl1.Page = this.Form1;
            this.TextBoxControl1.Parent = this.Form1;
            this.TextBoxControl2.Page = this.Form1;
            this.TextBoxControl2.Parent = this.Form1;
            this.LabelControl5.Page = this.Form1;
            this.LabelControl5.Parent = this.Form1;
            this.LabelControl6.Page = this.Form1;
            this.LabelControl6.Parent = this.Form1;
            this.LabelControl7.Page = this.Form1;
            this.LabelControl7.Parent = this.Form1;
            this.ComboBoxControl5.Page = this.Form1;
            this.ComboBoxControl5.Parent = this.Form1;
            this.LabelControl8.Page = this.Form1;
            this.LabelControl8.Parent = this.Form1;
            this.ComboBoxControl6.Page = this.Form1;
            this.ComboBoxControl6.Parent = this.Form1;
            this.RadioButtonControl1.Page = this.Form1;
            this.RadioButtonControl1.Parent = this.Form1;
            this.RadioButtonControl2.Page = this.Form1;
            this.RadioButtonControl2.Parent = this.Form1;
            this.GroupHeaderBand1.BeginRender += new System.EventHandler(this.GroupHeaderBand1__BeginRender);
            this.GroupHeaderBand1.EndRender += new System.EventHandler(this.GroupHeaderBand1__EndRender);
            this.GroupHeaderBand3.BeginRender += new System.EventHandler(this.GroupHeaderBand3__BeginRender);
            this.GroupHeaderBand3.EndRender += new System.EventHandler(this.GroupHeaderBand3__EndRender);
            this.GroupHeaderBand2.BeginRender += new System.EventHandler(this.GroupHeaderBand2__BeginRender);
            this.GroupHeaderBand2.EndRender += new System.EventHandler(this.GroupHeaderBand2__EndRender);
            this.GroupHeaderBand4.BeginRender += new System.EventHandler(this.GroupHeaderBand4__BeginRender);
            this.GroupHeaderBand4.EndRender += new System.EventHandler(this.GroupHeaderBand4__EndRender);
            this.GroupHeaderBand1.Rendering += new System.EventHandler(this.GroupHeaderBand1__Rendering);
            this.DataBand1.Rendering += new System.EventHandler(this.DataBand1__Rendering);
            this.GroupHeaderBand3.Rendering += new System.EventHandler(this.GroupHeaderBand3__Rendering);
            this.GroupHeaderBand2.Rendering += new System.EventHandler(this.GroupHeaderBand2__Rendering);
            this.GroupHeaderBand4.Rendering += new System.EventHandler(this.GroupHeaderBand4__Rendering);
            this.AggregateFunctions = new object[] {
                    this.Text34_Avg,
                    this.Text20_Avg,
                    this.Text51_Avg,
                    this.Text53_Avg,
                    this.Text65_Avg,
                    this.Text66_Avg,
                    this.Text67_Avg,
                    this.Text68_Avg,
                    this.Text69_Avg,
                    this.Text70_Avg,
                    this.Text71_Avg,
                    this.Text72_Avg,
                    this.Text73_Avg,
                    this.Text74_Avg,
                    this.Text75_Avg,
                    this.Text174_Avg,
                    this.Text348_Avg,
                    this.Text349_Avg,
                    this.Text350_Avg,
                    this.Text351_Avg,
                    this.Text352_Avg,
                    this.Text353_Avg,
                    this.Text362_Avg,
                    this.Text240_Avg,
                    this.Text241_Avg,
                    this.Text242_Avg,
                    this.Text243_Avg,
                    this.Text244_Avg,
                    this.Text245_Avg,
                    this.Text246_Avg,
                    this.Text247_Avg,
                    this.Text248_Avg,
                    this.Text249_Avg,
                    this.Text250_Avg,
                    this.Text251_Avg,
                    this.Text252_Avg,
                    this.Text253_Avg,
                    this.Text263_Avg,
                    this.Text217_Avg,
                    this.Text149_Avg,
                    this.Text150_Avg,
                    this.Text151_Avg,
                    this.Text152_Avg,
                    this.Text153_Avg,
                    this.Text154_Avg,
                    this.Text155_Avg,
                    this.Text156_Avg,
                    this.Text157_Avg,
                    this.Text158_Avg,
                    this.Text159_Avg,
                    this.Text160_Avg,
                    this.Text161_Avg,
                    this.Text162_Avg,
                    this.Text327_Avg,
                    this.Text328_Avg,
                    this.Text329_Avg,
                    this.Text330_Avg,
                    this.Text331_Avg,
                    this.Text332_Avg,
                    this.Text333_Avg,
                    this.Text334_Avg,
                    this.Text335_Avg,
                    this.Text336_Avg,
                    this.Text337_Avg,
                    this.Text338_Avg,
                    this.Text339_Avg,
                    this.Text340_Avg,
                    this.Text306_Avg};
            // 
            // Add to HeaderBand1.Components
            // 
            this.HeaderBand1.Components.Clear();
            this.HeaderBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text2,
                        this.Text48,
                        this.Text45,
                        this.Text24,
                        this.Text16,
                        this.Text18,
                        this.Text22,
                        this.Text23,
                        this.Text33,
                        this.Text21,
                        this.Text7,
                        this.Text26,
                        this.Text32,
                        this.Text40,
                        this.Text35,
                        this.Text36,
                        this.Text37,
                        this.Text9,
                        this.Text28,
                        this.Text1,
                        this.Text6,
                        this.Text42,
                        this.Text50,
                        this.Text11,
                        this.Text13,
                        this.Text57,
                        this.Text59,
                        this.Text61,
                        this.Text63,
                        this.Text38,
                        this.Text81,
                        this.Text169,
                        this.Text170});
            // 
            // Add to DataBand1.Components
            // 
            this.DataBand1.Components.Clear();
            this.DataBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text8,
                        this.Text12,
                        this.Text14,
                        this.Text15,
                        this.Text17,
                        this.Text19,
                        this.Text25,
                        this.Text27,
                        this.Text30,
                        this.Text31,
                        this.Text34,
                        this.Text41,
                        this.Text46,
                        this.Text49,
                        this.Text44,
                        this.Text29,
                        this.Text5,
                        this.Text39,
                        this.Text43,
                        this.Text54,
                        this.Text55,
                        this.Text4,
                        this.Text56,
                        this.Text58,
                        this.Text60,
                        this.Text62,
                        this.Text64,
                        this.Text82,
                        this.Text84,
                        this.Text47,
                        this.Text146});
            // 
            // Add to GroupFooterBand1.Components
            // 
            this.GroupFooterBand1.Components.Clear();
            this.GroupFooterBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text3,
                        this.Text10,
                        this.Text20,
                        this.Text51,
                        this.Text53,
                        this.Text65,
                        this.Text66,
                        this.Text67,
                        this.Text68,
                        this.Text69,
                        this.Text70,
                        this.Text71,
                        this.Text72,
                        this.Text73,
                        this.Text74,
                        this.Text75,
                        this.Text52,
                        this.Text76,
                        this.Text77,
                        this.Text78,
                        this.Text79,
                        this.Text80,
                        this.Text171,
                        this.Text172,
                        this.Text173,
                        this.Text174,
                        this.Text83,
                        this.Text264,
                        this.Text347,
                        this.Text348,
                        this.Text349,
                        this.Text350,
                        this.Text351,
                        this.Text352,
                        this.Text353,
                        this.Text354,
                        this.Text355,
                        this.Text356,
                        this.Text357,
                        this.Text358,
                        this.Text359,
                        this.Text360,
                        this.Text361,
                        this.Text362,
                        this.Text363});
            // 
            // Add to if_sowing.Components
            // 
            this.if_sowing.Components.Clear();
            this.if_sowing.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.HeaderBand1,
                        this.GroupHeaderBand1,
                        this.DataBand1,
                        this.GroupFooterBand1});
            // 
            // Add to HeaderBand3.Components
            // 
            this.HeaderBand3.Components.Clear();
            this.HeaderBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text87,
                        this.Text175,
                        this.Text176,
                        this.Text177,
                        this.Text178,
                        this.Text179,
                        this.Text180,
                        this.Text181,
                        this.Text182,
                        this.Text183,
                        this.Text184,
                        this.Text185,
                        this.Text186,
                        this.Text187,
                        this.Text188,
                        this.Text189,
                        this.Text190,
                        this.Text191,
                        this.Text192,
                        this.Text193,
                        this.Text194,
                        this.Text195,
                        this.Text196,
                        this.Text197,
                        this.Text198,
                        this.Text199,
                        this.Text200,
                        this.Text201,
                        this.Text202,
                        this.Text203,
                        this.Text204,
                        this.Text205,
                        this.Text206});
            // 
            // Add to DataBand3.Components
            // 
            this.DataBand3.Components.Clear();
            this.DataBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text207,
                        this.Text208,
                        this.Text209,
                        this.Text210,
                        this.Text211,
                        this.Text212,
                        this.Text213,
                        this.Text214,
                        this.Text215,
                        this.Text216,
                        this.Text217,
                        this.Text218,
                        this.Text219,
                        this.Text220,
                        this.Text221,
                        this.Text222,
                        this.Text223,
                        this.Text224,
                        this.Text225,
                        this.Text226,
                        this.Text227,
                        this.Text228,
                        this.Text229,
                        this.Text230,
                        this.Text231,
                        this.Text232,
                        this.Text233,
                        this.Text234,
                        this.Text235,
                        this.Text236,
                        this.Text237});
            // 
            // Add to GroupFooterBand3.Components
            // 
            this.GroupFooterBand3.Components.Clear();
            this.GroupFooterBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text238,
                        this.Text239,
                        this.Text240,
                        this.Text241,
                        this.Text242,
                        this.Text243,
                        this.Text244,
                        this.Text245,
                        this.Text246,
                        this.Text247,
                        this.Text248,
                        this.Text249,
                        this.Text250,
                        this.Text251,
                        this.Text252,
                        this.Text253,
                        this.Text254,
                        this.Text255,
                        this.Text256,
                        this.Text257,
                        this.Text258,
                        this.Text259,
                        this.Text260,
                        this.Text261,
                        this.Text262,
                        this.Text263});
            // 
            // Add to if_sowing_hybrids.Components
            // 
            this.if_sowing_hybrids.Components.Clear();
            this.if_sowing_hybrids.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.HeaderBand3,
                        this.GroupHeaderBand3,
                        this.DataBand3,
                        this.GroupFooterBand3});
            // 
            // Add to HeaderBand2.Components
            // 
            this.HeaderBand2.Components.Clear();
            this.HeaderBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text85,
                        this.Text86,
                        this.Text88,
                        this.Text89,
                        this.Text90,
                        this.Text91,
                        this.Text92,
                        this.Text93,
                        this.Text94,
                        this.Text95,
                        this.Text96,
                        this.Text97,
                        this.Text98,
                        this.Text99,
                        this.Text100,
                        this.Text101,
                        this.Text102,
                        this.Text103,
                        this.Text104,
                        this.Text105,
                        this.Text106,
                        this.Text107,
                        this.Text108,
                        this.Text109,
                        this.Text110,
                        this.Text111,
                        this.Text112,
                        this.Text113,
                        this.Text114,
                        this.Text115,
                        this.Text116});
            // 
            // Add to DataBand2.Components
            // 
            this.DataBand2.Components.Clear();
            this.DataBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text117,
                        this.Text118,
                        this.Text119,
                        this.Text120,
                        this.Text121,
                        this.Text122,
                        this.Text123,
                        this.Text124,
                        this.Text125,
                        this.Text126,
                        this.Text127,
                        this.Text128,
                        this.Text129,
                        this.Text130,
                        this.Text131,
                        this.Text132,
                        this.Text133,
                        this.Text134,
                        this.Text135,
                        this.Text136,
                        this.Text137,
                        this.Text138,
                        this.Text139,
                        this.Text140,
                        this.Text141,
                        this.Text142,
                        this.Text143,
                        this.Text144,
                        this.Text145});
            // 
            // Add to GroupFooterBand2.Components
            // 
            this.GroupFooterBand2.Components.Clear();
            this.GroupFooterBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text147,
                        this.Text148,
                        this.Text149,
                        this.Text150,
                        this.Text151,
                        this.Text152,
                        this.Text153,
                        this.Text154,
                        this.Text155,
                        this.Text156,
                        this.Text157,
                        this.Text158,
                        this.Text159,
                        this.Text160,
                        this.Text161,
                        this.Text162,
                        this.Text163,
                        this.Text164,
                        this.Text165,
                        this.Text166,
                        this.Text167,
                        this.Text168});
            // 
            // Add to if_others.Components
            // 
            this.if_others.Components.Clear();
            this.if_others.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.HeaderBand2,
                        this.GroupHeaderBand2,
                        this.DataBand2,
                        this.GroupFooterBand2,
                        this.DataBand4});
            // 
            // Add to HeaderBand4.Components
            // 
            this.HeaderBand4.Components.Clear();
            this.HeaderBand4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text265,
                        this.Text266,
                        this.Text267,
                        this.Text268,
                        this.Text269,
                        this.Text270,
                        this.Text271,
                        this.Text272,
                        this.Text273,
                        this.Text274,
                        this.Text275,
                        this.Text276,
                        this.Text277,
                        this.Text278,
                        this.Text279,
                        this.Text280,
                        this.Text281,
                        this.Text282,
                        this.Text283,
                        this.Text284,
                        this.Text285,
                        this.Text286,
                        this.Text287,
                        this.Text288,
                        this.Text289,
                        this.Text290,
                        this.Text291,
                        this.Text292,
                        this.Text293,
                        this.Text294,
                        this.Text295});
            // 
            // Add to DataBand5.Components
            // 
            this.DataBand5.Components.Clear();
            this.DataBand5.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text296,
                        this.Text297,
                        this.Text298,
                        this.Text299,
                        this.Text300,
                        this.Text301,
                        this.Text302,
                        this.Text303,
                        this.Text304,
                        this.Text305,
                        this.Text306,
                        this.Text307,
                        this.Text308,
                        this.Text309,
                        this.Text310,
                        this.Text311,
                        this.Text312,
                        this.Text313,
                        this.Text314,
                        this.Text315,
                        this.Text316,
                        this.Text317,
                        this.Text318,
                        this.Text319,
                        this.Text320,
                        this.Text321,
                        this.Text322,
                        this.Text323,
                        this.Text324});
            // 
            // Add to GroupFooterBand4.Components
            // 
            this.GroupFooterBand4.Components.Clear();
            this.GroupFooterBand4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text325,
                        this.Text326,
                        this.Text327,
                        this.Text328,
                        this.Text329,
                        this.Text330,
                        this.Text331,
                        this.Text332,
                        this.Text333,
                        this.Text334,
                        this.Text335,
                        this.Text336,
                        this.Text337,
                        this.Text338,
                        this.Text339,
                        this.Text340,
                        this.Text341,
                        this.Text342,
                        this.Text343,
                        this.Text344,
                        this.Text345,
                        this.Text346});
            // 
            // Add to if_others_hybrids.Components
            // 
            this.if_others_hybrids.Components.Clear();
            this.if_others_hybrids.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.HeaderBand4,
                        this.GroupHeaderBand4,
                        this.DataBand5,
                        this.GroupFooterBand4,
                        this.DataBand6});
            this.ComboBoxControl6.Items.Clear();
            this.ComboBoxControl6.Items.AddRange(new System.String[] {
                        "=",
                        "Like"});
            // 
            // Add to Form1.Components
            // 
            this.Form1.Components.Clear();
            this.Form1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.ButtonControl1,
                        this.ButtonControl2,
                        this.LabelControl2,
                        this.ComboBoxControl1,
                        this.ComboBoxControl2,
                        this.LabelControl1,
                        this.LabelControl3,
                        this.ComboBoxControl3,
                        this.PictureBoxControl2,
                        this.ComboBoxControl4,
                        this.LabelControl4,
                        this.TextBoxControl1,
                        this.TextBoxControl2,
                        this.LabelControl5,
                        this.LabelControl6,
                        this.LabelControl7,
                        this.ComboBoxControl5,
                        this.LabelControl8,
                        this.ComboBoxControl6,
                        this.RadioButtonControl1,
                        this.RadioButtonControl2});
            // 
            // Add to Pages
            // 
            this.Pages.Clear();
            this.Pages.AddRange(new Stimulsoft.Report.Components.StiPage[] {
                        this.if_sowing,
                        this.if_sowing_hybrids,
                        this.if_others,
                        this.if_others_hybrids,
                        this.Form1});
            this.data.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("brix", "brix", "brix", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("cavity_diameter", "cavity_diameter", "cavity_diameter", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("date_harvest", "date_harvest", "date_harvest", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("date_pol", "date_pol", "date_pol", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("date_sowing", "date_sowing", "date_sowing", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("FFFd", "FFFd", "FFFd", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("firmness_ext", "firmness_ext", "firmness_ext", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("firmness_flesh", "firmness_flesh", "firmness_flesh", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_a", "flesh_color_a", "flesh_color_a", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_b", "flesh_color_b", "flesh_color_b", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_L", "flesh_color_L", "flesh_color_L", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_color_a", "fruit_color_a", "fruit_color_a", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_color_b", "fruit_color_b", "fruit_color_b", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_color_L", "fruit_color_L", "fruit_color_L", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_id", "fruit_id", "fruit_id", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_length", "fruit_length", "fruit_length", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_weight", "fruit_weight", "fruit_weight", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_width", "fruit_width", "fruit_width", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("genealogy", "genealogy", "genealogy", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Gnfp", "Gnfp", "Gnfp", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("name", "name", "name", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("num_plant", "num_plant", "num_plant", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ph", "ph", "ph", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("plot_no", "plot_no", "plot_no", typeof(short)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("project_name", "project_name", "project_name", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("seed_lot", "seed_lot", "seed_lot", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("seed_source", "seed_source", "seed_source", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("selection", "selection", "selection", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("sex_type", "sex_type", "sex_type", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("sowing_to_harvest", "sowing_to_harvest", "sowing_to_harvest", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MXab", "MXab", "MXab", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("sachet_semis", "sachet_semis", "sachet_semis", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("sachet_semis_num", "sachet_semis_num", "sachet_semis_num", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_L_2", "flesh_color_L_2", "flesh_color_L_2", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_a_2", "flesh_color_a_2", "flesh_color_a_2", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_b_2", "flesh_color_b_2", "flesh_color_b_2", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("firmness_flesh_2", "firmness_flesh_2", "firmness_flesh_2", typeof(decimal))});
            this.DataSources.Add(this.data);
            this.locations.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("name", "name", "name", typeof(string))});
            this.DataSources.Add(this.locations);
            this.names.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("alt_names", "alt_names", "alt_names", typeof(string))});
            this.DataSources.Add(this.names);
            this.projects.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("project_name", "project_name", "project_name", typeof(string))});
            this.DataSources.Add(this.projects);
            this.years.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("year", "year", "year", typeof(short))});
            this.DataSources.Add(this.years);
            this.sowings.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("name", "name", "name", typeof(string))});
            this.DataSources.Add(this.sowings);
            this.data_hybrids.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("seed_lot", "seed_lot", "seed_lot", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("seed_source", "seed_source", "seed_source", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("selection", "selection", "selection", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("plot_no", "plot_no", "plot_no", typeof(short)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("name", "name", "name", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("genealogy", "genealogy", "genealogy", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("project_name", "project_name", "project_name", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("date_pol", "date_pol", "date_pol", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("num_plant", "num_plant", "num_plant", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_id", "fruit_id", "fruit_id", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("date_sowing", "date_sowing", "date_sowing", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("date_harvest", "date_harvest", "date_harvest", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("FFFd", "FFFd", "FFFd", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Gnfp", "Gnfp", "Gnfp", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("sowing_to_harvest", "sowing_to_harvest", "sowing_to_harvest", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_weight", "fruit_weight", "fruit_weight", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_length", "fruit_length", "fruit_length", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_width", "fruit_width", "fruit_width", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_color_L", "fruit_color_L", "fruit_color_L", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_color_a", "fruit_color_a", "fruit_color_a", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("fruit_color_b", "fruit_color_b", "fruit_color_b", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_L", "flesh_color_L", "flesh_color_L", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_a", "flesh_color_a", "flesh_color_a", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_b", "flesh_color_b", "flesh_color_b", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("firmness_ext", "firmness_ext", "firmness_ext", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("firmness_flesh", "firmness_flesh", "firmness_flesh", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("cavity_diameter", "cavity_diameter", "cavity_diameter", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("brix", "brix", "brix", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ph", "ph", "ph", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("sex_type", "sex_type", "sex_type", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MXab", "MXab", "MXab", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_L_2", "flesh_color_L_2", "flesh_color_L_2", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_a_2", "flesh_color_a_2", "flesh_color_a_2", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("flesh_color_b_2", "flesh_color_b_2", "flesh_color_b_2", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("firmness_flesh_2", "firmness_flesh_2", "firmness_flesh_2", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("sachet_semis_num", "sachet_semis_num", "sachet_semis_num", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("sachet_semis", "sachet_semis", "sachet_semis", typeof(string))});
            this.DataSources.Add(this.data_hybrids);
            this.Dictionary.Databases.Add(new Stimulsoft.Report.Dictionary.StiOleDbDatabase("synergene_old", "", "Provider=SQLOLEDB.1;Password=hmcl2613;Persist Security Info=True;User ID=synergen" +
"e_users;Initial Catalog=synergene;Data Source=SYNERGENE", false));
            this.Dictionary.Databases.Add(new Stimulsoft.Report.Dictionary.StiSqlDatabase("synergene", "", "Password=hmcl2613;Persist Security Info=True;User ID=synergene_users;Initial Cata" +
"log=synergene;Data Source=SYNERGENE", false));
            this.data.Connecting += new System.EventHandler(this.Getdata_SqlCommand);
            this.locations.Connecting += new System.EventHandler(this.Getlocations_SqlCommand);
            this.names.Connecting += new System.EventHandler(this.Getnames_SqlCommand);
            this.projects.Connecting += new System.EventHandler(this.Getprojects_SqlCommand);
            this.years.Connecting += new System.EventHandler(this.Getyears_SqlCommand);
            this.sowings.Connecting += new System.EventHandler(this.Getsowings_SqlCommand);
            this.data_hybrids.Connecting += new System.EventHandler(this.Getdata_hybrids_SqlCommand);
        }
        
        public void Getdata_SqlCommand(object sender, System.EventArgs e)
        {
            this.data.SqlCommand = "select kav.kav_id as seed_lot,kav.kav_makbil as seed_source, kav.selection,kav.pl" +
"ot_no, kav_halofi as name, kitzur_shoshelet as genealogy,\r\n\tproject_name, cast(t" +
"rait_notebook.observation_date as datetime) as date_pol, \r\ncast(SUBSTRING(cast(t" +
"rait_notebook.tchuna_value as varchar),1,1) as int) as num_plant, \r\ncast(SUBSTRI" +
"NG(cast(trait_notebook.trait_order as varchar),2,1) as int) as fruit_id,\r\n" + ToString(query3) + "\r\n(select convert(datetime,  STUFF(STUFF(RIGHT(cast(cast(kav_tchuna.tchuna_value " +
"AS int) + power(10, 9) AS char(10)), 8), 3,0,\'-\'),6,0,\'-\'), 105) \r\n \tfrom  kav_t" +
"chuna \r\n\twhere  kav_id = kav.kav_id and\r\n\tkav_tchuna.tchuna_type = 1260) date_so" +
"wing,\r\n(select cast(trait_notebook_2.observation_Date as datetime)\r\n\tfrom  trait" +
"_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\ta" +
"nd trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook" +
"_2.tchuna_type = 1596) date_harvest,\r\n(select cast(trait_notebook_2.observation_" +
"Date as datetime)\r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_note" +
"book_2.kav_id = kav.kav_id \r\n\tand SUBSTRING(cast(trait_notebook_2.tchuna_value a" +
"s varchar),1,1)= SUBSTRING(cast(trait_notebook.tchuna_value as varchar),1,1)\r\n\ta" +
"nd trait_notebook_2.tchuna_type = 1629) FFFd,\r\n(select cast(trait_notebook_2.tch" +
"una_value as int)\r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_note" +
"book_2.kav_id = kav.kav_id \r\n\tand SUBSTRING(cast(trait_notebook_2.trait_order as" +
" varchar),1,1)= SUBSTRING(cast(trait_notebook.tchuna_value as varchar),1,1)\r\n\tan" +
"d trait_notebook_2.tchuna_type = 1825) Gnfp,\r\n\r\n(select cast(trait_notebook_2.tc" +
"huna_value as int)\r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_not" +
"ebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook." +
"trait_order\r\n\tand trait_notebook_2.tchuna_type = 1595) sowing_to_harvest,\r\n\r\n(se" +
"lect trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n" +
"\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order" +
"= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type = 1374) fruit_we" +
"ight,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_no" +
"tebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.t" +
"rait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type = 1349" +
") fruit_length,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook a" +
"s trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_no" +
"tebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_t" +
"ype = 1375) fruit_width,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_n" +
"otebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand" +
" trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2" +
".tchuna_type = 1325) fruit_color_L,\r\n(select trait_notebook_2.tchuna_value \r\n\tfr" +
"om  trait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.ka" +
"v_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait" +
"_notebook_2.tchuna_type = 1326) fruit_color_a,\r\n(select trait_notebook_2.tchuna_" +
"value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_" +
"id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trait_order\r" +
"\n\tand trait_notebook_2.tchuna_type = 1327) fruit_color_b,\r\n(select trait_noteboo" +
"k_2.tchuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_note" +
"book_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.t" +
"rait_order\r\n\tand trait_notebook_2.tchuna_type = 1381) flesh_color_L,\r\n(select tr" +
"ait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere " +
" trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait" +
"_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type = 2304) flesh_color_L_2" +
",\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_notebo" +
"ok_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait" +
"_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type = 1382) fl" +
"esh_color_a,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as t" +
"rait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_noteb" +
"ook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type" +
" = 2305) flesh_color_a_2,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_" +
"notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tan" +
"d trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_" +
"2.tchuna_type = 1383) flesh_color_b,\r\n(select trait_notebook_2.tchuna_value \r\n\tf" +
"rom  trait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.k" +
"av_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trai" +
"t_notebook_2.tchuna_type = 2306) flesh_color_b_2,\r\n(select trait_notebook_2.tchu" +
"na_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.k" +
"av_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trait_ord" +
"er\r\n\tand trait_notebook_2.tchuna_type = 1341) firmness_ext,\r\n(select trait_noteb" +
"ook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_no" +
"tebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook" +
".trait_order\r\n\tand trait_notebook_2.tchuna_type = 1380) firmness_flesh,\r\n(select" +
" trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhe" +
"re  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= tr" +
"ait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type = 2255) firmness_fle" +
"sh_2,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_no" +
"tebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.t" +
"rait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type = 1406" +
") cavity_diameter,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_noteboo" +
"k as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait" +
"_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchun" +
"a_type = 1378) brix,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_noteb" +
"ook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand tra" +
"it_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tch" +
"una_type = 1384) ph,\r\n(select tchuna_value.tchuna_translation \r\n\tfrom  tchuna_va" +
"lue, kav_tchuna \r\n\twhere  kav_id = kav.kav_id and\r\n\ttchuna_value.tchuna_type = k" +
"av_tchuna.tchuna_type and  \r\n\ttchuna_value.tchuna_value = kav_tchuna.tchuna_valu" +
"e and \r\n\tkav_tchuna.tchuna_type = 1029) sex_type,\r\n(select tchuna_value.tchuna_t" +
"ranslation \r\n\tfrom  tchuna_value, kav_tchuna \r\n\twhere  kav_id = kav.kav_id and\r\n" +
"\ttchuna_value.tchuna_type = kav_tchuna.tchuna_type and  \r\n\ttchuna_value.tchuna_v" +
"alue = kav_tchuna.tchuna_value and \r\n\tkav_tchuna.tchuna_type = 1089) MXab\r\n\r\nfro" +
"m kav, project, atar, trait_notebook " + ToString(query2) + "\r\nwhere kav.project_id=project.project_id\r\nand kav.atar_id=atar.atar_id\r\nand kav." +
"kav_id=trait_notebook.kav_id\r\nand trait_notebook.tchuna_type=1593\r\nand kav.maslu" +
"l_id=24\r\n\r\n" + ToString(query) + "\r\norder by kav.kav_id, trait_notebook.tchuna_value";
        }
        
        public void Getlocations_SqlCommand(object sender, System.EventArgs e)
        {
            this.locations.SqlCommand = "select name from atar where maslul_id=24\r\norder by name";
        }
        
        public void Getnames_SqlCommand(object sender, System.EventArgs e)
        {
            this.names.SqlCommand = "select distinct kav_halofi as alt_names\r\nfrom kav\r\nwhere maslul_id=24\r\norder by k" +
"av_halofi";
        }
        
        public void Getprojects_SqlCommand(object sender, System.EventArgs e)
        {
            this.projects.SqlCommand = "select project_name\r\nfrom project\r\nwhere  maslul_id=24\r\norder by project_name";
        }
        
        public void Getyears_SqlCommand(object sender, System.EventArgs e)
        {
            this.years.SqlCommand = "select distinct year from kav where maslul_id=24 order  by year desc";
        }
        
        public void Getsowings_SqlCommand(object sender, System.EventArgs e)
        {
            this.sowings.SqlCommand = "select name from reshimat_mashtela where maslul_id=24";
        }
        
        public void Getdata_hybrids_SqlCommand(object sender, System.EventArgs e)
        {
            this.data_hybrids.SqlCommand = "select kav.kav_id as seed_lot,kav.kav_makbil as seed_source, kav.selection,kav.pl" +
"ot_no, kav_halofi as name, kitzur_shoshelet as genealogy,\r\n\tproject_name, cast(t" +
"rait_notebook.observation_date as datetime) as date_pol, cast(trait_notebook.tch" +
"una_value as int) as num_plant, cast(trait_notebook.trait_order as int) as fruit" +
"_id,\r\n" + ToString(query3) + "\r\n\r\n(select convert(datetime,  STUFF(STUFF(RIGHT(cast(cast(kav_tchuna.tchuna_valu" +
"e AS int) + power(10, 9) AS char(10)), 8), 3,0,\'-\'),6,0,\'-\'), 105) \r\n \tfrom  kav" +
"_tchuna \r\n\twhere  kav_id = kav.kav_id and\r\n\tkav_tchuna.tchuna_type = 1260) date_" +
"sowing,\r\n(select cast(trait_notebook_2.observation_Date as datetime)\r\n\tfrom  tra" +
"it_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n" +
"\tand trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebo" +
"ok_2.tchuna_type = 1596) date_harvest,\r\n(select cast(trait_notebook_2.observatio" +
"n_Date as datetime)\r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_no" +
"tebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.tchuna_value= trait_noteboo" +
"k.tchuna_value\r\n\tand trait_notebook_2.tchuna_type = 1629) FFFd,\r\n(select cast(tr" +
"ait_notebook_2.tchuna_value as int)\r\n\tfrom  trait_notebook as trait_notebook_2\r\n" +
"\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order" +
"= trait_notebook.tchuna_value\r\n\tand trait_notebook_2.tchuna_type = 1825) Gnfp,\r\n" +
"\r\n(select cast(trait_notebook_2.tchuna_value as int)\r\n\tfrom  trait_notebook as t" +
"rait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_noteb" +
"ook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type" +
" = 1595) sowing_to_harvest,\r\n\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  tr" +
"ait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r" +
"\n\tand trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_noteb" +
"ook_2.tchuna_type = 1374) fruit_weight,\r\n(select trait_notebook_2.tchuna_value \r" +
"\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = ka" +
"v.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand t" +
"rait_notebook_2.tchuna_type = 1349) fruit_length,\r\n(select trait_notebook_2.tchu" +
"na_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.k" +
"av_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trait_ord" +
"er\r\n\tand trait_notebook_2.tchuna_type = 1375) fruit_width,\r\n(select trait_notebo" +
"ok_2.tchuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_not" +
"ebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook." +
"trait_order\r\n\tand trait_notebook_2.tchuna_type = 1325) fruit_color_L,\r\n(select t" +
"rait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere" +
"  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trai" +
"t_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type = 1326) fruit_color_a," +
"\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_noteboo" +
"k_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_" +
"order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type = 1327) fru" +
"it_color_b,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as tr" +
"ait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebo" +
"ok_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type " +
"= 1381) flesh_color_L,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_not" +
"ebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand t" +
"rait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.t" +
"chuna_type = 1382) flesh_color_a,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom" +
"  trait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_" +
"id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_n" +
"otebook_2.tchuna_type = 1383) flesh_color_b,\r\n(select trait_notebook_2.tchuna_va" +
"lue \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id" +
" = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\t" +
"and trait_notebook_2.tchuna_type = 2304) flesh_color_L_2,\r\n(select trait_noteboo" +
"k_2.tchuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_note" +
"book_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.t" +
"rait_order\r\n\tand trait_notebook_2.tchuna_type = 2305) flesh_color_a_2,\r\n(select " +
"trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twher" +
"e  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= tra" +
"it_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type = 2306) flesh_color_b" +
"_2,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as trait_note" +
"book_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.tra" +
"it_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_type = 1341) " +
"firmness_ext,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_notebook as " +
"trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tand trait_note" +
"book_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_2.tchuna_typ" +
"e = 1380) firmness_flesh,\r\n(select trait_notebook_2.tchuna_value \r\n\tfrom  trait_" +
"notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = kav.kav_id \r\n\tan" +
"d trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand trait_notebook_" +
"2.tchuna_type = 2255) firmness_flesh_2,\r\n(select trait_notebook_2.tchuna_value \r" +
"\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_2.kav_id = ka" +
"v.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trait_order\r\n\tand t" +
"rait_notebook_2.tchuna_type = 1406) cavity_diameter,\r\n(select trait_notebook_2.t" +
"chuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_notebook_" +
"2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trait_" +
"order\r\n\tand trait_notebook_2.tchuna_type = 1378) brix,\r\n(select trait_notebook_2" +
".tchuna_value \r\n\tfrom  trait_notebook as trait_notebook_2\r\n\twhere  trait_noteboo" +
"k_2.kav_id = kav.kav_id \r\n\tand trait_notebook_2.trait_order= trait_notebook.trai" +
"t_order\r\n\tand trait_notebook_2.tchuna_type = 1384) ph,\r\n(select tchuna_value.tch" +
"una_translation \r\n\tfrom  tchuna_value, kav_tchuna \r\n\twhere  kav_id = kav.kav_id " +
"and\r\n\ttchuna_value.tchuna_type = kav_tchuna.tchuna_type and  \r\n\ttchuna_value.tch" +
"una_value = kav_tchuna.tchuna_value and \r\n\tkav_tchuna.tchuna_type = 1029) sex_ty" +
"pe,\r\n(select tchuna_value.tchuna_translation \r\n\tfrom  tchuna_value, kav_tchuna \r" +
"\n\twhere  kav_id = kav.kav_id and\r\n\ttchuna_value.tchuna_type = kav_tchuna.tchuna_" +
"type and  \r\n\ttchuna_value.tchuna_value = kav_tchuna.tchuna_value and \r\n\tkav_tchu" +
"na.tchuna_type = 1089) MXab\r\n\r\nfrom kav, project, atar, trait_notebook " + ToString(query2) + "\r\n\r\nwhere kav.project_id=project.project_id\r\nand kav.atar_id=atar.atar_id\r\nand ka" +
"v.kav_id=trait_notebook.kav_id\r\nand trait_notebook.tchuna_type=1593\r\n" + ToString(query) + "\r\norder by kav.kav_id, trait_notebook.tchuna_value";
        }
        
        #region DataSource data
        public class dataDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public dataDataSource() : 
                    base("synergene", "data", "data", "", false, false, 30)
            {
            }
            
            public virtual decimal brix
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["brix"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal cavity_diameter
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["cavity_diameter"], typeof(decimal), true)));
                }
            }
            
            public virtual DateTime date_harvest
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["date_harvest"], typeof(DateTime), true)));
                }
            }
            
            public virtual DateTime date_pol
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["date_pol"], typeof(DateTime), true)));
                }
            }
            
            public virtual DateTime date_sowing
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["date_sowing"], typeof(DateTime), true)));
                }
            }
            
            public virtual DateTime FFFd
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["FFFd"], typeof(DateTime), true)));
                }
            }
            
            public virtual decimal firmness_ext
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["firmness_ext"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal firmness_flesh
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["firmness_flesh"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal flesh_color_a
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_a"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal flesh_color_b
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_b"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal flesh_color_L
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_L"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal fruit_color_a
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_color_a"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal fruit_color_b
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_color_b"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal fruit_color_L
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_color_L"], typeof(decimal), true)));
                }
            }
            
            public virtual int fruit_id
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["fruit_id"], typeof(int), true)));
                }
            }
            
            public virtual decimal fruit_length
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_length"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal fruit_weight
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_weight"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal fruit_width
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_width"], typeof(decimal), true)));
                }
            }
            
            public virtual string genealogy
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["genealogy"], typeof(string), true)));
                }
            }
            
            public virtual int Gnfp
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["Gnfp"], typeof(int), true)));
                }
            }
            
            public virtual string name
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["name"], typeof(string), true)));
                }
            }
            
            public virtual int num_plant
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["num_plant"], typeof(int), true)));
                }
            }
            
            public virtual decimal ph
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["ph"], typeof(decimal), true)));
                }
            }
            
            public virtual short plot_no
            {
                get
                {
                    return ((short)(StiReport.ChangeType(this["plot_no"], typeof(short), true)));
                }
            }
            
            public virtual string project_name
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["project_name"], typeof(string), true)));
                }
            }
            
            public virtual string seed_lot
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["seed_lot"], typeof(string), true)));
                }
            }
            
            public virtual string seed_source
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["seed_source"], typeof(string), true)));
                }
            }
            
            public virtual string selection
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["selection"], typeof(string), true)));
                }
            }
            
            public virtual string sex_type
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["sex_type"], typeof(string), true)));
                }
            }
            
            public virtual int sowing_to_harvest
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["sowing_to_harvest"], typeof(int), true)));
                }
            }
            
            public virtual string MXab
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["MXab"], typeof(string), true)));
                }
            }
            
            public virtual string sachet_semis
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["sachet_semis"], typeof(string), true)));
                }
            }
            
            public virtual int sachet_semis_num
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["sachet_semis_num"], typeof(int), true)));
                }
            }
            
            public virtual decimal flesh_color_L_2
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_L_2"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal flesh_color_a_2
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_a_2"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal flesh_color_b_2
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_b_2"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal firmness_flesh_2
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["firmness_flesh_2"], typeof(decimal), true)));
                }
            }
        }
        #endregion DataSource data
        
        #region DataSource locations
        public class locationsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public locationsDataSource() : 
                    base("synergene", "locations", "locations", "", true, false, 30)
            {
            }
            
            public virtual string name
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["name"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource locations
        
        #region DataSource names
        public class namesDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public namesDataSource() : 
                    base("synergene", "names", "names", "", true, false, 30)
            {
            }
            
            public virtual string alt_names
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["alt_names"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource names
        
        #region DataSource projects
        public class projectsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public projectsDataSource() : 
                    base("synergene", "projects", "projects", "", true, false, 30)
            {
            }
            
            public virtual string project_name
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["project_name"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource projects
        
        #region DataSource years
        public class yearsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public yearsDataSource() : 
                    base("synergene", "years", "years", "", true, false, 30)
            {
            }
            
            public virtual short year
            {
                get
                {
                    return ((short)(StiReport.ChangeType(this["year"], typeof(short), true)));
                }
            }
        }
        #endregion DataSource years
        
        #region DataSource sowings
        public class sowingsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public sowingsDataSource() : 
                    base("synergene", "sowings", "sowings", "", true, false, 30)
            {
            }
            
            public virtual string name
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["name"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource sowings
        
        #region DataSource data_hybrids
        public class data_hybridsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public data_hybridsDataSource() : 
                    base("synergene", "data_hybrids", "data_hybrids", "", false, false, 30)
            {
            }
            
            public virtual string seed_lot
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["seed_lot"], typeof(string), true)));
                }
            }
            
            public virtual string seed_source
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["seed_source"], typeof(string), true)));
                }
            }
            
            public virtual string selection
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["selection"], typeof(string), true)));
                }
            }
            
            public virtual short plot_no
            {
                get
                {
                    return ((short)(StiReport.ChangeType(this["plot_no"], typeof(short), true)));
                }
            }
            
            public virtual string name
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["name"], typeof(string), true)));
                }
            }
            
            public virtual string genealogy
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["genealogy"], typeof(string), true)));
                }
            }
            
            public virtual string project_name
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["project_name"], typeof(string), true)));
                }
            }
            
            public virtual DateTime date_pol
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["date_pol"], typeof(DateTime), true)));
                }
            }
            
            public virtual int num_plant
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["num_plant"], typeof(int), true)));
                }
            }
            
            public virtual int fruit_id
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["fruit_id"], typeof(int), true)));
                }
            }
            
            public virtual DateTime date_sowing
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["date_sowing"], typeof(DateTime), true)));
                }
            }
            
            public virtual DateTime date_harvest
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["date_harvest"], typeof(DateTime), true)));
                }
            }
            
            public virtual DateTime FFFd
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["FFFd"], typeof(DateTime), true)));
                }
            }
            
            public virtual int Gnfp
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["Gnfp"], typeof(int), true)));
                }
            }
            
            public virtual int sowing_to_harvest
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["sowing_to_harvest"], typeof(int), true)));
                }
            }
            
            public virtual decimal fruit_weight
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_weight"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal fruit_length
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_length"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal fruit_width
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_width"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal fruit_color_L
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_color_L"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal fruit_color_a
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_color_a"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal fruit_color_b
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["fruit_color_b"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal flesh_color_L
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_L"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal flesh_color_a
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_a"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal flesh_color_b
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_b"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal firmness_ext
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["firmness_ext"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal firmness_flesh
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["firmness_flesh"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal cavity_diameter
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["cavity_diameter"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal brix
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["brix"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal ph
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["ph"], typeof(decimal), true)));
                }
            }
            
            public virtual string sex_type
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["sex_type"], typeof(string), true)));
                }
            }
            
            public virtual string MXab
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["MXab"], typeof(string), true)));
                }
            }
            
            public virtual decimal flesh_color_L_2
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_L_2"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal flesh_color_a_2
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_a_2"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal flesh_color_b_2
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["flesh_color_b_2"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal firmness_flesh_2
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["firmness_flesh_2"], typeof(decimal), true)));
                }
            }
            
            public virtual int sachet_semis_num
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["sachet_semis_num"], typeof(int), true)));
                }
            }
            
            public virtual string sachet_semis
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["sachet_semis"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource data_hybrids
        #endregion StiReport Designer generated code - do not modify
    }
}</Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="0" />
</StiSerializer>